summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-20 22:18:20 +0000
committerJim Meyering <jim@meyering.net>2006-05-20 22:18:20 +0000
commit3e3aff9926313dcf25d32d9a575431bf0ba51e48 (patch)
tree0da443a7497d722598f36ff7cfc9d7792936f89c /lib
parent8fb9de41d5669147a8b514c5950a1b05f64e477e (diff)
downloadcoreutils-3e3aff9926313dcf25d32d9a575431bf0ba51e48.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 5e6cb7e49..a1882ff23 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2006-05-21 Jim Meyering <jim@meyering.net>
+
+ * fts.c (fts_open): Fail with EINVAL if a caller violates this rule:
+ Either FTS_LOGICAL or FTS_PHYSICAL must be provided to the
+ fts_open() function.
+
2006-05-19 Paul Eggert <eggert@cs.ucla.edu>
* nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.