maint: fts.c: remove #if-0'd FTS_WHITEOUT code
[gnulib.git] / ChangeLog
index 465a31f..5bc3bd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
+2011-08-19  Jim Meyering  <meyering@redhat.com>
+
+       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  <eggert@cs.ucla.edu>
+
+       regex: port to Stratus OpenVOS
+       * lib/regex_internal.h (internal_function) [!_LIBC]: Simply
+       define to empty, rather than attempting nonportable optimizations.
+       Problem reported by Paul Green in:
+       http://lists.gnu.org/archive/html/bug-diffutils/2011-08/msg00047.html
+       and fix suggested by Eric Blake in:
+       http://lists.gnu.org/archive/html/bug-gnulib/2011-08/msg00143.html
+
 2011-08-17  Eric Blake  <eblake@redhat.com>
 
+       getcwd: fix test failures on mingw
+       * lib/getcwd.c (__getcwd): Early exit for ERANGE.
+       * tests/test-getcwd.c (test_abort_bug, test_long_name): Don't fail
+       test if long directory cannot be created, and allow mingw errno.
+
        getcwd-lgpl: fix m4 to match relaxed test for BSD
        * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Relax probe.
        (gl_FUNC_GETCWD_SIGNATURE): New macro.