insert line break fix again
[gnulib.git] / lib / ChangeLog
index cba3a7a..b7c7b98 100644 (file)
@@ -1,5 +1,22 @@
+2003-03-18  Jim Meyering  <jim@meyering.net>
+
+       * quote.c (quote_n): Fix typo in comment.
+
+2003-03-14  Jim Meyering  <jim@meyering.net>
+
+       Merge changes from Coreutils.
+       * obstack.h (obstack_object_size): Declare temporary, __o,
+       to be const, in order to avoid warnings.
+       (obstack_room): Likewise.
+       (obstack_empty_p): Likewise.
+
 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.
        * hash.c: Include <stdbool.h> unconditionally.
 
 2003-03-09  Paul Eggert  <eggert@twinsun.com>