]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2022-06-02 Steve Hancockset tentative next release at 20220613 20220613
2022-06-02 Steve Hancockadd restrictions on use of -kba and -kbb
2022-05-29 Steve Hancockupdate docs
2022-05-29 Steve Hancockfix perlcritic complaint
2022-05-29 Steve Hancockupdate docs
2022-05-29 Steve Hancockadd running cpants_lint.pl to build sequence
2022-05-29 Steve Hancockdisallow kbb='(' - can cause math formatting instability
2022-05-28 Steve Hancockupdate to preliminary v20220601
2022-05-27 Steve Hancockfix spelling errors
2022-05-27 Steve Hancockminor cleanups; fix internal fault check for '->$$'
2022-05-27 Steve Hancockupdate MANIFEST
2022-05-27 Steve Hancockmake non-executable
2022-05-27 Steve Hancockupdate docs and fix spelling
2022-05-25 Steve Hancockspeedup tokenizer when processing blank tokens
2022-05-24 Steve Hancockremove unused var 'slevels'
2022-05-24 Steve Hancockimprove tokenizer efficiency
2022-05-23 Steve Hancocksimplified code for scanning complex identifiers
2022-05-20 Steve Hancocksplit sub do_BAREWORD into smaller parts
2022-05-20 Steve Hancockupdate comments
2022-05-20 Steve Hancockfix issue b1345
2022-05-20 Steve Hancockfix tokenization issue c147
2022-05-20 Steve Hancockreorganize Tokenizer with some minor optimizations
2022-05-19 Steve Hancockupdate comments
2022-05-15 Steve Hancockextend unactivated flag -bopl and rename as -bocp
2022-05-15 Steve Hancockmove number parsing code to sub do_DIGITS
2022-05-15 Steve Hancockupdate comments
2022-05-13 Steve Hancockadd sub names to tokenization code
2022-05-13 Steve Hancockupdate comments
2022-05-13 Steve Hancockfix problem with Perl version 5.14
2022-05-13 Steve Hancockdefine constants EMPTY_STRING and SPACE
2022-05-13 Steve Hancockchange level to 1, update excluded policies
2022-05-12 Steve Hancockuse constants for some fixed integers
2022-05-12 Steve Hancocktesting constant EMPTY_STRING as alternative to ""
2022-05-12 Steve Hancockmisc code cleanups
2022-05-10 Steve Hancockundo use English for $]
2022-05-10 Steve Hancockswitch to use English + other minor code cleanups
2022-05-08 Steve Hancockminor cleanups; removed unused var 'saw_extrude'
2022-05-08 Steve Hancockadd case b1340
2022-05-07 Steve Hancockadjust weld rule for -lp -wn -pvt=2 to fix b1340
2022-05-07 Steve Hancockrewrite severl C-style for loops
2022-05-05 Steve Hancockdo not let -dsc delete control side comments
2022-05-05 Steve Hancockremove some old double sigle code
2022-05-04 Steve HancockAvoid 'Reused variable name in lexical scope'
2022-05-04 Steve Hancockremove newline from a link
2022-05-04 Steve Hancockswitch from level 4 to 3
2022-05-01 Steve Hancockremove unused vars
2022-04-29 Steve Hancockconvert C-style for loops to foreach
2022-04-28 Steve Hancockadjust weld rules to fix issue b1339
2022-04-24 Steve Hancockavoid some needless sub calls
2022-04-24 Steve Hancockfix potential conflict of -wn -lp -pvt=2, b1338
2022-04-23 Steve Hancocktokenizer optimizations
2022-04-22 Steve Hancocktokenizer optimizations
2022-04-21 Steve Hancocksome minor optimizations
2022-04-21 Steve Hancockwork around conflict of -vmll -xci -bbxi=2 (b1336)
2022-04-21 Steve Hancocktrim spaces in token split by line break (c139)
2022-04-21 Steve Hancockfix minor tokenization issue b1337
2022-04-19 Steve Hancockminor optimizations
2022-04-18 Steve Hancockminor correction to recent coding change
2022-04-17 Steve Hancockbump version to .04 20220217.04
2022-04-17 Steve Hancockupdate tests
2022-04-17 Steve Hancockmake () align with qw in a 'use' statement (git #93)
2022-04-15 Steve Hancockbump version to .03 20220217.03
2022-04-15 Steve Hancockupdate docs
2022-04-15 Steve Hancockadd test case
2022-04-15 Steve Hancockadd alignment for use ... qw (see issue git #93)
2022-04-14 Steve Hancockeliminate global var standard_spaces
2022-04-14 Steve Hancocksome optimizations
2022-04-12 Steve Hancockremove unused var
2022-04-12 Steve Hancockeliminate 2 unused hashes
2022-04-09 Steve Hancockfix instability when -ci>-i and -bbxi=2; issue b1334
2022-04-08 Steve Hancockeliminate some needless sub calls
2022-04-08 Steve Hancockadd input line numbers to some log messages
2022-04-08 Steve Hancockmake three forced-breakpoint vars global for efficiency
2022-04-08 Steve Hancockfix 'eq' to be '=='
2022-04-08 Steve Hancockclarify log message
2022-04-07 Steve Hancockminor optimizations
2022-04-06 Steve Hancockminor optimization
2022-04-06 Steve Hancockfix undef ref for user-defined formatter without output
2022-04-05 Steve Hancockfix rare instability found in testing, issue b1331
2022-04-05 Steve Hancockfix unusual instability found in testing, b1332
2022-04-05 Steve HancockFix unusual instability, issue b1333
2022-04-05 Steve Hancockminor cleanups and optimizations
2022-04-02 Steve Hancockconvert some regexes to hashes based on NYTProf
2022-03-30 Steve Hancockclarify how -et works, see issue git #90
2022-03-30 Steve Hancockadd log message that -gcs was used; fix bad log msg
2022-03-30 Steve Hancockupdate docs
2022-03-29 Steve Hancockfix rare poor line break, issue c133
2022-03-28 Steve Hancockcleanup list stack array initializations
2022-03-28 Steve Hancockmore efficient data structure for bond strength bias
2022-03-28 Steve Hancockfix minor initialization error, issue c131
2022-03-27 Steve Hancockclean up comments
2022-03-27 Steve Hancockeliminate global array bond_strength_to_go
2022-03-25 Steve Hancockfix issue b1330, -xlp edge case
2022-03-25 Steve Hancockupdate docs
2022-03-24 Steve Hancockminor -pbp formatting improvement, issue c054
2022-03-21 Steve Hancockfix rare formatting issue b1318 b1322 b1328 20220217.02
2022-03-21 Steve Hancockfix issue b1324 involving breaks at chain of keywords
2022-03-20 Steve Hancockfix rare formatting issue b1325
2022-03-19 Steve Hancockbump version to .02
2022-03-19 Steve Hancocktreat an obj with print method as a file in -eos logic
next