]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2021-04-14 Steve HancockCorrect brace types mismarked by tokenizer
2021-04-13 shancock9Merge pull request #60 from scop/spelling
2021-04-13 shancock9Merge pull request #59 from scop/docs/vtc-options
2021-04-13 Ville Skyttädocs: doc and comment spelling fixes
2021-04-13 Ville Skyttädocs: *vtc fixes
2021-04-11 Steve HancockUnify coding for welded quotes and other welded containers
2021-04-09 Steve HancockSlight change in weld length calculation
2021-04-08 Steve HancockImprove treatment of -vmll with -wn
2021-04-08 Steve HancockMerge weld rule 6 into rule 3
2021-04-07 Steve HancockMoved logic of previous update to the FileWriter module
2021-04-06 Steve HancockFix problem with excess blank line generation with...
2021-04-05 Steve HancockModify a condition for applying -bbx=2
2021-04-05 Steve HancockImprove previous patch of -wn tolerance
2021-04-03 Steve HancockFix rare convergence problem with -wn
2021-04-03 Steve Hancockadd --oneliner example to man page for git #58
2021-04-02 Steve HancockAvoid conflict of -bli and -xci
2021-04-01 Steve Hancockupdate to v20210402 20210402
2021-03-31 Steve HancockAvoid conflict of -bbp=2 and -xci
2021-03-30 Steve HancockFix rule for welding with barewords
2021-03-30 Steve Hancockimprove error message about operator in indirect object...
2021-03-30 Steve Hancockfilter out nuisance lines from testing output
2021-03-30 Steve HancockFix conflict between -wba='||' and -opr
2021-03-29 Steve HancockFollow user requests better to break before operators
2021-03-28 Steve Hancocklist depth requirement for -bbx=3 changed back previous...
2021-03-27 Steve HancockFix problems with combinations of -iob -lp
2021-03-26 Steve Hancockremove -lfp shortcut pending further testing
2021-03-25 Steve HancockAdd flags -lpxl=s and simplified form -lfp, requested...
2021-03-22 Steve HancockFix error message for multiple conflicting specificatio...
2021-03-20 Steve HancockFix issue git #57, Warn_count was not initialized
2021-03-19 Steve HancockFix rare problem with combination -lp -wn -naws
2021-03-17 Steve HancockFix definition of list within list for -bbx flag
2021-03-16 Steve HancockFix problem with -xci and long tokens
2021-03-16 Steve HancockFix error in parsing use statement curly brace
2021-03-13 Steve HancockFix problems with combinations of -iob -lp -wn -dws...
2021-03-11 Steve HancockSimplify sub weld_nested_containers
2021-03-07 Steve HancockAdjust line length tolerance for welding
2021-03-07 Steve HancockFix problem with -vtc=n and outdented long lines
2021-03-07 Steve HancockFix problem with combination -lp and -wbb='='
2021-03-06 Steve HancockFix edge formatting cases with parameter -bbx=2
2021-03-06 Steve Hancockadded flag -fpva, --function-paren-vertical-alignment...
2021-03-05 Steve HancockFix for issue git #53, do not align spaced function...
2021-03-05 Steve HancockFix issue git #54 involving -bbp=n -bbpi=n -lp
2021-03-03 Steve Hancockfix some edge cases involving the -wn flag
2021-03-01 Steve HancockUpdate tokenizer recognition of indirect object
2021-02-28 Steve HancockDo not start a batch with a blank token
2021-02-27 Steve Hancockupdate testing tools
2021-02-27 Steve HancockAvoid double spaces in -csc text output
2021-02-27 Steve HancockRemove control of debug flag -fll
2021-02-26 Steve HancockRestrict previous update to just -vmll
2021-02-26 Steve HancockAdd a gap calculation in line length tests with -vmll
2021-02-26 Steve HancockUpdate rule for spacing paren after constant function
2021-02-26 Steve HancockImprove line length test for the -vtc=2 option
2021-02-25 Steve HancockImprove one-line block length tests
2021-02-21 Steve HancockAdd tolerance to one-line block length tests
2021-02-21 Steve HancockRestrict -bom at cuddled method calls
2021-02-20 Steve HancockAdd rule to avoid conflict between -wn and -bom
2021-02-20 Steve HancockLimit the value of -ci=n to that of -i=n when -xci...
2021-02-19 Steve HancockModify length tolerance for welding to qw lists
2021-02-18 Steve HancockModify space rule between binary plus or minus and...
2021-02-17 Steve HancockDo not apply -xci if it causes maximum line length...
2021-02-16 Steve HancockDo not weld to a hash brace
2021-02-16 Steve HancockAvoid line breaks after token type 'G'
2021-02-15 Steve HancockRestrict breaking at old uncontained commas
2021-02-15 Steve HancockModify line length test for the -vtc=2 option
2021-02-14 Steve HancockUse increased line length tolerance if -ci exceeds -i
2021-02-13 Steve HancockKeep space between binary plus or minus and barewords
2021-02-13 Steve HancockAdd line length test for the -vtc=2 option
2021-02-12 Steve HancockDefine left side bond strengths for unary plus and...
2021-02-12 Steve Hancockfixed problem with breaking at a equals
2021-02-11 Steve HancockFix conflict of -kbl=0 and essential space after =cut
2021-02-11 Steve HancockDo not break one-line block at here target
2021-02-10 Steve HancockSkip processing -kgb* flags in lists or if -mbl=0
2021-02-10 Steve HancockModify tolerance in testing for welds
2021-02-09 Steve HancockModified a rule for breaking lines at old commas
2021-02-08 Steve HancockRestrict references to old line breaks
2021-02-07 Steve HancockFix rare problem involving interaction of -olbn=n and...
2021-02-06 Steve Hancockadd rule to avoid welding at some barewords
2021-02-05 Steve Hancockfurther simplify -bbxi=n implementation
2021-02-04 Steve Hancockreset -bbxi=2 to -bbxi=0 if -lp is set to avoid blinkin...
2021-02-03 Steve Hancockrewrite sub 'break_before_list_opening_containers'
2021-02-01 Steve Hancockremove unused code; adjust definition of list
2021-01-31 Steve Hancockrewrite and combine coding for -bbx=n and -bbxi=n
2021-01-30 Steve Hancockadjust line length and token count tolerances for ...
2021-01-29 Steve Hancockfix some edge cases involving the -wn parameter
2021-01-28 Steve Hancockfix some edge blinker cases involving -bbxi=n and -boc
2021-01-28 Steve Hancockfix problem with combination -cab=2 and bbhbi=n, and...
2021-01-27 Steve HancockFixed problem where -bbpi could cause blinking states
2021-01-27 Steve HancockSimplified the definition of lists for formatting purposes
2021-01-25 Steve HancockRevise coding for the --freeze-whitespace option
2021-01-24 Steve HancockFix git #51, closing qw paren not outdented if -ndnl...
2021-01-24 Steve HancockFixed test case for -lp change
2021-01-24 Steve Hancockfixed rare problem with when -lp parameter is set
2021-01-20 Steve Hancockadded rule for -wn flag: do not weld to a hash brace
2021-01-19 Steve Hancockimprove builtin debugging info in sub set_continuation_...
2021-01-19 Steve Hancockconvert testing tool to dump to stdout
2021-01-17 Steve HancockDo not let -kgb option delete essential blank after...
2021-01-17 Steve HancockDo not allow space after token type Y (filehandle)...
2021-01-17 Steve HancockModified spacing rule for token type 'Y'
2021-01-16 Steve Hancockupdated tokenizer to prevent a blinking state
2021-01-16 Steve Hancockturn off -bli if -bar is set and issue warning
next