]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* doc/bison.texinfo (Debugging):
[bison.git] / ChangeLog
index b71d89090de1a332188efe9468fa9cfc9d88e6f8..dc36ecbb88d40d8654e6f12ea694ef8296e0fb8b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2002-01-04  Paul Eggert  <eggert@twinsun.com>
+
+       * doc/bison.texinfo (Debugging):
+       Remove YYSTDERR; it's no longer defined or used.
+       Also, s/cstdio.h/cstdio/.
+
+2002-01-03  Akim Demaille  <akim@epita.fr>
+
+       * src/parse-skel.y (process_skeleton): Don't bind the parser's
+       tracing code to --trace, wait for a better --trace option, with
+       args.
+
+2002-01-03  Akim Demaille  <akim@epita.fr>
+
+       * src/bison.simple (YYSTDERR): Remove, replace `stderr'.
+       The ISO C++ standard is extremely clear about it: stderr is
+       considered a macro, not a regular symbol (see table 94 `Header
+       <cstdio> synopsis', [lib.c.files] 27.8.2 C Library files).
+       Therefore std:: does not apply to it.  It still does with fprintf.
+       Also, s/cstdio.h/cstdio/.
+
+2002-01-03  Akim Demaille  <akim@epita.fr>
+
+       * lib/quotearg.c: Use `#include "..."' instead of `#include <...>'
+       for non system headers.
+
 2002-01-02  Akim Demaille  <akim@epita.fr>
 
        Equip the skeleton chain with location tracking, runtime trace,
@@ -21,7 +47,7 @@
        replace `gb' with BLANKS.
        * src/scan-skel.l: Adjust.
 
-       
+
 2001-12-30  Akim Demaille  <akim@epita.fr>
 
        * src/system.h: We don't need nor want bcopy.
@@ -35,7 +61,7 @@
        Be sure to initialize yylval.muscle member when scanning a MUSCLE.
        * src/parse-skel.y: Use %directives instead of #defines.
 
-       
+
 2001-12-30  Akim Demaille  <akim@epita.fr>
 
        * src/skeleton.h: New.
        functions are used in the skeleton parser.
        (tab_extension): New.
        (compute_base_names): Use the computations done in this function
-       to guess if the generated parsers should have '.tab' in their 
+       to guess if the generated parsers should have '.tab' in their
        names.
        (short_base_name): No longer static.
 
 
        * configure.in: Use AM_PROG_LEX and AC_PROG_YACC.
 
-       * src/Makefile.am (bison_SOURCES): Add scan-skel.l and 
+       * src/Makefile.am (bison_SOURCES): Add scan-skel.l and
        parse-skel.y.
 
        * src/parse-skel.y: New file.