]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Mon, 19 Apr 1999 02:39:52 +0000 (02:39 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 19 Apr 1999 02:39:52 +0000 (02:39 +0000)
old/textutils/ChangeLog

index cf94c6ca6225aeecf68e9bb29cb75ce4c7fdcc65..e7ce80a47a53578cef22a866774c3257a999199c 100644 (file)
@@ -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.