]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2024-04-16 Steve Hancockadd --minimize-continuation-indentation (-mci); see...
2024-04-13 Steve Hancockbump version to 20240202.05 20240202.05
2024-04-12 Steve Hancockscan ahead for @_ to minimize false -wma warnings
2024-04-12 Steve Hancockupdate docs
2024-04-10 Steve Hancockadd fast scan for $_[ for improved -wma efficiency
2024-04-09 Steve Hancockswitch from -dmat=s to -dma
2024-04-09 Steve Hancockcall dump_block_summary after respace_tokens
2024-04-09 Steve Hancockadd note about -sal=method as an alternative
2024-04-09 Steve Hancockswitch control -wmat=s to -wma for simplicity
2024-04-08 Steve Hancockfix arg count for signatures with optional args in...
2024-04-08 Steve Hancockfix comment
2024-04-07 Steve Hancockremove unused code found with -duv
2024-04-07 Steve Hancockadd missing call parameter found with -dma
2024-04-07 Steve Hancockremove hardwired arg count checks; -wmat automates...
2024-04-07 Steve Hancockfix test range for change in parameter name
2024-04-07 Steve Hancockeliminate last uses of each builtin
2024-04-07 Steve Hancockeliminate unused variables
2024-04-07 Steve Hancockupdate docs & comments
2024-04-05 Steve Hancockbump version to 20240202.04 20240202.04
2024-04-04 Steve Hancockupdate docs, change name -wmacc to -wmauc
2024-04-04 Steve Hancockincorporate prototype info in -wmat decisions
2024-04-04 Steve Hancockimprove and simplify sub count_sub_args for -dma
2024-04-04 Steve Hancockfix sort of line numbers for error output
2024-04-03 Steve Hancockimprove arg count for -wmat
2024-04-02 Steve Hancockadd warning for combination -wmat and -io
2024-04-01 Steve Hancockignore my subs for -dma -wmat
2024-04-01 Steve Hancocksimplify wording for -wmacc=n
2024-03-31 Steve Hancockextend coding and docs for -dma and -wmat
2024-03-30 Steve Hancockinitial coding for --warn-mismatched-call-types
2024-03-28 Steve Hancockfix some c353 edge cases
2024-03-27 Steve Hancockfix issue c353
2024-03-25 Steve Hancockbump version to 20240202.03 20240202.03
2024-03-25 Steve Hancockfix c352
2024-03-25 Steve Hancockadd option --valign-wide-equals, -vme, see git #135
2024-03-24 Steve Hancockremove unused line
2024-03-23 Steve Hancock--dump-block-summary sub arg count now includes any...
2024-03-23 Steve HancockOperator **= now has spaces on both sides by default...
2024-03-17 Steve Hancockadd missing $self to warnings
2024-03-16 Steve Hancockimprove formatting of git #134
2024-03-03 Steve Hancockgeneralize code for finding self name for future develo...
2024-03-02 Steve Hancockadd caller name to hash of sub calls
2024-03-01 Steve Hancockadditional -wmac coding
2024-02-29 Steve Hancockfix b1467
2024-02-28 Steve Hancockadd framework for future --warn-mixed-call-args
2024-02-25 Steve Hancockadd flat package list
2024-02-23 Steve Hancockimprove code to lookup package info
2024-02-21 Steve Hancockadd devel mode arg count check on subs with >6 args
2024-02-20 Steve Hancocktest to see if this works on older versions of perl
2024-02-20 Steve Hancocktokenizer optimization
2024-02-20 Steve Hancockminor tokenizer optimization
2024-02-19 Steve Hancockb1466
2024-02-19 Steve Hancock-fso, --file-size-order, is now the default
2024-02-18 Steve Hancock-vsn is now default; bump version to .02 20240202.02
2024-02-16 Steve Hancockimprove -vsn edge cases
2024-02-15 Steve Hancockminor -vsn improvements
2024-02-15 Steve Hancockadjust -drc for repeated commas across line breaks
2024-02-14 Steve Hancockmake --delete-repeated-commas the default
2024-02-14 Steve Hancockadjust -vsn
2024-02-13 Steve Hancockadjust -vsn rules
2024-02-12 Steve Hancockelimininate wantarray
2024-02-11 Steve Hancockstarting to convert perltidy to use interbracket arrorw
2024-02-11 Steve Hancockupdate -drc to delete repeated fat commas
2024-02-10 Steve Hancock-drc should only delete commas repeated on the same...
2024-02-10 Steve Hancockupdate comments on unused variables
2024-02-10 Steve Hancockinsure that spacing follows rules when adding ',' and...
2024-02-09 Steve Hancockindicate location of error parsing -ias=s with underline
2024-02-09 Steve Hancockbump to v20240202.01 20240202.01
2024-02-09 Steve Hancockfix spacing when deleting arrows
2024-02-09 Steve Hancockadd test cases
2024-02-09 Steve Hancockadd comment
2024-02-09 Steve Hancockimprove wording
2024-02-09 Steve Hancockuse numerical sort
2024-02-08 Steve Hancockadd interbracket arrow control options
2024-02-04 Steve Hancockimprove error message for missing brace
2024-02-04 Steve Hancockupdate -vsn logic for for single number columns
2024-02-02 Steve Hancockoptimization - eliminate sub store_block_type
2024-02-02 Steve Hancockremove obsolete bug warnings
2024-02-02 Steve Hancockfix spelling
2024-02-02 Steve Hancockminor optimization
2024-02-02 Steve Hancockswitch web address from rt to github
2024-02-01 Steve Hancockoptimization - eliminate unused array
2024-02-01 Steve Hancockoptimization to avoid regex
2024-01-31 Steve Hancockupdate to v20240202 20240202
2024-01-30 Steve Hancockupdate comments, remove some line-ending spaces
2024-01-28 Steve Hancockactivate format skipping to tokenizer
2024-01-28 Steve Hancockunify code skipping and format skipping logic in tokenizer
2024-01-28 Steve Hancockprepare tokenizer to add format-skipping check
2024-01-27 Steve Hancockupdate closing brace indentation checks
2024-01-26 Steve Hancockfix unbraced file handle
2024-01-26 Steve Hancockadd hint in error output to help locate a missing brace
2024-01-24 Steve Hancockvsn fix for single item in list
2024-01-22 Steve Hancockfix b1465 20230912.13
2024-01-22 Steve Hancockadditional internal checks added to -vsn
2024-01-21 Steve Hancockupdate html
2024-01-21 Steve Hancockadd internal checks for -vsn code and update tests
2024-01-20 Steve Hancockbump version to 20230912.13
2024-01-20 Steve Hancockfix minor issue flagged by PC
2024-01-20 Steve Hancockfix: --warn-call-parens should be --want-call-parens...
2024-01-20 Steve Hancockupdate -vsn
2024-01-16 Steve HancockMerge pull request #132 from Amorymeltzer/patch-1
next