]>
git.donarmstrong.com Git - perltidy.git/log
Steve Hancock [Thu, 15 Oct 2020 14:35:35 +0000 (07:35 -0700)]
update AUTOLOAD to show package and version
Steve Hancock [Thu, 15 Oct 2020 13:40:19 +0000 (06:40 -0700)]
a VERSION update turns off any DEVEL_MODE flags
Steve Hancock [Thu, 15 Oct 2020 13:01:52 +0000 (06:01 -0700)]
moved maximum_level calculation; improved AUTOLOAD
Steve Hancock [Thu, 15 Oct 2020 03:01:27 +0000 (20:01 -0700)]
rewrote logic to guess if divide or pattern
Steve Hancock [Wed, 14 Oct 2020 14:02:11 +0000 (07:02 -0700)]
convert some 'warning's to 'Fault', add comments
Steve Hancock [Wed, 14 Oct 2020 01:12:33 +0000 (18:12 -0700)]
update comments for calls to Fault
Steve Hancock [Tue, 13 Oct 2020 23:51:46 +0000 (16:51 -0700)]
removed unnecessary subs
Steve Hancock [Tue, 13 Oct 2020 22:16:49 +0000 (15:16 -0700)]
speedup by not writing logfile which will not be saved
Steve Hancock [Tue, 13 Oct 2020 14:15:44 +0000 (07:15 -0700)]
update comments; better var name
Steve Hancock [Tue, 13 Oct 2020 13:42:39 +0000 (06:42 -0700)]
removed unused code
Steve Hancock [Mon, 12 Oct 2020 23:51:02 +0000 (16:51 -0700)]
code cleanups
Steve Hancock [Mon, 12 Oct 2020 14:55:05 +0000 (07:55 -0700)]
fix -bos to work with semicolons after braces
Steve Hancock [Mon, 12 Oct 2020 14:08:28 +0000 (07:08 -0700)]
keep break after 'use overload' statement
Steve Hancock [Mon, 12 Oct 2020 14:07:35 +0000 (07:07 -0700)]
update docs
Steve Hancock [Mon, 12 Oct 2020 00:17:15 +0000 (17:17 -0700)]
bump version to .02
Steve Hancock [Sun, 11 Oct 2020 15:27:05 +0000 (08:27 -0700)]
fix several -xci issues
Steve Hancock [Sun, 11 Oct 2020 13:14:28 +0000 (06:14 -0700)]
starting loops with new var _K_first_seq_item_ instead of 0
Steve Hancock [Sun, 11 Oct 2020 13:14:08 +0000 (06:14 -0700)]
minor efficiency improvements
Steve Hancock [Fri, 9 Oct 2020 14:14:21 +0000 (07:14 -0700)]
bump version number by .01
Steve Hancock [Fri, 9 Oct 2020 13:43:22 +0000 (06:43 -0700)]
added missing return statement
Steve Hancock [Fri, 9 Oct 2020 13:41:32 +0000 (06:41 -0700)]
removed 'Subroutines::RequireArgUnpacking'
Steve Hancock [Fri, 9 Oct 2020 13:31:54 +0000 (06:31 -0700)]
clarified -bol flag for git #42
Steve Hancock [Fri, 9 Oct 2020 12:23:03 +0000 (05:23 -0700)]
removed some unused code
Steve Hancock [Fri, 9 Oct 2020 04:14:43 +0000 (21:14 -0700)]
added test cases for -xci
Steve Hancock [Fri, 9 Oct 2020 02:18:39 +0000 (19:18 -0700)]
replaced sub link_back with more efficient loop
Steve Hancock [Fri, 9 Oct 2020 01:17:38 +0000 (18:17 -0700)]
rewrote loop in sub resync_lines_and_tokens
Steve Hancock [Thu, 8 Oct 2020 19:22:03 +0000 (12:22 -0700)]
make do and sub blocks work better with -xci
Steve Hancock [Thu, 8 Oct 2020 18:40:06 +0000 (11:40 -0700)]
fix -xci to work with -lp
Steve Hancock [Thu, 8 Oct 2020 15:41:31 +0000 (08:41 -0700)]
add flag -xci to help git #28
Steve Hancock [Wed, 7 Oct 2020 00:09:44 +0000 (17:09 -0700)]
put limit of 100 on -sil and 1000 on max level
Steve Hancock [Wed, 7 Oct 2020 00:09:02 +0000 (17:09 -0700)]
add sub to return maximum indentation level
Steve Hancock [Wed, 7 Oct 2020 00:08:29 +0000 (17:08 -0700)]
switched self from hash ref to array ref; improved efficiency
Steve Hancock [Wed, 7 Oct 2020 00:07:40 +0000 (17:07 -0700)]
switched self from hash ref to array ref
Steve Hancock [Tue, 6 Oct 2020 14:31:09 +0000 (07:31 -0700)]
fixed undefined value in recent coding
Steve Hancock [Tue, 6 Oct 2020 13:07:18 +0000 (06:07 -0700)]
update log for git #41 fix
Steve Hancock [Tue, 6 Oct 2020 13:06:55 +0000 (06:06 -0700)]
some code cleanups
Steve Hancock [Tue, 6 Oct 2020 13:05:50 +0000 (06:05 -0700)]
improved efficiency of some routines in FileWriter.pm
Steve Hancock [Tue, 6 Oct 2020 13:04:18 +0000 (06:04 -0700)]
improved efficiency of coding of IndentationItem.pm
shancock9 [Tue, 6 Oct 2020 12:48:25 +0000 (05:48 -0700)]
Merge pull request #41 from perlpunk/fix-doc-typo
Fix typo in -fse documentation
Tina Müller [Tue, 6 Oct 2020 10:30:27 +0000 (12:30 +0200)]
Fix typo in -fse documentation
Steve Hancock [Mon, 5 Oct 2020 15:52:33 +0000 (08:52 -0700)]
rewrote sub excess_line_length and total_line_length
Steve Hancock [Mon, 5 Oct 2020 12:25:55 +0000 (05:25 -0700)]
rewrote sub find_nested_pairs
Steve Hancock [Sun, 4 Oct 2020 00:44:30 +0000 (17:44 -0700)]
fixed undefined var introduced in recent update
Steve Hancock [Sun, 4 Oct 2020 00:21:47 +0000 (17:21 -0700)]
replaced sub maximum_line_length with table lookup
Steve Hancock [Sat, 3 Oct 2020 23:05:41 +0000 (16:05 -0700)]
fix AUTOLOAD handling of any DESTROY call
Steve Hancock [Fri, 2 Oct 2020 23:13:51 +0000 (16:13 -0700)]
fixed DESTROY
Steve Hancock [Fri, 2 Oct 2020 22:45:39 +0000 (15:45 -0700)]
rewrote Alignment.pm for improved efficiency
Steve Hancock [Fri, 2 Oct 2020 22:44:02 +0000 (15:44 -0700)]
update comments
Steve Hancock [Fri, 2 Oct 2020 22:43:20 +0000 (15:43 -0700)]
update docs
Steve Hancock [Fri, 2 Oct 2020 17:46:48 +0000 (10:46 -0700)]
code cleanups
Steve Hancock [Fri, 2 Oct 2020 13:49:59 +0000 (06:49 -0700)]
update test cases for braces
Steve Hancock [Fri, 2 Oct 2020 13:47:55 +0000 (06:47 -0700)]
update logs
Steve Hancock [Thu, 1 Oct 2020 22:43:43 +0000 (15:43 -0700)]
fix issue git #40, incorrect closing brace indentation with -bli
Steve Hancock [Thu, 1 Oct 2020 18:56:36 +0000 (11:56 -0700)]
update docs regarding syntax errors
Steve Hancock [Wed, 30 Sep 2020 23:27:22 +0000 (16:27 -0700)]
added example to docs
Steve Hancock [Wed, 30 Sep 2020 22:05:03 +0000 (15:05 -0700)]
minor efficiency improvements
Steve Hancock [Mon, 28 Sep 2020 20:08:52 +0000 (13:08 -0700)]
updates for next release
Steve Hancock [Mon, 28 Sep 2020 12:31:19 +0000 (05:31 -0700)]
simplify code for setting adjusted levels
Steve Hancock [Sun, 27 Sep 2020 18:32:44 +0000 (11:32 -0700)]
keep any space between a bareword and quote
Steve Hancock [Sun, 27 Sep 2020 14:21:25 +0000 (07:21 -0700)]
minor optimizations
Steve Hancock [Sun, 27 Sep 2020 02:41:46 +0000 (19:41 -0700)]
cleanup VerticalAligner debug coding, gave 12% speedup
Steve Hancock [Sat, 26 Sep 2020 22:47:26 +0000 (15:47 -0700)]
optimization of frequently called routines, about 15% speedup
Steve Hancock [Sat, 26 Sep 2020 14:36:03 +0000 (07:36 -0700)]
optimized two critical routines, 17% speedup
Steve Hancock [Sat, 26 Sep 2020 14:35:33 +0000 (07:35 -0700)]
update docs
Steve Hancock [Sat, 26 Sep 2020 14:35:09 +0000 (07:35 -0700)]
improve user interface
Steve Hancock [Fri, 25 Sep 2020 22:27:29 +0000 (15:27 -0700)]
update comments
Steve Hancock [Fri, 25 Sep 2020 03:30:31 +0000 (20:30 -0700)]
move subs into a better order
Steve Hancock [Thu, 24 Sep 2020 22:35:47 +0000 (15:35 -0700)]
fixed incorrect log entry for indentation disagreement
Steve Hancock [Thu, 24 Sep 2020 22:35:00 +0000 (15:35 -0700)]
cleanup files on exit
Steve Hancock [Thu, 24 Sep 2020 14:21:26 +0000 (07:21 -0700)]
updated utilities for testing perltidy
Steve Hancock [Thu, 24 Sep 2020 13:53:56 +0000 (06:53 -0700)]
update comments
Steve Hancock [Tue, 22 Sep 2020 19:12:07 +0000 (12:12 -0700)]
added note about whitespace control issues; update docs
Steve Hancock [Tue, 22 Sep 2020 01:45:21 +0000 (18:45 -0700)]
added keyword 'isa'
Steve Hancock [Tue, 22 Sep 2020 01:45:06 +0000 (18:45 -0700)]
update docs
Steve Hancock [Tue, 22 Sep 2020 01:44:11 +0000 (18:44 -0700)]
removed unused sub link_sequence_items
Steve Hancock [Tue, 22 Sep 2020 00:20:29 +0000 (17:20 -0700)]
update docs
Steve Hancock [Mon, 21 Sep 2020 22:34:49 +0000 (15:34 -0700)]
removed remnant check on an EVAL_ERROR for a deleted eval
Steve Hancock [Mon, 21 Sep 2020 22:05:43 +0000 (15:05 -0700)]
if =cut starts a POD section give warning, not complaint
Steve Hancock [Mon, 21 Sep 2020 19:13:42 +0000 (12:13 -0700)]
fixed false warning on deprecated empty here target
Steve Hancock [Mon, 21 Sep 2020 01:56:31 +0000 (18:56 -0700)]
switch from eval { } to ->can('finish_formatting')
Steve Hancock [Mon, 21 Sep 2020 01:56:14 +0000 (18:56 -0700)]
update docs
Steve Hancock [Sun, 20 Sep 2020 19:49:44 +0000 (12:49 -0700)]
fixed uninitialized value
Steve Hancock [Sun, 20 Sep 2020 19:45:13 +0000 (12:45 -0700)]
added note about possible parsing problems with -sfp
Steve Hancock [Sat, 19 Sep 2020 14:55:19 +0000 (07:55 -0700)]
changed parameter name -ihb to -bbhbi, etc, for clarity
Steve Hancock [Sat, 19 Sep 2020 01:04:10 +0000 (18:04 -0700)]
Simplified coding of -ibhb and related parameters
Steve Hancock [Fri, 18 Sep 2020 15:53:19 +0000 (08:53 -0700)]
modify check to avoid false hash-bang warning
Steve Hancock [Fri, 18 Sep 2020 14:32:37 +0000 (07:32 -0700)]
updated docs for -ihb -isb -ip
Steve Hancock [Fri, 18 Sep 2020 01:07:10 +0000 (18:07 -0700)]
added flags -ihb -isb -ip
Steve Hancock [Fri, 18 Sep 2020 00:52:50 +0000 (17:52 -0700)]
added AUTOLOAD subs
Steve Hancock [Thu, 17 Sep 2020 01:20:16 +0000 (18:20 -0700)]
fixed problem parsing deprecated here-doc without target
Steve Hancock [Wed, 16 Sep 2020 14:04:58 +0000 (07:04 -0700)]
replaced sub 'map_containers' with simpler code
Steve Hancock [Tue, 15 Sep 2020 23:15:47 +0000 (16:15 -0700)]
update docs
Steve Hancock [Tue, 15 Sep 2020 23:06:32 +0000 (16:06 -0700)]
bump version to
20200907.01
Steve Hancock [Tue, 15 Sep 2020 23:03:24 +0000 (16:03 -0700)]
add test for -bbhb and -bbp
Steve Hancock [Tue, 15 Sep 2020 23:02:56 +0000 (16:02 -0700)]
expand excluded keywords for -pbp
Steve Hancock [Tue, 15 Sep 2020 21:53:58 +0000 (14:53 -0700)]
moved braces to avoid perlcritic warnings
Steve Hancock [Tue, 15 Sep 2020 15:49:17 +0000 (08:49 -0700)]
added flags -bbhb=n, -bbsb=n, -bbq=n, suggestion git #38
Steve Hancock [Mon, 14 Sep 2020 17:16:23 +0000 (10:16 -0700)]
Allow line-ending '=>' to align vertically
Steve Hancock [Mon, 14 Sep 2020 02:05:32 +0000 (19:05 -0700)]
improved hash-bang warning filter
Steve Hancock [Mon, 14 Sep 2020 00:37:32 +0000 (17:37 -0700)]
do not create a zero length file by deleting semicolons