diff options
author | Jim Meyering <jim@meyering.net> | 2001-04-13 07:16:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-04-13 07:16:35 +0000 |
commit | 3de0ead1eff361958ba3b2ee2ec3ba11ffd8bee3 (patch) | |
tree | b228df0f9386a7da80cf630f611108753eae2203 | |
parent | 66b1f79fb06d8d0715e74cedb848f245d404b5dd (diff) | |
download | coreutils-3de0ead1eff361958ba3b2ee2ec3ba11ffd8bee3.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 1f455f000..df14a5c9e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,29 @@ +2001-04-12 Paul Eggert <eggert@twinsun.com> + + * src/sort.c (RLIMIT_AS): Do not define; just use conditional + code, since RLIMIT_RSS is similar (and is not standardized). + (default_sort_size): Don't allocate more than the RSS limit, + if this host has such a limit. + +2001-03-20 Paul Eggert <eggert@twinsun.com> + + * NEWS, doc/textutils.texi: sort now accepts long options and + checks POSIX option syntax. + + * doc/textutils.texi: Document --, -, sort long options, and + sort -o after files. + + * src/sort.c: Include <getopt.h>. + (usage, main): Add support for long options, and check option + syntax as POSIX requires, though (as usual for GNU apps) + options can follow file names unless POSIXLY_CORRECT is set. + Many diagnostic revamped. + (long_options): New constant. + (badfieldspec): New arg MSGID. Mark as noreturn. + (parse_field_count): New arg MSGID; if null, just return null on error. + (new_key): Renamed from key_init. All callers changed. Now allocates + the new key. + 2001-03-18 Jim Meyering <meyering@lucent.com> * Version 2.0.13. |