* config/: New.
[bison.git] / ChangeLog
index ffa4a5aba5b5322a1957a645f7c2cb1c523cde81..07d7a08bc10901b317578f129f27ddbc6e408b42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2001-07-14  Akim Demaille  <akim@epita.fr>
+
+       * config/: New.
+       * configure.in: Require Autoconf 2.50.
+       Update to gettext 0.10.38.
+
+2001-03-16  Akim Demaille  <akim@epita.fr>
+
+       * doc/bison.texinfo: ANSIfy the examples.
+
+2001-03-16  Akim Demaille  <akim@epita.fr>
+
+       * getargs.c (skeleton): New variable.
+       (longopts): --skeleton is a new option.
+       (shortopts, getargs): -S is a new option.
+       * getargs.h: Declare skeleton.
+       * output.c (output_parser): Use it.
+
+2001-03-16  Akim Demaille  <akim@epita.fr>
+
+       * m4/strerror_r.m4: New.
+       * m4/error.m4: Run AC_FUNC_STRERROR_R.
+       * lib/error.h, lib/error.c: Update.
+
 2001-03-16  Akim Demaille  <akim@epita.fr>
 
        * src/getargs.c (longopts): Clean up.