]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/LR0.c (new_state, get_state): Instead of using the global
[bison.git] / ChangeLog
index d499bd3d10e377eeeec132b644dadba33d9e73dd..125627c91b58b6ada468fc9bef80bdb494c9eb1c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2002-05-06  Akim Demaille  <akim@epita.fr>
+
+       * src/LR0.c (new_state, get_state): Instead of using the global
+       `kernel_size' and `kernel_base', have two new arguments:
+       `core_size' and `core'.
+       Adjust callers.
+
+       
+2002-05-06  Akim Demaille  <akim@epita.fr>
+
+       * src/reader.c (packgram): No longer end `ritem' with a 0
+       sentinel: it is not used.
+
+       
+2002-05-05  Akim Demaille  <akim@epita.fr>
+
+       New experimental feature: display the lookaheads in the report and
+       graph.
+
+       * src/print (print_core): When --trace-flag, display the rules
+       lookaheads.
+       * src/print_graph.c (print_core): Likewise.
+       Swap the arguments.
+       Adjust caller.
+
 2002-05-05  Akim Demaille  <akim@epita.fr>
 
        * tests/torture.at (Many lookaheads): New test.
@@ -19,7 +44,6 @@
        * data/bison.simple, data/bison.c++: b4_token_number_max is now
        b4_translate_max.
 
-       
 2002-05-05  Akim Demaille  <akim@epita.fr>
 
        * src/output.c (output_unsigned_int_table): New.
@@ -32,7 +56,6 @@
        to compute types instead of constant types.
        * tests/regression.at (Web2c Actions): Adjust.
 
-       
 2002-05-04  Akim Demaille  <akim@epita.fr>
 
        * src/symtab.h (SALIAS, SUNDEF): Rename as...