]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/conflicts.c: Move global variables rrc_total and src_total ...
[bison.git] / ChangeLog
index 7f93b7d5fa3bbfd0017180d9101330b76ac5021f..53f640906bf0afae20aa0c425fb16ed5e44620e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2001-10-19  Pascal Bart  <pascal.bart@epita.fr>
+
+       * src/conflicts.c: Move global variables rrc_total and src_total ...
+       (print_conflicts): here.
+       * src/output.c (output): Free global variable user_toknums.
+       * src/lex.c (token_obstack): Become static.
+
+2001-10-18  Akim Demaille  <akim@epita.fr>
+
+       * tests/atlocal.in (GCC): Add.
+       * tests/calc.at: s/m4_match/m4_bmatch/.
+       s/m4_patsubst/m4_bpatsubst/.
+       (AT_CHECK_CALC): Check the compiler's stderr only if it's GCC.
+       * configure.in: AC_SUBST(GCC).
+
+2001-10-14  Marc Autret  <autret_m@epita.fr>
+
+       * src/options.c (create_long_option_table): Fix.
+
 2001-10-10  Akim Demaille  <akim@epita.fr>
 
        * src/bison.simple: Be sure to set YYSTACK_USE_ALLOCA.