]> git.donarmstrong.com Git - perltidy.git/log
perltidy.git
9 months agoupdate -bom example in docs
Steve Hancock [Mon, 16 Dec 2024 16:45:05 +0000 (08:45 -0800)]
update -bom example in docs

9 months agoupdate docs
Steve Hancock [Mon, 16 Dec 2024 00:49:04 +0000 (16:49 -0800)]
update docs

9 months agominor optimization
Steve Hancock [Fri, 13 Dec 2024 19:43:55 +0000 (11:43 -0800)]
minor optimization

9 months agosimplify new code
Steve Hancock [Fri, 13 Dec 2024 02:19:21 +0000 (18:19 -0800)]
simplify new code

9 months agobump version to 20240903.08 20240903.08
Steve Hancock [Wed, 11 Dec 2024 16:53:11 +0000 (08:53 -0800)]
bump version to 20240903.08

9 months agoimprove breaks at long method call chains, see git #171
Steve Hancock [Wed, 11 Dec 2024 16:03:03 +0000 (08:03 -0800)]
improve breaks at long method call chains, see git #171

9 months agoadd some blank lines
Steve Hancock [Sun, 8 Dec 2024 16:46:56 +0000 (08:46 -0800)]
add some blank lines

9 months agoadd check for non-ascii characters
Steve Hancock [Sun, 8 Dec 2024 15:30:19 +0000 (07:30 -0800)]
add check for non-ascii characters

9 months agoshorten long =item
Steve Hancock [Sun, 8 Dec 2024 15:29:50 +0000 (07:29 -0800)]
shorten long =item

9 months agoupdate docs
Steve Hancock [Sat, 7 Dec 2024 23:48:17 +0000 (15:48 -0800)]
update docs

9 months agoutility to check for minor problems with text
Steve Hancock [Sat, 7 Dec 2024 23:44:21 +0000 (15:44 -0800)]
utility to check for minor problems with text

9 months agodetab
Steve Hancock [Sat, 7 Dec 2024 23:43:55 +0000 (15:43 -0800)]
detab

9 months agoadd util to check line length
Steve Hancock [Sat, 7 Dec 2024 17:44:46 +0000 (09:44 -0800)]
add util to check line length

9 months agoreduced length of all fixed-length lines to <80
Steve Hancock [Sat, 7 Dec 2024 17:43:40 +0000 (09:43 -0800)]
reduced length of all fixed-length lines to <80

9 months agofix some markup tags
Steve Hancock [Sat, 7 Dec 2024 14:29:23 +0000 (06:29 -0800)]
fix some markup tags

9 months agoupdate docs for -bom modification
Steve Hancock [Sat, 7 Dec 2024 00:34:05 +0000 (16:34 -0800)]
update docs for -bom modification

9 months agofix -bom to filter non-method calls; c426
Steve Hancock [Sat, 7 Dec 2024 00:09:47 +0000 (16:09 -0800)]
fix -bom to filter non-method calls; c426

9 months agoupdate test case
Steve Hancock [Fri, 6 Dec 2024 17:37:22 +0000 (09:37 -0800)]
update test case

9 months agofix text
Steve Hancock [Fri, 6 Dec 2024 17:37:08 +0000 (09:37 -0800)]
fix text

9 months agocleanup old code
Steve Hancock [Fri, 6 Dec 2024 14:30:36 +0000 (06:30 -0800)]
cleanup old code

9 months agoadd note for git #174
Steve Hancock [Fri, 6 Dec 2024 14:30:10 +0000 (06:30 -0800)]
add note for git #174

9 months agoupdates for git #174
Steve Hancock [Thu, 5 Dec 2024 16:29:53 +0000 (08:29 -0800)]
updates for git #174

9 months agoadd -mutt documentation
Steve Hancock [Wed, 4 Dec 2024 15:15:52 +0000 (07:15 -0800)]
add -mutt documentation

9 months agoupdate -mutt test
Steve Hancock [Wed, 4 Dec 2024 04:31:07 +0000 (20:31 -0800)]
update -mutt test

9 months agodocument -mutt
Steve Hancock [Wed, 4 Dec 2024 00:32:16 +0000 (16:32 -0800)]
document -mutt

9 months agobump version to 20240903.07 20240903.07
Steve Hancock [Sun, 1 Dec 2024 21:22:10 +0000 (13:22 -0800)]
bump version to 20240903.07

9 months agoadd --indent-leading-semicolon, -ils; see git #171
Steve Hancock [Sun, 1 Dec 2024 17:34:55 +0000 (09:34 -0800)]
add --indent-leading-semicolon, -ils; see git #171

