]> git.donarmstrong.com Git - perltidy.git/log
perltidy.git
4 years agofix -bos to work with semicolons after braces
Steve Hancock [Mon, 12 Oct 2020 14:55:05 +0000 (07:55 -0700)]
fix -bos to work with semicolons after braces

4 years agokeep break after 'use overload' statement
Steve Hancock [Mon, 12 Oct 2020 14:08:28 +0000 (07:08 -0700)]
keep break after 'use overload' statement

4 years agoupdate docs
Steve Hancock [Mon, 12 Oct 2020 14:07:35 +0000 (07:07 -0700)]
update docs

4 years agobump version to .02 20201001.02
Steve Hancock [Mon, 12 Oct 2020 00:17:15 +0000 (17:17 -0700)]
bump version to .02

4 years agofix several -xci issues
Steve Hancock [Sun, 11 Oct 2020 15:27:05 +0000 (08:27 -0700)]
fix several -xci issues

4 years agostarting loops with new var _K_first_seq_item_ instead of 0
Steve Hancock [Sun, 11 Oct 2020 13:14:28 +0000 (06:14 -0700)]
starting loops with new var _K_first_seq_item_ instead of 0

4 years agominor efficiency improvements
Steve Hancock [Sun, 11 Oct 2020 13:14:08 +0000 (06:14 -0700)]
minor efficiency improvements

4 years agobump version number by .01 20201001.01
Steve Hancock [Fri, 9 Oct 2020 14:14:21 +0000 (07:14 -0700)]
bump version number by .01

4 years agoadded missing return statement
Steve Hancock [Fri, 9 Oct 2020 13:43:22 +0000 (06:43 -0700)]
added missing return statement

4 years agoremoved 'Subroutines::RequireArgUnpacking'
Steve Hancock [Fri, 9 Oct 2020 13:41:32 +0000 (06:41 -0700)]
removed 'Subroutines::RequireArgUnpacking'

4 years agoclarified -bol flag for git #42
Steve Hancock [Fri, 9 Oct 2020 13:31:54 +0000 (06:31 -0700)]
clarified -bol flag for git #42

4 years agoremoved some unused code
Steve Hancock [Fri, 9 Oct 2020 12:23:03 +0000 (05:23 -0700)]
removed some unused code

4 years agoadded test cases for -xci
Steve Hancock [Fri, 9 Oct 2020 04:14:43 +0000 (21:14 -0700)]
added test cases for -xci

4 years agoreplaced sub link_back with more efficient loop
Steve Hancock [Fri, 9 Oct 2020 02:18:39 +0000 (19:18 -0700)]
replaced sub link_back with more efficient loop

4 years agorewrote loop in sub resync_lines_and_tokens
Steve Hancock [Fri, 9 Oct 2020 01:17:38 +0000 (18:17 -0700)]
rewrote loop in sub resync_lines_and_tokens

4 years agomake do and sub blocks work better with -xci
Steve Hancock [Thu, 8 Oct 2020 19:22:03 +0000 (12:22 -0700)]
make do and sub blocks work better with -xci

4 years agofix -xci to work with -lp
Steve Hancock [Thu, 8 Oct 2020 18:40:06 +0000 (11:40 -0700)]
fix -xci to work with -lp

4 years agoadd flag -xci to help git #28
Steve Hancock [Thu, 8 Oct 2020 15:41:31 +0000 (08:41 -0700)]
add flag -xci to help git #28

4 years agoput limit of 100 on -sil and 1000 on max level
Steve Hancock [Wed, 7 Oct 2020 00:09:44 +0000 (17:09 -0700)]
put limit of 100 on -sil and 1000 on max level

4 years agoadd sub to return maximum indentation level
Steve Hancock [Wed, 7 Oct 2020 00:09:02 +0000 (17:09 -0700)]
add sub to return maximum indentation level

4 years agoswitched self from hash ref to array ref; improved efficiency
Steve Hancock [Wed, 7 Oct 2020 00:08:29 +0000 (17:08 -0700)]
switched self from hash ref to array ref; improved efficiency

4 years agoswitched self from hash ref to array ref
Steve Hancock [Wed, 7 Oct 2020 00:07:40 +0000 (17:07 -0700)]
switched self from hash ref to array ref

4 years agofixed undefined value in recent coding
Steve Hancock [Tue, 6 Oct 2020 14:31:09 +0000 (07:31 -0700)]
fixed undefined value in recent coding

4 years agoupdate log for git #41 fix
Steve Hancock [Tue, 6 Oct 2020 13:07:18 +0000 (06:07 -0700)]
update log for git #41 fix

4 years agosome code cleanups
Steve Hancock [Tue, 6 Oct 2020 13:06:55 +0000 (06:06 -0700)]
some code cleanups

