diff options
author | Jim Meyering <jim@meyering.net> | 2000-12-19 09:16:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-12-19 09:16:39 +0000 |
commit | 0787040b75faeb474e93405104677ba6606dfe5c (patch) | |
tree | be56a21e19c02f203919f0c83b982350141d75d6 | |
parent | bf86c62a335cf6bca390f9635d87fe23ece93fd5 (diff) | |
download | coreutils-0787040b75faeb474e93405104677ba6606dfe5c.tar.xz |
*** empty log message ***
-rw-r--r-- | old/textutils/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 2484a3f41..f2cc82b6e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,20 @@ +2000-12-18 Paul Eggert <eggert@twinsun.com> + + * NEWS, doc/textutils.texi: New "sort" option -S SIZE. + + * src/sys2.h (UINTMAX_MAX): New macro, taken from C99. + + * src/sort.c: Include physmem.h. + (SORTALLOC, mergealloc, LINEALLOC): Remove. + (sortalloc): Default to zero at program startup. + (SORTALLOC_MIN, SORTALLOC_DEFAULT_MIN): New macros. + (usage, main): Add support for new -S SIZE option. + (specify_sort_size, default_sort_size): New functions. + (initlines): Do not let alloc exceed limit. + (findlines): Likewise. + (checkfp, mergefps, sort): Use sortalloc to size everything + else, instead of relying on precomputed sizes. + 2000-12-17 Jim Meyering <meyering@lucent.com> * doc/texinfo.tex: Update from master repository. |