]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2020-11-07 Steve Hancockremove duplicate flag -sobb, add missing flag -oll
2020-11-07 Steve Hancockcleanup sub store_token_to_go
2020-11-07 Steve Hancockminor speedup
2020-11-06 Steve Hancockrecognize overloaded RPerl operators to avoid error...
2020-11-06 Steve Hancockspeedup Tokenizer
2020-11-05 Steve Hancockminor optimization 20201001.03
2020-11-05 Steve Hancockbump VERSION to .03
2020-11-05 Steve Hancockadd test case for fix git #45
2020-11-05 Steve Hancockfix issue git #45, -wn and -vtc=n now work together
2020-11-05 Steve Hancockclarified use of -et=n flag for issue RT #133648
2020-11-05 Steve Hancocksub Fault now reports $VERSION
2020-11-05 Steve Hancockminor speedup
2020-11-04 Steve Hancockadd parameters -kbb=s -kba=s for request RT #133649
2020-11-04 Steve Hancockset -maxue default=off; interferes with extended syntax...
2020-11-03 Steve Hancockadded flags -maxle and -maxue
2020-11-03 Steve Hancockadded some tokenizer speedups
2020-11-03 Steve Hancockminor Tokenizer speedups
2020-11-03 Steve Hancockeliminate sub 'prepare_for_next_batch'
2020-11-03 Steve Hancockfix error parsing '$$*'
2020-11-03 Steve Hancockfix problem scanning '$$'; revise call to operator_expected
2020-11-03 Steve Hancockremoved unused subs and vars
2020-10-31 Steve Hancockeliminate some unnecessary sub calls
2020-10-30 Steve Hancockconverted several call hashes to hash refs
2020-10-30 Steve Hancockeliminate unused var 'jmax_original_line'
2020-10-30 Steve Hancockspeedup sub make_side_comment by factor of 5 with minor...
2020-10-30 Steve Hancockupdate docs
2020-10-30 Steve Hancockremoved several unused variables
2020-10-30 Steve Hancockmisc code cleanups
2020-10-30 Steve Hancockupdate BugLog
2020-10-30 Steve Hancockquick checks added to significantly speed up weld tests
2020-10-29 Steve Hancockupdate all AUTOLOAD subs to display VERSION
2020-10-29 Steve Hancockadded test case for parameter -nlop
2020-10-29 Steve Hancockupdate documentation and comments
2020-10-29 Steve Hancockadded more signature and prototype test cases
2020-10-29 shancock9Merge pull request #44 from gluesys/master
2020-10-29 Ji-Hyeon Gimfix exit status for assert-tidy/untidy options
2020-10-29 Steve Hancockrewrite scanning of :prototype
2020-10-28 Steve Hancocksimplified logic in sub 'do_scan_sub'
2020-10-27 Steve Hancockfixed problem parsing extruded signature
2020-10-27 Steve Hancockupdate documentation for making snippets files
2020-10-27 Steve Hancockremoved unnecessary if test
2020-10-27 Steve Hancockfixed ref to undef var; avoid needless initialization...
2020-10-27 Steve Hancockfixed several instances of incorrect array indexing
2020-10-26 Steve Hancockadd test cases to check recent updates
2020-10-26 Steve Hancockprevent breaking package names with trailing dashes
2020-10-26 Steve Hancockfixed typo in error message
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
next