2020-02-19 |
Ville Skyttä | Add pre-commit hook config |
commit | commitdiff | tree | snapshot |
2020-01-22 |
Steve Hancock | Testing binmode always on |
commit | commitdiff | tree | snapshot |
2020-01-20 |
Steve Hancock | encode error output in utf8 when -utf8 flag is set |
commit | commitdiff | tree | snapshot |
2020-01-19 |
Steve Hancock | patched problem parsing here target in quote in pattern... |
commit | commitdiff | tree | snapshot |
2020-01-16 |
Steve Hancock | note fix for git#19 |
commit | commitdiff | tree | snapshot |
2020-01-16 |
Steve Hancock | adjusted xor line break for git#19 |
commit | commitdiff | tree | snapshot |
2020-01-16 |
Steve Hancock | added support for hex floating point |
commit | commitdiff | tree | snapshot |
2020-01-15 |
Steve Hancock | allow package names ending in :: |
commit | commitdiff | tree | snapshot |
2020-01-15 |
Steve Hancock | Improved error check for internal hash-bang |
commit | commitdiff | tree | snapshot |
2020-01-15 |
Steve Hancock | bump version to 20100110.01 |
commit | commitdiff | tree | snapshot |
2020-01-14 |
Steve Hancock | improved parsing involving unknown sub prototypes |
commit | commitdiff | tree | snapshot |
2020-01-14 |
Steve Hancock | modified error message |
commit | commitdiff | tree | snapshot |
2020-01-14 |
Steve Hancock | added warning for issue git18 |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Steve Hancock | minor doc cleanups for release of VERSION 20200110 20200110 |
commit | commitdiff | tree | snapshot |
2020-01-07 |
Steve Hancock | prepare for release of VERSION 20200110 |
commit | commitdiff | tree | snapshot |
2020-01-07 |
Steve Hancock | added flag -olbn to control breaking nested one-line... |
commit | commitdiff | tree | snapshot |
2020-01-06 |
Steve Hancock | minor coding optimization |
commit | commitdiff | tree | snapshot |
2020-01-06 |
Steve Hancock | updated error stop criterion for iterations |
commit | commitdiff | tree | snapshot |
2020-01-02 |
Steve Hancock | added sub mate_index_to_go; part of ongoing conversion |
commit | commitdiff | tree | snapshot |
2020-01-01 |
Steve Hancock | rewrote 'send_lines_to_vertical_aligner'; no globals |
commit | commitdiff | tree | snapshot |
2019-12-30 |
Steve Hancock | fixed rt#131288 |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Steve Hancock | fix benign error (csc goes out on last line only) |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Steve Hancock | Fixed undef in error message parsing 'sub () name' |
commit | commitdiff | tree | snapshot |
2019-12-28 |
Steve Hancock | some coding cleanups |
commit | commitdiff | tree | snapshot |
2019-12-26 |
Steve Hancock | eliminated global array @matching_token_to_go |
commit | commitdiff | tree | snapshot |
2019-12-25 |
Steve Hancock | some code cleanups to keep arrays consistent |
commit | commitdiff | tree | snapshot |
2019-12-24 |
Steve Hancock | moved some error-checking code to better location |
commit | commitdiff | tree | snapshot |
2019-12-22 |
Steve Hancock | Simplify coding of closing side comments |
commit | commitdiff | tree | snapshot |
2019-12-20 |
Steve Hancock | rewrote sub terminal_type_i() for efficiency |
commit | commitdiff | tree | snapshot |
2019-12-18 |
Steve Hancock | Improved semicolon deletion rules |
commit | commitdiff | tree | snapshot |
2019-12-18 |
Steve Hancock | reworked coding which removes extra semicolons to use... |
commit | commitdiff | tree | snapshot |
2019-12-17 |
Steve Hancock | Fixed very minor coding error |
commit | commitdiff | tree | snapshot |
2019-12-16 |
Steve Hancock | rewrote sub in_same_container() for efficiency |
commit | commitdiff | tree | snapshot |
2019-12-14 |
Steve Hancock | bumped version to 20191203.01 |
commit | commitdiff | tree | snapshot |
2019-12-02 |
Steve Hancock | set version to 20191203 20191203 |
commit | commitdiff | tree | snapshot |
2019-12-01 |
Steve Hancock | tidied code |
commit | commitdiff | tree | snapshot |
2019-12-01 |
Steve Hancock | preparing for release; set version to 20191207 |
commit | commitdiff | tree | snapshot |
2019-12-01 |
Steve Hancock | fixed RT#131115, problem with -bli |
commit | commitdiff | tree | snapshot |
2019-11-16 |
Steve Hancock | fixed index error in new coding |
commit | commitdiff | tree | snapshot |
2019-11-13 |
Steve Hancock | some code simplification |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Steve Hancock | some code clanups |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Steve Hancock | fixed RT130394, allow short nested blocks |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Steve Hancock | fixed some strange alignments, added some tests |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Steve Hancock | code cleanups |
commit | commitdiff | tree | snapshot |
2019-11-03 |
Steve Hancock | eliminated [ as an alignment token |
commit | commitdiff | tree | snapshot |
2019-11-03 |
Steve Hancock | fixed minor alignment problem involving mutiple fat... |
commit | commitdiff | tree | snapshot |
2019-11-01 |
Steve Hancock | mostly code cleanups |
commit | commitdiff | tree | snapshot |
2019-10-29 |
Steve Hancock | code cleanups |
commit | commitdiff | tree | snapshot |
2019-10-29 |
Steve Hancock | removed a gap test for alignment |
commit | commitdiff | tree | snapshot |
2019-10-29 |
Steve Hancock | minor adjustments in sub decide_if_aligned_pair() |
commit | commitdiff | tree | snapshot |
2019-10-24 |
Steve Hancock | rewrote sub decide_if_aligned() |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Steve Hancock | vertical alignment for 2 lines with trailing 'if',... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Steve Hancock | improved multiple equals vertical alignment |
commit | commitdiff | tree | snapshot |
2019-10-16 |
Steve Hancock | improved vertical alignment for multiple equals |
commit | commitdiff | tree | snapshot |
2019-10-13 |
Steve Hancock | fixed some two line alignments |
commit | commitdiff | tree | snapshot |
2019-10-12 |
Steve Hancock | fixed git#10, minor -wn -ce conflict |
commit | commitdiff | tree | snapshot |
2019-10-12 |
Steve Hancock | fixed issue git#16 |
commit | commitdiff | tree | snapshot |
2019-10-11 |
Steve Hancock | added -sub-alias-list and -space-prototype-paren |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Steve Hancock | bumped version to 20190915.01 20190915.01 |
commit | commitdiff | tree | snapshot |
2019-09-14 |
Steve Hancock | minor doc cleanups 20190915 |
commit | commitdiff | tree | snapshot |
2019-09-14 |
Steve Hancock | version change to 20190915 |
commit | commitdiff | tree | snapshot |
2019-09-05 |
Steve Hancock | fixed assert-untidy |
commit | commitdiff | tree | snapshot |
2019-09-05 |
Steve Hancock | added --assert-untidy |
commit | commitdiff | tree | snapshot |
2019-09-04 |
Steve Hancock | added rt#130425 feature, --assert-unchanged |
commit | commitdiff | tree | snapshot |
2019-08-22 |
Steve Hancock | fixed RT#130344, false "operator in print statement... |
commit | commitdiff | tree | snapshot |
2019-08-18 |
Steve Hancock | changed file display name for <stdin> and <source_stream> |
commit | commitdiff | tree | snapshot |
2019-08-17 |
Steve Hancock | removed unused sub OLD_warning |
commit | commitdiff | tree | snapshot |
2019-08-17 |
Steve Hancock | fixed RT#130304, standard error output should include... |
commit | commitdiff | tree | snapshot |
2019-08-15 |
Steve Hancock | fixes for RT#130297: exit with nonzero exit status... |
commit | commitdiff | tree | snapshot |
2019-08-14 |
Steve Hancock | Merge branch 'master' of git+ssh://github.com/perltidy... |
commit | commitdiff | tree | snapshot |
2019-08-14 |
Steve Hancock | update change docs |
commit | commitdiff | tree | snapshot |
2019-08-14 |
shancock9 | Merge pull request #15 from scop/spelling+grammar |
commit | commitdiff | tree | snapshot |
2019-08-14 |
Ville Skyttä | Spelling and grammar fixes |
commit | commitdiff | tree | snapshot |
2019-07-09 |
Steve Hancock | added warning about conflict of -iob and -boc for rt... |
commit | commitdiff | tree | snapshot |
2019-06-22 |
Steve Hancock | fixed RT#129850 |
commit | commitdiff | tree | snapshot |
2019-06-22 |
Steve Hancock | fixed RT#129850; change binary whitespace rule |
commit | commitdiff | tree | snapshot |
2019-06-19 |
Steve Hancock | fixed git#14, unwanted break at trailing 'or' |
commit | commitdiff | tree | snapshot |
2019-06-18 |
Steve Hancock | improved vertical alignment when just two lines |
commit | commitdiff | tree | snapshot |
2019-06-16 |
Steve Hancock | some vertical alignment improvements |
commit | commitdiff | tree | snapshot |
2019-06-10 |
Steve Hancock | fix for git#13, excess trailing whitespace in error msg |
commit | commitdiff | tree | snapshot |
2019-06-10 |
Steve Hancock | fix for git#13, trailing whitespace in error msg |
commit | commitdiff | tree | snapshot |
2019-06-04 |
Steve Hancock | code cleanup and simplification |
commit | commitdiff | tree | snapshot |
2019-06-04 |
Steve Hancock | fix cuddled else with sort,map,grep |
commit | commitdiff | tree | snapshot |
2019-06-04 |
Steve Hancock | added test for -ce with -cbl=map,sort,grep |
commit | commitdiff | tree | snapshot |
2019-06-04 |
Steve Hancock | update for issue #9, cuddled map,sort,grep |
commit | commitdiff | tree | snapshot |
2019-06-03 |
Steve Hancock | improved vertical alignment of elsif statements |
commit | commitdiff | tree | snapshot |
2019-06-03 |
Steve Hancock | fixed glitch with comma alignment; added tests |
commit | commitdiff | tree | snapshot |
2019-06-02 |
Steve Hancock | removed restriction on '=~' as alignment token |
commit | commitdiff | tree | snapshot |
2019-06-02 |
Steve Hancock | added tests for new sub 'remove_needless_parens' |
commit | commitdiff | tree | snapshot |
2019-06-02 |
Steve Hancock | bumped version; add delete_needless_paren() |
commit | commitdiff | tree | snapshot |
2019-05-31 |
Steve Hancock | update MANIFEST for distribution |
commit | commitdiff | tree | snapshot |
2019-05-30 |
Steve Hancock | cleanups prior to release 20190601 |
commit | commitdiff | tree | snapshot |
2019-05-30 |
Steve Hancock | cleanups before release |
commit | commitdiff | tree | snapshot |
2019-05-30 |
Steve Hancock | fix comment |
commit | commitdiff | tree | snapshot |
2019-05-30 |
Steve Hancock | update version to 20190601 |
commit | commitdiff | tree | snapshot |
2019-05-29 |
Steve Hancock | cleaned up docs |
commit | commitdiff | tree | snapshot |
2019-05-29 |
Steve Hancock | ran tidyall |
commit | commitdiff | tree | snapshot |
2019-05-28 |
Steve Hancock | Added returns for PerlCritic |
commit | commitdiff | tree | snapshot |
2019-05-28 |
Steve Hancock | fix rt #128477: keep owner/group and setuid/setgid... |
commit | commitdiff | tree | snapshot |
2019-05-25 |
Steve Hancock | clean up comments |
commit | commitdiff | tree | snapshot |
next |