Skip to content

Commit 5b7809e

Browse files
committed
* for version 1.043
1 parent 2ded626 commit 5b7809e

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

Changes

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,49 @@
11
Revision history for Perl module PerlPowerTools
22

3+
1.043 2024-01-25T23:23:48Z
4+
* All changes are from Michael Mikonos unless otherwise noted
5+
* ar
6+
- get rid of getopts.pl (#394)
7+
- switch to three argument opens (#398)
8+
* cat
9+
- fail for -? (#396)
10+
* cmp
11+
- simplify some code (#388)
12+
* col
13+
- no longer takes arguments; it's just stdin (#407)
14+
* ed
15+
- fix some line calculation (#405, #413, #414, #415)
16+
- allow whitespace in arguments (#411)
17+
- fail for -? (#417)
18+
* file
19+
- switch to three argument opens (#398)
20+
* fish
21+
- update some style in the code (#410)
22+
* fortune
23+
- unknown options are now fatal (#392)
24+
* grep
25+
- remove some stray chars from error messages (#400)
26+
* hangman
27+
- don't assume size of word list (#416)
28+
* head
29+
- the - is now treated as stdin (#397)
30+
* ls
31+
- add strict (#395)
32+
* od
33+
- fix line offset numbers in output (#389)
34+
- fix oddities in output with -b (#391)
35+
* pom
36+
- unknown options are now fatal (#390)
37+
* pr
38+
- -3x option are now fatal (#393)
39+
* primes
40+
- non-numeric data are errors now (#406)
41+
* sort
42+
- enough sensible bounds for -F and -y (#412)
43+
* tail
44+
- allow both -n1 (combined) and -n 1 (separated) (#399)
45+
46+
347
1.042 2023-12-22T12:45:27Z
448
* All changes from Michael Mikonos unless otherwise noted
549
* apply

0 commit comments

Comments
 (0)