]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2020-01-07 Steve Hancockprepare for release of VERSION 20200110
2020-01-07 Steve Hancockadded flag -olbn to control breaking nested one-line...
2020-01-06 Steve Hancockminor coding optimization
2020-01-06 Steve Hancockupdated error stop criterion for iterations
2020-01-02 Steve Hancockadded sub mate_index_to_go; part of ongoing conversion
2020-01-01 Steve Hancockrewrote 'send_lines_to_vertical_aligner'; no globals
2019-12-30 Steve Hancockfixed rt#131288
2019-12-29 Steve Hancockfix benign error (csc goes out on last line only)
2019-12-29 Steve HancockFixed undef in error message parsing 'sub () name'
2019-12-28 Steve Hancocksome coding cleanups
2019-12-26 Steve Hancockeliminated global array @matching_token_to_go
2019-12-25 Steve Hancocksome code cleanups to keep arrays consistent
2019-12-24 Steve Hancockmoved some error-checking code to better location
2019-12-22 Steve HancockSimplify coding of closing side comments
2019-12-20 Steve Hancockrewrote sub terminal_type_i() for efficiency
2019-12-18 Steve HancockImproved semicolon deletion rules
2019-12-18 Steve Hancockreworked coding which removes extra semicolons to use...
2019-12-17 Steve HancockFixed very minor coding error
2019-12-16 Steve Hancockrewrote sub in_same_container() for efficiency
2019-12-14 Steve Hancockbumped version to 20191203.01
2019-12-02 Steve Hancockset version to 20191203 20191203
2019-12-01 Steve Hancocktidied code
2019-12-01 Steve Hancockpreparing for release; set version to 20191207
2019-12-01 Steve Hancockfixed RT#131115, problem with -bli
2019-11-16 Steve Hancockfixed index error in new coding
2019-11-13 Steve Hancocksome code simplification
2019-11-11 Steve Hancocksome code clanups
2019-11-11 Steve Hancockfixed RT130394, allow short nested blocks
2019-11-04 Steve Hancockfixed some strange alignments, added some tests
2019-11-04 Steve Hancockcode cleanups
2019-11-03 Steve Hancockeliminated [ as an alignment token
2019-11-03 Steve Hancockfixed minor alignment problem involving mutiple fat...
2019-11-01 Steve Hancockmostly code cleanups
2019-10-29 Steve Hancockcode cleanups
2019-10-29 Steve Hancockremoved a gap test for alignment
2019-10-29 Steve Hancockminor adjustments in sub decide_if_aligned_pair()
2019-10-24 Steve Hancockrewrote sub decide_if_aligned()
2019-10-19 Steve Hancockvertical alignment for 2 lines with trailing 'if',...
2019-10-19 Steve Hancockimproved multiple equals vertical alignment
2019-10-16 Steve Hancockimproved vertical alignment for multiple equals
2019-10-13 Steve Hancockfixed some two line alignments
2019-10-12 Steve Hancockfixed git#10, minor -wn -ce conflict
2019-10-12 Steve Hancockfixed issue git#16
2019-10-11 Steve Hancockadded -sub-alias-list and -space-prototype-paren
2019-10-10 Steve Hancockbumped version to 20190915.01 20190915.01
2019-09-14 Steve Hancockminor doc cleanups 20190915
2019-09-14 Steve Hancockversion change to 20190915
2019-09-05 Steve Hancockfixed assert-untidy
2019-09-05 Steve Hancockadded --assert-untidy
2019-09-04 Steve Hancockadded rt#130425 feature, --assert-unchanged
2019-08-22 Steve Hancockfixed RT#130344, false "operator in print statement...
2019-08-18 Steve Hancockchanged file display name for <stdin> and <source_stream>
2019-08-17 Steve Hancockremoved unused sub OLD_warning
2019-08-17 Steve Hancockfixed RT#130304, standard error output should include...
2019-08-15 Steve Hancockfixes for RT#130297: exit with nonzero exit status...
2019-08-14 Steve HancockMerge branch 'master' of git+ssh://github.com/perltidy...
2019-08-14 Steve Hancockupdate change docs
2019-08-14 shancock9Merge pull request #15 from scop/spelling+grammar
2019-08-14 Ville SkyttäSpelling and grammar fixes
2019-07-09 Steve Hancockadded warning about conflict of -iob and -boc for rt...
2019-06-22 Steve Hancockfixed RT#129850
2019-06-22 Steve Hancockfixed RT#129850; change binary whitespace rule
2019-06-19 Steve Hancockfixed git#14, unwanted break at trailing 'or'
2019-06-18 Steve Hancockimproved vertical alignment when just two lines
2019-06-16 Steve Hancocksome vertical alignment improvements
2019-06-10 Steve Hancockfix for git#13, excess trailing whitespace in error msg
2019-06-10 Steve Hancockfix for git#13, trailing whitespace in error msg
2019-06-04 Steve Hancockcode cleanup and simplification
2019-06-04 Steve Hancockfix cuddled else with sort,map,grep
2019-06-04 Steve Hancockadded test for -ce with -cbl=map,sort,grep
2019-06-04 Steve Hancockupdate for issue #9, cuddled map,sort,grep
2019-06-03 Steve Hancockimproved vertical alignment of elsif statements
2019-06-03 Steve Hancockfixed glitch with comma alignment; added tests
2019-06-02 Steve Hancockremoved restriction on '=~' as alignment token
2019-06-02 Steve Hancockadded tests for new sub 'remove_needless_parens'
2019-06-02 Steve Hancockbumped version; add delete_needless_paren()
2019-05-31 Steve Hancockupdate MANIFEST for distribution
2019-05-30 Steve Hancockcleanups prior to release 20190601
2019-05-30 Steve Hancockcleanups before release
2019-05-30 Steve Hancockfix comment
2019-05-30 Steve Hancockupdate version to 20190601
2019-05-29 Steve Hancockcleaned up docs
2019-05-29 Steve Hancockran tidyall
2019-05-28 Steve HancockAdded returns for PerlCritic
2019-05-28 Steve Hancockfix rt #128477: keep owner/group and setuid/setgid...
2019-05-25 Steve Hancockclean up comments
2019-05-25 Steve Hancockupdated -bom to handle cuddled style chain calls
2019-03-09 Steve Hancockmerged -bom update
2019-03-09 shancock9Merge pull request #7 from merrilymeredith/preserve...
2019-03-09 shancock9Merge branch 'master' into preserve-method-chains
2019-03-09 Steve HancockMerge branch 'master' of git+ssh://github.com/perltidy...
2019-03-09 shancock9Merge pull request #8 from rivy/fix.appveyor+mswin32...
2019-03-09 Roy Ivy IIIfix Windows EOL translation error with UTF-8
2019-03-09 Roy Ivy IIIadd EOL testing
2019-03-09 Roy Ivy IIIfix AppVeyor CI configuration
2019-03-06 Meredith HowardAdd test of --break-on-old-method-breakpoints
2019-03-06 Meredith HowardAdd break-at-old-method-breakpoints
2019-02-27 Steve HancockMerge branch 'master' of git+ssh://github.com/perltidy...
2019-02-27 shancock9Merge pull request #6 from pevik/doc/standard-output
2019-02-26 Don Armstrongdoc: Mention proper way to redirect to stdout
next