4 years agoimproved efficiency of some routines in FileWriter.pm
Steve Hancock [Tue, 6 Oct 2020 13:05:50 +0000 (06:05 -0700)]
improved efficiency of some routines in FileWriter.pm

4 years agoimproved efficiency of coding of IndentationItem.pm
Steve Hancock [Tue, 6 Oct 2020 13:04:18 +0000 (06:04 -0700)]
improved efficiency of coding of IndentationItem.pm

4 years agoMerge pull request #41 from perlpunk/fix-doc-typo
shancock9 [Tue, 6 Oct 2020 12:48:25 +0000 (05:48 -0700)]
Merge pull request #41 from perlpunk/fix-doc-typo

Fix typo in -fse documentation

4 years agoFix typo in -fse documentation
Tina Müller [Tue, 6 Oct 2020 10:30:27 +0000 (12:30 +0200)]
Fix typo in -fse documentation

4 years agorewrote sub excess_line_length and total_line_length
Steve Hancock [Mon, 5 Oct 2020 15:52:33 +0000 (08:52 -0700)]
rewrote sub excess_line_length and total_line_length

4 years agorewrote sub find_nested_pairs
Steve Hancock [Mon, 5 Oct 2020 12:25:55 +0000 (05:25 -0700)]
rewrote sub find_nested_pairs

4 years agofixed undefined var introduced in recent update
Steve Hancock [Sun, 4 Oct 2020 00:44:30 +0000 (17:44 -0700)]
fixed undefined var introduced in recent update

4 years agoreplaced sub maximum_line_length with table lookup
Steve Hancock [Sun, 4 Oct 2020 00:21:47 +0000 (17:21 -0700)]
replaced sub maximum_line_length with table lookup

4 years agofix AUTOLOAD handling of any DESTROY call
Steve Hancock [Sat, 3 Oct 2020 23:05:41 +0000 (16:05 -0700)]
fix AUTOLOAD handling of any DESTROY call

4 years agofixed DESTROY
Steve Hancock [Fri, 2 Oct 2020 23:13:51 +0000 (16:13 -0700)]
fixed DESTROY

4 years agorewrote Alignment.pm for improved efficiency
Steve Hancock [Fri, 2 Oct 2020 22:45:39 +0000 (15:45 -0700)]
rewrote Alignment.pm for improved efficiency

4 years agoupdate comments
Steve Hancock [Fri, 2 Oct 2020 22:44:02 +0000 (15:44 -0700)]
update comments

4 years agoupdate docs
Steve Hancock [Fri, 2 Oct 2020 22:43:20 +0000 (15:43 -0700)]
update docs

4 years agocode cleanups
Steve Hancock [Fri, 2 Oct 2020 17:46:48 +0000 (10:46 -0700)]
code cleanups

4 years agoupdate test cases for braces
Steve Hancock [Fri, 2 Oct 2020 13:49:59 +0000 (06:49 -0700)]
update test cases for braces

4 years agoupdate logs
Steve Hancock [Fri, 2 Oct 2020 13:47:55 +0000 (06:47 -0700)]
update logs

4 years agofix issue git #40, incorrect closing brace indentation with -bli
Steve Hancock [Thu, 1 Oct 2020 22:43:43 +0000 (15:43 -0700)]
fix issue git #40, incorrect closing brace indentation with -bli

4 years agoupdate docs regarding syntax errors
Steve Hancock [Thu, 1 Oct 2020 18:56:36 +0000 (11:56 -0700)]
update docs regarding syntax errors

4 years agoadded example to docs
Steve Hancock [Wed, 30 Sep 2020 23:27:22 +0000 (16:27 -0700)]
added example to docs

4 years agominor efficiency improvements
Steve Hancock [Wed, 30 Sep 2020 22:05:03 +0000 (15:05 -0700)]
minor efficiency improvements

4 years agoupdates for next release 20201001
Steve Hancock [Mon, 28 Sep 2020 20:08:52 +0000 (13:08 -0700)]
updates for next release

4 years agosimplify code for setting adjusted levels
Steve Hancock [Mon, 28 Sep 2020 12:31:19 +0000 (05:31 -0700)]
simplify code for setting adjusted levels

4 years agokeep any space between a bareword and quote
Steve Hancock [Sun, 27 Sep 2020 18:32:44 +0000 (11:32 -0700)]
keep any space between a bareword and quote

4 years agominor optimizations
Steve Hancock [Sun, 27 Sep 2020 14:21:25 +0000 (07:21 -0700)]
minor optimizations

4 years agocleanup VerticalAligner debug coding, gave 12% speedup
Steve Hancock [Sun, 27 Sep 2020 02:41:46 +0000 (19:41 -0700)]
cleanup VerticalAligner debug coding, gave 12% speedup

