comparison 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
comparison
equal deleted inserted replaced
104:ad66e26a9e7c 105:5a0cc6c243a9
1 2000-06-28 Bart Veer <bartv@redhat.com>
2
3 * transact.cxx, cdlcore.hxx:
4 Add details of the current transaction to the transaction callback
5 class. Previously there was no way of getting hold of the current
6 transaction and hence the toplevel from inside the callback
7 without using statics.
8
9 * value.cxx (set_flavor):
10 Temporarily undo some of the previous value clean-ups, they were
11 causing problems at the application level. The API needs to be
12 changed to eliminate confusion between value and the data part
13 of a bool/value pair.
14
1 2000-06-22 Bart Veer <bartv@redhat.com> 15 2000-06-22 Bart Veer <bartv@redhat.com>
2 16
3 * value.cxx, interface.cxx: 17 * value.cxx, interface.cxx:
4 Allow the flavor property to be used on interfaces. booldata 18 Allow the flavor property to be used on interfaces. booldata
5 interfaces allow the use of #ifdef to determine whether or not 19 interfaces allow the use of #ifdef to determine whether or not