unlinkdir: cannot_unlink_dir may modify process state
[gnulib.git] / ChangeLog
index 1100b26..3059649 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,124 @@
+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>
+
+       * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
+       error messages.
+       * lib/wait-process.c (wait_subprocess): Omit error message about
+       deadly signal sent to the child of termsigp != NULL.
+
+2009-03-01  Eric Blake  <ebb9@byu.net>
+
+       * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
+
+2009-03-01  Bruno Haible  <bruno@clisp.org>
+
+       Avoid a gcc warning.
+       * tests/test-sched.c (b): Make global.
+       Reported by Eric Blake.
+
+2009-01-19  Martin Lambers  <marlam@marlam.de>
+
+       Provide POSIX semantics for socket timeout options on W32.
+       * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
+       * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
+       * modules/setsockopt: Depend on sys_time module for struct timeval.
+       * modules/getsockopt: Depend on sys_time module for struct timeval.
+
+2009-03-01  Simon Josefsson  <simon@josefsson.org>
+
+       * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
+       __USE_GNU, for consistency with netdb.in.h.
+       Reported by Alan Hourihane <alanh@fairlite.co.uk>.
+
+2009-03-01  Bruno Haible  <bruno@clisp.org>
+
+       More support for FreeMiNT.
+       * lib/fseeko.c (rpl_fseeko): Complete last commit.
+       Reported by Alan Hourihane <alanh@fairlite.co.uk>.
+
+2009-03-01  Bruno Haible  <bruno@clisp.org>
+
+       More support for FreeMiNT.
+       * lib/fpurge.c (fpurge): Correct last commit.
+       Reported by Alan Hourihane <alanh@fairlite.co.uk>.
+
+2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Fix unportable awk script in vc-list-files.
+       * build-aux/vc-list-files: In the replacement awk script, use
+       substr with a second argument of 1, not zero.
+       Report by Simon Josefsson.
+
+2009-02-28  Bruno Haible  <bruno@clisp.org>
+
+       More support for FreeMiNT.
+       * lib/freading.c (freading) [__MINT__]: Use new macros that were added
+       to FreeMiNT today.
+       * lib/fwriting.c (fwriting): Likewise.
+       Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
+
 2009-02-28  Bruno Haible  <bruno@clisp.org>
 
-       * tests/test-freadseek.c (main): Disable test beyond end of file on FreeMiNT.
+       * tests/test-freadseek.c (main): Disable test beyond end of file on
+       FreeMiNT.
        * tests/test-ftello.c (main): Likewise.
        Patch by Alan Hourihane <alanh@fairlite.co.uk>.
 
@@ -8,7 +126,6 @@
 
        Add tentative support for FreeMiNT.
        * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
-       * lib/fflush.c (clear_ungetc_buffer): Likewise.
        * lib/fpurge.c (fpurge): Likewise.
        * lib/freadable.c (freadable): Likewise.
        * lib/freading.c (freading): Likewise.