X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=1ff6886eda376093ce1435ecbd45a169a0b6bd9e;hb=cbac3adb4a18516cbcc02808c4624fb3f0db6fb4;hp=69dfd7d513109b8524a0442668b0d9c56a26c68f;hpb=705ecc51a5a1737c34a7aa8967bee306c6b096a3;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 69dfd7d51..1ff6886ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2003-10-01 Simon Josefsson + + * MODULES.html.sh: Move gethostname from section 'based on' to section + 'lacking' POSIX:2001. + +2003-09-27 Oskar Liljeblad + + Trivial fixes to Makefile.am parts of module listings. + * modules/strstr: Append strstr.h to lib_SOURCES. + * modules/strcase: Likewise, for strcase.h. + +2003-09-27 Paul Eggert + + * modules/free: New file. + +2003-09-25 Bruno Haible + + * modules/version-etc-2: New file, from modules/version-etc with + modifications. + * MODULES.html.sh (func_all_modules): Add version-etc-2. + +2003-09-25 Simon Josefsson + Bruno Haible + + * modules/getdomainname: New file. + * 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 + to Solaris 8 /bin/sh. (This bug is fixed in Solaris 9.) + (tags_regexp): Remove, since \| doesn't conform to POSIX. + (sed_extract_prog): Issue s commands one-by-one, rather than + using \| in one s command. + 2003-09-16 Bruno Haible * gnulib-tool (func_create_testdir): Warn about duplicated