summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkim Demaille <akim@epita.fr>2002-01-03 13:39:20 +0000
committerAkim Demaille <akim@epita.fr>2002-01-03 13:39:20 +0000
commitffc03584ad0402bcbc68a6e90d0593d52aaf4add (patch)
treef2fe3a69bc68e263cc63ea25373006cf4608a200 /ChangeLog
parentdd3c3f300609bdd8911746d923baebb4a5f5a331 (diff)
downloadbison-ffc03584ad0402bcbc68a6e90d0593d52aaf4add.tar.gz
* src/files.c, src/files.h (strsuffix): Not static.
* src/conflicts.c (conflicts_print): Don't consider it is an error to have a %expectation violation on a file ending by `plural.y'. Eek.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37cdee28..2ba98e39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2002-01-03 Akim Demaille <akim@epita.fr>
+ * src/files.c, src/files.h (strsuffix): Not static.
+ * src/conflicts.c (conflicts_print): Don't consider it is an error
+ to have a %expectation violation on a file ending by `plural.y'.
+ Eek.
+
+2002-01-03 Akim Demaille <akim@epita.fr>
+
* tests/bison.in: Adjust to CVS Autoconf.
* tests/calc.at (exp): We no longer need to special case GCC as
the warning flags are passed by configure.