]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Add.
[bison.git] / ChangeLog
index 09c55061bd57b6e6023b22b4a1490a3b2b47afd2..07d7a08bc10901b317578f129f27ddbc6e408b42 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+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.
+
 2001-02-21  Akim Demaille  <akim@epita.fr>
 
        * src/reader.c (gensym): `gensym_count' is your own.