]>
git.donarmstrong.com Git - perltidy.git/log
Steve Hancock [Fri, 1 May 2020 13:37:21 +0000 (06:37 -0700)]
convert to object format print calls
Steve Hancock [Fri, 1 May 2020 13:28:02 +0000 (06:28 -0700)]
convert LineSink.pm to use object format print calls
Steve Hancock [Fri, 1 May 2020 13:22:31 +0000 (06:22 -0700)]
convert print to use object call
Steve Hancock [Thu, 30 Apr 2020 23:44:03 +0000 (16:44 -0700)]
fix to allow both -dbc and -tbc in same run
Steve Hancock [Wed, 29 Apr 2020 15:11:34 +0000 (08:11 -0700)]
update docs
Steve Hancock [Wed, 29 Apr 2020 14:54:39 +0000 (07:54 -0700)]
removed a /o modifier (can lead to subtle bugs)
Steve Hancock [Wed, 29 Apr 2020 14:37:40 +0000 (07:37 -0700)]
add tests
Steve Hancock [Wed, 29 Apr 2020 14:36:21 +0000 (07:36 -0700)]
added test cases regarding spaces between tokens
Steve Hancock [Wed, 29 Apr 2020 14:34:40 +0000 (07:34 -0700)]
fix -spp to work with anonymous subs
Steve Hancock [Tue, 28 Apr 2020 23:25:54 +0000 (16:25 -0700)]
minor fix to make -sub-alias-list work correctly
Steve Hancock [Tue, 28 Apr 2020 02:47:30 +0000 (19:47 -0700)]
add note for git#24, note about adding spaces
Steve Hancock [Sun, 26 Apr 2020 23:06:08 +0000 (16:06 -0700)]
add tests for -fs -fsb -fse -trp, update some docs
Steve Hancock [Sun, 26 Apr 2020 15:18:58 +0000 (08:18 -0700)]
remove unused code, update comments
Steve Hancock [Sun, 26 Apr 2020 13:31:46 +0000 (06:31 -0700)]
removed some unused subs
Steve Hancock [Sun, 26 Apr 2020 13:20:35 +0000 (06:20 -0700)]
added internal code consistency check
Steve Hancock [Sat, 25 Apr 2020 14:41:24 +0000 (07:41 -0700)]
added test cases
Steve Hancock [Sat, 25 Apr 2020 14:35:39 +0000 (07:35 -0700)]
fixed -tbc (was outputting extra lines) and -tsc (did not work)
Steve Hancock [Sat, 25 Apr 2020 13:40:30 +0000 (06:40 -0700)]
fix to allow simultaneous -dp and -tp
Steve Hancock [Sat, 25 Apr 2020 13:39:57 +0000 (06:39 -0700)]
add sub write_tee_line
Steve Hancock [Sat, 25 Apr 2020 01:11:15 +0000 (18:11 -0700)]
add warning about conflict of --delete-pod and --tee-pod
Steve Hancock [Fri, 24 Apr 2020 14:10:39 +0000 (07:10 -0700)]
improve some sub names and comments
Steve Hancock [Fri, 24 Apr 2020 13:44:59 +0000 (06:44 -0700)]
removed redundant data initializations from BEGIN blocks
Steve Hancock [Fri, 24 Apr 2020 13:20:27 +0000 (06:20 -0700)]
minor optimization by eliminating a sub call
Steve Hancock [Fri, 24 Apr 2020 02:23:41 +0000 (19:23 -0700)]
simplified sub print_line_of_tokens
Steve Hancock [Thu, 23 Apr 2020 23:52:06 +0000 (16:52 -0700)]
moved travis-ci badge in README
Steve Hancock [Thu, 23 Apr 2020 23:49:18 +0000 (16:49 -0700)]
added travis-ci build status badge
Steve Hancock [Thu, 23 Apr 2020 13:59:40 +0000 (06:59 -0700)]
added numerous test cases
Steve Hancock [Thu, 23 Apr 2020 13:52:07 +0000 (06:52 -0700)]
remove /o modifier (unnecessary, can cause bugs)
Steve Hancock [Thu, 23 Apr 2020 01:02:50 +0000 (18:02 -0700)]
fixed glitch processing multiple input values of -blil
Steve Hancock [Thu, 23 Apr 2020 00:01:31 +0000 (17:01 -0700)]
fix glitch with changing -sak
Steve Hancock [Wed, 22 Apr 2020 02:16:01 +0000 (19:16 -0700)]
update comments
Steve Hancock [Wed, 22 Apr 2020 02:13:19 +0000 (19:13 -0700)]
added numerous tests to improve coverage
Steve Hancock [Tue, 21 Apr 2020 04:10:18 +0000 (21:10 -0700)]
cleaned up coding of sub print_line_of_tokens
Steve Hancock [Mon, 20 Apr 2020 02:33:45 +0000 (19:33 -0700)]
removed some unused coding
Steve Hancock [Sun, 19 Apr 2020 23:50:43 +0000 (16:50 -0700)]
added tests for parameters -dbc -dp -dsc and -nibc
Steve Hancock [Sun, 19 Apr 2020 14:23:07 +0000 (07:23 -0700)]
added tests for parameters -fpsc -iscl -msc -mbl
Steve Hancock [Sun, 19 Apr 2020 13:31:29 +0000 (06:31 -0700)]
convert subs _step_A and _step_B to use named call args
Steve Hancock [Fri, 17 Apr 2020 14:16:05 +0000 (07:16 -0700)]
minor reorganization of length calc
Steve Hancock [Thu, 16 Apr 2020 17:57:44 +0000 (10:57 -0700)]
update docs for --use-unicode-gcstring
Steve Hancock [Thu, 16 Apr 2020 17:57:05 +0000 (10:57 -0700)]
update test cases for recent changes
Steve Hancock [Thu, 16 Apr 2020 17:54:51 +0000 (10:54 -0700)]
modified VerticalAligner.pm to use string lengths passed from Formatter.pm
Steve Hancock [Thu, 16 Apr 2020 15:00:43 +0000 (08:00 -0700)]
update Formatter.pm to use Unicode::GCString for character widths
Steve Hancock [Thu, 16 Apr 2020 14:59:43 +0000 (07:59 -0700)]
add variable 'rfield_length'
Steve Hancock [Thu, 16 Apr 2020 14:58:37 +0000 (07:58 -0700)]
add --use-unicode-gcstring
Steve Hancock [Sun, 12 Apr 2020 01:07:30 +0000 (18:07 -0700)]
added var _TOKEN_LENGTH_ and consolidated length coding in Formatter.pm
Steve Hancock [Thu, 9 Apr 2020 21:21:14 +0000 (14:21 -0700)]
rewrote 'sub tight_paren_follows' with simplified rules
Steve Hancock [Wed, 8 Apr 2020 00:58:04 +0000 (17:58 -0700)]
adjust a -wn rule; this eliminates the last known blinker
Steve Hancock [Tue, 7 Apr 2020 14:39:07 +0000 (07:39 -0700)]
complete coding for -bos option
Steve Hancock [Tue, 7 Apr 2020 02:07:52 +0000 (19:07 -0700)]
added some debug code
Steve Hancock [Tue, 7 Apr 2020 02:06:59 +0000 (19:06 -0700)]
fixed rare problem of some blinkers with -pbp
Steve Hancock [Sun, 5 Apr 2020 16:17:38 +0000 (09:17 -0700)]
adjust -wn rules to avoid blinkers
Steve Hancock [Sat, 4 Apr 2020 00:38:10 +0000 (17:38 -0700)]
fixed problem with reporting convergence on first step
Steve Hancock [Fri, 3 Apr 2020 15:38:07 +0000 (08:38 -0700)]
add encoding guess log message
Steve Hancock [Fri, 3 Apr 2020 14:10:20 +0000 (07:10 -0700)]
fixed undefined var
Steve Hancock [Thu, 2 Apr 2020 17:09:02 +0000 (10:09 -0700)]
remove unused variable
Steve Hancock [Thu, 2 Apr 2020 14:36:16 +0000 (07:36 -0700)]
fix test wn7 for rule adjustment
Steve Hancock [Thu, 2 Apr 2020 03:16:40 +0000 (20:16 -0700)]
removed unused routines
Steve Hancock [Thu, 2 Apr 2020 03:13:30 +0000 (20:13 -0700)]
adjusted -wn rules
Steve Hancock [Thu, 2 Apr 2020 00:14:01 +0000 (17:14 -0700)]
add option --break-at-old-semicolon-breakpoints; also some cleanups
Steve Hancock [Mon, 30 Mar 2020 15:35:17 +0000 (08:35 -0700)]
replace sub 'weld_signature_parens' with 'tight_paren_follows'
Steve Hancock [Sat, 28 Mar 2020 17:29:38 +0000 (10:29 -0700)]
improve -wn rules slightly (split rule 2 into 2a and 2b)
Steve Hancock [Tue, 24 Mar 2020 20:09:57 +0000 (13:09 -0700)]
minor cleanups
Steve Hancock [Tue, 24 Mar 2020 18:04:32 +0000 (11:04 -0700)]
reduced number of global vars of type $rOpts_xxx
Steve Hancock [Tue, 24 Mar 2020 14:48:53 +0000 (07:48 -0700)]
eliminate global vars %is_digraph and %is_trigraph
Steve Hancock [Tue, 24 Mar 2020 13:38:39 +0000 (06:38 -0700)]
improve efficiency of sub is_essential_whitespace()
Steve Hancock [Tue, 24 Mar 2020 13:00:13 +0000 (06:00 -0700)]
convert set_comma_breakpoints_do() to use named call
Steve Hancock [Tue, 24 Mar 2020 12:57:12 +0000 (05:57 -0700)]
convert do_scan_sub() to named call
Steve Hancock [Tue, 24 Mar 2020 12:53:40 +0000 (05:53 -0700)]
convert IndentationItem::new to named call
Steve Hancock [Mon, 23 Mar 2020 22:33:36 +0000 (15:33 -0700)]
update CHANGES to note change in default encoding
Steve Hancock [Sun, 22 Mar 2020 23:42:54 +0000 (16:42 -0700)]
cleaned up backup-in-place coding to use streamhandle
Steve Hancock [Sun, 22 Mar 2020 21:35:29 +0000 (14:35 -0700)]
default encoding reset to be 'guess'
Steve Hancock [Sun, 22 Mar 2020 20:56:19 +0000 (13:56 -0700)]
rewrote Debugger module to output utf8 when input is utf8
Steve Hancock [Sun, 22 Mar 2020 18:12:57 +0000 (11:12 -0700)]
fix a few additional [_A-Za-z] matches
Steve Hancock [Sun, 22 Mar 2020 18:04:25 +0000 (11:04 -0700)]
rewrote sub is_essential_whitespace to use \w instead of [_A-Za-z]
Steve Hancock [Sun, 22 Mar 2020 14:43:13 +0000 (07:43 -0700)]
fix sub scan_identifier_do to use \w instead of [_A-Za-z]
Steve Hancock [Sun, 22 Mar 2020 01:55:20 +0000 (18:55 -0700)]
remove BOM if any
Steve Hancock [Sat, 21 Mar 2020 23:18:40 +0000 (16:18 -0700)]
added test case for RPerl
Steve Hancock [Sat, 21 Mar 2020 14:18:59 +0000 (07:18 -0700)]
consolidate coding involving utf8::is_utf8
Steve Hancock [Sat, 21 Mar 2020 03:08:08 +0000 (20:08 -0700)]
check utf8::is_utf8 in case guess is used
Steve Hancock [Sat, 21 Mar 2020 02:46:26 +0000 (19:46 -0700)]
added check for strings already encoded utf8
Steve Hancock [Sat, 21 Mar 2020 02:28:54 +0000 (19:28 -0700)]
added option --character-encoding=guess
Steve Hancock [Wed, 18 Mar 2020 14:10:52 +0000 (07:10 -0700)]
fix git#22, keep sub signature on a single line
Steve Hancock [Thu, 5 Mar 2020 15:10:10 +0000 (07:10 -0800)]
fixed RT #132059, -dac was causing an error exit
Steve Hancock [Thu, 5 Mar 2020 15:07:38 +0000 (07:07 -0800)]
Fixed RT#132059, -dac was not working and caused an error exit
Steve Hancock [Thu, 5 Mar 2020 15:05:46 +0000 (07:05 -0800)]
Fix RT#132059, -dac was not working
shancock9 [Wed, 19 Feb 2020 14:00:11 +0000 (06:00 -0800)]
Merge pull request #20 from scop/pre-commit-hook
Add pre-commit hook config
Ville Skyttä [Wed, 19 Feb 2020 05:41:27 +0000 (07:41 +0200)]
Add pre-commit hook config
Steve Hancock [Wed, 22 Jan 2020 16:19:38 +0000 (08:19 -0800)]
Testing binmode always on
Steve Hancock [Mon, 20 Jan 2020 16:20:13 +0000 (08:20 -0800)]
encode error output in utf8 when -utf8 flag is set
Steve Hancock [Sun, 19 Jan 2020 15:31:17 +0000 (07:31 -0800)]
patched problem parsing here target in quote in pattern replacement string
Steve Hancock [Thu, 16 Jan 2020 23:48:02 +0000 (15:48 -0800)]
note fix for git#19
Steve Hancock [Thu, 16 Jan 2020 23:27:02 +0000 (15:27 -0800)]
adjusted xor line break for git#19
Steve Hancock [Thu, 16 Jan 2020 17:13:20 +0000 (09:13 -0800)]
added support for hex floating point
Steve Hancock [Wed, 15 Jan 2020 02:56:10 +0000 (18:56 -0800)]
allow package names ending in ::
Steve Hancock [Wed, 15 Jan 2020 00:57:54 +0000 (16:57 -0800)]
Improved error check for internal hash-bang
Steve Hancock [Wed, 15 Jan 2020 00:43:26 +0000 (16:43 -0800)]
bump version to
20100110.01
Steve Hancock [Tue, 14 Jan 2020 18:23:59 +0000 (10:23 -0800)]
improved parsing involving unknown sub prototypes
Steve Hancock [Tue, 14 Jan 2020 16:41:14 +0000 (08:41 -0800)]
modified error message
Steve Hancock [Tue, 14 Jan 2020 15:45:39 +0000 (07:45 -0800)]
added warning for issue git18
Steve Hancock [Thu, 9 Jan 2020 15:23:41 +0000 (07:23 -0800)]
minor doc cleanups for release of VERSION
20200110