X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=0240e083dfe1e74ca84dd17d8ad819a464135af2;hb=22c1c15d0a29a1b7ea75456abe3f7062f835c887;hp=546a8545a282dfad54faa90b18acb0691e5d3097;hpb=599fe666873f7c8a5f8b6cdd55f2c585aae39326;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 546a8545a..0240e083d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,18 @@ * modules/xgetdomainname: New file. * MODULES.html.sh (func_all_modules): Add getdomainname, xgetdomainname. +2003-09-24 Paul Eggert + + * README: Document assumptions that 'int' is at least 32 bits + wide, that integer arithmetic is 2's complement without overflow, + that there are no holes in integer values, that adding sizes of + two nonoverlapping objects can't overflow, and that all-bits-zero + yields scalar zero. Fix spelling and capitalization typos. + +2003-09-24 Simon Josefsson + + * modules/xgethostname: Add xgethostname.h. + 2003-09-17 Paul Eggert * gnulib-tool: Use "test -h", not "test -L", for portability