9 months agoadd option --multiple-token-tightness, -mutt
Steve Hancock [Thu, 28 Nov 2024 01:43:43 +0000 (17:43 -0800)]
add option --multiple-token-tightness, -mutt

documentation and test cases are still needed

9 months agooptional sub args can be indicated with extra parens
Steve Hancock [Wed, 27 Nov 2024 01:12:42 +0000 (17:12 -0800)]
optional sub args can be indicated with extra parens

this allows more accurate checking for mismatched sub call args

9 months agoadd missing call arg
Steve Hancock [Tue, 26 Nov 2024 22:58:44 +0000 (14:58 -0800)]
add missing call arg

9 months agofix b1466
Steve Hancock [Tue, 26 Nov 2024 20:17:07 +0000 (12:17 -0800)]
fix b1466

9 months agofix b1501
Steve Hancock [Tue, 26 Nov 2024 17:51:51 +0000 (09:51 -0800)]
fix b1501

9 months agofix b1500
Steve Hancock [Sun, 24 Nov 2024 15:36:18 +0000 (07:36 -0800)]
fix b1500

9 months agofix c424, lost space with -qwaf -naws and '\ )'
Steve Hancock [Sat, 23 Nov 2024 15:31:32 +0000 (07:31 -0800)]
fix c424, lost space with -qwaf -naws and '\ )'

9 months agogeneralize coding for double diamond
Steve Hancock [Fri, 22 Nov 2024 19:16:33 +0000 (11:16 -0800)]
generalize coding for double diamond

9 months agoremove needless closure
Steve Hancock [Fri, 22 Nov 2024 00:09:57 +0000 (16:09 -0800)]
remove needless closure

9 months agoupdate some header comments
Steve Hancock [Thu, 21 Nov 2024 16:33:27 +0000 (08:33 -0800)]
update some header comments

9 months agoreformat some qw lists
Steve Hancock [Thu, 21 Nov 2024 14:37:09 +0000 (06:37 -0800)]
reformat some qw lists

9 months agoremove vars $ri_first, $ri_last from most sub calls
Steve Hancock [Wed, 20 Nov 2024 15:59:13 +0000 (07:59 -0800)]
remove vars $ri_first, $ri_last from most sub calls

9 months agomove var $this_batch into $self
Steve Hancock [Mon, 18 Nov 2024 04:31:36 +0000 (20:31 -0800)]
move var $this_batch into $self

9 months agoupdate comments
Steve Hancock [Sun, 17 Nov 2024 18:02:03 +0000 (10:02 -0800)]
update comments

9 months agoremove unused sub catfile
Steve Hancock [Sat, 16 Nov 2024 18:19:30 +0000 (10:19 -0800)]
remove unused sub catfile

9 months agoadd sub bad_pattern
Steve Hancock [Sat, 16 Nov 2024 18:18:44 +0000 (10:18 -0800)]
add sub bad_pattern

9 months agoupdate comments
Steve Hancock [Sat, 16 Nov 2024 18:18:00 +0000 (10:18 -0800)]
update comments

9 months agoupdate comments
Steve Hancock [Sat, 16 Nov 2024 17:13:20 +0000 (09:13 -0800)]
update comments

10 months agoadd calls to croak
Steve Hancock [Thu, 14 Nov 2024 23:49:10 +0000 (15:49 -0800)]
add calls to croak

10 months agoupdate comments
Steve Hancock [Thu, 14 Nov 2024 14:49:50 +0000 (06:49 -0800)]
update comments

10 months agoadd fault checks
Steve Hancock [Thu, 7 Nov 2024 00:14:35 +0000 (16:14 -0800)]
add fault checks

10 months agoreformat
Steve Hancock [Thu, 7 Nov 2024 00:09:40 +0000 (16:09 -0800)]
reformat

10 months agomake space controls work better around here targets
Steve Hancock [Wed, 6 Nov 2024 22:42:42 +0000 (14:42 -0800)]
make space controls work better around here targets

10 months agooptimization
Steve Hancock [Wed, 6 Nov 2024 01:41:21 +0000 (17:41 -0800)]
optimization

10 months agoMerge pull request #170 from yoshikazusawa/fix-documentation-errors 20240903.06
Steve Hancock [Mon, 4 Nov 2024 01:51:10 +0000 (17:51 -0800)]
Merge pull request #170 from yoshikazusawa/fix-documentation-errors

