2023-09-08 |
Steve Hancock | simplify logic involving __END__ |
commit | commitdiff | tree | snapshot |
2023-09-07 |
Steve Hancock | update to v20230909 20230909 |
commit | commitdiff | tree | snapshot |
2023-09-06 |
Steve Hancock | remove unused code |
commit | commitdiff | tree | snapshot |
2023-09-05 |
Steve Hancock | bump version to .04 20230701.04 |
commit | commitdiff | tree | snapshot |
2023-09-05 |
Steve Hancock | add parameters --add-missing-else and --warn-missing... |
commit | commitdiff | tree | snapshot |
2023-09-04 |
Steve Hancock | Active two PC Policies |
commit | commitdiff | tree | snapshot |
2023-09-03 |
Steve Hancock | simplify some logic |
commit | commitdiff | tree | snapshot |
2023-09-03 |
Steve Hancock | eliminate dangling elsif's |
commit | commitdiff | tree | snapshot |
2023-09-02 |
Steve Hancock | activate ControlStructures::ProhibitUnlessBlocks, part 3 |
commit | commitdiff | tree | snapshot |
2023-09-01 |
Steve Hancock | activate ControlStructures::ProhibitUnlessBlocks, part 2 |
commit | commitdiff | tree | snapshot |
2023-09-01 |
Steve Hancock | activate ControlStructures::ProhibitUnlessBlocks, part 1 |
commit | commitdiff | tree | snapshot |
2023-09-01 |
Steve Hancock | fix incorrect log file message |
commit | commitdiff | tree | snapshot |
2023-08-31 |
Steve Hancock | add Tokenizer missing terminal else blocks |
commit | commitdiff | tree | snapshot |
2023-08-31 |
Steve Hancock | add some missing terminal else blocks |
commit | commitdiff | tree | snapshot |
2023-08-30 |
Steve Hancock | activate RegularExpressions::ProhibitComplexRegexes |
commit | commitdiff | tree | snapshot |
2023-08-29 |
Steve Hancock | Activate PC policy Subroutines::ProhibitBuiltinHomonyms |
commit | commitdiff | tree | snapshot |
2023-08-29 |
Steve Hancock | Activate PC BuiltinFunctions::ProhibitStringyEval |
commit | commitdiff | tree | snapshot |
2023-08-28 |
Steve Hancock | update docs |
commit | commitdiff | tree | snapshot |
2023-08-28 |
Steve Hancock | minor change in syntax of --use-feature |
commit | commitdiff | tree | snapshot |
2023-08-26 |
Steve Hancock | activate PC ProhibitLocalVars and RequireInitialization... |
commit | commitdiff | tree | snapshot |
2023-08-26 |
Steve Hancock | clean up some cr/lf code |
commit | commitdiff | tree | snapshot |
2023-08-26 |
Steve Hancock | eliminate dummy sub close from IOScalar & IOScalarArray |
commit | commitdiff | tree | snapshot |
2023-08-24 |
Steve Hancock | activate PC RegularExpressions::ProhibitSingleCharAlter... |
commit | commitdiff | tree | snapshot |
2023-08-24 |
Steve Hancock | activate ProhibitUnusedCapture and ProhibitCaptureWitho... |
commit | commitdiff | tree | snapshot |
2023-08-24 |
Steve Hancock | activate PC -RegularExpressions::RequireBracesForMultiline |
commit | commitdiff | tree | snapshot |
2023-08-24 |
Steve Hancock | bump to version 20230701.03 20230701.03 |
commit | commitdiff | tree | snapshot |
2023-08-23 |
Steve Hancock | update perlcritic settings |
commit | commitdiff | tree | snapshot |
2023-08-23 |
Steve Hancock | fix b1459, edge of stability issue for -xlp |
commit | commitdiff | tree | snapshot |
2023-08-23 |
Steve Hancock | convert two boolean grep's to 'first' |
commit | commitdiff | tree | snapshot |
2023-08-23 |
Steve Hancock | clean up CR/LF coding |
commit | commitdiff | tree | snapshot |
2023-08-23 |
Steve Hancock | improve tokenization of --use-feature=class |
commit | commitdiff | tree | snapshot |
2023-08-21 |
Steve Hancock | make all print filehandles braced |
commit | commitdiff | tree | snapshot |
2023-08-21 |
Steve Hancock | sharpen identification of indirect objects |
commit | commitdiff | tree | snapshot |
2023-08-21 |
Steve Hancock | fix an issue with line-ending blanks (c258) |
commit | commitdiff | tree | snapshot |
2023-08-19 |
Steve Hancock | test to see if braced filehandle passes on all systems |
commit | commitdiff | tree | snapshot |
2023-08-19 |
Steve Hancock | update comments |
commit | commitdiff | tree | snapshot |
2023-08-19 |
Steve Hancock | eliminate module DevNull.pm |
commit | commitdiff | tree | snapshot |
2023-08-19 |
Steve Hancock | convert a do while into a while in sub pre_tokenizer |
commit | commitdiff | tree | snapshot |
2023-08-18 |
Steve Hancock | fix issue c250 part 2, new sub token type S |
commit | commitdiff | tree | snapshot |
2023-08-17 |
Steve Hancock | fix issue c250 part 1, new package token type P |
commit | commitdiff | tree | snapshot |
2023-08-15 |
Steve Hancock | rewrite sub pre_tokenize for improved efficiency |
commit | commitdiff | tree | snapshot |
2023-08-15 |
Steve Hancock | optimize pretoken search order |
commit | commitdiff | tree | snapshot |
2023-08-15 |
Steve Hancock | read config file with slurp_stream instead of streamhandle |
commit | commitdiff | tree | snapshot |
2023-08-15 |
Steve Hancock | minor optimization |
commit | commitdiff | tree | snapshot |
2023-08-14 |
Steve Hancock | remove unused variable |
commit | commitdiff | tree | snapshot |
2023-08-14 |
Steve Hancock | simplify coding for GCString length function |
commit | commitdiff | tree | snapshot |
2023-08-14 |
Steve Hancock | avoid calling GCString length function when possible |
commit | commitdiff | tree | snapshot |
2023-08-10 |
Steve Hancock | do not call Encode::Guess for pure ascii files |
commit | commitdiff | tree | snapshot |
2023-08-09 |
Steve Hancock | switch from regex to hash lookup for anonymous subs |
commit | commitdiff | tree | snapshot |
2023-08-09 |
Steve Hancock | improve efficiency of a data transfer optimization |
commit | commitdiff | tree | snapshot |
2023-08-09 |
Steve Hancock | simplify final IO step |
commit | commitdiff | tree | snapshot |
2023-08-09 |
Steve Hancock | simplify some IO operations |
commit | commitdiff | tree | snapshot |
2023-08-07 |
Steve Hancock | make several improvements in efficiency |
commit | commitdiff | tree | snapshot |
2023-08-06 |
Steve Hancock | simplify coding of sub compare_string_buffers |
commit | commitdiff | tree | snapshot |
2023-08-06 |
Steve Hancock | add test case for file with just one character, '0' |
commit | commitdiff | tree | snapshot |
2023-08-06 |
Steve Hancock | improve file input efficiency |
commit | commitdiff | tree | snapshot |
2023-08-03 |
Steve Hancock | improve tokenizer efficiency |
commit | commitdiff | tree | snapshot |
2023-08-02 |
Steve Hancock | optimize tokenizer inner loop |
commit | commitdiff | tree | snapshot |
2023-08-01 |
Steve Hancock | remove most remaining unused ci coding |
commit | commitdiff | tree | snapshot |
2023-07-31 |
Steve Hancock | minor fix for CORE:: |
commit | commitdiff | tree | snapshot |
2023-07-29 |
Steve Hancock | remove several unused variables |
commit | commitdiff | tree | snapshot |
2023-07-28 |
Steve Hancock | bump version to 20230701.02 20230701.02 |
commit | commitdiff | tree | snapshot |
2023-07-28 |
Steve Hancock | remove unused old code for setting continuation indentation |
commit | commitdiff | tree | snapshot |
2023-07-27 |
Steve Hancock | convert some input strings to string refs for efficiency |
commit | commitdiff | tree | snapshot |
2023-07-27 |
Steve Hancock | convert some output strings to string refs for efficiency |
commit | commitdiff | tree | snapshot |
2023-07-26 |
Steve Hancock | add sub 'write_tidy_output' to consolidate output logic |
commit | commitdiff | tree | snapshot |
2023-07-26 |
Steve Hancock | remove unused modules LineBuffer, LineSink, LineSource |
commit | commitdiff | tree | snapshot |
2023-07-25 |
Steve Hancock | minor optimization of tokenizer main loop |
commit | commitdiff | tree | snapshot |
2023-07-25 |
Steve Hancock | fix c236 |
commit | commitdiff | tree | snapshot |
2023-07-25 |
Steve Hancock | remove unused code |
commit | commitdiff | tree | snapshot |
2023-07-24 |
Steve Hancock | rewrite sub process_filter_layer |
commit | commitdiff | tree | snapshot |
2023-07-23 |
Steve Hancock | add ability to write to SCALAR and ARRAY refs |
commit | commitdiff | tree | snapshot |
2023-07-21 |
Steve Hancock | simplify some i/o logic; eliminate one call to LineSink |
commit | commitdiff | tree | snapshot |
2023-07-20 |
Steve Hancock | update docs |
commit | commitdiff | tree | snapshot |
2023-07-20 |
Steve Hancock | add another error check for -line-range-tidy |
commit | commitdiff | tree | snapshot |
2023-07-18 |
Steve Hancock | add parameter --line-range-tidy=n1:n2 (see git #122) 20230701.01 |
commit | commitdiff | tree | snapshot |
2023-07-17 |
Steve Hancock | simplify code for line-endings |
commit | commitdiff | tree | snapshot |
2023-07-14 |
Steve Hancock | avoid PerlCritic complaint |
commit | commitdiff | tree | snapshot |
2023-07-13 |
Steve Hancock | eliminate final use of Perl::Tidy::LineSource |
commit | commitdiff | tree | snapshot |
2023-07-13 |
Steve Hancock | eliminate a call to Perl::Tidy::LineSource for efficiency |
commit | commitdiff | tree | snapshot |
2023-07-13 |
Steve Hancock | add error checks |
commit | commitdiff | tree | snapshot |
2023-07-12 |
Steve Hancock | ignore code-skipping sections when guessing indentation |
commit | commitdiff | tree | snapshot |
2023-07-12 |
Steve Hancock | fix b1458 |
commit | commitdiff | tree | snapshot |
2023-07-12 |
Steve Hancock | eliminate use of Perl::Tidy::LineBuffer |
commit | commitdiff | tree | snapshot |
2023-07-08 |
Steve Hancock | fix c231 |
commit | commitdiff | tree | snapshot |
2023-07-07 |
Steve Hancock | fix issue b1457 |
commit | commitdiff | tree | snapshot |
2023-07-07 |
Steve Hancock | add syntax check at '){', issue c230 |
commit | commitdiff | tree | snapshot |
2023-07-07 |
Steve Hancock | update docs |
commit | commitdiff | tree | snapshot |
2023-07-04 |
Steve Hancock | fix typo |
commit | commitdiff | tree | snapshot |
2023-07-04 |
Steve Hancock | add -s option to convergence test utility |
commit | commitdiff | tree | snapshot |
2023-06-30 |
Steve Hancock | update to v20230701 20230701 |
commit | commitdiff | tree | snapshot |
2023-06-27 |
Steve Hancock | bump version to .04 20230309.04 |
commit | commitdiff | tree | snapshot |
2023-06-26 |
Steve Hancock | fix b1456 |
commit | commitdiff | tree | snapshot |
2023-06-26 |
Steve Hancock | change param name -ipcsl to -ipc |
commit | commitdiff | tree | snapshot |
2023-06-26 |
Steve Hancock | add option -ipscl |
commit | commitdiff | tree | snapshot |
2023-06-23 |
Steve Hancock | fix spelling, add some comments, remove a bad html... |
commit | commitdiff | tree | snapshot |
2023-06-22 |
Steve Hancock | Activate perlcritic policy Variables::ProhibitPackageVars |
commit | commitdiff | tree | snapshot |
2023-06-21 |
Steve Hancock | change default from -xbtl=kt to -xbtl=k |
commit | commitdiff | tree | snapshot |
2023-06-18 |
Steve Hancock | add note on multiple encodings in a file |
commit | commitdiff | tree | snapshot |
2023-06-15 |
Steve Hancock | fix issue b1455 |
commit | commitdiff | tree | snapshot |
next |