]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2024-05-02 Steve Hancockminor code cleanups and update docs
2024-05-02 Steve Hancockadd test case
2024-05-01 Steve Hancockfix spelling
2024-05-01 Steve Hancockcatch ambiguous entries commands which exit early ...
2024-05-01 Steve Hancockremove unused code; update comments
2024-04-30 Steve Hancockremove unused code, update comments
2024-04-30 Steve Hancockupdate comments
2024-04-30 Steve Hancockfix prototype underscore treatment
2024-04-29 Steve Hancockfix -dma issue with prototypes
2024-04-29 Steve Hancockminor optimization
2024-04-27 Steve Hancockfix arg count issue when pop is used instead of shift
2024-04-27 Steve Hancockadd --warn-mismatched-arg-overcount-cutoff=n
2024-04-26 Steve Hancockfix hash key typo
2024-04-26 Steve Hancockclean up -wma documentation
2024-04-25 Steve Hancockexit immediately if --profile=file cannot be opened
2024-04-25 Steve Hancockimprove -dma for prototypes overridden with &fn()
2024-04-25 Steve Hancockfix c362, distinguish between prototype and signature
2024-04-25 Steve Hancocknearing final -dma coding
2024-04-21 Steve Hancockfix b1468
2024-04-21 Steve Hancockrevise -wmat input
2024-04-19 Steve Hancockupdate -dma
2024-04-18 Steve Hancockbump version to 20240202.07 20240202.07
2024-04-18 Steve Hancockadd patch to fix -xlp issue in git #138
2024-04-17 Steve Hancockbump to version 20240202.06 20240202.06
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
next