summaryrefslogtreecommitdiff
path: root/libc-parts/ChangeLog
diff options
context:
space:
mode:
authorneal <neal>2007-12-10 15:10:27 +0000
committerneal <neal>2007-12-10 15:10:27 +0000
commitd8d392a59e99b945a9e15bfe84a0aa8839cb78b5 (patch)
tree6c2b9182f7b0d38782d04ab9b71abf3465a45216 /libc-parts/ChangeLog
parentb73ffe03b62dd2af23287adfe23cfe7f59d671f2 (diff)
hurd/
2007-12-10 Neal H. Walfield <neal@gnu.org> * stddef.h [! DEBUG_ELIDE]: Include <l4/thread.h>. [! DEBUG_ELIDE] (debug): Also print the caller's thread id. libc-parts/ 2007-12-10 Neal H. Walfield <neal@gnu.org> * assert.h [! NDEBUG]: Include <l4/thread.h>. [! NDEBUG] (assert): Also print the caller's thread id. viengoos/ 2007-12-10 Neal H. Walfield <neal@gnu.org> * t-link.c: Include "object.h". (program_name): Remove static qualifier. (struct object_desc): Don't define. Replace all uses of foo with lru_activity and value with age. * Makefile.am (t_link_CPPFLAGS): Don't include the macro definitions from object.h.
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 adc5852..7e96cef 100644
--- a/libc-parts/ChangeLog
+++ b/libc-parts/ChangeLog
@@ -1,3 +1,8 @@
+2007-12-10 Neal H. Walfield <neal@gnu.org>
+
+ * assert.h [! NDEBUG]: Include <l4/thread.h>.
+ [! NDEBUG] (assert): Also print the caller's thread id.
+
2007-11-16 Neal H. Walfield <neal@gnu.org>
* assert.h (assert): Print program_name and EXPR as a string.