Skip to content

Commit a01c9fc

Browse files
committed
* for version 1.036
1 parent dfc9482 commit a01c9fc

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

Changes

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

3+
1.036 2023-07-22T02:55:31Z
4+
* arithmetic
5+
- fix a disappearing prompt #183
6+
7+
* base64
8+
- improve detection of bad file arguments #202
9+
10+
* bc
11+
- various fixes and more intensive testing (Gary Puckering) #167
12+
13+
* bcd
14+
- new program #206
15+
- * cp
16+
- handle many files at one #180
17+
- completely rewritten by brian d foy
18+
- * All contributions are from Michael Mikonos unless otherwise
19+
noted.
20+
21+
* ed
22+
- implement t command (for copy) #207
23+
- implement m command (move) #205
24+
- save buffer on SIGHUP #197
25+
- allow filenames that include a dash #188
26+
- make opening a directory an error #178
27+
- implement join command #176
28+
- fix ed search direction #170
29+
30+
* expr
31+
- fix broken >= #181
32+
33+
* grep
34+
- disallow directories as argument to -f #192
35+
- don't implicitly set -r #185
36+
37+
* install
38+
- ignore directory is source file list #179
39+
- * od
40+
- handles non-printables better #208
41+
- validates radix argument from -A #204
42+
- add -N switch to limit the input bytes #203
43+
- * printf
44+
- support \v #186
45+
- use the standard meaning of %c, not Perl's meaning.
46+
- This is now the first character of the string #194
47+
48+
* rm
49+
- exit with right error code on failure #200
50+
- ignore directories with no -r #198
51+
-
52+
* sleep
53+
- non-zero exit code on error #182
54+
55+
* split
56+
- support reading from standard input #195
57+
58+
* test
59+
- improved error messages #184
60+
61+
* unlink
62+
- new command #201
63+
64+
65+
366
1.035 2023-06-15T09:57:49Z
467
* Gary Puckering fixed several issues with the units program. These
568
were GitHub #161, #162, and #163.

0 commit comments

Comments
 (0)