summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-14 09:54:48 +0000
committerJim Meyering <jim@meyering.net>2003-03-14 09:54:48 +0000
commit766de40ee7f5e6e22f21200d3c0a42b0100fab18 (patch)
tree855075a21bc2a12df07ed5150c14c01ef9cab703 /lib/ChangeLog
parentdfd085aa0dc0816d6112f3f304c497ad441a39a5 (diff)
downloadcoreutils-766de40ee7f5e6e22f21200d3c0a42b0100fab18.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index fe201dcd2..b4ed25d7b 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,11 @@
+2003-03-13 Paul Eggert <eggert@twinsun.com>
+
+ 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 <rich@phekda.freeserve.co.uk>
* fchown-stub.c: New file: trivial stub for fchown.