4 years agooptimization of frequently called routines, about 15% speedup
Steve Hancock [Sat, 26 Sep 2020 22:47:26 +0000 (15:47 -0700)]
optimization of frequently called routines, about 15% speedup

4 years agooptimized two critical routines, 17% speedup
Steve Hancock [Sat, 26 Sep 2020 14:36:03 +0000 (07:36 -0700)]
optimized two critical routines, 17% speedup

4 years agoupdate docs
Steve Hancock [Sat, 26 Sep 2020 14:35:33 +0000 (07:35 -0700)]
update docs

4 years agoimprove user interface
Steve Hancock [Sat, 26 Sep 2020 14:35:09 +0000 (07:35 -0700)]
improve user interface

4 years agoupdate comments
Steve Hancock [Fri, 25 Sep 2020 22:27:29 +0000 (15:27 -0700)]
update comments

4 years agomove subs into a better order
Steve Hancock [Fri, 25 Sep 2020 03:30:31 +0000 (20:30 -0700)]
move subs into a better order

4 years agofixed incorrect log entry for indentation disagreement
Steve Hancock [Thu, 24 Sep 2020 22:35:47 +0000 (15:35 -0700)]
fixed incorrect log entry for indentation disagreement

4 years agocleanup files on exit
Steve Hancock [Thu, 24 Sep 2020 22:35:00 +0000 (15:35 -0700)]
cleanup files on exit

4 years agoupdated utilities for testing perltidy
Steve Hancock [Thu, 24 Sep 2020 14:21:26 +0000 (07:21 -0700)]
updated utilities for testing perltidy

4 years agoupdate comments
Steve Hancock [Thu, 24 Sep 2020 13:53:56 +0000 (06:53 -0700)]
update comments

4 years agoadded note about whitespace control issues; update docs
Steve Hancock [Tue, 22 Sep 2020 19:12:07 +0000 (12:12 -0700)]
added note about whitespace control issues; update docs

4 years agoadded keyword 'isa'
Steve Hancock [Tue, 22 Sep 2020 01:45:21 +0000 (18:45 -0700)]
added keyword 'isa'

4 years agoupdate docs
Steve Hancock [Tue, 22 Sep 2020 01:45:06 +0000 (18:45 -0700)]
update docs

4 years agoremoved unused sub link_sequence_items
Steve Hancock [Tue, 22 Sep 2020 01:44:11 +0000 (18:44 -0700)]
removed unused sub link_sequence_items

4 years agoupdate docs
Steve Hancock [Tue, 22 Sep 2020 00:20:29 +0000 (17:20 -0700)]
update docs

4 years agoremoved remnant check on an EVAL_ERROR for a deleted eval
Steve Hancock [Mon, 21 Sep 2020 22:34:49 +0000 (15:34 -0700)]
removed remnant check on an EVAL_ERROR for a deleted eval

4 years agoif =cut starts a POD section give warning, not complaint
Steve Hancock [Mon, 21 Sep 2020 22:05:43 +0000 (15:05 -0700)]
if =cut starts a POD section give warning, not complaint

4 years agofixed false warning on deprecated empty here target
Steve Hancock [Mon, 21 Sep 2020 19:13:42 +0000 (12:13 -0700)]
fixed false warning on deprecated empty here target

4 years agoswitch from eval { } to ->can('finish_formatting')
Steve Hancock [Mon, 21 Sep 2020 01:56:31 +0000 (18:56 -0700)]
switch from eval { } to ->can('finish_formatting')

4 years agoupdate docs
Steve Hancock [Mon, 21 Sep 2020 01:56:14 +0000 (18:56 -0700)]
update docs

4 years agofixed uninitialized value
Steve Hancock [Sun, 20 Sep 2020 19:49:44 +0000 (12:49 -0700)]
fixed uninitialized value

4 years agoadded note about possible parsing problems with -sfp
Steve Hancock [Sun, 20 Sep 2020 19:45:13 +0000 (12:45 -0700)]
added note about possible parsing problems with -sfp

4 years agochanged parameter name -ihb to -bbhbi, etc, for clarity
Steve Hancock [Sat, 19 Sep 2020 14:55:19 +0000 (07:55 -0700)]
changed parameter name -ihb to -bbhbi, etc, for clarity

4 years agoSimplified coding of -ibhb and related parameters
Steve Hancock [Sat, 19 Sep 2020 01:04:10 +0000 (18:04 -0700)]
Simplified coding of -ibhb and related parameters

4 years agomodify check to avoid false hash-bang warning
Steve Hancock [Fri, 18 Sep 2020 15:53:19 +0000 (08:53 -0700)]
modify check to avoid false hash-bang warning

