]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* bootstrap: Sync from coreutils, as follows:
[bison.git] / ChangeLog
index 30f44797b99ce3958f6ceaa7fc57b8160db281a0..4eeb51f41e66793e63df8d5ecb2985ba263b5332 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * bootstrap: Sync from coreutils, as follows:
+
+       2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * bootstrap (symlink_to_gnulib): Fix bug: the dot_dots shell
+       variable was sometimes used without being initialized.  This
+       messed up the installation of the INSTALL file in some cases.
+
+       2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * bootstrap (usage, main program, symlink_to_gnulib): Add option
+       --copy.  Inspired by a suggestion from Bruno Haible.
+
+       2006-10-03  Jim Meyering  <jim@meyering.net>
+
+       * bootstrap: Undo last change to this file, since now gnulib-tool
+       sticks with the automake default in generating dependencies.
+
 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
 
        * configure.ac: Use AC_PROG_CC_STDC; this is more modern than
 
 2006-10-11  Bob Rossi  <bob@brasko.net>
 
-        * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
-        yymsg_alloc fields.
-        (yypvarsinit, yypushparse): Remove init of removed fields.
-        (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
+       * data/push.c (struct yypvars): Remove yymsgbuf, yymsgbuf_ptr, yymsg,
+       yymsg_alloc fields.
+       (yypvarsinit, yypushparse): Remove init of removed fields.
+       (yypushparse): Use yymsgbuf instead of yymsgbuf_ptr.
 
 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>