]>
git.donarmstrong.com Git - perltidy.git/log
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
Steve Hancock [Sun, 18 Oct 2020 01:41:02 +0000 (18:41 -0700)]
unroll loop in sub K_next_nonblank to improve efficiency
Steve Hancock [Sun, 18 Oct 2020 01:16:16 +0000 (18:16 -0700)]
update test cases for $# parsing fix
Steve Hancock [Sun, 18 Oct 2020 01:09:04 +0000 (18:09 -0700)]
fixed parsing error with spaces in $#
Steve Hancock [Sat, 17 Oct 2020 23:04:43 +0000 (16:04 -0700)]
build turns off any DEBUG flags on VERSION update
Steve Hancock [Sat, 17 Oct 2020 20:36:59 +0000 (13:36 -0700)]
modify rule for welding subs within subs
Steve Hancock [Sat, 17 Oct 2020 15:11:03 +0000 (08:11 -0700)]
fix missing line break for hash of subs with signatures
Steve Hancock [Sat, 17 Oct 2020 14:04:32 +0000 (07:04 -0700)]
fixed problem parsing multi-line signatures with comments
Steve Hancock [Sat, 17 Oct 2020 14:03:34 +0000 (07:03 -0700)]
updated rule for welding nested anonymous subs
Steve Hancock [Sat, 17 Oct 2020 13:54:29 +0000 (06:54 -0700)]
update AUTOLOAD + minor speedup
Steve Hancock [Fri, 16 Oct 2020 01:11:07 +0000 (18:11 -0700)]
rewrite sub scan_identifier for improved efficiency
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