]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2020-11-24 Steve Hancockguessed indentation for comments was not on .LOG file...
2020-11-24 Steve Hancockfixes suggested by perlcritic
2020-11-24 Steve Hancockupdate docs
2020-11-23 Steve Hancockfixed to stop after 1 iteration when using '-io -conv'
2020-11-23 Steve Hancockfix minor issue with space between a sign and number
2020-11-23 Steve Hancockupdate docs
2020-11-23 Steve Hancockspelling fix
2020-11-23 Steve Hancockfix to prevent block comments from becoming hanging...
2020-11-23 Steve Hancockactivated new convergence test
2020-11-23 Steve Hancockimproved convergence check
2020-11-21 Steve Hancockextend capability of the -wnxl flag
2020-11-20 Steve Hancockupdate docs
2020-11-19 Steve Hancockremoved duplicate variable definition
2020-11-19 Steve Hancockremove unused subs, minor speedup
2020-11-19 Steve Hancockclean up debug flags
2020-11-18 Steve Hancockadd test case for if/elsif/else alignment
2020-11-18 Steve Hancockfix rare lack of vertical alignment of if/elsif/else
2020-11-17 Steve Hancockfaster scanning of numbers and identifiers
2020-11-16 Steve Hancockminor speedups
2020-11-15 Steve Hancockfixed some poor vertical alignment of ternary and if...
2020-11-14 Steve Hancockremove more regexes
2020-11-13 Steve Hancockremove some unnecessary regexes
2020-11-13 Steve Hancockmoved sub ones_count inline
2020-11-12 Steve Hancockconvert regex to hash
2020-11-12 Steve Hancockupdate docs
2020-11-12 Steve Hancockadded -wnxl=s for control of -wn
2020-11-11 shancock9Merge pull request #46 from mienaikage/patch-1
2020-11-11 Daniel MitaFix -fse default in docs
2020-11-11 Steve Hancockeliminate a regex for speedup
2020-11-11 Steve Hancockadded test cases to improve parameter coverage
2020-11-10 Steve Hancockadded -xci test case
2020-11-10 Steve Hancockconvert regex to hash for small speedup
2020-11-10 Steve Hancockupdate docs
2020-11-09 Steve Hancockminor code cleanups
2020-11-08 Steve Hancockupdate docs
2020-11-08 Steve Hancockminor speedups
2020-11-08 Steve Hancockadded test case for tabs within var names
2020-11-08 Steve Hancockconvert octal data to decimal to avoid perlcritic complaint
2020-11-07 Steve Hancockupdate man page: list of switches and -wn -vtc=2 example
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'
next