2020-04-05 |
Steve Hancock | adjust -wn rules to avoid blinkers |
commit | commitdiff | tree | snapshot |
2020-04-04 |
Steve Hancock | fixed problem with reporting convergence on first step |
commit | commitdiff | tree | snapshot |
2020-04-03 |
Steve Hancock | add encoding guess log message |
commit | commitdiff | tree | snapshot |
2020-04-03 |
Steve Hancock | fixed undefined var |
commit | commitdiff | tree | snapshot |
2020-04-02 |
Steve Hancock | remove unused variable |
commit | commitdiff | tree | snapshot |
2020-04-02 |
Steve Hancock | fix test wn7 for rule adjustment |
commit | commitdiff | tree | snapshot |
2020-04-02 |
Steve Hancock | removed unused routines |
commit | commitdiff | tree | snapshot |
2020-04-02 |
Steve Hancock | adjusted -wn rules |
commit | commitdiff | tree | snapshot |
2020-04-02 |
Steve Hancock | add option --break-at-old-semicolon-breakpoints; also... |
commit | commitdiff | tree | snapshot |
2020-03-30 |
Steve Hancock | replace sub 'weld_signature_parens' with 'tight_paren_f... |
commit | commitdiff | tree | snapshot |
2020-03-28 |
Steve Hancock | improve -wn rules slightly (split rule 2 into 2a and 2b) |
commit | commitdiff | tree | snapshot |
2020-03-24 |
Steve Hancock | minor cleanups |
commit | commitdiff | tree | snapshot |
2020-03-24 |
Steve Hancock | reduced number of global vars of type $rOpts_xxx |
commit | commitdiff | tree | snapshot |
2020-03-24 |
Steve Hancock | eliminate global vars %is_digraph and %is_trigraph |
commit | commitdiff | tree | snapshot |
2020-03-24 |
Steve Hancock | improve efficiency of sub is_essential_whitespace() |
commit | commitdiff | tree | snapshot |
2020-03-24 |
Steve Hancock | convert set_comma_breakpoints_do() to use named call |
commit | commitdiff | tree | snapshot |
2020-03-24 |
Steve Hancock | convert do_scan_sub() to named call |
commit | commitdiff | tree | snapshot |
2020-03-24 |
Steve Hancock | convert IndentationItem::new to named call |
commit | commitdiff | tree | snapshot |
2020-03-23 |
Steve Hancock | update CHANGES to note change in default encoding |
commit | commitdiff | tree | snapshot |
2020-03-22 |
Steve Hancock | cleaned up backup-in-place coding to use streamhandle |
commit | commitdiff | tree | snapshot |
2020-03-22 |
Steve Hancock | default encoding reset to be 'guess' |
commit | commitdiff | tree | snapshot |
2020-03-22 |
Steve Hancock | rewrote Debugger module to output utf8 when input is... |
commit | commitdiff | tree | snapshot |
2020-03-22 |
Steve Hancock | fix a few additional [_A-Za-z] matches |
commit | commitdiff | tree | snapshot |
2020-03-22 |
Steve Hancock | rewrote sub is_essential_whitespace to use \w instead... |
commit | commitdiff | tree | snapshot |
2020-03-22 |
Steve Hancock | fix sub scan_identifier_do to use \w instead of [_A... |
commit | commitdiff | tree | snapshot |
2020-03-22 |
Steve Hancock | remove BOM if any |
commit | commitdiff | tree | snapshot |
2020-03-21 |
Steve Hancock | added test case for RPerl |
commit | commitdiff | tree | snapshot |
2020-03-21 |
Steve Hancock | consolidate coding involving utf8::is_utf8 |
commit | commitdiff | tree | snapshot |
2020-03-21 |
Steve Hancock | check utf8::is_utf8 in case guess is used |
commit | commitdiff | tree | snapshot |
2020-03-21 |
Steve Hancock | added check for strings already encoded utf8 |
commit | commitdiff | tree | snapshot |
2020-03-21 |
Steve Hancock | added option --character-encoding=guess |
commit | commitdiff | tree | snapshot |
2020-03-18 |
Steve Hancock | fix git#22, keep sub signature on a single line |
commit | commitdiff | tree | snapshot |
2020-03-05 |
Steve Hancock | fixed RT #132059, -dac was causing an error exit |
commit | commitdiff | tree | snapshot |
2020-03-05 |
Steve Hancock | Fixed RT#132059, -dac was not working and caused an... |
commit | commitdiff | tree | snapshot |
2020-03-05 |
Steve Hancock | Fix RT#132059, -dac was not working |
commit | commitdiff | tree | snapshot |
2020-02-19 |
shancock9 | Merge pull request #20 from scop/pre-commit-hook |
commit | commitdiff | tree | snapshot |
2020-02-19 |
Ville Skyttä | Add pre-commit hook config |
commit | commitdiff | tree | snapshot |
2020-01-22 |
Steve Hancock | Testing binmode always on |
commit | commitdiff | tree | snapshot |
2020-01-20 |
Steve Hancock | encode error output in utf8 when -utf8 flag is set |
commit | commitdiff | tree | snapshot |
2020-01-19 |
Steve Hancock | patched problem parsing here target in quote in pattern... |
commit | commitdiff | tree | snapshot |
2020-01-16 |
Steve Hancock | note fix for git#19 |
commit | commitdiff | tree | snapshot |
2020-01-16 |
Steve Hancock | adjusted xor line break for git#19 |
commit | commitdiff | tree | snapshot |
2020-01-16 |
Steve Hancock | added support for hex floating point |
commit | commitdiff | tree | snapshot |
2020-01-15 |
Steve Hancock | allow package names ending in :: |
commit | commitdiff | tree | snapshot |
2020-01-15 |
Steve Hancock | Improved error check for internal hash-bang |
commit | commitdiff | tree | snapshot |
2020-01-15 |
Steve Hancock | bump version to 20100110.01 |
commit | commitdiff | tree | snapshot |
2020-01-14 |
Steve Hancock | improved parsing involving unknown sub prototypes |
commit | commitdiff | tree | snapshot |
2020-01-14 |
Steve Hancock | modified error message |
commit | commitdiff | tree | snapshot |
2020-01-14 |
Steve Hancock | added warning for issue git18 |
commit | commitdiff | tree | snapshot |
2020-01-09 |
Steve Hancock | minor doc cleanups for release of VERSION 20200110 20200110 |
commit | commitdiff | tree | snapshot |
2020-01-07 |
Steve Hancock | prepare for release of VERSION 20200110 |
commit | commitdiff | tree | snapshot |
2020-01-07 |
Steve Hancock | added flag -olbn to control breaking nested one-line... |
commit | commitdiff | tree | snapshot |
2020-01-06 |
Steve Hancock | minor coding optimization |
commit | commitdiff | tree | snapshot |
2020-01-06 |
Steve Hancock | updated error stop criterion for iterations |
commit | commitdiff | tree | snapshot |
2020-01-02 |
Steve Hancock | added sub mate_index_to_go; part of ongoing conversion |
commit | commitdiff | tree | snapshot |
2020-01-01 |
Steve Hancock | rewrote 'send_lines_to_vertical_aligner'; no globals |
commit | commitdiff | tree | snapshot |
2019-12-30 |
Steve Hancock | fixed rt#131288 |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Steve Hancock | fix benign error (csc goes out on last line only) |
commit | commitdiff | tree | snapshot |
2019-12-29 |
Steve Hancock | Fixed undef in error message parsing 'sub () name' |
commit | commitdiff | tree | snapshot |
2019-12-28 |
Steve Hancock | some coding cleanups |
commit | commitdiff | tree | snapshot |
2019-12-26 |
Steve Hancock | eliminated global array @matching_token_to_go |
commit | commitdiff | tree | snapshot |
2019-12-25 |
Steve Hancock | some code cleanups to keep arrays consistent |
commit | commitdiff | tree | snapshot |
2019-12-24 |
Steve Hancock | moved some error-checking code to better location |
commit | commitdiff | tree | snapshot |
2019-12-22 |
Steve Hancock | Simplify coding of closing side comments |
commit | commitdiff | tree | snapshot |
2019-12-20 |
Steve Hancock | rewrote sub terminal_type_i() for efficiency |
commit | commitdiff | tree | snapshot |
2019-12-18 |
Steve Hancock | Improved semicolon deletion rules |
commit | commitdiff | tree | snapshot |
2019-12-18 |
Steve Hancock | reworked coding which removes extra semicolons to use... |
commit | commitdiff | tree | snapshot |
2019-12-17 |
Steve Hancock | Fixed very minor coding error |
commit | commitdiff | tree | snapshot |
2019-12-16 |
Steve Hancock | rewrote sub in_same_container() for efficiency |
commit | commitdiff | tree | snapshot |
2019-12-14 |
Steve Hancock | bumped version to 20191203.01 |
commit | commitdiff | tree | snapshot |
2019-12-02 |
Steve Hancock | set version to 20191203 20191203 |
commit | commitdiff | tree | snapshot |
2019-12-01 |
Steve Hancock | tidied code |
commit | commitdiff | tree | snapshot |
2019-12-01 |
Steve Hancock | preparing for release; set version to 20191207 |
commit | commitdiff | tree | snapshot |
2019-12-01 |
Steve Hancock | fixed RT#131115, problem with -bli |
commit | commitdiff | tree | snapshot |
2019-11-16 |
Steve Hancock | fixed index error in new coding |
commit | commitdiff | tree | snapshot |
2019-11-13 |
Steve Hancock | some code simplification |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Steve Hancock | some code clanups |
commit | commitdiff | tree | snapshot |
2019-11-11 |
Steve Hancock | fixed RT130394, allow short nested blocks |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Steve Hancock | fixed some strange alignments, added some tests |
commit | commitdiff | tree | snapshot |
2019-11-04 |
Steve Hancock | code cleanups |
commit | commitdiff | tree | snapshot |
2019-11-03 |
Steve Hancock | eliminated [ as an alignment token |
commit | commitdiff | tree | snapshot |
2019-11-03 |
Steve Hancock | fixed minor alignment problem involving mutiple fat... |
commit | commitdiff | tree | snapshot |
2019-11-01 |
Steve Hancock | mostly code cleanups |
commit | commitdiff | tree | snapshot |
2019-10-29 |
Steve Hancock | code cleanups |
commit | commitdiff | tree | snapshot |
2019-10-29 |
Steve Hancock | removed a gap test for alignment |
commit | commitdiff | tree | snapshot |
2019-10-29 |
Steve Hancock | minor adjustments in sub decide_if_aligned_pair() |
commit | commitdiff | tree | snapshot |
2019-10-24 |
Steve Hancock | rewrote sub decide_if_aligned() |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Steve Hancock | vertical alignment for 2 lines with trailing 'if',... |
commit | commitdiff | tree | snapshot |
2019-10-19 |
Steve Hancock | improved multiple equals vertical alignment |
commit | commitdiff | tree | snapshot |
2019-10-16 |
Steve Hancock | improved vertical alignment for multiple equals |
commit | commitdiff | tree | snapshot |
2019-10-13 |
Steve Hancock | fixed some two line alignments |
commit | commitdiff | tree | snapshot |
2019-10-12 |
Steve Hancock | fixed git#10, minor -wn -ce conflict |
commit | commitdiff | tree | snapshot |
2019-10-12 |
Steve Hancock | fixed issue git#16 |
commit | commitdiff | tree | snapshot |
2019-10-11 |
Steve Hancock | added -sub-alias-list and -space-prototype-paren |
commit | commitdiff | tree | snapshot |
2019-10-10 |
Steve Hancock | bumped version to 20190915.01 20190915.01 |
commit | commitdiff | tree | snapshot |
2019-09-14 |
Steve Hancock | minor doc cleanups 20190915 |
commit | commitdiff | tree | snapshot |
2019-09-14 |
Steve Hancock | version change to 20190915 |
commit | commitdiff | tree | snapshot |
2019-09-05 |
Steve Hancock | fixed assert-untidy |
commit | commitdiff | tree | snapshot |
2019-09-05 |
Steve Hancock | added --assert-untidy |
commit | commitdiff | tree | snapshot |
2019-09-04 |
Steve Hancock | added rt#130425 feature, --assert-unchanged |
commit | commitdiff | tree | snapshot |
next |