diff options
author | Jim Meyering <jim@meyering.net> | 2002-01-16 23:02:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-01-16 23:02:37 +0000 |
commit | 9b0e6e4b564a2905f1f5ec6a930e38c99361e835 (patch) | |
tree | 5174d90f08bec34c3da730da35e1dc5f95f37b8d | |
parent | 2302cc643bf0b0a4738f2712d607b09cd06efaca (diff) | |
download | coreutils-9b0e6e4b564a2905f1f5ec6a930e38c99361e835.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 479c7c60d..6ed3d4026 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,15 @@ +2002-02-14 Paul Eggert <eggert@twinsun.com> + + Add support for POSIX 1003.1-2001, which requires removal for + support of obsolete "+" option syntax in sort, tail, and uniq. + + * NEWS: Document this. + + * src/sort.c (usage, main): Implement this. + * src/tail.c (usage, parse_obsolescent_option): Likewise. + * src/uniq.c (usage, main): Likewise. + * src/system.h (_POSIX2_VERSION, POSIX2_VERSION): New macros. + 2002-01-14 Jim Meyering <meyering@lucent.com> * Version 2.0.20. |