Fix minor documentation erros in bin/perltidy

10 months agobump version to 20240903.06
Steve Hancock [Mon, 4 Nov 2024 01:09:48 +0000 (17:09 -0800)]
bump version to 20240903.06

10 months agoFix minor documentation erros in bin/perltidy
yoshikazusawa [Mon, 4 Nov 2024 00:55:17 +0000 (09:55 +0900)]
Fix minor documentation erros in bin/perltidy

10 months agoadd missing call parameter
Steve Hancock [Mon, 4 Nov 2024 00:24:45 +0000 (16:24 -0800)]
add missing call parameter

10 months agobump to version 20240903.05 20240903.05
Steve Hancock [Sun, 3 Nov 2024 14:20:47 +0000 (06:20 -0800)]
bump to version 20240903.05

10 months agoeliminate some $_ usage
Steve Hancock [Sun, 3 Nov 2024 01:24:38 +0000 (18:24 -0700)]
eliminate some $_ usage

10 months agoadd -btct test cases
Steve Hancock [Sun, 3 Nov 2024 00:55:22 +0000 (17:55 -0700)]
add -btct test cases

10 months agodocument -btct
Steve Hancock [Sat, 2 Nov 2024 20:09:58 +0000 (13:09 -0700)]
document -btct

10 months agoupdate -btct to have more options
Steve Hancock [Sat, 2 Nov 2024 06:40:05 +0000 (23:40 -0700)]
update -btct to have more options

10 months agoadd case b1497
Steve Hancock [Fri, 1 Nov 2024 23:48:04 +0000 (16:48 -0700)]
add case b1497

10 months agofix b1499
Steve Hancock [Fri, 1 Nov 2024 23:39:45 +0000 (16:39 -0700)]
fix b1499

10 months agofix b1498
Steve Hancock [Thu, 31 Oct 2024 15:25:44 +0000 (08:25 -0700)]
fix b1498

10 months agocorrect documentation for --delete-old-whitespace
Steve Hancock [Thu, 31 Oct 2024 00:38:24 +0000 (17:38 -0700)]
correct documentation for --delete-old-whitespace

10 months agofix b1495
Steve Hancock [Wed, 30 Oct 2024 19:44:36 +0000 (12:44 -0700)]
fix b1495

10 months agofix b1496
Steve Hancock [Wed, 30 Oct 2024 00:07:14 +0000 (17:07 -0700)]
fix b1496

10 months agocode cleanups
Steve Hancock [Tue, 29 Oct 2024 23:58:45 +0000 (16:58 -0700)]
code cleanups

10 months agoadd --break-at-trailing-comma-types, -btct
Steve Hancock [Mon, 28 Oct 2024 23:07:32 +0000 (16:07 -0700)]
add --break-at-trailing-comma-types, -btct

10 months agocleanup logic
Steve Hancock [Thu, 24 Oct 2024 00:53:13 +0000 (17:53 -0700)]
cleanup logic

10 months agofix wording
Steve Hancock [Wed, 23 Oct 2024 22:11:32 +0000 (15:11 -0700)]
fix wording

10 months agomark containers with here-docs as broken
Steve Hancock [Wed, 23 Oct 2024 21:46:55 +0000 (14:46 -0700)]
mark containers with here-docs as broken

10 months agofix stability issue b1492
Steve Hancock [Wed, 23 Oct 2024 13:58:27 +0000 (06:58 -0700)]
fix stability issue b1492

10 months agoMerge branch 'master' of git+ssh://github.com/perltidy/perltidy
Steve Hancock [Tue, 22 Oct 2024 23:45:05 +0000 (16:45 -0700)]
Merge branch 'master' of git+ssh://github.com/perltidy/perltidy

10 months agoMerge pull request #168 from scop/pre-commit-stages
Steve Hancock [Tue, 22 Oct 2024 23:44:15 +0000 (16:44 -0700)]
Merge pull request #168 from scop/pre-commit-stages

Add default list of stages for pre-commit hook

10 months agoMerge pull request #167 from scop/spelling
Steve Hancock [Tue, 22 Oct 2024 23:42:06 +0000 (16:42 -0700)]
Merge pull request #167 from scop/spelling

Spelling fixes

10 months agoAdd default list of stages for pre-commit hook
Ville Skyttä [Tue, 22 Oct 2024 21:09:03 +0000 (00:09 +0300)]
Add default list of stages for pre-commit hook

The pre-commit default of running in all possible stages is not quite
optimal for perltidy. Follow upstream advice:

