X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8fefc14aeec969114f90ec230a27a0292d0d0b24;hb=79a3d2d10ebf29fb4e73716ae1b72fc5d20486a5;hp=83166c308f87f87dec0e2e1435412d4082928232;hpb=befc0db81ed3cfe6e72915ab9d805adb1ebe7529;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 83166c308..8fefc14ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2011-08-19 Jim Meyering + maint: fts: give __opendir2 a new parameter and rename + * lib/fts.c (__opendir2): Give it a new parameter, Pdir_fd, rather + than surreptitiously using sole caller's "dir_fd". + (fts_opendir): Rename from __opendir2. + + maint: fts.c: remove __opendir2's now-unused parameter, oflag + * lib/fts.c (__opendir2): Remove unused parameter, oflag. + maint: fts.c: correct off-by-one indentation * lib/fts.c (fts_build): Correct indentation, change style of a couple of block comments, and bracing style.