Recognize the special case of a string concatenation in xvasprintf.
[pspp] / lib / ChangeLog
index 72675902ee5de3afbc3ae97e892bcb115faf0c69..bc3eb6fe34df05e7b94369009719717481f02408 100644 (file)
@@ -1,10 +1,24 @@
-2006-04-25  Derek Price  <derek@ximbiot.com>
+2006-05-09  Bruno Haible  <bruno@clisp.org>
 
-       * wait-process.h (wait_subprocess): Accept a new exitsignal argument.
-       * wait-process.c (wait_subprocess): Always set *exitsignal to 0 when
-       present and set it to the offending signal when the child exits due to
-       a signal.
-       * csharpcomp.c, execute.c, javacomp.c: Update all callers.
+       * xvasprintf.c: Include limits.h, string.h, xsize.h.
+       (EOVERFLOW): Define fallback value.
+       (xstrcat): New function.
+       (xvasprintf): Recognize the special case of a string concatenation.
+
+2006-05-01  Bruno Haible  <bruno@clisp.org>
+
+       * stdint_.h: Shorter URL.
+       * inttypes.h: Likewise.
+
+2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * verify.h: Document the internals better.  Most of this change
+       was written by Bruno Haible.
+
+2006-04-29  Bruno Haible  <bruno@clisp.org>
+
+       * gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
+       Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
 
 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>