]>
git.donarmstrong.com Git - perltidy.git/log
Steve Hancock [Fri, 20 Nov 2020 17:38:36 +0000 (09:38 -0800)]
update docs
Steve Hancock [Thu, 19 Nov 2020 02:12:40 +0000 (18:12 -0800)]
removed duplicate variable definition
Steve Hancock [Thu, 19 Nov 2020 01:16:03 +0000 (17:16 -0800)]
remove unused subs, minor speedup
Steve Hancock [Thu, 19 Nov 2020 01:15:38 +0000 (17:15 -0800)]
clean up debug flags
Steve Hancock [Wed, 18 Nov 2020 20:28:04 +0000 (12:28 -0800)]
add test case for if/elsif/else alignment
Steve Hancock [Wed, 18 Nov 2020 20:27:25 +0000 (12:27 -0800)]
fix rare lack of vertical alignment of if/elsif/else
Steve Hancock [Tue, 17 Nov 2020 21:00:49 +0000 (13:00 -0800)]
faster scanning of numbers and identifiers
Steve Hancock [Mon, 16 Nov 2020 15:58:47 +0000 (07:58 -0800)]
minor speedups
Steve Hancock [Sun, 15 Nov 2020 21:51:57 +0000 (13:51 -0800)]
fixed some poor vertical alignment of ternary and if statements
Steve Hancock [Sat, 14 Nov 2020 05:03:44 +0000 (21:03 -0800)]
remove more regexes
Steve Hancock [Fri, 13 Nov 2020 17:54:36 +0000 (09:54 -0800)]
remove some unnecessary regexes
Steve Hancock [Fri, 13 Nov 2020 16:55:05 +0000 (08:55 -0800)]
moved sub ones_count inline
Steve Hancock [Thu, 12 Nov 2020 16:04:18 +0000 (08:04 -0800)]
convert regex to hash
Steve Hancock [Thu, 12 Nov 2020 15:51:57 +0000 (07:51 -0800)]
update docs
Steve Hancock [Thu, 12 Nov 2020 03:04:10 +0000 (19:04 -0800)]
added -wnxl=s for control of -wn
shancock9 [Wed, 11 Nov 2020 16:36:54 +0000 (08:36 -0800)]
Merge pull request #46 from mienaikage/patch-1
Fix -fse default in docs
Daniel Mita [Wed, 11 Nov 2020 16:05:46 +0000 (16:05 +0000)]
Fix -fse default in docs
Steve Hancock [Wed, 11 Nov 2020 02:44:23 +0000 (18:44 -0800)]
eliminate a regex for speedup
Steve Hancock [Wed, 11 Nov 2020 01:03:42 +0000 (17:03 -0800)]
added test cases to improve parameter coverage
Steve Hancock [Tue, 10 Nov 2020 23:54:43 +0000 (15:54 -0800)]
added -xci test case
Steve Hancock [Tue, 10 Nov 2020 02:02:24 +0000 (18:02 -0800)]
convert regex to hash for small speedup
Steve Hancock [Tue, 10 Nov 2020 02:01:14 +0000 (18:01 -0800)]
update docs
Steve Hancock [Mon, 9 Nov 2020 01:56:43 +0000 (17:56 -0800)]
minor code cleanups
Steve Hancock [Sun, 8 Nov 2020 15:15:05 +0000 (07:15 -0800)]
update docs
Steve Hancock [Sun, 8 Nov 2020 15:14:08 +0000 (07:14 -0800)]
minor speedups
Steve Hancock [Sun, 8 Nov 2020 15:04:58 +0000 (07:04 -0800)]
added test case for tabs within var names
Steve Hancock [Sun, 8 Nov 2020 00:29:34 +0000 (16:29 -0800)]
convert octal data to decimal to avoid perlcritic complaint
Steve Hancock [Sat, 7 Nov 2020 23:46:09 +0000 (15:46 -0800)]
update man page: list of switches and -wn -vtc=2 example
Steve Hancock [Sat, 7 Nov 2020 23:34:52 +0000 (15:34 -0800)]
remove duplicate flag -sobb, add missing flag -oll
Steve Hancock [Sat, 7 Nov 2020 14:39:36 +0000 (06:39 -0800)]
cleanup sub store_token_to_go
Steve Hancock [Sat, 7 Nov 2020 00:09:23 +0000 (16:09 -0800)]
minor speedup
Steve Hancock [Fri, 6 Nov 2020 17:28:38 +0000 (09:28 -0800)]
recognize overloaded RPerl operators to avoid error messages
Steve Hancock [Fri, 6 Nov 2020 04:11:37 +0000 (20:11 -0800)]
speedup Tokenizer
Steve Hancock [Thu, 5 Nov 2020 16:30:17 +0000 (08:30 -0800)]
minor optimization
Steve Hancock [Thu, 5 Nov 2020 15:30:46 +0000 (07:30 -0800)]
bump VERSION to .03
Steve Hancock [Thu, 5 Nov 2020 14:55:07 +0000 (06:55 -0800)]
add test case for fix git #45
Steve Hancock [Thu, 5 Nov 2020 14:43:49 +0000 (06:43 -0800)]
fix issue git #45, -wn and -vtc=n now work together
Steve Hancock [Thu, 5 Nov 2020 14:42:24 +0000 (06:42 -0800)]
clarified use of -et=n flag for issue RT #133648
Steve Hancock [Thu, 5 Nov 2020 01:58:44 +0000 (17:58 -0800)]
sub Fault now reports $VERSION
Steve Hancock [Thu, 5 Nov 2020 00:07:39 +0000 (16:07 -0800)]
minor speedup
Steve Hancock [Wed, 4 Nov 2020 14:06:40 +0000 (06:06 -0800)]
add parameters -kbb=s -kba=s for request RT #133649
Steve Hancock [Wed, 4 Nov 2020 01:22:27 +0000 (17:22 -0800)]
set -maxue default=off; interferes with extended syntaxes like RPerl
Steve Hancock [Tue, 3 Nov 2020 16:33:57 +0000 (08:33 -0800)]
added flags -maxle and -maxue
Steve Hancock [Tue, 3 Nov 2020 15:19:13 +0000 (07:19 -0800)]
added some tokenizer speedups
Steve Hancock [Tue, 3 Nov 2020 03:59:04 +0000 (19:59 -0800)]
minor Tokenizer speedups
Steve Hancock [Tue, 3 Nov 2020 02:50:16 +0000 (18:50 -0800)]
eliminate sub 'prepare_for_next_batch'
Steve Hancock [Tue, 3 Nov 2020 01:18:05 +0000 (17:18 -0800)]
fix error parsing '$$*'
Steve Hancock [Tue, 3 Nov 2020 01:08:47 +0000 (17:08 -0800)]
fix problem scanning '$$'; revise call to operator_expected
Steve Hancock [Tue, 3 Nov 2020 00:01:16 +0000 (16:01 -0800)]
removed unused subs and vars
Steve Hancock [Sat, 31 Oct 2020 13:53:12 +0000 (06:53 -0700)]
eliminate some unnecessary sub calls
Steve Hancock [Fri, 30 Oct 2020 22:58:55 +0000 (15:58 -0700)]
converted several call hashes to hash refs
Steve Hancock [Fri, 30 Oct 2020 21:30:33 +0000 (14:30 -0700)]
eliminate unused var 'jmax_original_line'
Steve Hancock [Fri, 30 Oct 2020 14:20:35 +0000 (07:20 -0700)]
speedup sub make_side_comment by factor of 5 with minor change
Steve Hancock [Fri, 30 Oct 2020 14:20:20 +0000 (07:20 -0700)]
update docs
Steve Hancock [Fri, 30 Oct 2020 12:49:14 +0000 (05:49 -0700)]
removed several unused variables
Steve Hancock [Fri, 30 Oct 2020 01:43:17 +0000 (18:43 -0700)]
misc code cleanups
Steve Hancock [Fri, 30 Oct 2020 01:42:12 +0000 (18:42 -0700)]
update BugLog
Steve Hancock [Fri, 30 Oct 2020 00:10:07 +0000 (17:10 -0700)]
quick checks added to significantly speed up weld tests
Steve Hancock [Thu, 29 Oct 2020 14:50:19 +0000 (07:50 -0700)]
update all AUTOLOAD subs to display VERSION
Steve Hancock [Thu, 29 Oct 2020 14:33:07 +0000 (07:33 -0700)]
added test case for parameter -nlop
Steve Hancock [Thu, 29 Oct 2020 13:48:01 +0000 (06:48 -0700)]
update documentation and comments
Steve Hancock [Thu, 29 Oct 2020 13:46:17 +0000 (06:46 -0700)]
added more signature and prototype test cases
shancock9 [Thu, 29 Oct 2020 13:05:27 +0000 (06:05 -0700)]
Merge pull request #44 from gluesys/master
fix exit status for assert-tidy/untidy options
Ji-Hyeon Gim [Thu, 29 Oct 2020 04:56:08 +0000 (13:56 +0900)]
fix exit status for assert-tidy/untidy options
Signed-off-by: Ji-Hyeon Gim <potatogim@potatogim.net>
Steve Hancock [Thu, 29 Oct 2020 00:59:14 +0000 (17:59 -0700)]
rewrite scanning of :prototype
Steve Hancock [Wed, 28 Oct 2020 14:05:16 +0000 (07:05 -0700)]
simplified logic in sub 'do_scan_sub'
Steve Hancock [Tue, 27 Oct 2020 23:29:30 +0000 (16:29 -0700)]
fixed problem parsing extruded signature
Steve Hancock [Tue, 27 Oct 2020 14:56:02 +0000 (07:56 -0700)]
update documentation for making snippets files
Steve Hancock [Tue, 27 Oct 2020 13:34:09 +0000 (06:34 -0700)]
removed unnecessary if test
Steve Hancock [Tue, 27 Oct 2020 13:21:56 +0000 (06:21 -0700)]
fixed ref to undef var; avoid needless initialization; reformat
Steve Hancock [Tue, 27 Oct 2020 01:25:07 +0000 (18:25 -0700)]
fixed several instances of incorrect array indexing
Steve Hancock [Mon, 26 Oct 2020 23:21:43 +0000 (16:21 -0700)]
add test cases to check recent updates
Steve Hancock [Mon, 26 Oct 2020 15:41:37 +0000 (08:41 -0700)]
prevent breaking package names with trailing dashes
Steve Hancock [Mon, 26 Oct 2020 13:53:55 +0000 (06:53 -0700)]
fixed typo in error message
Steve Hancock [Mon, 26 Oct 2020 13:51:53 +0000 (06:51 -0700)]
prevent syntax error by breaking dashed barewords
Steve Hancock [Sun, 25 Oct 2020 15:12:13 +0000 (08:12 -0700)]
avoid formatting files with more types of severe errors
Steve Hancock [Sat, 24 Oct 2020 22:37:54 +0000 (15:37 -0700)]
rewrite and simplify sub operator_expected
Steve Hancock [Thu, 22 Oct 2020 00:29:45 +0000 (17:29 -0700)]
update docs
Steve Hancock [Thu, 22 Oct 2020 00:06:37 +0000 (17:06 -0700)]
speedup sub operator_expected about 40% with hash lookup
Steve Hancock [Thu, 22 Oct 2020 00:05:59 +0000 (17:05 -0700)]
eliminate unnecessary eval; update AUTOLOAD
Steve Hancock [Wed, 21 Oct 2020 01:51:05 +0000 (18:51 -0700)]
removed unused var
Steve Hancock [Wed, 21 Oct 2020 01:06:07 +0000 (18:06 -0700)]
unroll loop to speedup sub K_previous_nonblank
Steve Hancock [Wed, 21 Oct 2020 01:00:35 +0000 (18:00 -0700)]
significant speedup of sub undo_ci on very long lists
Steve Hancock [Wed, 21 Oct 2020 00:34:32 +0000 (17:34 -0700)]
added speedup filter; made sub scan_list 25% faster
Steve Hancock [Tue, 20 Oct 2020 23:37:14 +0000 (16:37 -0700)]
updated sub AUTOLOAD
Steve Hancock [Tue, 20 Oct 2020 16:20:55 +0000 (09:20 -0700)]
modify filter rule to keep space between ? and #
Steve Hancock [Tue, 20 Oct 2020 15:24:36 +0000 (08:24 -0700)]
improved filters for sub is_essential_whitespace
Steve Hancock [Tue, 20 Oct 2020 15:23:44 +0000 (08:23 -0700)]
add test case for parsing signatures
Steve Hancock [Tue, 20 Oct 2020 00:48:40 +0000 (17:48 -0700)]
avoid unnecessary calls to sub 'is_essential_whitespace'
Steve Hancock [Tue, 20 Oct 2020 00:48:13 +0000 (17:48 -0700)]
update bug list
Steve Hancock [Mon, 19 Oct 2020 15:20:13 +0000 (08:20 -0700)]
added option -mfs=n, --maximum-file-size-mb=n
Steve Hancock [Mon, 19 Oct 2020 15:19:55 +0000 (08:19 -0700)]
minor speedup by switching from regex to hash
Steve Hancock [Mon, 19 Oct 2020 15:19:24 +0000 (08:19 -0700)]
update comment
Steve Hancock [Mon, 19 Oct 2020 13:16:11 +0000 (06:16 -0700)]
fixed problem parsing multi-line signature
Steve Hancock [Mon, 19 Oct 2020 01:38:07 +0000 (18:38 -0700)]
add 'state' as keyword
Steve Hancock [Mon, 19 Oct 2020 01:37:26 +0000 (18:37 -0700)]
only call sub pad_array_to_go if required
Steve Hancock [Sun, 18 Oct 2020 23:59:49 +0000 (16:59 -0700)]
change method for parsing sub signatures
Steve Hancock [Sun, 18 Oct 2020 15:33:54 +0000 (08:33 -0700)]
format all signatures separately from prototypes
Steve Hancock [Sun, 18 Oct 2020 14:32:07 +0000 (07:32 -0700)]
minor code cleanups in set_bond_strengths
Steve Hancock [Sun, 18 Oct 2020 13:03:40 +0000 (06:03 -0700)]
remove 'map' from sub 'copy_token_as_type' for efficiency