summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-12 18:28:25 +0000
committerJim Meyering <jim@meyering.net>2001-08-12 18:28:25 +0000
commit66d5a1209447974959614ecd2044677888da4127 (patch)
treed9a8f09e8f9a91baf85e56899db5d551adfe3147 /old/sh-utils
parent4d94665d3dd9a9b62a84dbf35aaa938ba9b3869b (diff)
downloadcoreutils-66d5a1209447974959614ecd2044677888da4127.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 70ac05a5e..bf7030d85 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,12 @@
+2001-08-12 Jim Meyering <meyering@lucent.com>
+
+ * src/pathchk.c (PATH_MAX_FOR): Use pathconf via wrapper.
+ (NAME_MAX_FOR): Likewise.
+ (pathconf_wrapper): New function.
+ (validate_path): Declare length variables to be `long', not `int'.
+ Adjust corresponding printf-style specs to use %ld.
+ Reported by Neal H Walfield.
+
2001-08-07 Jim Meyering <meyering@lucent.com>
* src/printf.c (cfcc_msg): Remove now-inaccurate part of comment.