2020-09-30 |
Steve Hancock | added example to docs |
commit | commitdiff | tree | snapshot |
2020-09-30 |
Steve Hancock | minor efficiency improvements |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Steve Hancock | updates for next release 20201001 |
commit | commitdiff | tree | snapshot |
2020-09-28 |
Steve Hancock | simplify code for setting adjusted levels |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Steve Hancock | keep any space between a bareword and quote |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Steve Hancock | minor optimizations |
commit | commitdiff | tree | snapshot |
2020-09-27 |
Steve Hancock | cleanup VerticalAligner debug coding, gave 12% speedup |
commit | commitdiff | tree | snapshot |
2020-09-26 |
Steve Hancock | optimization of frequently called routines, about 15... |
commit | commitdiff | tree | snapshot |
2020-09-26 |
Steve Hancock | optimized two critical routines, 17% speedup |
commit | commitdiff | tree | snapshot |
2020-09-26 |
Steve Hancock | update docs |
commit | commitdiff | tree | snapshot |
2020-09-26 |
Steve Hancock | improve user interface |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Steve Hancock | update comments |
commit | commitdiff | tree | snapshot |
2020-09-25 |
Steve Hancock | move subs into a better order |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Steve Hancock | fixed incorrect log entry for indentation disagreement |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Steve Hancock | cleanup files on exit |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Steve Hancock | updated utilities for testing perltidy |
commit | commitdiff | tree | snapshot |
2020-09-24 |
Steve Hancock | update comments |
commit | commitdiff | tree | snapshot |
2020-09-22 |
Steve Hancock | added note about whitespace control issues; update... |
commit | commitdiff | tree | snapshot |
2020-09-22 |
Steve Hancock | added keyword 'isa' |
commit | commitdiff | tree | snapshot |
2020-09-22 |
Steve Hancock | update docs |
commit | commitdiff | tree | snapshot |
2020-09-22 |
Steve Hancock | removed unused sub link_sequence_items |
commit | commitdiff | tree | snapshot |
2020-09-22 |
Steve Hancock | update docs |
commit | commitdiff | tree | snapshot |
2020-09-21 |
Steve Hancock | removed remnant check on an EVAL_ERROR for a deleted... |
commit | commitdiff | tree | snapshot |
2020-09-21 |
Steve Hancock | if =cut starts a POD section give warning, not complaint |
commit | commitdiff | tree | snapshot |
2020-09-21 |
Steve Hancock | fixed false warning on deprecated empty here target |
commit | commitdiff | tree | snapshot |
2020-09-21 |
Steve Hancock | switch from eval { } to ->can('finish_formatting') |
commit | commitdiff | tree | snapshot |
2020-09-21 |
Steve Hancock | update docs |
commit | commitdiff | tree | snapshot |
2020-09-20 |
Steve Hancock | fixed uninitialized value |
commit | commitdiff | tree | snapshot |
2020-09-20 |
Steve Hancock | added note about possible parsing problems with -sfp |
commit | commitdiff | tree | snapshot |
2020-09-19 |
Steve Hancock | changed parameter name -ihb to -bbhbi, etc, for clarity |
commit | commitdiff | tree | snapshot |
2020-09-19 |
Steve Hancock | Simplified coding of -ibhb and related parameters |
commit | commitdiff | tree | snapshot |
2020-09-18 |
Steve Hancock | modify check to avoid false hash-bang warning |
commit | commitdiff | tree | snapshot |
2020-09-18 |
Steve Hancock | updated docs for -ihb -isb -ip |
commit | commitdiff | tree | snapshot |
2020-09-18 |
Steve Hancock | added flags -ihb -isb -ip |
commit | commitdiff | tree | snapshot |
2020-09-18 |
Steve Hancock | added AUTOLOAD subs |
commit | commitdiff | tree | snapshot |
2020-09-17 |
Steve Hancock | fixed problem parsing deprecated here-doc without target |
commit | commitdiff | tree | snapshot |
2020-09-16 |
Steve Hancock | replaced sub 'map_containers' with simpler code |
commit | commitdiff | tree | snapshot |
2020-09-15 |
Steve Hancock | update docs 20200907.01 |
commit | commitdiff | tree | snapshot |
2020-09-15 |
Steve Hancock | bump version to 20200907.01 |
commit | commitdiff | tree | snapshot |
2020-09-15 |
Steve Hancock | add test for -bbhb and -bbp |
commit | commitdiff | tree | snapshot |
2020-09-15 |
Steve Hancock | expand excluded keywords for -pbp |
commit | commitdiff | tree | snapshot |
2020-09-15 |
Steve Hancock | moved braces to avoid perlcritic warnings |
commit | commitdiff | tree | snapshot |
2020-09-15 |
Steve Hancock | added flags -bbhb=n, -bbsb=n, -bbq=n, suggestion git #38 |
commit | commitdiff | tree | snapshot |
2020-09-14 |
Steve Hancock | Allow line-ending '=>' to align vertically |
commit | commitdiff | tree | snapshot |
2020-09-14 |
Steve Hancock | improved hash-bang warning filter |
commit | commitdiff | tree | snapshot |
2020-09-14 |
Steve Hancock | do not create a zero length file by deleting semicolons |
commit | commitdiff | tree | snapshot |
2020-09-13 |
Steve Hancock | fixed unitialized variable problem |
commit | commitdiff | tree | snapshot |
2020-09-13 |
Steve Hancock | fixed unitialized variable problem |
commit | commitdiff | tree | snapshot |
2020-09-13 |
Steve Hancock | fix undefined variable reference |
commit | commitdiff | tree | snapshot |
2020-09-13 |
Steve Hancock | prevent unnecessary hash-bang warning message |
commit | commitdiff | tree | snapshot |
2020-09-12 |
Steve Hancock | fixed undefined index |
commit | commitdiff | tree | snapshot |
2020-09-12 |
Steve Hancock | update random file generator |
commit | commitdiff | tree | snapshot |
2020-09-12 |
Steve Hancock | update bug logfile |
commit | commitdiff | tree | snapshot |
2020-09-12 |
Steve Hancock | removed unused vars, converted stack from array to... |
commit | commitdiff | tree | snapshot |
2020-09-11 |
Steve Hancock | fixed rare bug involving incorrect cache writing order |
commit | commitdiff | tree | snapshot |
2020-09-11 |
Steve Hancock | simplified debug flags |
commit | commitdiff | tree | snapshot |
2020-09-11 |
Steve Hancock | fixed several fringe parsing bugs found in testing |
commit | commitdiff | tree | snapshot |
2020-09-10 |
Steve Hancock | Fixed problem identifying pod in __DATA__ and __END__... |
commit | commitdiff | tree | snapshot |
2020-09-10 |
Steve Hancock | fixed very rare fault found with automated testing |
commit | commitdiff | tree | snapshot |
2020-09-10 |
Steve Hancock | simplified internal debug flags |
commit | commitdiff | tree | snapshot |
2020-09-10 |
Steve Hancock | converted several package vars to lexical vars |
commit | commitdiff | tree | snapshot |
2020-09-10 |
Steve Hancock | update skip list |
commit | commitdiff | tree | snapshot |
2020-09-09 |
Steve Hancock | change package variables to lexical variables in Format... |
commit | commitdiff | tree | snapshot |
2020-09-09 |
Steve Hancock | -nib side comments get 1 space and do not align or... |
commit | commitdiff | tree | snapshot |
2020-09-09 |
Steve Hancock | fixed typo in variable name |
commit | commitdiff | tree | snapshot |
2020-09-09 |
Steve Hancock | removed debug statement accidentally left in code |
commit | commitdiff | tree | snapshot |
2020-09-09 |
Steve Hancock | convert array to hash to avoid trouble with neg levels... |
commit | commitdiff | tree | snapshot |
2020-09-09 |
Steve Hancock | adjustment to prevent some long blocks from exceeding... |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | fixed rare problem with stored index values for -lp... |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | fix problem parsing sub prototypes |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | fix undefined variable |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | do not allow -wc and -lp together, can cause bugs |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | simplify AUTOLOAD as much as possible |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | remove confusing warning message |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | improved treatment of long lines with here targets |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | added test for long line with here target |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | fixed bug where long line with here target got broken |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | update skip list |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | add warning about inappropriate -x flag |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | fix problem of undefined values involving j_terminal_match |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | added sub set_j_terminal_match() |
commit | commitdiff | tree | snapshot |
2020-09-08 |
Steve Hancock | added batch_count to simplify debugging |
commit | commitdiff | tree | snapshot |
2020-09-07 |
Steve Hancock | improve error summary |
commit | commitdiff | tree | snapshot |
2020-09-07 |
Steve Hancock | patched for undefined variable |
commit | commitdiff | tree | snapshot |
2020-09-07 |
Steve Hancock | remove duplicate => |
commit | commitdiff | tree | snapshot |
2020-09-07 |
Steve Hancock | protect against undefined object call |
commit | commitdiff | tree | snapshot |
2020-09-07 |
Steve Hancock | fix typo |
commit | commitdiff | tree | snapshot |
2020-09-07 |
Steve Hancock | Added DESTROY subs to avoid AUTOLOAD calls in some... |
commit | commitdiff | tree | snapshot |
2020-09-07 |
Steve Hancock | add AUTOLOAD subs to better catch programming errors |
commit | commitdiff | tree | snapshot |
2020-09-07 |
Steve Hancock | update docs to include ref to git issue # |
commit | commitdiff | tree | snapshot |
2020-09-07 |
Steve Hancock | improved error reporting; get parameters dynamically |
commit | commitdiff | tree | snapshot |
2020-09-06 |
Steve Hancock | updates preparing for next release 20200907 |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Steve Hancock | added example script to repair -csc -scbb problems |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Steve Hancock | added random parameter test script |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Steve Hancock | change to avoid perlcritic complaint |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Steve Hancock | fix problem causing unitialized values at VERSION stmt... |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Steve Hancock | fix minor issue with uninitialized value |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Steve Hancock | add test case for -scbb -csc combination |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Steve Hancock | add extra safety check for the -scbb -csc problem |
commit | commitdiff | tree | snapshot |
2020-09-05 |
Steve Hancock | fixed minor undefined variable problem |
commit | commitdiff | tree | snapshot |
next |