]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2020-10-08 Steve Hancockadd flag -xci to help git #28
2020-10-07 Steve Hancockput limit of 100 on -sil and 1000 on max level
2020-10-07 Steve Hancockadd sub to return maximum indentation level
2020-10-07 Steve Hancockswitched self from hash ref to array ref; improved...
2020-10-07 Steve Hancockswitched self from hash ref to array ref
2020-10-06 Steve Hancockfixed undefined value in recent coding
2020-10-06 Steve Hancockupdate log for git #41 fix
2020-10-06 Steve Hancocksome code cleanups
2020-10-06 Steve Hancockimproved efficiency of some routines in FileWriter.pm
2020-10-06 Steve Hancockimproved efficiency of coding of IndentationItem.pm
2020-10-06 shancock9Merge pull request #41 from perlpunk/fix-doc-typo
2020-10-06 Tina MüllerFix typo in -fse documentation
2020-10-05 Steve Hancockrewrote sub excess_line_length and total_line_length
2020-10-05 Steve Hancockrewrote sub find_nested_pairs
2020-10-04 Steve Hancockfixed undefined var introduced in recent update
2020-10-04 Steve Hancockreplaced sub maximum_line_length with table lookup
2020-10-03 Steve Hancockfix AUTOLOAD handling of any DESTROY call
2020-10-02 Steve Hancockfixed DESTROY
2020-10-02 Steve Hancockrewrote Alignment.pm for improved efficiency
2020-10-02 Steve Hancockupdate comments
2020-10-02 Steve Hancockupdate docs
2020-10-02 Steve Hancockcode cleanups
2020-10-02 Steve Hancockupdate test cases for braces
2020-10-02 Steve Hancockupdate logs
2020-10-01 Steve Hancockfix issue git #40, incorrect closing brace indentation...
2020-10-01 Steve Hancockupdate docs regarding syntax errors
2020-09-30 Steve Hancockadded example to docs
2020-09-30 Steve Hancockminor efficiency improvements
2020-09-28 Steve Hancockupdates for next release 20201001
2020-09-28 Steve Hancocksimplify code for setting adjusted levels
2020-09-27 Steve Hancockkeep any space between a bareword and quote
2020-09-27 Steve Hancockminor optimizations
2020-09-27 Steve Hancockcleanup VerticalAligner debug coding, gave 12% speedup
2020-09-26 Steve Hancockoptimization of frequently called routines, about 15...
2020-09-26 Steve Hancockoptimized two critical routines, 17% speedup
2020-09-26 Steve Hancockupdate docs
2020-09-26 Steve Hancockimprove user interface
2020-09-25 Steve Hancockupdate comments
2020-09-25 Steve Hancockmove subs into a better order
2020-09-24 Steve Hancockfixed incorrect log entry for indentation disagreement
2020-09-24 Steve Hancockcleanup files on exit
2020-09-24 Steve Hancockupdated utilities for testing perltidy
2020-09-24 Steve Hancockupdate comments
2020-09-22 Steve Hancockadded note about whitespace control issues; update...
2020-09-22 Steve Hancockadded keyword 'isa'
2020-09-22 Steve Hancockupdate docs
2020-09-22 Steve Hancockremoved unused sub link_sequence_items
2020-09-22 Steve Hancockupdate docs
2020-09-21 Steve Hancockremoved remnant check on an EVAL_ERROR for a deleted...
2020-09-21 Steve Hancockif =cut starts a POD section give warning, not complaint
2020-09-21 Steve Hancockfixed false warning on deprecated empty here target
2020-09-21 Steve Hancockswitch from eval { } to ->can('finish_formatting')
2020-09-21 Steve Hancockupdate docs
2020-09-20 Steve Hancockfixed uninitialized value
2020-09-20 Steve Hancockadded note about possible parsing problems with -sfp
2020-09-19 Steve Hancockchanged parameter name -ihb to -bbhbi, etc, for clarity
2020-09-19 Steve HancockSimplified coding of -ibhb and related parameters
2020-09-18 Steve Hancockmodify check to avoid false hash-bang warning
2020-09-18 Steve Hancockupdated docs for -ihb -isb -ip
2020-09-18 Steve Hancockadded flags -ihb -isb -ip
2020-09-18 Steve Hancockadded AUTOLOAD subs
2020-09-17 Steve Hancockfixed problem parsing deprecated here-doc without target
2020-09-16 Steve Hancockreplaced sub 'map_containers' with simpler code
2020-09-15 Steve Hancockupdate docs 20200907.01
2020-09-15 Steve Hancockbump version to 20200907.01
2020-09-15 Steve Hancockadd test for -bbhb and -bbp
2020-09-15 Steve Hancockexpand excluded keywords for -pbp
2020-09-15 Steve Hancockmoved braces to avoid perlcritic warnings
2020-09-15 Steve Hancockadded flags -bbhb=n, -bbsb=n, -bbq=n, suggestion git #38
2020-09-14 Steve HancockAllow line-ending '=>' to align vertically
2020-09-14 Steve Hancockimproved hash-bang warning filter
2020-09-14 Steve Hancockdo not create a zero length file by deleting semicolons
2020-09-13 Steve Hancockfixed unitialized variable problem
2020-09-13 Steve Hancockfixed unitialized variable problem
2020-09-13 Steve Hancockfix undefined variable reference
2020-09-13 Steve Hancockprevent unnecessary hash-bang warning message
2020-09-12 Steve Hancockfixed undefined index
2020-09-12 Steve Hancockupdate random file generator
2020-09-12 Steve Hancockupdate bug logfile
2020-09-12 Steve Hancockremoved unused vars, converted stack from array to...
2020-09-11 Steve Hancockfixed rare bug involving incorrect cache writing order
2020-09-11 Steve Hancocksimplified debug flags
2020-09-11 Steve Hancockfixed several fringe parsing bugs found in testing
2020-09-10 Steve HancockFixed problem identifying pod in __DATA__ and __END__...
2020-09-10 Steve Hancockfixed very rare fault found with automated testing
2020-09-10 Steve Hancocksimplified internal debug flags
2020-09-10 Steve Hancockconverted several package vars to lexical vars
2020-09-10 Steve Hancockupdate skip list
2020-09-09 Steve Hancockchange package variables to lexical variables in Format...
2020-09-09 Steve Hancock-nib side comments get 1 space and do not align or...
2020-09-09 Steve Hancockfixed typo in variable name
2020-09-09 Steve Hancockremoved debug statement accidentally left in code
2020-09-09 Steve Hancockconvert array to hash to avoid trouble with neg levels...
2020-09-09 Steve Hancockadjustment to prevent some long blocks from exceeding...
2020-09-08 Steve Hancockfixed rare problem with stored index values for -lp...
2020-09-08 Steve Hancockfix problem parsing sub prototypes
2020-09-08 Steve Hancockfix undefined variable
2020-09-08 Steve Hancockdo not allow -wc and -lp together, can cause bugs
2020-09-08 Steve Hancocksimplify AUTOLOAD as much as possible
2020-09-08 Steve Hancockremove confusing warning message
next