]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
(_AT_DATA_CALC_Y): Make vars static instead of
[bison.git] / ChangeLog
index 375a990d65f7c9e5896b373edd6309db6e0ba12f..70b1dc54c6a4bd865bab9dadf9613377a028f496 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-11-16  Akim Demaille  <akim@epita.fr>
+
+       Augment the similarity between GLR and LALR traces.
+
+       * data/yacc.c (yy_stack_print, YY_STACK_PRINT, yy_reduce_print)
+       (YY_REDUCE_PRINT): New.
+       (yyparse): Use them.
+       * data/glr.c (yy_reduce_print): Use YYFPRINTF, no need for
+       YYDPRINT here.
+       (yyglrReduce, yyrecoverParseError, yyparse): Don't report the
+       state reached after the reduction/recovery, since...
+       (yyparse, yyprocessOneStack): Report the state we are entering in.
+
 2002-11-16  Akim Demaille  <akim@epita.fr>
 
        * src/getargs.h, src/getargs.c (trace_e, trace_args, trace_types):