]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2020-10-26 Steve Hancockprevent syntax error by breaking dashed barewords
2020-10-25 Steve Hancockavoid formatting files with more types of severe errors
2020-10-24 Steve Hancockrewrite and simplify sub operator_expected
2020-10-22 Steve Hancockupdate docs
2020-10-22 Steve Hancockspeedup sub operator_expected about 40% with hash lookup
2020-10-22 Steve Hancockeliminate unnecessary eval; update AUTOLOAD
2020-10-21 Steve Hancockremoved unused var
2020-10-21 Steve Hancockunroll loop to speedup sub K_previous_nonblank
2020-10-21 Steve Hancocksignificant speedup of sub undo_ci on very long lists
2020-10-21 Steve Hancockadded speedup filter; made sub scan_list 25% faster
2020-10-20 Steve Hancockupdated sub AUTOLOAD
2020-10-20 Steve Hancockmodify filter rule to keep space between ? and #
2020-10-20 Steve Hancockimproved filters for sub is_essential_whitespace
2020-10-20 Steve Hancockadd test case for parsing signatures
2020-10-20 Steve Hancockavoid unnecessary calls to sub 'is_essential_whitespace'
2020-10-20 Steve Hancockupdate bug list
2020-10-19 Steve Hancockadded option -mfs=n, --maximum-file-size-mb=n
2020-10-19 Steve Hancockminor speedup by switching from regex to hash
2020-10-19 Steve Hancockupdate comment
2020-10-19 Steve Hancockfixed problem parsing multi-line signature
2020-10-19 Steve Hancockadd 'state' as keyword
2020-10-19 Steve Hancockonly call sub pad_array_to_go if required
2020-10-18 Steve Hancockchange method for parsing sub signatures
2020-10-18 Steve Hancockformat all signatures separately from prototypes
2020-10-18 Steve Hancockminor code cleanups in set_bond_strengths
2020-10-18 Steve Hancockremove 'map' from sub 'copy_token_as_type' for efficiency
2020-10-18 Steve Hancockunroll loop in sub K_next_nonblank to improve efficiency
2020-10-18 Steve Hancockupdate test cases for $# parsing fix
2020-10-18 Steve Hancockfixed parsing error with spaces in $#
2020-10-17 Steve Hancockbuild turns off any DEBUG flags on VERSION update
2020-10-17 Steve Hancockmodify rule for welding subs within subs
2020-10-17 Steve Hancockfix missing line break for hash of subs with signatures
2020-10-17 Steve Hancockfixed problem parsing multi-line signatures with comments
2020-10-17 Steve Hancockupdated rule for welding nested anonymous subs
2020-10-17 Steve Hancockupdate AUTOLOAD + minor speedup
2020-10-16 Steve Hancockrewrite sub scan_identifier for improved efficiency
2020-10-15 Steve Hancockupdate AUTOLOAD to show package and version
2020-10-15 Steve Hancocka VERSION update turns off any DEVEL_MODE flags
2020-10-15 Steve Hancockmoved maximum_level calculation; improved AUTOLOAD
2020-10-15 Steve Hancockrewrote logic to guess if divide or pattern
2020-10-14 Steve Hancockconvert some 'warning's to 'Fault', add comments
2020-10-14 Steve Hancockupdate comments for calls to Fault
2020-10-13 Steve Hancockremoved unnecessary subs
2020-10-13 Steve Hancockspeedup by not writing logfile which will not be saved
2020-10-13 Steve Hancockupdate comments; better var name
2020-10-13 Steve Hancockremoved unused code
2020-10-12 Steve Hancockcode cleanups
2020-10-12 Steve Hancockfix -bos to work with semicolons after braces
2020-10-12 Steve Hancockkeep break after 'use overload' statement
2020-10-12 Steve Hancockupdate docs
2020-10-12 Steve Hancockbump version to .02 20201001.02
2020-10-11 Steve Hancockfix several -xci issues
2020-10-11 Steve Hancockstarting loops with new var _K_first_seq_item_ instead...
2020-10-11 Steve Hancockminor efficiency improvements
2020-10-09 Steve Hancockbump version number by .01 20201001.01
2020-10-09 Steve Hancockadded missing return statement
2020-10-09 Steve Hancockremoved 'Subroutines::RequireArgUnpacking'
2020-10-09 Steve Hancockclarified -bol flag for git #42
2020-10-09 Steve Hancockremoved some unused code
2020-10-09 Steve Hancockadded test cases for -xci
2020-10-09 Steve Hancockreplaced sub link_back with more efficient loop
2020-10-09 Steve Hancockrewrote loop in sub resync_lines_and_tokens
2020-10-08 Steve Hancockmake do and sub blocks work better with -xci
2020-10-08 Steve Hancockfix -xci to work with -lp
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
next