summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-01-10 18:09:43 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-01-10 18:09:43 +0000
commit97409a37e8ae99ab5884b025a5227f6ce2f11add (patch)
treeb8e2b2f6417ed7fc32494696a8a8f05db667c370 /ChangeLog
parentc1b404410d591e926e7480c88bc1e06aa7645e8b (diff)
downloadcoreutils-97409a37e8ae99ab5884b025a5227f6ce2f11add.tar.xz
Respond to POSIX interpretations about pathchk -p dated 2005-01-06.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 19f78f21c..90e4343c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2005-01-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ Respond to POSIX interpretations about pathchk -p dated 2005-01-06.
+ * NEWS: Document the changes.
+ * doc/coreutils.texi (pathchk invocation): Likewise.
+ * src/pathchk.c (PORTABILITY_OPTION): New constant.
+ (longopts, usage, main, validate_file_name):
+ Add support for new -P option.
+ Reject empty file names (unless -p is not specified and the
+ current system allows empty file names).
+ Change --portability so that is now equivalent to -p -P.
+ Don't test whether file name is too long, if it is known to exist.
+ (no_leading_hyphen): New function.
+ * tests/misc/pathchk1: Add tests for empty file names and
+ pathchk -P.
+
2005-01-08 Jim Meyering <jim@meyering.net>
* Version 5.3.0.