diff options
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 6 |
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>. |