diff options
author | Jim Meyering <jim@meyering.net> | 1992-11-08 02:55:41 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1992-11-08 02:55:41 +0000 |
commit | 40d0a06450310c7abc8b393f130fa76de682313d (patch) | |
tree | 663f8dfbc2061e8e96e6252c407feec2402085bf /old/textutils | |
parent | b25038ce9a234ea0906ddcbd8a0012e917e6c661 (diff) | |
download | coreutils-40d0a06450310c7abc8b393f130fa76de682313d.tar.xz |
Initial revision
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/old/textutils/NEWS b/old/textutils/NEWS new file mode 100644 index 000000000..8c37965f7 --- /dev/null +++ b/old/textutils/NEWS @@ -0,0 +1,11 @@ +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 |