]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2020-04-16 Steve Hancockadd --use-unicode-gcstring
2020-04-12 Steve Hancockadded var _TOKEN_LENGTH_ and consolidated length coding...
2020-04-09 Steve Hancockrewrote 'sub tight_paren_follows' with simplified rules
2020-04-08 Steve Hancockadjust a -wn rule; this eliminates the last known blinker
2020-04-07 Steve Hancockcomplete coding for -bos option
2020-04-07 Steve Hancockadded some debug code
2020-04-07 Steve Hancockfixed rare problem of some blinkers with -pbp
2020-04-05 Steve Hancockadjust -wn rules to avoid blinkers
2020-04-04 Steve Hancockfixed problem with reporting convergence on first step
2020-04-03 Steve Hancockadd encoding guess log message
2020-04-03 Steve Hancockfixed undefined var
2020-04-02 Steve Hancockremove unused variable
2020-04-02 Steve Hancockfix test wn7 for rule adjustment
2020-04-02 Steve Hancockremoved unused routines
2020-04-02 Steve Hancockadjusted -wn rules
2020-04-02 Steve Hancockadd option --break-at-old-semicolon-breakpoints; also...
2020-03-30 Steve Hancockreplace sub 'weld_signature_parens' with 'tight_paren_f...
2020-03-28 Steve Hancockimprove -wn rules slightly (split rule 2 into 2a and 2b)
2020-03-24 Steve Hancockminor cleanups
2020-03-24 Steve Hancockreduced number of global vars of type $rOpts_xxx
2020-03-24 Steve Hancockeliminate global vars %is_digraph and %is_trigraph
2020-03-24 Steve Hancockimprove efficiency of sub is_essential_whitespace()
2020-03-24 Steve Hancockconvert set_comma_breakpoints_do() to use named call
2020-03-24 Steve Hancockconvert do_scan_sub() to named call
2020-03-24 Steve Hancockconvert IndentationItem::new to named call
2020-03-23 Steve Hancockupdate CHANGES to note change in default encoding
2020-03-22 Steve Hancockcleaned up backup-in-place coding to use streamhandle
2020-03-22 Steve Hancockdefault encoding reset to be 'guess'
2020-03-22 Steve Hancockrewrote Debugger module to output utf8 when input is...
2020-03-22 Steve Hancockfix a few additional [_A-Za-z] matches
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
next