4 years agoupdated docs for -ihb -isb -ip
Steve Hancock [Fri, 18 Sep 2020 14:32:37 +0000 (07:32 -0700)]
updated docs for -ihb -isb -ip

4 years agoadded flags -ihb -isb -ip
Steve Hancock [Fri, 18 Sep 2020 01:07:10 +0000 (18:07 -0700)]
added flags -ihb -isb -ip

4 years agoadded AUTOLOAD subs
Steve Hancock [Fri, 18 Sep 2020 00:52:50 +0000 (17:52 -0700)]
added AUTOLOAD subs

4 years agofixed problem parsing deprecated here-doc without target
Steve Hancock [Thu, 17 Sep 2020 01:20:16 +0000 (18:20 -0700)]
fixed problem parsing deprecated here-doc without target

4 years agoreplaced sub 'map_containers' with simpler code
Steve Hancock [Wed, 16 Sep 2020 14:04:58 +0000 (07:04 -0700)]
replaced sub 'map_containers' with simpler code

4 years agoupdate docs 20200907.01
Steve Hancock [Tue, 15 Sep 2020 23:15:47 +0000 (16:15 -0700)]
update docs

4 years agobump version to 20200907.01
Steve Hancock [Tue, 15 Sep 2020 23:06:32 +0000 (16:06 -0700)]
bump version to 20200907.01

4 years agoadd test for -bbhb and -bbp
Steve Hancock [Tue, 15 Sep 2020 23:03:24 +0000 (16:03 -0700)]
add test for -bbhb and -bbp

4 years agoexpand excluded keywords for -pbp
Steve Hancock [Tue, 15 Sep 2020 23:02:56 +0000 (16:02 -0700)]
expand excluded keywords for -pbp

4 years agomoved braces to avoid perlcritic warnings
Steve Hancock [Tue, 15 Sep 2020 21:53:58 +0000 (14:53 -0700)]
moved braces to avoid perlcritic warnings

4 years agoadded flags -bbhb=n, -bbsb=n, -bbq=n, suggestion git #38
Steve Hancock [Tue, 15 Sep 2020 15:49:17 +0000 (08:49 -0700)]
added flags -bbhb=n, -bbsb=n, -bbq=n, suggestion git #38

4 years agoAllow line-ending '=>' to align vertically
Steve Hancock [Mon, 14 Sep 2020 17:16:23 +0000 (10:16 -0700)]
Allow line-ending '=>' to align vertically

4 years agoimproved hash-bang warning filter
Steve Hancock [Mon, 14 Sep 2020 02:05:32 +0000 (19:05 -0700)]
improved hash-bang warning filter

4 years agodo not create a zero length file by deleting semicolons
Steve Hancock [Mon, 14 Sep 2020 00:37:32 +0000 (17:37 -0700)]
do not create a zero length file by deleting semicolons

4 years agofixed unitialized variable problem
Steve Hancock [Sun, 13 Sep 2020 22:47:26 +0000 (15:47 -0700)]
fixed unitialized variable problem

4 years agofixed unitialized variable problem
Steve Hancock [Sun, 13 Sep 2020 22:46:59 +0000 (15:46 -0700)]
fixed unitialized variable problem

4 years agofix undefined variable reference
Steve Hancock [Sun, 13 Sep 2020 14:39:00 +0000 (07:39 -0700)]
fix undefined variable reference

4 years agoprevent unnecessary hash-bang warning message
Steve Hancock [Sun, 13 Sep 2020 14:38:14 +0000 (07:38 -0700)]
prevent unnecessary hash-bang warning message

4 years agofixed undefined index
Steve Hancock [Sat, 12 Sep 2020 23:20:36 +0000 (16:20 -0700)]
fixed undefined index

4 years agoupdate random file generator
Steve Hancock [Sat, 12 Sep 2020 23:20:13 +0000 (16:20 -0700)]
update random file generator

4 years agoupdate bug logfile
Steve Hancock [Sat, 12 Sep 2020 23:19:34 +0000 (16:19 -0700)]
update bug logfile

4 years agoremoved unused vars, converted stack from array to hash
Steve Hancock [Sat, 12 Sep 2020 00:53:14 +0000 (17:53 -0700)]
removed unused vars, converted stack from array to hash

4 years agofixed rare bug involving incorrect cache writing order
Steve Hancock [Fri, 11 Sep 2020 23:31:46 +0000 (16:31 -0700)]
fixed rare bug involving incorrect cache writing order

4 years agosimplified debug flags
Steve Hancock [Fri, 11 Sep 2020 13:40:47 +0000 (06:40 -0700)]
simplified debug flags

4 years agofixed several fringe parsing bugs found in testing
Steve Hancock [Fri, 11 Sep 2020 13:23:33 +0000 (06:23 -0700)]
fixed several fringe parsing bugs found in testing