|
1 | 1 | Revision history for Perl module PerlPowerTools
|
2 | 2 |
|
| 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 | + |
3 | 66 | 1.035 2023-06-15T09:57:49Z
|
4 | 67 | * Gary Puckering fixed several issues with the units program. These
|
5 | 68 | were GitHub #161, #162, and #163.
|
|
0 commit comments