]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* bootstrap: Sync from coreutils, as follows:
[bison.git] / ChangeLog
index 8ff6afcf72801280fe67df6a4d3e38a24d1ee3de..4eeb51f41e66793e63df8d5ecb2985ba263b5332 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,39 @@
 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
 
 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
+       the old AC_PROG_CC / AM_PROG_CC_STDC combination.
+
+       * doc/bison.1: Add copyright notice.
+
+       * data/glr.c: Don't include <stdarg.h>; not used.
+
        * NEWS: The -g and --graph options now output graphs in Graphviz
        DOT format, not VCG format.
        * doc/bison.1: Likewise.
        * doc/bison.texinfo (Understanding, Bison Options): Likewise.
        * NEWS: The -g and --graph options now output graphs in Graphviz
        DOT format, not VCG format.
        * doc/bison.1: Likewise.
        * doc/bison.texinfo (Understanding, Bison Options): Likewise.
+       * THANKS: Add Satya Kiran Popuri, who proposed the initial version
+       of this change in
+       <http://lists.gnu.org/archive/html/bison-patches/2006-09/msg00158.html>.
        * TODO: Remove Graphviz entry.
        * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
        remove vcg.c, vcg.h, vcg_defaults.h.
        * TODO: Remove Graphviz entry.
        * src/Makefile.am (bison_SOURCES): Add graphviz.c and graphviz.h;
        remove vcg.c, vcg.h, vcg_defaults.h.
 
 2006-10-11  Bob Rossi  <bob@brasko.net>
 
 
 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>
 
 
 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>