summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2020-05-03 08:54:58 +0200
committerAkim Demaille <akim.demaille@gmail.com>2020-05-03 11:39:36 +0200
commit3db0ae5f4fd5948baa6c133e01892aebc9db844f (patch)
tree1621f7b701ebd307d45bd822ee626b6c196074e9 /ChangeLog
parent1d131c99c96bd6c8424f0ee562a9db9f0e90e437 (diff)
downloadgnulib-3db0ae5f4fd5948baa6c133e01892aebc9db844f.tar.gz
bison: rely on bison's %require to check a version requirement
See https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00021.html. * m4/bison.m4 (gl_PROG_BISON): Let bison itself decide if it it recent enough of not. So far it is the only know Yacc tool that supports '%require'. Other yaccs will actually even choke on seeing the -o option after the input file name. * m4/parse-datetime.m4: Simplify gl_PROG_BISON invocation.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bf6ca0dd8..1ac3d104f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2020-05-03 Akim Demaille <akim@lrde.epita.fr>
+
+ bison: rely on bison's %require to check a version requirement
+ See https://lists.gnu.org/archive/html/bug-gnulib/2020-05/msg00021.html.
+ * m4/bison.m4 (gl_PROG_BISON): Let bison itself decide if it it recent
+ enough of not.
+ So far it is the only know Yacc tool that supports '%require'.
+ Other yaccs will actually even choke on seeing the -o option after the
+ input file name.
+ * m4/parse-datetime.m4: Simplify gl_PROG_BISON invocation.
+
+
2020-05-02 Bruno Haible <bruno@clisp.org>
list: Add get_first, get_last, set_first, set_last operations.