]>
git.donarmstrong.com Git - perltidy.git/log
Steve Hancock [Tue, 1 Jun 2021 20:12:46 +0000 (13:12 -0700)]
improved treatment of lexical subs
Steve Hancock [Tue, 1 Jun 2021 01:46:06 +0000 (18:46 -0700)]
add v-string underscores; warn of leading commas
Steve Hancock [Mon, 31 May 2021 23:01:49 +0000 (16:01 -0700)]
update comments
Steve Hancock [Mon, 31 May 2021 02:22:59 +0000 (19:22 -0700)]
removed some needless code related to check-syntax
Steve Hancock [Fri, 28 May 2021 04:52:15 +0000 (21:52 -0700)]
Fix parsing error at operator following a comma
Steve Hancock [Thu, 27 May 2021 16:04:02 +0000 (09:04 -0700)]
minor coding cleanups
Steve Hancock [Thu, 27 May 2021 13:55:16 +0000 (06:55 -0700)]
add test for parsing numeric values
Steve Hancock [Thu, 27 May 2021 00:46:01 +0000 (17:46 -0700)]
Added optional o in octal number definitions
Steve Hancock [Wed, 26 May 2021 04:08:38 +0000 (21:08 -0700)]
Fix several problems with -lp formatting
Steve Hancock [Sun, 23 May 2021 13:23:03 +0000 (06:23 -0700)]
minor cleanups
Steve Hancock [Sun, 23 May 2021 13:21:39 +0000 (06:21 -0700)]
removed unsupported versions before 5.14
Steve Hancock [Sat, 22 May 2021 13:47:04 +0000 (06:47 -0700)]
added perl 5.30 and 5.32 for Travis-ci
Steve Hancock [Sat, 22 May 2021 00:43:46 +0000 (17:43 -0700)]
fix comment
Steve Hancock [Sat, 22 May 2021 00:37:04 +0000 (17:37 -0700)]
eliminate a bareword filehandle
Steve Hancock [Fri, 21 May 2021 23:49:21 +0000 (16:49 -0700)]
cleanup debug statements
Steve Hancock [Fri, 21 May 2021 18:06:23 +0000 (11:06 -0700)]
Modify welding rules for -lp
Steve Hancock [Mon, 17 May 2021 12:41:02 +0000 (05:41 -0700)]
cleanup sub respace_tokens
Steve Hancock [Sun, 16 May 2021 14:13:59 +0000 (07:13 -0700)]
Fix inconsistency involving counting commas
Steve Hancock [Sun, 16 May 2021 00:20:49 +0000 (17:20 -0700)]
Slightly modify line breaks for -lp indentation
Steve Hancock [Fri, 14 May 2021 23:19:08 +0000 (16:19 -0700)]
minor coding cleanups
Steve Hancock [Fri, 14 May 2021 06:48:59 +0000 (23:48 -0700)]
Rewrite coding for -bom flag
Steve Hancock [Thu, 13 May 2021 20:02:43 +0000 (13:02 -0700)]
coding cleanup
Steve Hancock [Thu, 13 May 2021 15:07:23 +0000 (08:07 -0700)]
Adjust tolerances for some line length tests
Steve Hancock [Mon, 10 May 2021 22:10:59 +0000 (15:10 -0700)]
Do not apply -lp formatting to containers with here-doc text
Steve Hancock [Sun, 9 May 2021 23:29:24 +0000 (16:29 -0700)]
Fix some edge welding cases
Steve Hancock [Sun, 9 May 2021 13:51:39 +0000 (06:51 -0700)]
Improve tolerance for welding qw quotes
Steve Hancock [Sun, 9 May 2021 02:08:19 +0000 (19:08 -0700)]
Revise weld tolerances, simplify code, fix welded ci
Steve Hancock [Sat, 8 May 2021 13:04:00 +0000 (06:04 -0700)]
Correct brace types mismarked by tokenizer, update
Steve Hancock [Fri, 7 May 2021 14:40:27 +0000 (07:40 -0700)]
Added warning when -ci has to be reduced; ref rt #136415
Steve Hancock [Fri, 7 May 2021 14:26:31 +0000 (07:26 -0700)]
combine duplicate subs
Steve Hancock [Fri, 7 May 2021 13:16:28 +0000 (06:16 -0700)]
Improve indentation of welded multiline qw quotes
Steve Hancock [Thu, 6 May 2021 13:31:16 +0000 (06:31 -0700)]
Test length of closing multiline qw quote before welding
Steve Hancock [Wed, 5 May 2021 13:05:59 +0000 (06:05 -0700)]
Update welding rule to avoid blinking states
Steve Hancock [Tue, 4 May 2021 20:36:54 +0000 (13:36 -0700)]
Fix problem of conflict of -otr and -lp
Steve Hancock [Tue, 4 May 2021 03:51:55 +0000 (20:51 -0700)]
added some debug code for extended_continuation_indentation
Steve Hancock [Tue, 4 May 2021 01:22:13 +0000 (18:22 -0700)]
Add option -pvtc=3, requested in rt136416
Steve Hancock [Tue, 4 May 2021 00:05:41 +0000 (17:05 -0700)]
Fix vertical alignment issue raised in rt #136416
Steve Hancock [Mon, 3 May 2021 02:43:48 +0000 (19:43 -0700)]
Fix some rare issues with the -lp option
Steve Hancock [Sun, 2 May 2021 04:14:07 +0000 (21:14 -0700)]
Correct brace types mismarked by tokenizer
Steve Hancock [Sun, 2 May 2021 03:13:38 +0000 (20:13 -0700)]
Avoid instability of combination -bbx=2 -lp and -xci
Steve Hancock [Fri, 30 Apr 2021 01:12:13 +0000 (18:12 -0700)]
Restrict use of flag -cab=3 to simple structurs
Steve Hancock [Thu, 29 Apr 2021 23:51:03 +0000 (16:51 -0700)]
Update docs for git #64 regarding -lp and side comments
Steve Hancock [Mon, 26 Apr 2021 17:39:23 +0000 (10:39 -0700)]
Fix line break rules for uncontained commas + cleanups
Steve Hancock [Sun, 25 Apr 2021 14:25:44 +0000 (07:25 -0700)]
Fix problem with -wn and -wc=n
Steve Hancock [Wed, 21 Apr 2021 00:30:44 +0000 (17:30 -0700)]
Adjust line break rules for uncontained commas
Steve Hancock [Tue, 20 Apr 2021 16:35:38 +0000 (09:35 -0700)]
Fix a bad line break choice at a slash
Steve Hancock [Tue, 20 Apr 2021 01:58:14 +0000 (18:58 -0700)]
Fix rare problem with -lp -wn
Steve Hancock [Sun, 18 Apr 2021 19:08:06 +0000 (12:08 -0700)]
Fix issue git#63
Steve Hancock [Sun, 18 Apr 2021 03:45:30 +0000 (20:45 -0700)]
Avoid welding at sort/map/grep paren calls
Steve Hancock [Sat, 17 Apr 2021 22:52:34 +0000 (15:52 -0700)]
Fix issue git#62
Steve Hancock [Fri, 16 Apr 2021 01:53:10 +0000 (18:53 -0700)]
Fix problem involving -bbx=2 -xci -osbr and similar -otr flags
Steve Hancock [Fri, 16 Apr 2021 00:52:50 +0000 (17:52 -0700)]
Fix rare line break problem
Steve Hancock [Thu, 15 Apr 2021 18:09:40 +0000 (11:09 -0700)]
Fix problem parsing anonymous subs with attribute lists
Steve Hancock [Wed, 14 Apr 2021 03:51:42 +0000 (20:51 -0700)]
Correct brace types mismarked by tokenizer
shancock9 [Tue, 13 Apr 2021 15:24:11 +0000 (08:24 -0700)]
Merge pull request #60 from scop/spelling
docs: doc and comment spelling fixes
shancock9 [Tue, 13 Apr 2021 15:23:38 +0000 (08:23 -0700)]
Merge pull request #59 from scop/docs/vtc-options
docs: *vtc fixes
Ville Skyttä [Tue, 13 Apr 2021 13:59:55 +0000 (16:59 +0300)]
docs: doc and comment spelling fixes
Ville Skyttä [Tue, 13 Apr 2021 13:53:40 +0000 (16:53 +0300)]
docs: *vtc fixes
Steve Hancock [Sun, 11 Apr 2021 13:01:36 +0000 (06:01 -0700)]
Unify coding for welded quotes and other welded containers
Steve Hancock [Fri, 9 Apr 2021 22:50:43 +0000 (15:50 -0700)]
Slight change in weld length calculation
Steve Hancock [Thu, 8 Apr 2021 22:44:33 +0000 (15:44 -0700)]
Improve treatment of -vmll with -wn
Steve Hancock [Thu, 8 Apr 2021 15:58:16 +0000 (08:58 -0700)]
Merge weld rule 6 into rule 3
Steve Hancock [Wed, 7 Apr 2021 01:28:30 +0000 (18:28 -0700)]
Moved logic of previous update to the FileWriter module
Steve Hancock [Tue, 6 Apr 2021 21:38:58 +0000 (14:38 -0700)]
Fix problem with excess blank line generation with -blao
Steve Hancock [Mon, 5 Apr 2021 20:56:02 +0000 (13:56 -0700)]
Modify a condition for applying -bbx=2
Steve Hancock [Mon, 5 Apr 2021 14:36:52 +0000 (07:36 -0700)]
Improve previous patch of -wn tolerance
Steve Hancock [Sat, 3 Apr 2021 14:38:02 +0000 (07:38 -0700)]
Fix rare convergence problem with -wn
Steve Hancock [Sat, 3 Apr 2021 01:53:21 +0000 (18:53 -0700)]
add --oneliner example to man page for git #58
Steve Hancock [Fri, 2 Apr 2021 14:34:35 +0000 (07:34 -0700)]
Avoid conflict of -bli and -xci
Steve Hancock [Thu, 1 Apr 2021 01:41:59 +0000 (18:41 -0700)]
update to v20210402
Steve Hancock [Wed, 31 Mar 2021 00:47:51 +0000 (17:47 -0700)]
Avoid conflict of -bbp=2 and -xci
Steve Hancock [Tue, 30 Mar 2021 02:19:16 +0000 (19:19 -0700)]
Fix rule for welding with barewords
Steve Hancock [Tue, 30 Mar 2021 00:58:48 +0000 (17:58 -0700)]
improve error message about operator in indirect object location
Steve Hancock [Tue, 30 Mar 2021 00:55:09 +0000 (17:55 -0700)]
filter out nuisance lines from testing output
Steve Hancock [Tue, 30 Mar 2021 00:18:50 +0000 (17:18 -0700)]
Fix conflict between -wba='||' and -opr
Steve Hancock [Mon, 29 Mar 2021 02:16:51 +0000 (19:16 -0700)]
Follow user requests better to break before operators
Steve Hancock [Sun, 28 Mar 2021 14:36:42 +0000 (07:36 -0700)]
list depth requirement for -bbx=3 changed back previous version
Steve Hancock [Sat, 27 Mar 2021 23:37:34 +0000 (16:37 -0700)]
Fix problems with combinations of -iob -lp
Steve Hancock [Fri, 26 Mar 2021 14:35:43 +0000 (07:35 -0700)]
remove -lfp shortcut pending further testing
Steve Hancock [Thu, 25 Mar 2021 15:13:22 +0000 (08:13 -0700)]
Add flags -lpxl=s and simplified form -lfp, requested in git #56
Steve Hancock [Mon, 22 Mar 2021 01:49:55 +0000 (18:49 -0700)]
Fix error message for multiple conflicting specifications in -wnxl
Steve Hancock [Sat, 20 Mar 2021 13:58:58 +0000 (06:58 -0700)]
Fix issue git #57, Warn_count was not initialized
Steve Hancock [Fri, 19 Mar 2021 00:59:14 +0000 (17:59 -0700)]
Fix rare problem with combination -lp -wn -naws
Steve Hancock [Wed, 17 Mar 2021 16:39:29 +0000 (09:39 -0700)]
Fix definition of list within list for -bbx flag
Steve Hancock [Tue, 16 Mar 2021 22:00:18 +0000 (15:00 -0700)]
Fix problem with -xci and long tokens
Steve Hancock [Tue, 16 Mar 2021 15:07:13 +0000 (08:07 -0700)]
Fix error in parsing use statement curly brace
Steve Hancock [Sat, 13 Mar 2021 23:35:18 +0000 (15:35 -0800)]
Fix problems with combinations of -iob -lp -wn -dws -naws
Steve Hancock [Thu, 11 Mar 2021 04:05:51 +0000 (20:05 -0800)]
Simplify sub weld_nested_containers
Steve Hancock [Sun, 7 Mar 2021 15:55:54 +0000 (07:55 -0800)]
Adjust line length tolerance for welding
Steve Hancock [Sun, 7 Mar 2021 15:46:51 +0000 (07:46 -0800)]
Fix problem with -vtc=n and outdented long lines
Steve Hancock [Sun, 7 Mar 2021 13:49:10 +0000 (05:49 -0800)]
Fix problem with combination -lp and -wbb='='
Steve Hancock [Sat, 6 Mar 2021 15:09:34 +0000 (07:09 -0800)]
Fix edge formatting cases with parameter -bbx=2
Steve Hancock [Sat, 6 Mar 2021 02:25:54 +0000 (18:25 -0800)]
added flag -fpva, --function-paren-vertical-alignment; see git #53
Steve Hancock [Fri, 5 Mar 2021 16:39:58 +0000 (08:39 -0800)]
Fix for issue git #53, do not align spaced function parens
Steve Hancock [Fri, 5 Mar 2021 02:43:01 +0000 (18:43 -0800)]
Fix issue git #54 involving -bbp=n -bbpi=n -lp
Steve Hancock [Wed, 3 Mar 2021 15:13:06 +0000 (07:13 -0800)]
fix some edge cases involving the -wn flag
Steve Hancock [Mon, 1 Mar 2021 15:32:52 +0000 (07:32 -0800)]
Update tokenizer recognition of indirect object
Steve Hancock [Sun, 28 Feb 2021 14:41:16 +0000 (06:41 -0800)]
Do not start a batch with a blank token
Steve Hancock [Sat, 27 Feb 2021 13:59:55 +0000 (05:59 -0800)]
update testing tools
Steve Hancock [Sat, 27 Feb 2021 13:58:11 +0000 (05:58 -0800)]
Avoid double spaces in -csc text output