diff options
author | Jim Meyering <jim@meyering.net> | 2000-07-29 05:42:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-07-29 05:42:14 +0000 |
commit | 3330c7dab756613df70f7e81aa59b7c67afad4c1 (patch) | |
tree | 8ad526ed6d8fe33630e2d5b6fbe5ae8c043a75e7 /old/textutils/ChangeLog | |
parent | d0f57e1004283830327fcc59578c5e6c6ebddbf9 (diff) | |
download | coreutils-3330c7dab756613df70f7e81aa59b7c67afad4c1.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/textutils/ChangeLog')
-rw-r--r-- | old/textutils/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index e86c515ac..1b9544719 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,22 @@ +2000-07-28 Paul Eggert <eggert@twinsun.com> + + sort's -T option can now appear multiple times. + Thanks to Charles Randall for suggesting this idea. + + * doc/textutils.texi, NEWS: Document this. + + * src/sort.c (temp_dir): Remove. + (temp_dirs, temp_dir_count, temp_dir_alloc): New vars. + (process_id): New var. + (usage): Describe new use of -T. + (add_temp_dir): New function. + (tempname): Use new temp_dirs array. + Do not discard information from the process-id or sequence + number, unless we have short file names. + (sighandle): Use process_id instead of getpid. + (main): Initialize process_id. + Add support for the new use of -T. + 2000-07-23 Jim Meyering <meyering@lucent.com> * tests/head/Test.pm: Rename tests (and hence files) to have a short |