X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=890f977dc02d0e534767f3d90549d23b44978752;hb=3e597a4c6b1ff5c34066c9d92dc28157584d8e56;hp=e435554c599d245d9f0a0f0b6d1428dc00c54cfe;hpb=bf5c2a54b1f62943eec85b3baed47bc084cd36c2;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index e435554c5..890f977dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2003-11-17 Paul Eggert + + * 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 + + * modules/vasnprintf (Files): Add m4/ssize_t.m4. + (Depends-on): Add xsize. + +2003-11-12 Paul Eggert + + * modules/xalloc (Files): Undo latest change, since xalloc.h + no longer needs SIZE_MAX or PTRDIFF_MAX. + +2003-11-11 Bruno Haible + + * 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 * modules/xsize: New file. @@ -170,7 +190,7 @@ 2003-08-18 Paul Eggert * modules/stdbool: Add BUILT_SOURCES. Prefer $@ to target name - in makefile rules. + in makefile rules. 2003-08-17 Simon Josefsson