]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2021-07-17 Steve Hancockupdated docs 20210717
2021-07-17 Steve HancockFix to make -wn and -bbxx=n flags work together
2021-07-15 Steve Hancockupdating to Version 20210717
2021-07-13 Steve HancockFix problem with side comment after pattern
2021-07-13 Steve HancockFix problem with side comment after pointer, part 3
2021-07-12 Steve HancockAvoid line breaks before a slash in certain cases
2021-07-12 Steve Hancockupdate to work correctly with utf8 files
2021-07-11 Steve Hancockadd test for format-skipping issue discussed in git #67
2021-07-11 Steve HancockFix error parsing sub attributes with side comment
2021-07-11 Steve HancockFix case b1172, a failure to converge
2021-07-10 Steve HancockAvoid certain line breaks before a /; final #>>V not...
2021-07-09 Steve Hancockbump version to 0.02 20210625.02
2021-07-09 Steve HancockImprove logic for distinguishing a pattern vs a division
2021-07-09 Steve HancockFix problem caused by side comment after ++
2021-07-08 Steve HancockFix problem caused by side comment after pointer, part 2
2021-07-08 Steve Hancockrewrote side_comment_test.pl to use masking
2021-07-07 Steve HancockFix problem caused by side comment after pointer
2021-07-07 Steve HancockFix error parsing '%#' and similar combinations
2021-07-06 Steve HancockFix error parsing '&#'
2021-07-06 Steve HancockFix error parsing format statement
2021-07-06 Steve Hancockminimize use of Travis CI
2021-07-05 Steve HancockFix some incorrect error messages due to side comments
2021-07-05 Steve Hancockadded side comment testing utility to dev-bin
2021-07-04 Steve HancockFix undefined var ref involving --format-skipping
2021-07-04 Steve HancockCheck for side comment within package statement
2021-07-04 Steve Hancockadded convergence test cases b1103 b1169 b1170 b1171
2021-07-03 Steve Hancockadded testing utility run_convergence_tests.pl
2021-07-02 Steve HancockFix problem with -comma-arrow-breakpoint=n flag
2021-07-01 Steve HancockFixed use of uninitialized value
2021-06-30 Steve Hancockbump version by .01
2021-06-30 Steve HancockFix token type of colon introducing anonomyous sub...
2021-06-29 Steve HancockMinor adjustments to improve formatting stability
2021-06-29 Steve HancockRemove limit on the value of -ci=n when -xci is set
2021-06-28 Steve Hancockskip random testing on any perltidy output files
2021-06-28 Steve Hancockmoved an error check from VerticalAligner to Formatter
2021-06-28 Steve HancockReduced number of appveyor cases
2021-06-26 Steve HancockMinor optimization of sub in_same_container_i
2021-06-26 Steve HancockEliminate token variable _LEVEL_TRUE_
2021-06-26 Steve HancockEliminate token variable _CONTAINER_ENVIRONMENT_
2021-06-25 Steve Hancockreduce use of Travis CI to extend lifetime
2021-06-25 Steve HancockFix Travis-CI status image
2021-06-24 Steve Hancockupdate to version 20210625 20210625
2021-06-21 Steve HancockAdjust tolerances to fix some unstable edge cases
2021-06-20 Steve Hancockbump version .01 20210402.01
2021-06-20 Steve HancockTesting Travis CI functionality
2021-06-19 Steve HancockAdjust tolerances to fix some unstable edge cases
2021-06-18 Steve HancockAdded flag -atnl, --add-terminal-newline, see git #58
2021-06-18 Steve HancockAllow --delete-side-comments to work with -nanl
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
next