X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=6fd636246c79354f4f8402b77bacdbd6936b51fa;hb=640cd5a77a3e334811fe60f6bbc0ae215854b91a;hp=80c51b891ea9ae0a27a7a952a304e4173c32b208;hpb=c3b5d31b4526468a99602704eaea1f95cbd78e6d;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 80c51b891..6fd636246 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,48 @@ +2008-06-18 Bruno Haible + + * lib/fatal-signal.c (init_fatal_signals): Add comment. + Reported by Eric Blake. + +2008-06-18 Eric Blake + + 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 + + * users.txt: Update URL to article and add author/date + information. + +2008-06-17 Bruno Haible + + 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 . + +2008-06-17 Bruno Haible + + * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also + when the macro ignores it. + Based on a patch by Eric Blake . + +2008-06-17 Bruno Haible + + * modules/tls (License): Change to LGPLv2+. + Reported by Eric Blake. + 2008-06-17 Eric Blake + Simplify c-stack prerequisites. + * lib/c-stack.c (includes): Remove unused . + * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x + no longer requires to exist. Optimize setrlimit + check. + (gl_PREREQ_C_STACK): Remove check for unused getcontext and + . + Move c-stack test into testsuite. * modules/c-stack-tests: New file. * lib/c-stack.c [DEBUG]: Move test program...