Generate INSTALL file variants with prettier quotes.
[gnulib.git] / ChangeLog
index bd90f4b..3aa2263 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2008-08-26  Bruno Haible  <bruno@clisp.org>
+
+       Generate INSTALL file variants with prettier quotes.
+       * doc/Makefile (INSTALL_PRELUDE): New macro.
+       (INSTALL): Use it.
+       (INSTALL.ISO, INSTALL.UTF-8): New rules.
+
+2008-08-26  Bruno Haible  <bruno@clisp.org>
+
+       Run makeinfo in an English locale.
+       * doc/Makefile (MAKEINFO): New variable.
+
+2008-08-26  Bruno Haible  <bruno@clisp.org>
+
+       * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
+       Suggested by Eric Blake.
+
+2008-08-25  Bruno Haible  <bruno@clisp.org>
+
+       * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
+
+2008-08-25  Eric Blake  <ebb9@byu.net>
+
+       c-stack: test that stack overflow can be caught
+       * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
+       that platform allows handling stack overflow; at least OS/2 EMX
+       has sigaltstack, but crashes before transferring control to
+       handler on stack overflow.
+       * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
+       check for HAVE_STACK_OVERFLOW_HANDLING.
+       Reported by Elbert Pol.
+
+2008-08-25  Bruno Haible  <bruno@clisp.org>
+
+       * doc/posix-functions/strftime.texi: Fix description of strftime
+       module.
+
 2008-08-24  Bruno Haible  <bruno@clisp.org>
 
        * tests/uniwidth/test-uc_width2.c: New file.
@@ -11,6 +48,7 @@
        Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
        * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
        not 0x00AB.
+       Reported by Alexander V. Lukyanov <lav@netis.ru>.
 
 2008-08-22  Eric Blake  <ebb9@byu.net>