diff host/libcdl/ChangeLog @ 105:5a0cc6c243a9 ecos-sw-2000-06-30

Merge from eCos master repository on 2000-06-30-08:18:49-BST
author jlarmour
date Fri, 30 Jun 2000 16:27:35 +0000
parents 95f3e12a6327
children ff3f181b64bd
line wrap: on
line diff
--- a/host/libcdl/ChangeLog
+++ b/host/libcdl/ChangeLog
@@ -1,3 +1,17 @@
+2000-06-28  Bart Veer  <bartv@redhat.com>
+
+	* transact.cxx, cdlcore.hxx:
+	Add details of the current transaction to the transaction callback
+	class. Previously there was no way of getting hold of the current
+	transaction and hence the toplevel from inside the callback
+	without using statics.
+
+	* value.cxx (set_flavor):
+	Temporarily undo some of the previous value clean-ups, they were
+	causing problems at the application level. The API needs to be
+	changed to eliminate confusion between value and the data part
+	of a bool/value pair.
+
 2000-06-22  Bart Veer  <bartv@redhat.com>
 
 	* value.cxx, interface.cxx: