]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/LR0.c (new_state, get_state): Complete TRACE code.
[bison.git] / ChangeLog
index d833a18c242027e5b73acca26530da3906230117..8c4286abfe4b24d5802a27ad13ace9f647152faf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2001-11-19  Akim Demaille  <akim@epita.fr>
+
+       * src/LR0.c (new_state, get_state): Complete TRACE code.
+       * src/closure.c: Include `reader.h' to get `tags', needed by the
+       trace code.
+       Rename the conditional DEBUG as TRACE.
+       Output consistently TRACEs to stderr, not stdout.
+       * src/derives.c: Likewise.
+       * src/reduce.c: (inaccessable_symbols): Using if is better style
+       than goto.
+       Use `#if TRACE' instead of `#if 0' for tracing code.
+
+2001-11-19  Akim Demaille  <akim@epita.fr>
+
+       * src/system.h (LIST_FREE, shortcpy): New.
+       * src/LR0.c: Use them.
+       * src/output.c (free_itemsets, free_reductions, free_shifts):
+       Remove, replaced by LIST_FREE.
+
+       
 2001-11-19  Akim Demaille  <akim@epita.fr>
 
        * src/state.h (CORE_ALLOC, SHIFTS_ALLOC, ERRS_ALLOC)