mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-05 23:32:26 -04:00
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
Major changes in release 1.9:
|
|
* cat -v /dev/null works on more systems
|
|
Major changes in release 1.8:
|
|
* added non-ANSIfied version of memchr.c from GNU libc.
|
|
|
|
Major changes in release 1.7:
|
|
* none
|
|
Major changes in release 1.6:
|
|
* with the --version option programs print the version and exit immediately
|
|
* pr -2a really terminates
|
|
* pr -n produces multi-column output
|
|
|
|
Major changes in release 1.5:
|
|
* sort is 8-bit clean
|
|
* sort's -n and -M options no longer imply -b
|
|
* several bugs in sort have been fixed
|
|
* all programs accept --help and --version options
|
|
* od --compatible accepts pre-POSIX arguments
|
|
* pr -2a terminates
|
|
|
|
Major changes in release 1.4:
|
|
* add od and cksum programs
|
|
* move cmp to GNU diff distribution
|
|
* tail -f works for multiple files
|
|
* 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
|
|
* sort supports -T option
|
|
* tr ranges like a-a work
|
|
* tr x '' fails gracefully
|
|
* default sum output format is BSD compatible
|
|
* paste -d '' works
|