From: Jim Meyering Date: Fri, 14 Mar 2003 09:54:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.11~93 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=766de40ee7f5e6e22f21200d3c0a42b0100fab18;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index fe201dcd29..b4ed25d7be 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2003-03-13 Paul Eggert + + Merge changes from Bison. + * obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to + (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5 + when compiling Bison 1.875's `bitset bset = obstack_alloc + (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe. + 2003-01-30 Richard Dawe * fchown-stub.c: New file: trivial stub for fchown.