summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-19 02:39:52 +0000
committerJim Meyering <jim@meyering.net>1999-04-19 02:39:52 +0000
commite7a7a48ee622e57d66c9fc537d062404d1d7656f (patch)
tree5dbb8f9a8a46c30ce9b46f06c959bce963ea5e36 /old
parent95e8d410ffab515a56d8475a25f6bf64967c3791 (diff)
downloadcoreutils-e7a7a48ee622e57d66c9fc537d062404d1d7656f.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index cf94c6ca6..e7ce80a47 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,12 @@
+1999-04-18 Jim Meyering <meyering@ascend.com>
+
+ * src/sort.c (usage): s/DIRECT/DIRECTORY/g
+ Rename global: s/temp_file_prefix/temp_dir/.
+ (NAME_MAX_IN_DIR): Rename from PATH_MAX_IN_DIR. Use _POSIX_NAME_MAX,
+ not _POSIX_PATH_MAX. Guard with #if HAVE_PATHCONF rather than
+ #if HAVE_UNISTD_H.
+ (tempname): Wrap after 99999 only for length-impaired file systems.
+
1999-04-17 Jim Meyering <meyering@ascend.com>
* src/tail.c (file_lines): Fix serious bug introduced with last changes.