]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2020-03-22 Steve Hancockrewrote sub is_essential_whitespace to use \w instead...
2020-03-22 Steve Hancockfix sub scan_identifier_do to use \w instead of [_A...
2020-03-22 Steve Hancockremove BOM if any
2020-03-21 Steve Hancockadded test case for RPerl
2020-03-21 Steve Hancockconsolidate coding involving utf8::is_utf8
2020-03-21 Steve Hancockcheck utf8::is_utf8 in case guess is used
2020-03-21 Steve Hancockadded check for strings already encoded utf8
2020-03-21 Steve Hancockadded option --character-encoding=guess
2020-03-18 Steve Hancockfix git#22, keep sub signature on a single line
2020-03-05 Steve Hancockfixed RT #132059, -dac was causing an error exit
2020-03-05 Steve HancockFixed RT#132059, -dac was not working and caused an...
2020-03-05 Steve HancockFix RT#132059, -dac was not working
2020-02-19 shancock9Merge pull request #20 from scop/pre-commit-hook
2020-02-19 Ville SkyttäAdd pre-commit hook config
2020-01-22 Steve HancockTesting binmode always on
2020-01-20 Steve Hancockencode error output in utf8 when -utf8 flag is set
2020-01-19 Steve Hancockpatched problem parsing here target in quote in pattern...
2020-01-16 Steve Hancocknote fix for git#19
2020-01-16 Steve Hancockadjusted xor line break for git#19
2020-01-16 Steve Hancockadded support for hex floating point
2020-01-15 Steve Hancockallow package names ending in ::
2020-01-15 Steve HancockImproved error check for internal hash-bang
2020-01-15 Steve Hancockbump version to 20100110.01
2020-01-14 Steve Hancockimproved parsing involving unknown sub prototypes
2020-01-14 Steve Hancockmodified error message
2020-01-14 Steve Hancockadded warning for issue git18
2020-01-09 Steve Hancockminor doc cleanups for release of VERSION 20200110 20200110
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
next