summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
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.