Skip to content

Commit

Permalink
* for version 1.033_01
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Mar 21, 2023
1 parent 0d9a68d commit 3af7e4c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
Revision history for Perl module PerlPowerTools

1.033_01 2023-03-21T15:23:29Z
* lots of fixes from Michael Mikonos
* od - unpack bytes as unsigned in both hex and octal formats
* grep - support - to mean stdin
* xargs - make echo the default command if you don't specify one
* bc - remove feature for evaling arbitrary Perl expressions (very dangerous)
* head - support - to mean stdin
* xargs - reports system failure in exit
* od - -s is renamed to -j (skip offset)
* dc - remove ! command to run something in a shell
* hexdump - new tool!
* bc - autoinit simple variables (instead of warning or dying)
* od - exit with error for bad options
* I also added the license files for all licenses that appear in the repo

1.032 2023-02-06T15:39:43Z
* bc will immediately exit when it reads "quit", in line with
the GNU, and *BSD versions. From Michael Mikonos.
Expand Down

0 comments on commit 3af7e4c

Please sign in to comment.