strdup declaration, from Simon Josefsson.
[gnulib.git] / ChangeLog
index 62b65c3..e558886 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,7 @@
-2004-02-05  Paul Eggert  <eggert@twinsun.com>
-
-       Add comments and code, prompted by suggestions from Bruno Haible
-       for sh-quote.
-       * quotearg.h (quotearg_alloc): New decl.  Improve the comments
-       describing the enum quoting_style values.
-       * quotearg.c (quotearg_alloc): New function.
-       (quotearg_buffer_restyled): Treat lone { and } as special.
-       Treat = as special.  Work around bug with older shells
-       that "see" a '\' that is really the 2nd byte of a multibyte char.
-       Quote empty string with shell_quoting_style.
+2004-02-22  Bruno Haible  <bruno@clisp.org>
+
+       * modules/xalloc: Remove dependency on stdbool.
+       Reported by Derek Robert Price <derek@ximbiot.com>.
 
 2004-02-03  Bruno Haible  <bruno@clisp.org>