summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2010-04-14 18:34:36 +0200
committerAkim Demaille <demaille@gostai.com>2010-05-04 11:34:01 +0200
commit19ad326be4a09a1c7ea6ce8bea5adaf90d1f8fae (patch)
treea01dc4b66b59212dbf37262edf877a4f08f76d09 /ChangeLog
parentf5da8149a27834cbce2839d527f7f34430125de6 (diff)
downloadbison-19ad326be4a09a1c7ea6ce8bea5adaf90d1f8fae.tar.gz
lalr1.cc: minor refactoring.
* data/lalr1.cc: Don't issue empty namespaces.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8340bfd3..4b9bb5ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2010-05-04 Akim Demaille <demaille@gostai.com>
+ lalr1.cc: minor refactoring.
+ * data/lalr1.cc: Don't issue empty namespaces.
+
+2010-05-04 Akim Demaille <demaille@gostai.com>
+
tests: fix %printer.
Currently, there is no check that %printer ... <foo> (nor
%destructor) is about an existing <foo> type. This C++ test had