summaryrefslogtreecommitdiff
path: root/viengoos/ChangeLog
diff options
context:
space:
mode:
authorneal <neal>2008-05-28 09:16:33 +0000
committerneal <neal>2008-05-28 09:16:33 +0000
commita67826343a0c64d67fe19f98f0cc2d67e7cc6bdc (patch)
tree8b3e7887ba3fc3e12af3d5bbcd645b6728e61724 /viengoos/ChangeLog
parentebc0994216518c4fa323a6d7f5b0eda61b727fd1 (diff)
libc-parts/
2008-05-28 Neal H. Walfield <neal@gnu.org> * process-spawn.c (process_spawn): Update use of folio_object_alloc to be consistent with new API. viengoos/ 2008-05-28 Neal H. Walfield <neal@gnu.org> * object.h (folio_object_alloc): Return a struct cap, not void. Remove the objectp parameter. Update all users. * object.c (folio_object_alloc): Return a capability designating the new object. Don't take a location in which to store the new object.
Diffstat (limited to 'viengoos/ChangeLog')
-rw-r--r--viengoos/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/viengoos/ChangeLog b/viengoos/ChangeLog
index ad7e854..685c617 100644
--- a/viengoos/ChangeLog
+++ b/viengoos/ChangeLog
@@ -1,3 +1,11 @@
+2008-05-28 Neal H. Walfield <neal@gnu.org>
+
+ * object.h (folio_object_alloc): Return a struct cap, not void.
+ Remove the objectp parameter. Update all users.
+ * object.c (folio_object_alloc): Return a capability designating
+ the new object. Don't take a location in which to store the
+ new object.
+
2008-05-24 Neal H. Walfield <neal@gnu.org>
* thread.h (THREAD_WAIT_STATS): Define.