]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
[bison.git] / ChangeLog
index e70da665c4644a14ca1fa636ebc16e81db1d288c..9045c1fe41d661a8332cbd5d290fef60b2627333 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,39 +1,71 @@
+2001-12-05  Akim Demaille  <akim@epita.fr>
+
+       * tests/atlocal.in (CPPFLAGS): Do not leave a space between -I and
+       its argument.
+       Reported by Peter Hámorský.
+
+2001-12-05  Akim Demaille  <akim@epita.fr>
+
+       * src/conflicts.c (err_table): Remove.
+       (resolve_sr_conflict): Adjust.
+       * src/lalr.h (state_t.reduction_table, state_t.shift_table):
+       Rename as...
+       (state_t.reductions, state_t.shifts): this.
+
+2001-12-05  Akim Demaille  <akim@epita.fr>
+
+       * src/reduce.c (reduce_grammar_tables): No longer disable the
+       removal of useless rules via CPP but via `if (0)', so that the
+       compiler still check the code is valid.
+       For instance, it should have noticed `rline' no longer exists: use
+       the `line' member of rule_t.
+       * src/gram.c (dummy, rline): Remove, unused.
+
+2001-12-05  Akim Demaille  <akim@epita.fr>
+
+       * src/output.c (pack_vector): Use assert, not berror.
+       * src/main.c (berror): Remove, unused.
+
+2001-12-05  Akim Demaille  <akim@epita.fr>
+
+       New experimental feature: if --verbose --trace output all the
+       items of a state, not only its kernel.
+
+       * src/print.c (print_core): If `trace_flag', then invoke closure
+       before outputting the items of the state (print_core is no longer
+       a correct name them).
+       (print_results): Invoke new_closure/free_closure if needed.
+
 2001-12-05  Akim Demaille  <akim@epita.fr>
 
        * src/LR0.c (new_itemsets): Use nshifts only, not shiftcount.
        * src/closure.c, src/closure.h (itemsetsize): Rename as...
        (nitemset): for consistency with the rest of the project.
 
-       
 2001-12-05  Akim Demaille  <akim@epita.fr>
 
        * src/closure.c (print_closure): Improve.
        (closure): Use it for printing input and output.
 
-       
 2001-12-05  Akim Demaille  <akim@epita.fr>
 
        * src/closure.c (FIRSTS, FDERIVES): Adjust to reality: they are
        indexed by nonterminals.
 
-       
 2001-12-05  Akim Demaille  <akim@epita.fr>
 
        * src/warshall.c (TC, RTC): De-obsfucate (source reduced to 22% of
        what it was!).
        * src/warshall.h: Remove accidental duplication of the content.
 
-       
 2001-12-05  Akim Demaille  <akim@epita.fr>
 
        * src/closure.c (set_fderives): De-obfuscate.
 
-       
 2001-12-05  Akim Demaille  <akim@epita.fr>
 
        * src/closure.c (print_firsts, print_fderives): De-obfuscate.
 
-       
 2001-12-05  Akim Demaille  <akim@epita.fr>
 
        * src/closure.c (set_firsts): De-obfuscate.
@@ -44,7 +76,6 @@
        using the good o' techniques: arrays not pointers, variable
        locality, BITISSET, RESETBIT etc.
 
-       
 2001-12-05  Akim Demaille  <akim@epita.fr>
 
        Pessimize the code to simplify it: from now on, all the states