filevercmp: Move hidden files up in ordering.
[gnulib.git] / ChangeLog
index 79726a8..795c34f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,85 @@
+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
+       visibility.
+       * doc/visibility.texi: Add @node and @section.
+       * modules/ld-version-script: New module.
+       * m4/ld-version-script.m4: New file.
+       * doc/ld-version-script.texi: New file.
+
+2009-03-02  David Lutterkort  <lutter@redhat.com>
+
+       * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
+2009-03-02  Bruno Haible  <bruno@clisp.org>
+
+       * doc/visibility.texi: Mention libtool's -export-symbols option.
+
+2009-03-02  Jim Meyering  <meyering@redhat.com>
+
+       announce-gen: new option: --no-print-checksums
+       * build-aux/announce-gen (usage): Describe it.
+       (print_checksums): Print a newline here, not in the [*] footnote.
+       (main): Honor it.
+
+2009-03-01  Bruno Haible  <bruno@clisp.org>
+
+       Use socklen_t in the native Windows replacements prototypes.
+       * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
+       instead of 'int'.
+       * lib/getsockopt.c (rpl_getsockopt): Likewise.
+       * lib/setsockopt.c (rpl_setsockopt): Likewise.
+       * modules/getsockopt (Depends-on): Add socklen.
+       * modules/setsockopt (Depends-on): Add socklen.
+
+2009-03-01  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
+       least 4.2.
+
 2009-03-01  Eric Blake  <ebb9@byu.net>
             Bruno Haible  <bruno@clisp.org>