https://pre-commit.com/#confining-hooks-to-run-at-certain-stages

> If you are authoring a tool, it is usually a good idea to provide an
> appropriate stages property. For example a reasonable setting for a
> linter or code formatter would be stages:
> [pre-commit, pre-merge-commit, pre-push, manual].

10 months agoSpelling fixes
Ville Skyttä [Tue, 22 Oct 2024 21:03:21 +0000 (00:03 +0300)]
Spelling fixes

10 months agosimplify sub to weld qw quotes
Steve Hancock [Mon, 21 Oct 2024 14:21:32 +0000 (07:21 -0700)]
simplify sub to weld qw quotes

10 months agoadd safety checks for several while loops
Steve Hancock [Sun, 20 Oct 2024 14:41:40 +0000 (07:41 -0700)]
add safety checks for several while loops

10 months agoadd checks
Steve Hancock [Sat, 19 Oct 2024 03:38:09 +0000 (20:38 -0700)]
add checks

10 months agouse BACKSLASH constant
Steve Hancock [Sat, 19 Oct 2024 01:27:37 +0000 (18:27 -0700)]
use BACKSLASH constant

10 months agoadd some loop safety checks
Steve Hancock [Sat, 19 Oct 2024 00:13:16 +0000 (17:13 -0700)]
add some loop safety checks

10 months agosimplify
Steve Hancock [Sat, 19 Oct 2024 00:13:03 +0000 (17:13 -0700)]
simplify

10 months agoconsolidate some here-doc code
Steve Hancock [Fri, 18 Oct 2024 22:03:44 +0000 (15:03 -0700)]
consolidate some here-doc code

10 months agofix instability b1491
Steve Hancock [Wed, 16 Oct 2024 23:52:58 +0000 (16:52 -0700)]
fix instability b1491

11 months agofix -qwaf issue with backslash before closing paren, c414
Steve Hancock [Wed, 16 Oct 2024 00:21:15 +0000 (17:21 -0700)]
fix -qwaf issue with backslash before closing paren, c414

11 months agomove some subs to the utils section
Steve Hancock [Tue, 15 Oct 2024 23:55:29 +0000 (16:55 -0700)]
move some subs to the utils section

11 months agoconsolidate some common code
Steve Hancock [Tue, 15 Oct 2024 21:23:35 +0000 (14:23 -0700)]
consolidate some common code

11 months agosimplification
Steve Hancock [Mon, 14 Oct 2024 20:40:40 +0000 (13:40 -0700)]
simplification

11 months agofix some comments
Steve Hancock [Mon, 14 Oct 2024 20:40:29 +0000 (13:40 -0700)]
fix some comments

11 months agoconvert a while loop to for loop
Steve Hancock [Sun, 13 Oct 2024 21:15:15 +0000 (14:15 -0700)]
convert a while loop to for loop

11 months agofix two-line shear, issue c406
Steve Hancock [Fri, 11 Oct 2024 14:20:49 +0000 (07:20 -0700)]
fix two-line shear, issue c406

11 months agosimplify sub compare_string_buffers
Steve Hancock [Wed, 9 Oct 2024 15:30:57 +0000 (08:30 -0700)]
simplify sub compare_string_buffers

11 months agocode cleanup
Steve Hancock [Tue, 8 Oct 2024 22:13:17 +0000 (15:13 -0700)]
code cleanup

11 months agosome simplifications and minor optimization
Steve Hancock [Mon, 7 Oct 2024 19:44:49 +0000 (12:44 -0700)]
some simplifications and minor optimization

11 months agofix spelling
Steve Hancock [Mon, 7 Oct 2024 02:08:16 +0000 (19:08 -0700)]
fix spelling

11 months agomove search for files defined by a glob upstream
Steve Hancock [Sun, 6 Oct 2024 21:44:52 +0000 (14:44 -0700)]
move search for files defined by a glob upstream

Previously, files discovered with an input wildcard were not
sorted by size if requested. Also, this changed allows an
error message in the event that no matching files are found.

11 months agoadd closing side comments on while loops
Steve Hancock [Sun, 6 Oct 2024 14:36:45 +0000 (07:36 -0700)]
add closing side comments on while loops

11 months agobump version to 20240903.04 20240903.04
Steve Hancock [Sat, 5 Oct 2024 20:21:59 +0000 (13:21 -0700)]
bump version to 20240903.04

11 months agofix for git #165
Steve Hancock [Sat, 5 Oct 2024 20:07:30 +0000 (13:07 -0700)]
fix for git #165