diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-18 19:32:57 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-18 19:32:57 +0000 |
commit | 0b5dba9efb7f5f7fc3e5e73778b3c297f970f197 (patch) | |
tree | dbd5bdf7f6a9aed528bd2a36cab8129457e6e20f /lib | |
parent | 05218a8c7e8bce40376951e903c01587662cfe08 (diff) | |
download | coreutils-0b5dba9efb7f5f7fc3e5e73778b3c297f970f197.tar.xz |
Remove some dependencies and old cruft from fts etc.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 9e43fdc76..ba16e4483 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,18 @@ +2005-05-18 Paul Eggert <eggert@cs.ucla.edu> + + * canonicalize.c: Include canonicalize.h first, to test interface. + Include <stddef.h> unconditionally, since we assume C89 now. + All uses of PTR_INT_TYPE replaced by ptrdiff_t. + * fts.c: Include fts_.h first, to check interface. + Do not include intprops.h; no longer needed. + Include cycle-check.h and hash.h, since fts_.h no longer does. + Remove unnecessary casts of closedir to void. + (fts_build): Use a simpler method (not involving TYPE_SIGNED) to + decide whether to decrement nlinks. + * fts_.h: Do not include hash.h or cycle-check.h; no longer needed. + (FTS): Use struct hash_table * instead of Hash_table, so that + we no longer need to include hash.h here. + 2005-05-14 Paul Eggert <eggert@cs.ucla.edu> * unlinkdir.c, unlinkdir.h: New files. |