]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2024-09-05 Steve Hancockremove unused code
2024-09-02 Steve Hancockfix error in Perl::Tidy::Logger (see pr #163) 20240903
2024-09-02 Steve Hancockupdate to version 20240903
2024-09-01 Steve Hancockimprove some edge cases of parsing + - *
2024-08-31 Steve Hancockuse bareword info to improve guessing
2024-08-30 Steve Hancockimprove pattern vs division guess strategy
2024-08-29 Steve Hancockadd bareword info hash
2024-08-29 Steve Hancocksimplify
2024-08-26 Steve Hancockfix minor issue with -wma
2024-08-26 Steve Hancockfix minor issue with -wma
2024-08-25 Steve Hancockadd missing call parens
2024-08-24 Steve Hancockminor adjustment in guess logic
2024-08-24 Steve Hancockupdate docs
2024-08-22 Steve Hancockimprove guess if running under editor
2024-08-21 Steve Hancockmove several subs to the utilities area
2024-08-20 Steve Hancockimprove guess if running under editor
2024-08-19 Steve Hancockmark unused vars with _uu
2024-08-17 Steve Hancockbump version to 20240511.10 20240511.10
2024-08-17 Steve Hancockadd patch for git #162
2024-08-17 Steve Hancockupdate docs
2024-08-17 Steve Hancockinclude 'use vars' in -wvt
2024-08-16 Steve Hancockupdate docs for 'our' variables in -wvt
2024-08-16 Steve Hancockpreliminary update for including use vars in -wvt
2024-08-15 Steve Hancockinclude our vars in --warn-variable-types
2024-08-11 Steve Hancockimprove guess if running under editor
2024-08-11 Steve Hancockfix -asbl default
2024-08-10 Steve Hancockupdate docs
2024-08-10 Steve Hancockcode simplification
2024-08-10 Steve Hancockupdates for git #159
2024-08-10 Steve Hancockimproved coverage for -wvt=c
2024-08-08 Steve Hancockupdate to allow -wvt=u and -wvt=c in a .perltidyrc...
2024-08-08 Steve Hancockremove -wvt=u
2024-08-08 Steve Hancockremove unused constants
2024-08-07 Steve Hancockfix minor formatting issue, c385
2024-08-05 Steve Hancockbump to version 20240511.09 20240511.09
2024-08-05 Steve Hancockallow -wvt=u and -wvt=c in .perltidyrc
2024-08-05 Steve Hancockupdate docs
2024-08-04 Steve Hancockremove unused --experimental option
2024-08-04 Steve Hancockupdate docs for --timeout-in-seconds
2024-08-04 Steve Hancockadd --timeout-in-seconds=n, -to=n, default n=10 seconds
2024-08-04 Steve Hancockadd warning for unused constants
2024-08-01 Steve Hancockfix issue c382 20240511.08
2024-08-01 Steve Hancockbump to version 20240511.08
2024-07-31 Steve Hancockadjust strength of ^^
2024-07-31 Steve Hancockupdate docs
2024-07-31 Steve Hancockset line break strength for ^^
2024-07-31 Steve Hancockfix spelling
2024-07-31 Steve Hancockimprove warning messages
2024-07-30 Steve Hancockadded missing issue types y and s to -dmr
2024-07-30 Steve Hancockupdate docs regarding git #156
2024-07-29 Steve Hancockadd --closing-side-comment-exclusion-list
2024-07-27 Steve Hancockadd closing side comments for anonymous subs
2024-07-27 Steve Hancockenable -csc for asubs, c380
2024-07-27 Steve Hancockrevise -duv coding for signature in signature
2024-07-25 Steve Hancockbump to version 20240511.07 20240511.07
2024-07-25 Steve Hancockcheck sub signatures in --dump-unusual-variables, see...
2024-07-24 Steve Hancockdelay -atc and -dtc 1 iteration if -conv, see git #156
2024-07-24 Steve Hancock-wmr no return issue 'x' is now 'x' (array) and 'y...
2024-07-23 Steve Hancockadd support for new ^^ logical xor, see git #154
2024-07-23 Steve Hancockadd 'state' to keyword list for -sak, see git #157
2024-07-23 Steve Hancockadd -wmr checks for calls requesting scalars
2024-07-22 Steve Hancocksimplify -wmr logic
2024-07-15 Steve Hancockbump version to 20240511.06 20240511.06
2024-07-15 Steve Hancockfix test file names
2024-07-15 Steve Hancockupdate docs for -altc -dltc (formerly -atlc -dtlc)
2024-07-14 Steve Hancockadd -dtlc -atlc
2024-07-14 Steve Hancockadd perlbrew notes
2024-07-14 Steve Hancockadd note on line length tolerances, see git #153
2024-07-12 Steve Hancockfix some minor -wmr issues
2024-07-11 Steve Hancockupdate docs
2024-07-10 Steve Hancockexpand some abbreviations in docs, git #144 suggestion
2024-07-10 Steve Hancockadd web sites, git #149 suggestion
2024-07-10 Steve Hancockminor code cleanup
2024-07-09 Steve Hancockconsolidate duplicate error output code
2024-07-09 Steve Hancockadd --warn-mismatched-returns
2024-07-08 Steve Hancockbump to v20240511.05 20240511.05
2024-07-08 Steve Hancockfix typos
2024-07-08 Steve Hancockfix issue found by applying -dmr to perltidy
2024-07-08 Steve Hancockconsolidate duplicate code
2024-07-08 Steve Hancockupdate docs for -wmr -dmr
2024-07-07 Steve Hancockadd -wmrxl; consolidate initialization code
2024-07-05 Steve Hancocksome -wmr code cleanups
2024-07-05 Steve Hancockadd -wmrt
2024-07-04 Steve Hancockfix some minor -wmr -dmr issues
2024-07-02 Steve Hancockminor cleanups and fixes for -dmr and -wmr
2024-07-01 Steve Hancockadd -dmr
2024-06-27 Steve Hancockfix b1476
2024-06-27 Steve Hancockmisc cleanups
2024-06-25 Steve Hancockbump version to 20240511.04 20240511.04
2024-06-25 Steve Hancockupdates for git #151
2024-06-24 Steve Hancockadd subs to count return args
2024-06-19 Steve Hancockrewrite sub count_list_args to allow future updates
2024-06-12 Steve Hancockimprove sub name and update comments
2024-06-12 Steve Hancockimprove error message
2024-06-12 Steve Hancockupdates for perlcritic
2024-06-12 Steve Hancockloop optimizations
2024-06-11 Steve Hancockfix c375
2024-06-11 Steve Hancockremove unused coding
2024-06-10 Steve Hancockoptimization for -vsn
2024-06-08 Steve Hancockupdate docs
next