summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d53d4d45..ee3c5731 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-06-02 Frank Ch. Eigler <fche@redhat.com>
+ * translate.cxx (visit_concatenation, visit_binary_expression):
+ New basic implementation.
+ (*): Reduce emitted whitespace and remove `# LINE "FILE"' lines.
+
+2005-06-02 Frank Ch. Eigler <fche@redhat.com>
+
Parse foreach construct. Added fuller copyright notices throughout.
* staptree.h (foreach_loop): New tree node type.
* staptree.cxx: Print it, visit it, love it, leave it.