summaryrefslogtreecommitdiff
path: root/libc-parts/ChangeLog
diff options
context:
space:
mode:
authorneal <neal>2005-01-12 10:33:39 +0000
committerneal <neal>2005-01-12 10:33:39 +0000
commit627d929f4e08e769a74809952ed0e485cad71362 (patch)
tree1961ed094864f952dc175738f179f68bc52dcf9f /libc-parts/ChangeLog
parentfbb89a288be9c833121e8688f7f78788b8261e44 (diff)
libc-parts/
2005-01-12 Neal H. Walfield <neal@gnu.org> * assert.h: Include prototype for printf. (assert) [!NDEBUG]: Rewrite to do something useful. libhurd-cap-server/ 2005-01-12 Neal H. Walfield <neal@gnu.org> * class-init.c (hurd_cap_class_init_untyped): Fix assert. * bucket-manage-mt.c (manage_mt_worker): Likewise. libpthread/ 2005-01-12 Neal H. Walfield <neal@gnu.org> * sysdeps/l4/pt-thread-alloc.c: Replace assert with a compile time warning. * sysdeps/l4/hurd/pt-sigstate.c (__pthread_sigstate): Don't return EINVAL. Pretend to work so the generic code is happy.
Diffstat (limited to 'libc-parts/ChangeLog')
-rw-r--r--libc-parts/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc-parts/ChangeLog b/libc-parts/ChangeLog
index 81e7f02..2622f81 100644
--- a/libc-parts/ChangeLog
+++ b/libc-parts/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-12 Neal H. Walfield <neal@gnu.org>
+
+ * assert.h: Include prototype for printf.
+ (assert) [!NDEBUG]: Rewrite to do something useful.
+
2004-10-20 Marcus Brinkmann <marcus@gnu.org>
* assert.h (assert): Only define if not defined.