2021-11-08 |
Steve Hancock | fix c104, error reformatting '$ 0' |
commit | commitdiff | tree | snapshot |
2021-11-08 |
Steve Hancock | add tokenizer tests |
commit | commitdiff | tree | snapshot |
2021-11-08 |
Steve Hancock | fix c103, diamond operator after possible indirect... |
commit | commitdiff | tree | snapshot |
2021-11-08 |
Steve Hancock | fix b1240, rare instability formatting under stress |
commit | commitdiff | tree | snapshot |
2021-11-08 |
Steve Hancock | fix instability issue b1241 |
commit | commitdiff | tree | snapshot |
2021-11-07 |
Steve Hancock | fix issue b1239, rare instability |
commit | commitdiff | tree | snapshot |
2021-11-06 |
Steve Hancock | Fix undefined variable reference, c102 |
commit | commitdiff | tree | snapshot |
2021-11-05 |
Steve Hancock | new sub set_lp_indentation fixes b1235 b1237 |
commit | commitdiff | tree | snapshot |
2021-11-05 |
Steve Hancock | added new sub set_lp_indentation |
commit | commitdiff | tree | snapshot |
2021-11-05 |
Steve Hancock | update comments |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Steve Hancock | add var _ri_starting_one_line_block_, add test c100 |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Steve Hancock | fix b1234.in, make token type after '->' consistent |
commit | commitdiff | tree | snapshot |
2021-11-04 |
Steve Hancock | add sub get_spaces_level_ci for future use |
commit | commitdiff | tree | snapshot |
2021-11-03 |
Steve Hancock | fix problem with some comments exceeding line length... |
commit | commitdiff | tree | snapshot |
2021-11-03 |
Steve Hancock | Do not break hash braces under stress (fixes b1238) |
commit | commitdiff | tree | snapshot |
2021-11-03 |
Steve Hancock | fix b1236, incorrect -kpit function with parenless for |
commit | commitdiff | tree | snapshot |
2021-10-29 |
Steve Hancock | update to version 20211029 20211029 |
commit | commitdiff | tree | snapshot |
2021-10-26 |
Steve Hancock | add example for -iob |
commit | commitdiff | tree | snapshot |
2021-10-25 |
Steve Hancock | fix b1232, rare formatting instability |
commit | commitdiff | tree | snapshot |
2021-10-24 |
Steve Hancock | fix c093, a minor vertical alignment issue |
commit | commitdiff | tree | snapshot |
2021-10-24 |
Steve Hancock | fix b1231, rare instability involving -bbp=3 -bbpi... |
commit | commitdiff | tree | snapshot |
2021-10-22 |
Steve Hancock | fix b1230, rare formatting instability |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Steve Hancock | Fix b1229, very rare instablity with -lp -bbao |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Steve Hancock | Fix c090, inconsistent warning messages for deprecated... |
commit | commitdiff | tree | snapshot |
2021-10-21 |
Steve Hancock | Fix c091, incorrect closing side comment |
commit | commitdiff | tree | snapshot |
2021-10-20 |
Steve Hancock | improve alignment for sub calls without parens, issue... |
commit | commitdiff | tree | snapshot |
2021-10-18 |
Steve Hancock | fix issue c087, follow break after anonymous sub closin... |
commit | commitdiff | tree | snapshot |
2021-10-17 |
Steve Hancock | update some fault checks |
commit | commitdiff | tree | snapshot |
2021-10-17 |
Steve Hancock | added flag -blixl |
commit | commitdiff | tree | snapshot |
2021-10-16 |
Steve Hancock | add -bl control parameters -bll and -blxl, part 2 |
commit | commitdiff | tree | snapshot |
2021-10-16 |
Steve Hancock | convert regex to hash for minor tokenizer speedup |
commit | commitdiff | tree | snapshot |
2021-10-16 |
Steve Hancock | convert some regexes to hashes to speedup tokenizer |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Steve Hancock | added -bl control options -bll=s -blxl=s, part 1 |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Steve Hancock | add check that all self variables are initialized |
commit | commitdiff | tree | snapshot |
2021-10-15 |
Steve Hancock | revised code for matching a sub block |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Steve Hancock | simplify coding of -bl and -bli options |
commit | commitdiff | tree | snapshot |
2021-10-14 |
Steve Hancock | fix c074, incorrectly marked block brace |
commit | commitdiff | tree | snapshot |
2021-10-12 |
Steve Hancock | revise random file generator |
commit | commitdiff | tree | snapshot |
2021-10-12 |
Steve Hancock | add syntax check for variables of the form ${^XXX} |
commit | commitdiff | tree | snapshot |
2021-10-12 |
Steve Hancock | add internal fault check for tokens out of order |
commit | commitdiff | tree | snapshot |
2021-10-12 |
Steve Hancock | convert regex to hash for minor optimization |
commit | commitdiff | tree | snapshot |
2021-10-12 |
Steve Hancock | removed unused syntax check coding; updated some error... |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Steve Hancock | minor optimization |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Steve Hancock | fix b1228, rare formatting instability |
commit | commitdiff | tree | snapshot |
2021-10-11 |
Steve Hancock | add internal fault checks |
commit | commitdiff | tree | snapshot |
2021-10-10 |
Steve Hancock | code simplificiation |
commit | commitdiff | tree | snapshot |
2021-10-08 |
Steve Hancock | fix issue b1211, rare formatting instability |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Steve Hancock | fix issue c085, very rare fault with -lp |
commit | commitdiff | tree | snapshot |
2021-10-07 |
Steve Hancock | minor code simplification |
commit | commitdiff | tree | snapshot |
2021-10-06 |
Steve Hancock | fix issue b1213 |
commit | commitdiff | tree | snapshot |
2021-10-05 |
Steve Hancock | fix issue b1214 |
commit | commitdiff | tree | snapshot |
2021-10-05 |
Steve Hancock | fix issue b1219 |
commit | commitdiff | tree | snapshot |
2021-10-05 |
Steve Hancock | be sure DEVEL_MODE is set for random testing |
commit | commitdiff | tree | snapshot |
2021-10-04 |
Steve Hancock | improve error diagnostics |
commit | commitdiff | tree | snapshot |
2021-10-04 |
Steve Hancock | fix issue b1215, rare formatting instability |
commit | commitdiff | tree | snapshot |
2021-10-04 |
Steve Hancock | fix rare formatting instability b1223, b1227 |
commit | commitdiff | tree | snapshot |
2021-10-04 |
Steve Hancock | adjust chain probability in testing; get perltidy.pl... |
commit | commitdiff | tree | snapshot |
2021-10-04 |
Steve Hancock | fix issue b1212, unusual weld instability |
commit | commitdiff | tree | snapshot |
2021-10-03 |
Steve Hancock | fix b1221, -vmll issue where max line length could... |
commit | commitdiff | tree | snapshot |
2021-10-03 |
Steve Hancock | optimize processing of block comments |
commit | commitdiff | tree | snapshot |
2021-10-02 |
Steve Hancock | fix issue c081, -cscw flag was preventing some csc... |
commit | commitdiff | tree | snapshot |
2021-10-02 |
Steve Hancock | fix formatting instability issue b1224 |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Steve Hancock | simplify and clean up coding |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Steve Hancock | simplify coding |
commit | commitdiff | tree | snapshot |
2021-10-01 |
Steve Hancock | fix issue b1220 |
commit | commitdiff | tree | snapshot |
2021-09-30 |
Steve Hancock | code cleanups and minor optimizations |
commit | commitdiff | tree | snapshot |
2021-09-29 |
Steve Hancock | minor cleanups and optimizations |
commit | commitdiff | tree | snapshot |
2021-09-28 |
Steve Hancock | simplify alignment coding in send_lines_to_vertical_aligner |
commit | commitdiff | tree | snapshot |
2021-09-27 |
Steve Hancock | minor optimizations |
commit | commitdiff | tree | snapshot |
2021-09-27 |
Steve Hancock | fix issues b1216-b1218 |
commit | commitdiff | tree | snapshot |
2021-09-26 |
Steve Hancock | fix issue c078, blank token line index out of order |
commit | commitdiff | tree | snapshot |
2021-09-26 |
Steve Hancock | optimize sub 'send_lines_to_vertical_aligner' |
commit | commitdiff | tree | snapshot |
2021-09-25 |
Steve Hancock | fix issue b1210, very rare instability with -vmll |
commit | commitdiff | tree | snapshot |
2021-09-25 |
Steve Hancock | optimize logical padding |
commit | commitdiff | tree | snapshot |
2021-09-24 |
Steve Hancock | optimize vertical alignment |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Steve Hancock | optimize sub process_line_of_CODE |
commit | commitdiff | tree | snapshot |
2021-09-23 |
Steve Hancock | update utility pm2pl with flags -D -o ofname |
commit | commitdiff | tree | snapshot |
2021-09-22 |
Steve Hancock | bump version to 20210717.04 20210717.04 |
commit | commitdiff | tree | snapshot |
2021-09-22 |
Steve Hancock | add test case for -lp |
commit | commitdiff | tree | snapshot |
2021-09-22 |
Steve Hancock | Partial fix for issue git #74 on -lp at anonymous subs |
commit | commitdiff | tree | snapshot |
2021-09-22 |
Steve Hancock | Fix issues b1209 related to -vmll |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Steve Hancock | minor code cleanups |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Steve Hancock | added sub Fault to Tokenizer.pm |
commit | commitdiff | tree | snapshot |
2021-09-19 |
Steve Hancock | filter out some binary files |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Steve Hancock | bump version to 20210717.03 20210717.03 |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Steve Hancock | Fix issue b1208 |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Steve Hancock | add test cases for -fpva |
commit | commitdiff | tree | snapshot |
2021-09-18 |
Steve Hancock | fix git #73, -nfpva not working correctly |
commit | commitdiff | tree | snapshot |
2021-09-17 |
Steve Hancock | add some anonymous sub returns missed by perl critic |
commit | commitdiff | tree | snapshot |
2021-09-16 |
Steve Hancock | added new parameters -vc -vsc -vbc |
commit | commitdiff | tree | snapshot |
2021-09-16 |
Steve Hancock | Fix unusual parsing error b1207 |
commit | commitdiff | tree | snapshot |
2021-09-15 |
Steve Hancock | Fix formatting instability b1206 |
commit | commitdiff | tree | snapshot |
2021-09-14 |
Steve Hancock | Optimize sub set_vertical_alignment_markers for novalign |
commit | commitdiff | tree | snapshot |
2021-09-14 |
Steve Hancock | optimize sub make_alignment_patterns if no alignments |
commit | commitdiff | tree | snapshot |
2021-09-13 |
Steve Hancock | Fix unusual parsing error b1205 |
commit | commitdiff | tree | snapshot |
2021-09-13 |
Steve Hancock | Use stress_level to fix cases b1197-b1204 |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Steve Hancock | added test for -novalign and update manual |
commit | commitdiff | tree | snapshot |
2021-09-11 |
Steve Hancock | clarify error regarding missed empty here target |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Steve Hancock | Fix unusual hanging side comment issue, c070 |
commit | commitdiff | tree | snapshot |
2021-09-10 |
Steve Hancock | improve efficiency of sub set_whitespace_flags |
commit | commitdiff | tree | snapshot |
next |