]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2021-09-08 Steve Hancockadd test case
2021-09-07 Steve HancockFix error parsing '$^' with newline between '$' and...
2021-09-07 Steve Hancockadd tests for sub split_pretoken
2021-09-07 Steve HancockKeep needed space after $^, issue c068
2021-09-07 Steve HancockMerge and generalize coding for issues c065 & c066
2021-09-06 Steve Hancockminor code cleanups and optimizations
2021-09-05 Steve Hancockfix unusual parsing issue, c065
2021-09-04 Steve Hancockminor efficiency improvement
2021-09-04 Steve Hancockeliminate sub 'make_side_comment'
2021-09-03 Steve Hancockeliminate some needless regex calls
2021-09-01 Steve Hancockeliminate recursion in sub set_forced_breakpoint
2021-08-31 Steve Hancocksimplified logic in sub respace_tokens
2021-08-31 Steve Hancockoptimized subs resync_.. and set_vertical_alignment_markers
2021-08-29 Steve Hancockminor optimizations
2021-08-29 Steve Hancocksave backup of the GO.sh file
2021-08-29 Steve Hancocksplit Formatter::get_line() into two routines
2021-08-28 Steve HancockFix formatting instability issues b1195, b1196
2021-08-27 Steve Hancockrewrote sub non_indenting_braces
2021-08-27 Steve Hancockoptimize sub set_adjusted_indentation
2021-08-25 Steve Hancockeliminate variable rK_to_go
2021-08-25 Steve Hancockeliminated several local variables
2021-08-24 Steve Hancockeliminate a call to terminal_type_i
2021-08-24 Steve Hancockoptimize sub 'parent_seqno_by_K'
2021-08-24 Steve Hancockmoved sub call for improved efficiency
2021-08-24 Steve Hancockchange a call is_list_by_K to is_list_by_seqno for...
2021-08-23 Steve Hancockminor optimization
2021-08-23 Steve Hancockadd git #51 to test cases
2021-08-23 Steve Hancockeliminate a call to 'K_previous_code' for improved...
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
next