Add a comment.
[gnulib.git] / ChangeLog
index 80c51b8..6fd6362 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,48 @@
+2008-06-18  Bruno Haible  <bruno@clisp.org>
+
+       * lib/fatal-signal.c (init_fatal_signals): Add comment.
+       Reported by Eric Blake.
+
+2008-06-18  Eric Blake  <ebb9@byu.net>
+
+       Work around cygwin 1.5.25 strsignal bug.
+       * tests/test-strsignal.c: Allow for const char *.
+       * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
+
+2008-06-18  Simon Josefsson  <simon@josefsson.org>
+
+       * users.txt: Update URL to article and add author/date
+       information.
+
+2008-06-17  Bruno Haible  <bruno@clisp.org>
+
+       New macro gl_DISABLE_THREADS.
+       * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
+       if the user did not pass --enable-threads or --disable-threads option.
+       (gl_DISABLE_THREADS): New macro.
+       Reported by Eric Blake <ebb9@byu.net>.
+
+2008-06-17  Bruno Haible  <bruno@clisp.org>
+
+       * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
+       when the macro ignores it.
+       Based on a patch by Eric Blake <ebb9@byu.net>.
+
+2008-06-17  Bruno Haible  <bruno@clisp.org>
+
+       * modules/tls (License): Change to LGPLv2+.
+       Reported by Eric Blake.
+
 2008-06-17  Eric Blake  <ebb9@byu.net>
 
+       Simplify c-stack prerequisites.
+       * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
+       * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
+       no longer requires <ucontext.h> to exist.  Optimize setrlimit
+       check.
+       (gl_PREREQ_C_STACK): Remove check for unused getcontext and
+       <sys/resource.h>.
+
        Move c-stack test into testsuite.
        * modules/c-stack-tests: New file.
        * lib/c-stack.c [DEBUG]: Move test program...