From 0b5dba9efb7f5f7fc3e5e73778b3c297f970f197 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 18 May 2005 19:32:57 +0000 Subject: Remove some dependencies and old cruft from fts etc. --- lib/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'lib') 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 + + * canonicalize.c: Include canonicalize.h first, to test interface. + Include 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 * unlinkdir.c, unlinkdir.h: New files. -- cgit v1.2.3-54-g00ecf