config update
[gnulib.git] / ChangeLog
index e435554..890f977 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2003-11-17  Paul Eggert  <eggert@twinsun.com>
+
+       * README: Mention that S+T cannot overflow if S is the size of
+       an existing object and T is sufficiently small.
+
+2003-11-17  Bruno Haible  <bruno@clisp.org>
+
+       * modules/vasnprintf (Files): Add m4/ssize_t.m4.
+       (Depends-on): Add xsize.
+
+2003-11-12  Paul Eggert  <eggert@twinsun.com>
+
+       * modules/xalloc (Files): Undo latest change, since xalloc.h
+       no longer needs SIZE_MAX or PTRDIFF_MAX.
+
+2003-11-11  Bruno Haible  <bruno@clisp.org>
+
+       * modules/xsize (Files): Add m4/size_max.m4.
+       * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
+
 2003-11-04  Bruno Haible  <bruno@clisp.org>
 
        * modules/xsize: New file.
 2003-08-18  Paul Eggert  <eggert@twinsun.com>
 
        * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
-        in makefile rules.
+       in makefile rules.
 
 2003-08-17  Simon Josefsson  <jas@extundo.com>