]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2021-12-01 Steve Hancockfix instability with combo -lp -iob -vmll -bbx=2 (b1266)
2021-12-01 Steve Hancockmake sub recombine_breakpoints efficient; fixes c018
2021-11-30 Steve Hancockfix -lp problem with blank line after opening paren
2021-11-29 Steve Hancockbump to version 20211029.03 20211029.03
2021-11-29 Steve Hancockprevent unwanted recombinations after =
2021-11-28 Steve Hancockconsolidate code for breaks at = before -xlp container
2021-11-26 Steve Hancockupdate test case, bump version to .02 20211029.02
2021-11-26 Steve Hancockfix problem with -bbp and -xlp
2021-11-25 Steve Hancockactivate speedup if -lp is actually off
2021-11-24 Steve Hancockrevised internal error checks
2021-11-24 Steve Hancockadded test for issue git #74
2021-11-24 Steve Hancockadd test for -xlp
2021-11-23 Steve Hancockimprove some variable names
2021-11-23 Steve Hancockfix b1264, -lp formatting under stress
2021-11-23 Steve Hancockcode cleanups
2021-11-22 Steve Hancockcode simplification
2021-11-22 Steve Hancockfix b1262, list formatting under stress
2021-11-21 Steve Hancockfix b1259, b1260, instabilities with -bbxi=2 and very...
2021-11-20 Steve Hancockbump version to 20211029.01 20211029.01
2021-11-20 Steve Hancockadded test case rt140025
2021-11-20 Steve Hancockadd -xlp flag
2021-11-19 Steve Hancockclean up revised -lp coding
2021-11-19 Steve Hancockmove storage of seqno for -lp containers to avoid gaps
2021-11-18 Steve Hancockfix b1257, rare instability in math formatting
2021-11-18 Steve Hancockissue c098, update sub break_lists for revised -lp
2021-11-18 Steve Hancockissue c098, merging standard and -lp indentation
2021-11-17 Steve Hancockupdate sub set_vertical_tightness_flags for new -lp...
2021-11-16 Steve Hancockupdate sub set_comma_breakpoints_do for new -lp
2021-11-16 Steve Hancockremove old -lp coding: sub set_leading_whitespace
2021-11-15 Steve Hancockfix b1255 - improved cutoff limit for -lp formatting
2021-11-15 Steve Hancockfix b1251, avoid new welds of sheared parens
2021-11-14 Steve Hancockfix issue c109, 's s(..)(.)sss'
2021-11-13 Steve Hancockput a reasonable limit of 100 on weld cutoff level
2021-11-12 Steve Hancockmerge two weld cutoff limits, fixes b1252
2021-11-12 Steve Hancockfix b1244, do not start -lp under stress
2021-11-12 Steve Hancockadd ref check needed due to recent update for -lp
2021-11-12 Steve Hancockfix b1243, welding under stress
2021-11-11 Steve Hancocksimplify sub set_lp_indentation
2021-11-10 Steve Hancockupdate sub set_lp_indentation
2021-11-09 Steve HancockFix tokenization of $$^, issue c106
2021-11-08 Steve Hancockfix c104, error reformatting '$ 0'
2021-11-08 Steve Hancockadd tokenizer tests
2021-11-08 Steve Hancockfix c103, diamond operator after possible indirect...
2021-11-08 Steve Hancockfix b1240, rare instability formatting under stress
2021-11-08 Steve Hancockfix instability issue b1241
2021-11-07 Steve Hancockfix issue b1239, rare instability
2021-11-06 Steve HancockFix undefined variable reference, c102
2021-11-05 Steve Hancocknew sub set_lp_indentation fixes b1235 b1237
2021-11-05 Steve Hancockadded new sub set_lp_indentation
2021-11-05 Steve Hancockupdate comments
2021-11-04 Steve Hancockadd var _ri_starting_one_line_block_, add test c100
2021-11-04 Steve Hancockfix b1234.in, make token type after '->' consistent
2021-11-04 Steve Hancockadd sub get_spaces_level_ci for future use
2021-11-03 Steve Hancockfix problem with some comments exceeding line length...
2021-11-03 Steve HancockDo not break hash braces under stress (fixes b1238)
2021-11-03 Steve Hancockfix b1236, incorrect -kpit function with parenless for
2021-10-29 Steve Hancockupdate to version 20211029 20211029
2021-10-26 Steve Hancockadd example for -iob
2021-10-25 Steve Hancockfix b1232, rare formatting instability
2021-10-24 Steve Hancockfix c093, a minor vertical alignment issue
2021-10-24 Steve Hancockfix b1231, rare instability involving -bbp=3 -bbpi...
2021-10-22 Steve Hancockfix b1230, rare formatting instability
2021-10-21 Steve HancockFix b1229, very rare instablity with -lp -bbao
2021-10-21 Steve HancockFix c090, inconsistent warning messages for deprecated...
2021-10-21 Steve HancockFix c091, incorrect closing side comment
2021-10-20 Steve Hancockimprove alignment for sub calls without parens, issue...
2021-10-18 Steve Hancockfix issue c087, follow break after anonymous sub closin...
2021-10-17 Steve Hancockupdate some fault checks
2021-10-17 Steve Hancockadded flag -blixl
2021-10-16 Steve Hancockadd -bl control parameters -bll and -blxl, part 2
2021-10-16 Steve Hancockconvert regex to hash for minor tokenizer speedup
2021-10-16 Steve Hancockconvert some regexes to hashes to speedup tokenizer
2021-10-15 Steve Hancockadded -bl control options -bll=s -blxl=s, part 1
2021-10-15 Steve Hancockadd check that all self variables are initialized
2021-10-15 Steve Hancockrevised code for matching a sub block
2021-10-14 Steve Hancocksimplify coding of -bl and -bli options
2021-10-14 Steve Hancockfix c074, incorrectly marked block brace
2021-10-12 Steve Hancockrevise random file generator
2021-10-12 Steve Hancockadd syntax check for variables of the form ${^XXX}
2021-10-12 Steve Hancockadd internal fault check for tokens out of order
2021-10-12 Steve Hancockconvert regex to hash for minor optimization
2021-10-12 Steve Hancockremoved unused syntax check coding; updated some error...
2021-10-11 Steve Hancockminor optimization
2021-10-11 Steve Hancockfix b1228, rare formatting instability
2021-10-11 Steve Hancockadd internal fault checks
2021-10-10 Steve Hancockcode simplificiation
2021-10-08 Steve Hancockfix issue b1211, rare formatting instability
2021-10-07 Steve Hancockfix issue c085, very rare fault with -lp
2021-10-07 Steve Hancockminor code simplification
2021-10-06 Steve Hancockfix issue b1213
2021-10-05 Steve Hancockfix issue b1214
2021-10-05 Steve Hancockfix issue b1219
2021-10-05 Steve Hancockbe sure DEVEL_MODE is set for random testing
2021-10-04 Steve Hancockimprove error diagnostics
2021-10-04 Steve Hancockfix issue b1215, rare formatting instability
2021-10-04 Steve Hancockfix rare formatting instability b1223, b1227
2021-10-04 Steve Hancockadjust chain probability in testing; get perltidy.pl...
2021-10-04 Steve Hancockfix issue b1212, unusual weld instability
2021-10-03 Steve Hancockfix b1221, -vmll issue where max line length could...
2021-10-03 Steve Hancockoptimize processing of block comments
next