]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
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
2021-01-16 Steve Hancockupdate random testing scripts; added perltidy_minimal_flags
2021-01-15 Steve HancockFixed blinker related to large -ci, short line length...
2021-01-14 Steve HancockFix error in guessing if divide or pattern
2021-01-14 Steve Hancockimprove diagnostics in random testing
2021-01-13 Steve HancockFix bad guess of divide vs pattern
2021-01-13 Steve HancockCorrect formula for estimating line length with -wn...
2021-01-13 Steve Hancockimprove output of random testing program
2021-01-12 Steve Hancockfix unusual blinker related to large -ci and -mft=n
2021-01-10 Steve Hancockfixed pod error in BugLog before release 20210111
2021-01-10 Steve Hancockupdate VERSION to 20210111
2021-01-09 Steve Hancockcode cleanups; remove unused subs
2021-01-09 Steve Hancockadd indentation level to multiline qw when -xci set
2021-01-08 Steve Hancockupdate comments after testing hash for parent seqno
2021-01-08 Steve Hancockupdate documentation
2021-01-08 Steve Hancockremove unused code
2021-01-08 Steve Hancockupdate random testing scripts
2021-01-06 Steve Hancockminor improvement in alignment
2021-01-06 Steve Hancockmoved test scripts into dev-bin
2021-01-06 Steve Hancockupdate comments on scanning for pod
2021-01-05 Steve Hancockupdate build.pl to scan for pod text in .pm files
2021-01-05 Steve Hancockupdate comments
2021-01-05 Steve Hancockreorganize and simplify side comment code
2021-01-04 Steve Hancockremoved unused code
2021-01-04 Steve Hancockadded missing return stmt; reformat
2021-01-04 Steve Hancockmoved previous patch to better location
2021-01-03 Steve HancockFurther improvement in rules for side comment location
2020-12-29 Steve Hancockimprove side comment locations
2020-12-27 Steve HancockFixed minor inconsistency in redefining lists
2020-12-27 Steve Hancockimproved vertical alignment of some edge cases
2020-12-27 Steve Hancockadded tests for changes in qw formatting
2020-12-27 Steve Hancockimprove coding for qw lists with -lp style
2020-12-26 Steve Hancockavoid -lp style formatting for lists containing qw...
2020-12-26 Steve Hancocksplit sub is_list_by_K to get parent_seqno_by_K
2020-12-26 Steve Hancockimprove formatting of last line of multi-line qw quoted...
2020-12-24 Steve Hancockmodify rule for outdenting non-container closing qw...
2020-12-24 Steve Hancockrewrote and simplified sub two_line_pad
2020-12-23 Steve Hancockremoved unused test coding
2020-12-23 Steve Hancockupdated to an improved list marking method
2020-12-22 Steve Hancockadded code to transition to new method for marking...
2020-12-21 Steve Hancockfix minor problem with counting phantom semicolons
2020-12-20 Steve Hancockadd code for testing list marking methods; no functiona...
2020-12-19 Steve Hancockimprove formatting of closing qw quotes with -gnu style
2020-12-19 Steve Hancockadded sub is_list_by_K)
2020-12-18 Steve Hancockfix issue git #51, qw delimiters not following -cti...
2020-12-18 Steve Hancockupdate sub match_line_pairs to check global level
2020-12-18 Steve Hancockrewrote sub is_list() to allow future generalization
2020-12-16 Steve Hancockrewrote sub check_match and sub match_line_pair
2020-12-14 Steve HancockImproved some alignments by avoiding a tree pruning...
2020-12-14 Steve Hancockfixed fairly rare lack of vertical alignment
2020-12-12 Steve Hancockupdate comments
2020-12-12 Steve Hancockupdate docs
2020-12-12 Steve Hancockdo not align equals across change in continuation inden...
next