]>
git.donarmstrong.com Git - perltidy.git/log
Steve Hancock [Mon, 13 Sep 2021 14:23:17 +0000 (07:23 -0700)]
Use stress_level to fix cases b1197-b1204
Steve Hancock [Sat, 11 Sep 2021 01:07:33 +0000 (18:07 -0700)]
added test for -novalign and update manual
Steve Hancock [Sat, 11 Sep 2021 00:19:38 +0000 (17:19 -0700)]
clarify error regarding missed empty here target
Steve Hancock [Fri, 10 Sep 2021 22:12:57 +0000 (15:12 -0700)]
Fix unusual hanging side comment issue, c070
Steve Hancock [Fri, 10 Sep 2021 00:37:14 +0000 (17:37 -0700)]
improve efficiency of sub set_whitespace_flags
Steve Hancock [Wed, 8 Sep 2021 14:45:17 +0000 (07:45 -0700)]
bump version to
20210717.02
Steve Hancock [Wed, 8 Sep 2021 14:27:59 +0000 (07:27 -0700)]
make -novalign apply to all side comments
Steve Hancock [Wed, 8 Sep 2021 13:52:44 +0000 (06:52 -0700)]
add test case
Steve Hancock [Tue, 7 Sep 2021 23:45:09 +0000 (16:45 -0700)]
Fix error parsing '$^' with newline between '$' and '^' (issue c069)
Steve Hancock [Tue, 7 Sep 2021 23:19:56 +0000 (16:19 -0700)]
add tests for sub split_pretoken
Steve Hancock [Tue, 7 Sep 2021 21:44:22 +0000 (14:44 -0700)]
Keep needed space after $^, issue c068
Steve Hancock [Tue, 7 Sep 2021 18:02:04 +0000 (11:02 -0700)]
Merge and generalize coding for issues c065 & c066
Steve Hancock [Mon, 6 Sep 2021 14:52:00 +0000 (07:52 -0700)]
minor code cleanups and optimizations
Steve Hancock [Sun, 5 Sep 2021 19:55:33 +0000 (12:55 -0700)]
fix unusual parsing issue, c065
Steve Hancock [Sat, 4 Sep 2021 02:31:42 +0000 (19:31 -0700)]
minor efficiency improvement
Steve Hancock [Sat, 4 Sep 2021 01:15:32 +0000 (18:15 -0700)]
eliminate sub 'make_side_comment'
Steve Hancock [Fri, 3 Sep 2021 13:14:14 +0000 (06:14 -0700)]
eliminate some needless regex calls
Steve Hancock [Wed, 1 Sep 2021 14:34:07 +0000 (07:34 -0700)]
eliminate recursion in sub set_forced_breakpoint
Steve Hancock [Tue, 31 Aug 2021 20:17:26 +0000 (13:17 -0700)]
simplified logic in sub respace_tokens
Steve Hancock [Tue, 31 Aug 2021 01:19:02 +0000 (18:19 -0700)]
optimized subs resync_.. and set_vertical_alignment_markers
Steve Hancock [Sun, 29 Aug 2021 21:44:19 +0000 (14:44 -0700)]
minor optimizations
Steve Hancock [Sun, 29 Aug 2021 21:43:11 +0000 (14:43 -0700)]
save backup of the GO.sh file
Steve Hancock [Sun, 29 Aug 2021 13:38:01 +0000 (06:38 -0700)]
split Formatter::get_line() into two routines
Steve Hancock [Sat, 28 Aug 2021 16:47:55 +0000 (09:47 -0700)]
Fix formatting instability issues b1195, b1196
Steve Hancock [Fri, 27 Aug 2021 13:29:19 +0000 (06:29 -0700)]
rewrote sub non_indenting_braces
Steve Hancock [Fri, 27 Aug 2021 01:11:50 +0000 (18:11 -0700)]
optimize sub set_adjusted_indentation
Steve Hancock [Wed, 25 Aug 2021 01:16:29 +0000 (18:16 -0700)]
eliminate variable rK_to_go
Steve Hancock [Wed, 25 Aug 2021 00:47:01 +0000 (17:47 -0700)]
eliminated several local variables
Steve Hancock [Tue, 24 Aug 2021 16:24:52 +0000 (09:24 -0700)]
eliminate a call to terminal_type_i
Steve Hancock [Tue, 24 Aug 2021 14:21:08 +0000 (07:21 -0700)]
optimize sub 'parent_seqno_by_K'
Steve Hancock [Tue, 24 Aug 2021 01:18:30 +0000 (18:18 -0700)]
moved sub call for improved efficiency
Steve Hancock [Tue, 24 Aug 2021 00:29:05 +0000 (17:29 -0700)]
change a call is_list_by_K to is_list_by_seqno for speedup
Steve Hancock [Mon, 23 Aug 2021 18:40:49 +0000 (11:40 -0700)]
minor optimization
Steve Hancock [Mon, 23 Aug 2021 14:09:12 +0000 (07:09 -0700)]
add git #51 to test cases
Steve Hancock [Mon, 23 Aug 2021 14:07:25 +0000 (07:07 -0700)]
eliminate a call to 'K_previous_code' for improved speed
Steve Hancock [Mon, 23 Aug 2021 02:02:05 +0000 (19:02 -0700)]
remove unused experimental qw formatting code
Steve Hancock [Sun, 22 Aug 2021 22:18:35 +0000 (15:18 -0700)]
cleanup perltidy_tab_test
Steve Hancock [Sat, 21 Aug 2021 20:18:32 +0000 (13:18 -0700)]
Fix formatting instability issue b1194
Steve Hancock [Fri, 20 Aug 2021 20:59:52 +0000 (13:59 -0700)]
minor optimization
Steve Hancock [Fri, 20 Aug 2021 16:29:47 +0000 (09:29 -0700)]
optimize sub parent_seqno_by_K
Steve Hancock [Fri, 20 Aug 2021 13:44:11 +0000 (06:44 -0700)]
minor optimization by elminating two subs
Steve Hancock [Thu, 19 Aug 2021 23:54:12 +0000 (16:54 -0700)]
added utility to test for problems with tab characters
Steve Hancock [Thu, 19 Aug 2021 14:17:49 +0000 (07:17 -0700)]
Fix some problems involving tabs characters, issue c062
Steve Hancock [Thu, 19 Aug 2021 01:13:53 +0000 (18:13 -0700)]
Correct parsing error, case c061
Steve Hancock [Wed, 18 Aug 2021 23:30:19 +0000 (16:30 -0700)]
minor optimization
Steve Hancock [Wed, 18 Aug 2021 01:45:28 +0000 (18:45 -0700)]
minor optimization
Steve Hancock [Wed, 18 Aug 2021 00:13:15 +0000 (17:13 -0700)]
add 'alignment_count' for small optimization
Steve Hancock [Tue, 17 Aug 2021 23:48:28 +0000 (16:48 -0700)]
improve menu
Steve Hancock [Mon, 16 Aug 2021 14:41:09 +0000 (07:41 -0700)]
add options to random test setup
Steve Hancock [Mon, 16 Aug 2021 00:20:21 +0000 (17:20 -0700)]
Add build status badge for Actions
Steve Hancock [Sun, 15 Aug 2021 23:52:50 +0000 (16:52 -0700)]
Improved line break, case c060
Steve Hancock [Sat, 14 Aug 2021 22:46:26 +0000 (15:46 -0700)]
Fix error check caused by -wn -iscl, case c058
Steve Hancock [Sat, 14 Aug 2021 01:56:10 +0000 (18:56 -0700)]
minor optimization for block comments
Steve Hancock [Sat, 14 Aug 2021 00:23:47 +0000 (17:23 -0700)]
added link to CPAN Testers
Steve Hancock [Fri, 13 Aug 2021 23:55:54 +0000 (16:55 -0700)]
Setup an initial github Actions workflow
Steve Hancock [Fri, 13 Aug 2021 14:15:31 +0000 (07:15 -0700)]
Fix formatting instability, b1193
Steve Hancock [Fri, 13 Aug 2021 01:02:50 +0000 (18:02 -0700)]
added error check for undefined opening token
Steve Hancock [Thu, 12 Aug 2021 17:32:41 +0000 (10:32 -0700)]
convert vertical tightness flags from array to hash
Steve Hancock [Wed, 11 Aug 2021 00:01:27 +0000 (17:01 -0700)]
Fix error in tokenizer, issue c055
Steve Hancock [Tue, 10 Aug 2021 19:54:51 +0000 (12:54 -0700)]
Fix undefined variable reference in development version
Steve Hancock [Tue, 10 Aug 2021 15:41:42 +0000 (08:41 -0700)]
Fix formatting instability, b1192
Steve Hancock [Mon, 9 Aug 2021 16:26:03 +0000 (09:26 -0700)]
Fix formatting instability, b1191
Steve Hancock [Mon, 9 Aug 2021 14:33:46 +0000 (07:33 -0700)]
Fix error parsing sub attributes without spaces, b1190
Steve Hancock [Mon, 9 Aug 2021 13:11:59 +0000 (06:11 -0700)]
Fix rare loss of vertical alignment in welded containers, c053
Steve Hancock [Sat, 7 Aug 2021 14:37:00 +0000 (07:37 -0700)]
Fix edge case of formatting instability, b1189
Steve Hancock [Sat, 7 Aug 2021 14:06:36 +0000 (07:06 -0700)]
minor code cleanups
Steve Hancock [Sat, 7 Aug 2021 00:37:29 +0000 (17:37 -0700)]
add comment about starting nesting depth
Steve Hancock [Fri, 6 Aug 2021 20:24:04 +0000 (13:24 -0700)]
eliminate token variable BLOCK_TYPE
Steve Hancock [Thu, 5 Aug 2021 14:25:41 +0000 (07:25 -0700)]
Fix edge cases of formatting instability, b1187 b1188
Steve Hancock [Wed, 4 Aug 2021 01:26:09 +0000 (18:26 -0700)]
eliminate token variable _SLEVEL_
Steve Hancock [Tue, 3 Aug 2021 02:44:03 +0000 (19:44 -0700)]
eliminate variable 'level_jump' from vertical aligner
Steve Hancock [Tue, 3 Aug 2021 01:57:04 +0000 (18:57 -0700)]
Fix edge case of formatting instability, b1186
Steve Hancock [Sun, 1 Aug 2021 14:44:24 +0000 (07:44 -0700)]
Fix edge case of formatting instability, b1185
Steve Hancock [Sat, 31 Jul 2021 13:58:10 +0000 (06:58 -0700)]
moved coding for parent_seqno upstream
Steve Hancock [Sat, 31 Jul 2021 12:53:39 +0000 (05:53 -0700)]
Fix edge case of formatting instability, b1183
Steve Hancock [Sat, 31 Jul 2021 00:25:08 +0000 (17:25 -0700)]
Fix edge case of formatting instability, b1184
Steve Hancock [Fri, 30 Jul 2021 13:32:45 +0000 (06:32 -0700)]
Fix edge case of formatting instability, b1182
Steve Hancock [Thu, 29 Jul 2021 14:08:45 +0000 (07:08 -0700)]
rewrote sub in_same_container_i
Steve Hancock [Wed, 28 Jul 2021 13:13:38 +0000 (06:13 -0700)]
Fix edge case of formatting instability
Steve Hancock [Mon, 26 Jul 2021 15:45:07 +0000 (08:45 -0700)]
restructure to eliminate variable 'level_jump'
Steve Hancock [Sat, 24 Jul 2021 15:32:45 +0000 (08:32 -0700)]
simplify some welding coding
Steve Hancock [Fri, 23 Jul 2021 14:30:49 +0000 (07:30 -0700)]
clarify behavior of format-skipping and code-skipping
Steve Hancock [Fri, 23 Jul 2021 14:07:36 +0000 (07:07 -0700)]
minor coding cleanups
Steve Hancock [Fri, 23 Jul 2021 03:36:54 +0000 (20:36 -0700)]
Fix rare problem with formatting nested ternary statements
Steve Hancock [Thu, 22 Jul 2021 22:47:19 +0000 (15:47 -0700)]
minor code cleanups
Steve Hancock [Thu, 22 Jul 2021 02:54:55 +0000 (19:54 -0700)]
Fix conflict of -bom and -scp parameters
Steve Hancock [Wed, 21 Jul 2021 22:26:06 +0000 (15:26 -0700)]
revise token sequence numbering scheme
Steve Hancock [Tue, 20 Jul 2021 02:32:59 +0000 (19:32 -0700)]
add test case b1178
Steve Hancock [Tue, 20 Jul 2021 02:19:57 +0000 (19:19 -0700)]
Fix some problems with -kgb in complex structures
Steve Hancock [Tue, 20 Jul 2021 02:18:26 +0000 (19:18 -0700)]
reword docs for kgbs
Steve Hancock [Mon, 19 Jul 2021 00:04:23 +0000 (17:04 -0700)]
bump version to
20210717.01
Steve Hancock [Mon, 19 Jul 2021 00:00:21 +0000 (17:00 -0700)]
Fix to keep from losing blank lines after a code-skipping section
Steve Hancock [Sun, 18 Jul 2021 16:46:47 +0000 (09:46 -0700)]
Fix possible welding instability in ternary after fat comma
Steve Hancock [Sun, 18 Jul 2021 15:28:00 +0000 (08:28 -0700)]
added utility to run tokenizer tests
Steve Hancock [Sun, 18 Jul 2021 14:27:54 +0000 (07:27 -0700)]
Fix mis-tokenization before pointer
Steve Hancock [Sat, 17 Jul 2021 13:29:19 +0000 (06:29 -0700)]
updated docs
Steve Hancock [Sat, 17 Jul 2021 01:45:04 +0000 (18:45 -0700)]
Fix to make -wn and -bbxx=n flags work together
Steve Hancock [Thu, 15 Jul 2021 14:23:48 +0000 (07:23 -0700)]
updating to Version
20210717
Steve Hancock [Tue, 13 Jul 2021 16:10:56 +0000 (09:10 -0700)]
Fix problem with side comment after pattern
Steve Hancock [Tue, 13 Jul 2021 14:16:33 +0000 (07:16 -0700)]
Fix problem with side comment after pointer, part 3