mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 03:12:48 +02:00
12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
Major changes in release 1.4:
|
|
* add od and cksum programs
|
|
* move cmp to GNU diff distribution
|
|
* pr prints the file name in error messages
|
|
* fix some off by 1 errors in pr and fold
|
|
* optimize wc -c on regular files
|
|
* sort handles `-' argument correctly
|
|
* tr ranges like a-a work
|
|
* tr x '' fails gracefully
|
|
* default sum output format is BSD compatible
|
|
* paste -d '' works
|