]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2020-05-01 Steve Hancockconvert print to use object call
2020-04-30 Steve Hancockfix to allow both -dbc and -tbc in same run
2020-04-29 Steve Hancockupdate docs
2020-04-29 Steve Hancockremoved a /o modifier (can lead to subtle bugs)
2020-04-29 Steve Hancockadd tests
2020-04-29 Steve Hancockadded test cases regarding spaces between tokens
2020-04-29 Steve Hancockfix -spp to work with anonymous subs
2020-04-28 Steve Hancockminor fix to make -sub-alias-list work correctly
2020-04-28 Steve Hancockadd note for git#24, note about adding spaces
2020-04-26 Steve Hancockadd tests for -fs -fsb -fse -trp, update some docs
2020-04-26 Steve Hancockremove unused code, update comments
2020-04-26 Steve Hancockremoved some unused subs
2020-04-26 Steve Hancockadded internal code consistency check
2020-04-25 Steve Hancockadded test cases
2020-04-25 Steve Hancockfixed -tbc (was outputting extra lines) and -tsc (did...
2020-04-25 Steve Hancockfix to allow simultaneous -dp and -tp
2020-04-25 Steve Hancockadd sub write_tee_line
2020-04-25 Steve Hancockadd warning about conflict of --delete-pod and --tee-pod
2020-04-24 Steve Hancockimprove some sub names and comments
2020-04-24 Steve Hancockremoved redundant data initializations from BEGIN blocks
2020-04-24 Steve Hancockminor optimization by eliminating a sub call
2020-04-24 Steve Hancocksimplified sub print_line_of_tokens
2020-04-23 Steve Hancockmoved travis-ci badge in README
2020-04-23 Steve Hancockadded travis-ci build status badge
2020-04-23 Steve Hancockadded numerous test cases
2020-04-23 Steve Hancockremove /o modifier (unnecessary, can cause bugs)
2020-04-23 Steve Hancockfixed glitch processing multiple input values of -blil
2020-04-23 Steve Hancockfix glitch with changing -sak
2020-04-22 Steve Hancockupdate comments
2020-04-22 Steve Hancockadded numerous tests to improve coverage
2020-04-21 Steve Hancockcleaned up coding of sub print_line_of_tokens
2020-04-20 Steve Hancockremoved some unused coding
2020-04-19 Steve Hancockadded tests for parameters -dbc -dp -dsc and -nibc
2020-04-19 Steve Hancockadded tests for parameters -fpsc -iscl -msc -mbl
2020-04-19 Steve Hancockconvert subs _step_A and _step_B to use named call...
2020-04-17 Steve Hancockminor reorganization of length calc
2020-04-16 Steve Hancockupdate docs for --use-unicode-gcstring
2020-04-16 Steve Hancockupdate test cases for recent changes
2020-04-16 Steve Hancockmodified VerticalAligner.pm to use string lengths passe...
2020-04-16 Steve Hancockupdate Formatter.pm to use Unicode::GCString for charac...
2020-04-16 Steve Hancockadd variable 'rfield_length'
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...
next