]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2021-06-17 Steve HancockUpdate a welding rule to avoid edge case instability
2021-06-17 Steve HancockConvert some weld sub calls to hash lookups
2021-06-17 Steve HancockUpdate LineSink.pm to allow undefined line endings
2021-06-16 Steve HancockFix incorrect sub call
2021-06-16 Steve HancockAdd --code-skipping option, see git #65
2021-06-14 Steve HancockHandle nested print format blocks
2021-06-14 Steve Hancockfix spelling
2021-06-13 Steve HancockAllow stacked labels without spaces
2021-06-13 Steve Hancockadd 'perltidy_hide.pl' for testing issue in git #65
2021-06-13 Steve HancockFix edge cases of instability involving -wn -lp
2021-06-11 shancock9Merge pull request #66 from scop/spelling
2021-06-09 Ville SkyttäSpelling fixes
2021-06-06 Steve HancockRemove incorrect warning at repeated function paren...
2021-06-05 Steve HancockAdd warning when lexical sub names match some builtins
2021-06-05 Steve HancockSome minor cleanups
2021-06-04 Steve HancockRevised data structures for welding
2021-06-01 Steve Hancockimproved treatment of lexical subs
2021-06-01 Steve Hancockadd v-string underscores; warn of leading commas
2021-05-31 Steve Hancockupdate comments
2021-05-31 Steve Hancockremoved some needless code related to check-syntax
2021-05-28 Steve HancockFix parsing error at operator following a comma
2021-05-27 Steve Hancockminor coding cleanups
2021-05-27 Steve Hancockadd test for parsing numeric values
2021-05-27 Steve HancockAdded optional o in octal number definitions
2021-05-26 Steve HancockFix several problems with -lp formatting
2021-05-23 Steve Hancockminor cleanups
2021-05-23 Steve Hancockremoved unsupported versions before 5.14
2021-05-22 Steve Hancockadded perl 5.30 and 5.32 for Travis-ci
2021-05-22 Steve Hancockfix comment
2021-05-22 Steve Hancockeliminate a bareword filehandle
2021-05-21 Steve Hancockcleanup debug statements
2021-05-21 Steve HancockModify welding rules for -lp
2021-05-17 Steve Hancockcleanup sub respace_tokens
2021-05-16 Steve HancockFix inconsistency involving counting commas
2021-05-16 Steve HancockSlightly modify line breaks for -lp indentation
2021-05-14 Steve Hancockminor coding cleanups
2021-05-14 Steve HancockRewrite coding for -bom flag
2021-05-13 Steve Hancockcoding cleanup
2021-05-13 Steve HancockAdjust tolerances for some line length tests
2021-05-10 Steve HancockDo not apply -lp formatting to containers with here...
2021-05-09 Steve HancockFix some edge welding cases
2021-05-09 Steve HancockImprove tolerance for welding qw quotes
2021-05-09 Steve HancockRevise weld tolerances, simplify code, fix welded ci
2021-05-08 Steve HancockCorrect brace types mismarked by tokenizer, update
2021-05-07 Steve HancockAdded warning when -ci has to be reduced; ref rt #136415
2021-05-07 Steve Hancockcombine duplicate subs
2021-05-07 Steve HancockImprove indentation of welded multiline qw quotes
2021-05-06 Steve HancockTest length of closing multiline qw quote before welding
2021-05-05 Steve HancockUpdate welding rule to avoid blinking states
2021-05-04 Steve HancockFix problem of conflict of -otr and -lp
2021-05-04 Steve Hancockadded some debug code for extended_continuation_indentation
2021-05-04 Steve HancockAdd option -pvtc=3, requested in rt136416
2021-05-04 Steve HancockFix vertical alignment issue raised in rt #136416
2021-05-03 Steve HancockFix some rare issues with the -lp option
2021-05-02 Steve HancockCorrect brace types mismarked by tokenizer
2021-05-02 Steve HancockAvoid instability of combination -bbx=2 -lp and -xci
2021-04-30 Steve HancockRestrict use of flag -cab=3 to simple structurs
2021-04-29 Steve HancockUpdate docs for git #64 regarding -lp and side comments
2021-04-26 Steve HancockFix line break rules for uncontained commas + cleanups
2021-04-25 Steve HancockFix problem with -wn and -wc=n
2021-04-21 Steve HancockAdjust line break rules for uncontained commas
2021-04-20 Steve HancockFix a bad line break choice at a slash
2021-04-20 Steve HancockFix rare problem with -lp -wn
2021-04-18 Steve HancockFix issue git#63
2021-04-18 Steve HancockAvoid welding at sort/map/grep paren calls
2021-04-17 Steve HancockFix issue git#62
2021-04-16 Steve HancockFix problem involving -bbx=2 -xci -osbr and similar...
2021-04-16 Steve HancockFix rare line break problem
2021-04-15 Steve HancockFix problem parsing anonymous subs with attribute lists
2021-04-14 Steve HancockCorrect brace types mismarked by tokenizer
2021-04-13 shancock9Merge pull request #60 from scop/spelling
2021-04-13 shancock9Merge pull request #59 from scop/docs/vtc-options
2021-04-13 Ville Skyttädocs: doc and comment spelling fixes
2021-04-13 Ville Skyttädocs: *vtc fixes
2021-04-11 Steve HancockUnify coding for welded quotes and other welded containers
2021-04-09 Steve HancockSlight change in weld length calculation
2021-04-08 Steve HancockImprove treatment of -vmll with -wn
2021-04-08 Steve HancockMerge weld rule 6 into rule 3
2021-04-07 Steve HancockMoved logic of previous update to the FileWriter module
2021-04-06 Steve HancockFix problem with excess blank line generation with...
2021-04-05 Steve HancockModify a condition for applying -bbx=2
2021-04-05 Steve HancockImprove previous patch of -wn tolerance
2021-04-03 Steve HancockFix rare convergence problem with -wn
2021-04-03 Steve Hancockadd --oneliner example to man page for git #58
2021-04-02 Steve HancockAvoid conflict of -bli and -xci
2021-04-01 Steve Hancockupdate to v20210402 20210402
2021-03-31 Steve HancockAvoid conflict of -bbp=2 and -xci
2021-03-30 Steve HancockFix rule for welding with barewords
2021-03-30 Steve Hancockimprove error message about operator in indirect object...
2021-03-30 Steve Hancockfilter out nuisance lines from testing output
2021-03-30 Steve HancockFix conflict between -wba='||' and -opr
2021-03-29 Steve HancockFollow user requests better to break before operators
2021-03-28 Steve Hancocklist depth requirement for -bbx=3 changed back previous...
2021-03-27 Steve HancockFix problems with combinations of -iob -lp
2021-03-26 Steve Hancockremove -lfp shortcut pending further testing
2021-03-25 Steve HancockAdd flags -lpxl=s and simplified form -lfp, requested...
2021-03-22 Steve HancockFix error message for multiple conflicting specificatio...
2021-03-20 Steve HancockFix issue git #57, Warn_count was not initialized
2021-03-19 Steve HancockFix rare problem with combination -lp -wn -naws
2021-03-17 Steve HancockFix definition of list within list for -bbx flag
next