X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=8fefc14aeec969114f90ec230a27a0292d0d0b24;hb=79a3d2d10ebf29fb4e73716ae1b72fc5d20486a5;hp=37c18f7cfe1364865582f1b557ae9bf09a3a1ce4;hpb=a6b16b69fe1cad695b270dd5bf3deb2850fc4dd1;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 37c18f7cf..8fefc14ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +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. + + maint: fts.c: move __opendir2 #define "up" out of function body + * lib/fts.c (__opendir2): Move "up". No semantic change. + + maint: fts.c: remove #if-0'd FTS_WHITEOUT code + * lib/fts.c: Remove #if-0'd FTS_WHITEOUT code. It's been #if-0'd + out for a long time and besides was useful only on BSD systems. + 2011-08-18 Paul Eggert regex: port to Stratus OpenVOS