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 ef0fca5b..8dea6bdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-11-08 Frank Ch. Eigler <fche@redhat.com>
+ * tapsets.cxx (blacklisted_p): Tolerate NULL filename parameter.
+ * src/testsuite/semok/twenty.stp: New test to enumerate everything
+ dwarfly probeable.
+
+2005-11-08 Frank Ch. Eigler <fche@redhat.com>
+
* translate.cxx (c_unparser::visit_foreach_loop): With PR 1275
done, add back read lock around foreach loop. Add a write lock
around preceding sort operation. Leave a race condition window. :-(