|
1 | 1 | Revision history for Perl module PerlPowerTools
|
2 | 2 |
|
| 3 | +1.044 2024-03-03T09:12:25Z |
| 4 | + * All changes are from Michael Mikonos |
| 5 | + * addbib |
| 6 | + - allow file named 0 for -p (#472) |
| 7 | + |
| 8 | + * apply |
| 9 | + - fix argument handling for %N handling (#436) |
| 10 | + - simplify some internals (#471) |
| 11 | + |
| 12 | + * arch |
| 13 | + - reject all arguments (#438) |
| 14 | + |
| 15 | + * asa |
| 16 | + - fix problem reading a file with a dash in name (#476) |
| 17 | + |
| 18 | + * basename |
| 19 | + - exit with an error for no arguments (#448) |
| 20 | + |
| 21 | + * bc |
| 22 | + - the - is a literal filename now (#444) |
| 23 | + - a couple of internal cleanups (#451) |
| 24 | + - don't print value after array element assignment (#452) |
| 25 | + |
| 26 | + * cat |
| 27 | + - explicitly close files (#423) |
| 28 | + - terminate line number with a tab (#442) |
| 29 | + |
| 30 | + * cmp |
| 31 | + - fix off-by-one error (#450) |
| 32 | + - require at least two arguments (#465) |
| 33 | + |
| 34 | + * colrm |
| 35 | + - some internal improvements (#462) |
| 36 | + |
| 37 | + * cp |
| 38 | + - report correct exit code (#426) |
| 39 | + |
| 40 | + * deroff |
| 41 | + - allow reading from standard input (#474) |
| 42 | + |
| 43 | + * diff |
| 44 | + - reduce internal clutter (#458) |
| 45 | + |
| 46 | + * dirname |
| 47 | + - exit with an error for no arguments (#448) |
| 48 | + |
| 49 | + * ed |
| 50 | + - internal improvements (#418) |
| 51 | + - simply the debug facility (#432) |
| 52 | + - clean up some internals (#437) |
| 53 | + - fix applying a substitution to a single line (#441) |
| 54 | + - improvements to `r filename` and `w filename` (#459) |
| 55 | + - refactor some of the insertion code (#466) |
| 56 | + |
| 57 | + * env |
| 58 | + - print usage for bad options (#461) |
| 59 | + |
| 60 | + * expand |
| 61 | + - fix command line processing regex (#469) |
| 62 | + |
| 63 | + * fish |
| 64 | + - reduce some internal complexity (#449) |
| 65 | + |
| 66 | + * fmt |
| 67 | + - handle -<DIGIT> as option instead of a file (#431) |
| 68 | + |
| 69 | + * fold |
| 70 | + - terminate command-line options with -- (#425) |
| 71 | + - don't treat - as standard input (#447) |
| 72 | + |
| 73 | + * grep |
| 74 | + - remove TCGREP environment var, use GREP_OPTIONS instead (#428) |
| 75 | + |
| 76 | + * head |
| 77 | + - handle - option to be like -n <DIGIT> (#419) |
| 78 | + |
| 79 | + * id |
| 80 | + - remove -h option, although you still get the usage statement (#429) |
| 81 | + - note that -a is ignored (#445) |
| 82 | + |
| 83 | + * install |
| 84 | + - some internal improvements on usage handling (#424) |
| 85 | + |
| 86 | + * kill |
| 87 | + - validate signal number arguments (#454) |
| 88 | + |
| 89 | + * look |
| 90 | + - standardize exit codes (#473) |
| 91 | + |
| 92 | + * maze |
| 93 | + - fix the usage message (#443) |
| 94 | + |
| 95 | + * nl |
| 96 | + - validate the -n argument (#446) |
| 97 | + - specify exactly one file on the command line (#479) |
| 98 | + |
| 99 | + * od |
| 100 | + - some internal improvements (#433) |
| 101 | + - fix offset numbering (#434) |
| 102 | + - support multiple input files (#463) |
| 103 | + |
| 104 | + * paste |
| 105 | + - require at least one filename; - is standard input (#440) |
| 106 | + - internal improvements for handling field separator (#460) |
| 107 | + |
| 108 | + * ping |
| 109 | + - reject unknown arguments (#477) |
| 110 | + |
| 111 | + * primes |
| 112 | + - fail for too many arguments (#470) |
| 113 | + |
| 114 | + * rev |
| 115 | + - terminate args with -- (#439) |
| 116 | + |
| 117 | + * rm |
| 118 | + - document the -v switch (#421) |
| 119 | + |
| 120 | + * shar |
| 121 | + - handle missing or unreadable files (#475) |
| 122 | + |
| 123 | + * sleep |
| 124 | + - fail for extra arguments (#430) |
| 125 | + |
| 126 | + * tac |
| 127 | + - fix some odd cases for -s (#467) |
| 128 | + |
| 129 | + * tail |
| 130 | + - handle -<DIGIT> option to be like `-n <DIGIT>` (#420) |
| 131 | + |
| 132 | + * tee |
| 133 | + - end command line options with -- (#480) |
| 134 | + |
| 135 | + * touch |
| 136 | + - fix usage handling and exit code (#468) |
| 137 | + |
| 138 | + * uname |
| 139 | + - reject any arguments (#478) |
| 140 | + |
| 141 | + * uniq |
| 142 | + - reject unknown command-line options (#422) |
| 143 | + |
| 144 | + * wc |
| 145 | + - terminate argument processing with -- (#427) |
| 146 | + - fix -w to report the right number (#457) |
| 147 | + |
| 148 | + * what |
| 149 | + - invalid options die; no longer supports stdin (#456) |
| 150 | + |
| 151 | + * whoami |
| 152 | + - don't allow arguments (#453) |
| 153 | + |
| 154 | + * xargs |
| 155 | + - -l is an alias for -L (GNU extension) (#435) |
| 156 | + |
| 157 | + * yes |
| 158 | + - remove GNU extensions (we are a BSD clone) (#455) |
| 159 | + |
| 160 | + |
| 161 | + |
3 | 162 | 1.043 2024-01-25T23:23:48Z
|
4 | 163 | * All changes are from Michael Mikonos unless otherwise noted
|
5 | 164 | * ar
|
|
0 commit comments