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 |
2019-05-25 |
Steve Hancock | updated -bom to handle cuddled style chain calls |
commit | commitdiff | tree | snapshot |
2019-03-09 |
Steve Hancock | merged -bom update |
commit | commitdiff | tree | snapshot |
2019-03-09 |
shancock9 | Merge pull request #7 from merrilymeredith/preserve... |
commit | commitdiff | tree | snapshot |
2019-03-09 |
shancock9 | Merge branch 'master' into preserve-method-chains |
commit | commitdiff | tree | snapshot |
2019-03-09 |
Steve Hancock | Merge branch 'master' of git+ssh://github.com/perltidy... |
commit | commitdiff | tree | snapshot |
2019-03-09 |
shancock9 | Merge pull request #8 from rivy/fix.appveyor+mswin32... |
commit | commitdiff | tree | snapshot |
2019-03-09 |
Roy Ivy III | fix Windows EOL translation error with UTF-8 |
commit | commitdiff | tree | snapshot |
2019-03-09 |
Roy Ivy III | add EOL testing |
commit | commitdiff | tree | snapshot |
2019-03-09 |
Roy Ivy III | fix AppVeyor CI configuration |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Meredith Howard | Add test of --break-on-old-method-breakpoints |
commit | commitdiff | tree | snapshot |
2019-03-06 |
Meredith Howard | Add break-at-old-method-breakpoints |
commit | commitdiff | tree | snapshot |
2019-02-27 |
Steve Hancock | Merge branch 'master' of git+ssh://github.com/perltidy... |
commit | commitdiff | tree | snapshot |
2019-02-27 |
shancock9 | Merge pull request #6 from pevik/doc/standard-output |
commit | commitdiff | tree | snapshot |
2019-02-26 |
Don Armstrong | doc: Mention proper way to redirect to stdout |
commit | commitdiff | tree | snapshot |
2019-01-24 |
Steve Hancock | cleaned up error messages |
commit | commitdiff | tree | snapshot |
2019-01-24 |
Steve Hancock | document -olbs=n and add test snippet |
commit | commitdiff | tree | snapshot |
2019-01-23 |
Steve Hancock | added flag -olbs=n for semicolons in one-line blocks |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Steve Hancock | brought changes up to date |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Steve Hancock | minor change to test snippet |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Steve Hancock | update comments on recent changes |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Steve Hancock | added example script for RT#118553 - delete ending... |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Steve Hancock | Updated docs for RT #128265 |
commit | commitdiff | tree | snapshot |
2019-01-21 |
Steve Hancock | Tentative patch for RT# 128216 |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Steve Hancock | fixed bug in some unused code for ternary operators |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Steve Hancock | added formatting example |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Steve Hancock | added test snippets for recent code updates |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Steve Hancock | noted RT #81852 improvement |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Steve Hancock | improved -kgb docs |
commit | commitdiff | tree | snapshot |
2019-01-09 |
Steve Hancock | fixed bug with combination of parameters -wn -gnu |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Steve Hancock | minor doc changes for kgb |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Steve Hancock | reworked some kgb documentation |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Steve Hancock | document that -fbl has priority over -kgbd |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Steve Hancock | document that -fbl has priority over -kgbd |
commit | commitdiff | tree | snapshot |
2019-01-06 |
Steve Hancock | -fbl has priority over -kgbd |
commit | commitdiff | tree | snapshot |
2018-12-28 |
Steve Hancock | -kgbl can specify comment lines with 'BC' and 'SBC' |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Steve Hancock | fixed glitch involving blank line deletion with kgbd |
commit | commitdiff | tree | snapshot |
2018-12-24 |
Steve Hancock | added test for -kgbd flag |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Steve Hancock | Merge branch 'master' of git+ssh://github.com/perltidy... |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Steve Hancock | updated kgb docs |
commit | commitdiff | tree | snapshot |
2018-12-17 |
shancock9 | Merge pull request #5 from jwilk-forks/spelling |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Jakub Wilk | fixed typos |
commit | commitdiff | tree | snapshot |
2018-12-17 |
Steve Hancock | fixed index error in $split_into_sub_groups |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Steve Hancock | updated man page |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Steve Hancock | added kgb repeat count & adjusted controls |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Steve Hancock | modified kgb input scheme |
commit | commitdiff | tree | snapshot |
2018-12-07 |
Steve Hancock | simplified input with two flags, kgbd and kgbi |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Steve Hancock | documented the -kgb parameters |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Steve Hancock | fixed error in variable name |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Steve Hancock | documented -kgb parameters |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Steve Hancock | added tests for -kgb and alignment |
commit | commitdiff | tree | snapshot |
2018-12-06 |
Steve Hancock | added keyword group delete capability |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Steve Hancock | minor fix |
commit | commitdiff | tree | snapshot |
2018-12-05 |
Steve Hancock | added capability to put blanks around keyword groups |
commit | commitdiff | tree | snapshot |
2018-12-02 |
Steve Hancock | fix spelling |
commit | commitdiff | tree | snapshot |
2018-12-02 |
Steve Hancock | simplification of code handling side comments |
commit | commitdiff | tree | snapshot |
2018-12-02 |
Steve Hancock | very minor adjustment to side comment locations |
commit | commitdiff | tree | snapshot |
2018-12-02 |
Steve Hancock | spelling fix |
commit | commitdiff | tree | snapshot |
2018-12-01 |
Steve Hancock | minor code cleanups |
commit | commitdiff | tree | snapshot |
2018-12-01 |
Steve Hancock | code cleanups |
commit | commitdiff | tree | snapshot |
2018-12-01 |
Steve Hancock | added alignment test case |
commit | commitdiff | tree | snapshot |
2018-12-01 |
Steve Hancock | update change log |
commit | commitdiff | tree | snapshot |
2018-12-01 |
Steve Hancock | rewrote vertical alignment module |
commit | commitdiff | tree | snapshot |
2018-12-01 |
Steve Hancock | added alignment test cases |
commit | commitdiff | tree | snapshot |
2018-12-01 |
Steve Hancock | added alignment test cases |
commit | commitdiff | tree | snapshot |
2018-11-23 |
Steve Hancock | fixed comment spelling |
commit | commitdiff | tree | snapshot |
next |