]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2021-08-23 Steve Hancockremove unused experimental qw formatting code
2021-08-22 Steve Hancockcleanup perltidy_tab_test
2021-08-21 Steve HancockFix formatting instability issue b1194
2021-08-20 Steve Hancockminor optimization
2021-08-20 Steve Hancockoptimize sub parent_seqno_by_K
2021-08-20 Steve Hancockminor optimization by elminating two subs
2021-08-19 Steve Hancockadded utility to test for problems with tab characters
2021-08-19 Steve HancockFix some problems involving tabs characters, issue...
2021-08-19 Steve HancockCorrect parsing error, case c061
2021-08-18 Steve Hancockminor optimization
2021-08-18 Steve Hancockminor optimization
2021-08-18 Steve Hancockadd 'alignment_count' for small optimization
2021-08-17 Steve Hancockimprove menu
2021-08-16 Steve Hancockadd options to random test setup
2021-08-16 Steve HancockAdd build status badge for Actions
2021-08-15 Steve HancockImproved line break, case c060
2021-08-14 Steve HancockFix error check caused by -wn -iscl, case c058
2021-08-14 Steve Hancockminor optimization for block comments
2021-08-14 Steve Hancockadded link to CPAN Testers
2021-08-13 Steve HancockSetup an initial github Actions workflow
2021-08-13 Steve HancockFix formatting instability, b1193
2021-08-13 Steve Hancockadded error check for undefined opening token
2021-08-12 Steve Hancockconvert vertical tightness flags from array to hash
2021-08-11 Steve HancockFix error in tokenizer, issue c055
2021-08-10 Steve HancockFix undefined variable reference in development version
2021-08-10 Steve HancockFix formatting instability, b1192
2021-08-09 Steve HancockFix formatting instability, b1191
2021-08-09 Steve HancockFix error parsing sub attributes without spaces, b1190
2021-08-09 Steve HancockFix rare loss of vertical alignment in welded container...
2021-08-07 Steve HancockFix edge case of formatting instability, b1189
2021-08-07 Steve Hancockminor code cleanups
2021-08-07 Steve Hancockadd comment about starting nesting depth
2021-08-06 Steve Hancockeliminate token variable BLOCK_TYPE
2021-08-05 Steve HancockFix edge cases of formatting instability, b1187 b1188
2021-08-04 Steve Hancockeliminate token variable _SLEVEL_
2021-08-03 Steve Hancockeliminate variable 'level_jump' from vertical aligner
2021-08-03 Steve HancockFix edge case of formatting instability, b1186
2021-08-01 Steve HancockFix edge case of formatting instability, b1185
2021-07-31 Steve Hancockmoved coding for parent_seqno upstream
2021-07-31 Steve HancockFix edge case of formatting instability, b1183
2021-07-31 Steve HancockFix edge case of formatting instability, b1184
2021-07-30 Steve HancockFix edge case of formatting instability, b1182
2021-07-29 Steve Hancockrewrote sub in_same_container_i
2021-07-28 Steve HancockFix edge case of formatting instability
2021-07-26 Steve Hancockrestructure to eliminate variable 'level_jump'
2021-07-24 Steve Hancocksimplify some welding coding
2021-07-23 Steve Hancockclarify behavior of format-skipping and code-skipping
2021-07-23 Steve Hancockminor coding cleanups
2021-07-23 Steve HancockFix rare problem with formatting nested ternary statements
2021-07-22 Steve Hancockminor code cleanups
2021-07-22 Steve HancockFix conflict of -bom and -scp parameters
2021-07-21 Steve Hancockrevise token sequence numbering scheme
2021-07-20 Steve Hancockadd test case b1178
2021-07-20 Steve HancockFix some problems with -kgb in complex structures
2021-07-20 Steve Hancockreword docs for kgbs
2021-07-19 Steve Hancockbump version to 20210717.01 20210717.01
2021-07-19 Steve HancockFix to keep from losing blank lines after a code-skippi...
2021-07-18 Steve HancockFix possible welding instability in ternary after fat...
2021-07-18 Steve Hancockadded utility to run tokenizer tests
2021-07-18 Steve HancockFix mis-tokenization before pointer
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
next