X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=6b4623ecaaa3db4d79a88d89f4e17b3fb3df4f98;hb=2306ca2f8c0498f1c576ac53feaca869167d8220;hp=5ec329b8c2f9d4cb185b74d279f6a2e004b482b6;hpb=0cb23737d976c6bf1f64488091285745481e41cb;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 5ec329b8c..6b4623eca 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,33 @@ +2004-05-27 Bruno Haible + + * execute.c (environ): Declare if needed. + * pipe.c (environ): Likewise. + Reported by Michael Schloh von Bennewitz . + +2005-01-04 Paul Eggert + + * human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional + definitions to be after all include files, to avoid collisions. + Problem reported by Bob Proulx. + +2004-12-28 Paul Eggert + + * error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h"; + not needed. This removes a dependency on the gettext module. + [defined _LIBC]: Do not include ; not needed. + +2004-12-24 Paul Eggert + + * c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not + HAVE_DECL_STRTOLD. + 2004-12-23 Paul Eggert + * argp-parse.c: Include . + (alignof, alignto): New macros. + (parser_init): Don't assume that void * is aligned sufficiently + for struct option. + * getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no need to extend the stack. (YYINITDEPTH): New macro, so that the initial stack isn't overly @@ -5970,7 +5998,7 @@ shell quoting style. -Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 +Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.