filevercmp: Move hidden files up in ordering.
[gnulib.git] / ChangeLog
index 796cd5e..795c34f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2009-03-05  Kamil Dudka  <kdudka@redhat.com>
+
+       * lib/filevercmp.c: Move hidden files up in ordering.
+       * tests/test-filevercmp.c: Add tests for hidden files.
+
+2009-03-04  Bruno Haible  <bruno@clisp.org>
+
+       * modules/visibility (Makefile.am): Augment AM_CFLAGS.
+       * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
+       AM_CFLAGS.
+       Reported by Simon Josefsson.
+
+2009-03-03  Bruno Haible  <bruno@clisp.org>
+
+       * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
+       Reported by Simon Josefsson.
+
+       * doc/ld-version-script.texi: Update node reference.
+
+2009-03-03  Bruno Haible  <bruno@clisp.org>
+
+       * modules/visibility (License): Change to 'unlimited'.
+       Suggested by Simon Josefsson.
+
+2009-03-03  Jim Meyering  <meyering@redhat.com>
+
+       unlinkdir: cannot_unlink_dir may modify process state
+       * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
+       it's neither thread-safe nor appropriate for use in a library.
+
+2009-03-03  Eric Blake  <ebb9@byu.net>
+
+       test-closein: silence test under Darwin
+       * tests/test-closein.sh: Ignore stderr from cat, since we don't
+       care if it dies from EPIPE or EBADF.
+
+2009-03-03  Bruno Haible  <bruno@clisp.org>
+
+       * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
+       earlier.
+       * doc/visibility.texi: Fix @node and @section.
+
 2009-03-03  Simon Josefsson  <simon@josefsson.org>
 
        * doc/gnulib.texi: Link to sections for ld version script and
@@ -14,7 +56,6 @@
 
 2009-03-02  Bruno Haible  <bruno@clisp.org>
 
-       * doc/gnulib.texi (Exported Symbols of Shared Libraries): New section.
        * doc/visibility.texi: Mention libtool's -export-symbols option.
 
 2009-03-02  Jim Meyering  <meyering@redhat.com>