]> git.donarmstrong.com Git - perltidy.git/shortlog
perltidy.git
2020-08-06 Steve Hancockremoved unused var 'valign_batch_count'
2020-08-06 Steve Hancockconvert $self from hash ref to array ref
2020-08-05 Steve Hancockrename sub initialize to be sub new
2020-08-05 Steve Hancocksimplified sub flush
2020-08-05 Steve Hancockadd missing return statements noted by PerlCritic
2020-08-04 Steve Hancockmoved some cache variables into a closure
2020-08-04 Steve Hancockconvert $self from hash ref to array ref
2020-08-01 Steve Hancockswitched to object calls to VerticalAligner subs
2020-07-31 Steve Hancockremoved unused sub
2020-07-31 Steve Hancockharden 'delete_selected_tokens'; enclose 'adjust_side_c...
2020-07-30 Steve Hancockadded link to docs at metacpan.org
2020-07-30 Steve Hancockupdate docs
2020-07-30 Steve Hancockfix for git #33, space after '->'
2020-07-30 Steve Hancockupdate documentation
2020-07-29 Steve Hancockminor alignment improvements and some code cleanup
2020-07-28 Steve Hancockimproved spacing rule for horizontal sweep
2020-07-26 Steve Hancockimproved fat-comma alignment in some rare cases
2020-07-26 Steve Hancockspeedup sub decode_alignment; fix rare issue with termi...
2020-07-25 Steve Hancockcomment out versions before 5.14; some kind of config...
2020-07-25 Steve Hancockimproved sub sweep_left_to_right
2020-07-25 Steve Hancockcommented out testing Perl_VERSION: "5.12"; some kind...
2020-07-25 Steve Hancockremoved unused variables
2020-07-25 Steve Hancockfixed some minor side comment alignment issues
2020-07-24 Steve Hancockcode cleanups; fixed some side-comment issues
2020-07-19 Steve Hancockadd tail-wag-dog rule to vertical alignment
2020-07-16 Steve Hancockrewrote VerticalAligner module; bumped version to .02 20200619.02
2020-07-03 Steve Hancockreorganized some subs for future development
2020-07-02 Steve Hancockfixed comment typo
2020-07-02 Steve Hancockminor vertical alignment improvement + test case
2020-07-01 Steve Hancockminor fix - include hanging side comments in alignment...
2020-06-30 Steve Hancockminor fix for '!' in alignments
2020-06-30 Steve Hancockadded <=> as alignment token
2020-06-30 Steve Hancockimproved vertical alignment and added new test cases
2020-06-30 Steve Hancockfixed error in debug routine
2020-06-29 Steve Hancockadded test case prune.in for sub prune_alignment_tree
2020-06-28 Steve Hancockremoved unused routine
2020-06-27 Steve Hancockadd sub 'prune_alignment_tree' for some improved vertic...
2020-06-27 Steve Hancockreorganize arrays for testing for depricated ?pattern?
2020-06-26 Steve Hancockremoved file 'bbs.t' which should not have been in...
2020-06-25 Steve Hancockrefined lists of keywords which might not require an arg
2020-06-24 Steve Hancockadded keywords 'fc' and 'evalbytes'
2020-06-24 Steve Hancockadd 'ref' to a hash to fix git #32, misparse of a ...
2020-06-23 Steve Hancockminor coding cleanup
2020-06-23 Steve Hancockimproved error ouput for --assert-tidy
2020-06-22 Steve Hancockremove binmode object call; not available in older...
2020-06-21 Steve Hancockfixed an undefined variable in --assert-tidy warning...
2020-06-21 Steve Hancockfixed typos in text messages
2020-06-21 Steve Hancockshow first file difference when --assert-tidy causes... 20200619.01
2020-06-21 Steve Hancockbumped version to 20200619.01 for continued development
2020-06-19 Steve Hancockfixed MANIFEST and some formatting before release 20200619
2020-06-19 Steve Hancockeliminate need for -xs flag for Switch::Plain
2020-06-18 Steve Hancockupdates for next release, v20200619
2020-06-18 Steve Hancockconvert some eq tests to a hash
2020-06-13 Steve Hancockcleanup string length calculations in vertical aligner
2020-06-13 Steve Hancockadded tests for -sot -sct
2020-06-11 Steve Hancockupdate docs
2020-06-11 Steve Hancockallow Switch::Plain constructs within ternary stmts
2020-06-11 Steve Hancockfixed garbled text
2020-06-11 Steve Hancockadded support of Switch::Plain
2020-06-09 Steve Hancockadded xor to list of builtin -sak keywords, should...
2020-06-09 Steve Hancockadded xor to builtin -sak keywords; should have been
2020-06-09 Steve Hancockupdated docs regarding list formatting
2020-06-08 Steve Hancockupdate docs concerning change to default --nouse-unicod...
2020-06-08 Steve Hancockmade --nouse-unicode-gcstring default to avoid confusion
2020-06-07 Steve Hancockadded 'unless' to a hash to avoid unwanted valign rejec...
2020-06-05 Steve Hancockadded option --logical-padding or -lop, see git#29
2020-06-02 Steve Hancockinclude 'for' with 'foreach' in special case for -kpit...
2020-06-02 Steve Hancockfixed 2 issues with -kpit option (git #26)
2020-05-26 Steve Hancockfixed potential index problem; added test case for...
2020-05-25 Steve Hancockminor optimization for -kpit
2020-05-25 Steve Hancockadded parameter -kpit=n and kpitl=s, see git#26 discussion
2020-05-24 Steve Hancockupdate docs regarding fix for git#25
2020-05-24 Steve Hancockminor restructuring for future development
2020-05-24 Steve Hancockfixed bug with -okwl option and added test case
2020-05-24 Steve Hancockadded sub 'fix_ragged_matches' for better vertical...
2020-05-23 Steve Hancockremoved '{' as list alignment
2020-05-23 Steve Hancockremove vertical alignment anonymous sub braces; update...
2020-05-22 Steve Hancockadded values 'end_group' and 'is_forced_break' to Line.pm
2020-05-21 Steve Hancockadded a missing flush check; needed for future coding
2020-05-14 Steve Hancockfixed minor problem with -gnu closing brace placement...
2020-05-13 Steve Hancockfixed error handling for -ce, added test
2020-05-12 Steve Hancockfix problem causing failure of test case sub3.def
2020-05-12 Steve Hancockfixed undefined variable problem
2020-05-12 Steve Hancockremoved some unused variables
2020-05-11 Steve Hancockremoved unwanted (but harmless) call
2020-05-11 Steve Hancockrestructuring to eliminate some global vars
2020-05-10 Steve Hancockrewrote -bli option for efficiency
2020-05-10 Steve Hancockremove unused global var
2020-05-10 Steve Hancocksimplified coding of whitespace cycle option
2020-05-10 Steve Hancockadded test for -wc
2020-05-09 Steve Hancockadded test case
2020-05-08 Steve Hancockminor code cleanups; eliminated some global variables
2020-05-06 Steve Hancockactivated 'filter_example.t' (caused install problems...
2020-05-06 Steve Hancockminor code cleanups
2020-05-06 Steve Hancockimproved test case error messages
2020-05-04 Steve Hancockswitch to Test::More
2020-05-02 Steve Hancocktee options now work correctly with -io and -it=n
2020-05-01 Steve Hancockadd note on new module call parameters
2020-05-01 Steve Hancockallow a module call to capture any .DEBUG stream and...
2020-05-01 Steve Hancockconvert Tokenizer.pm to use object format print calls
next