diff options
Diffstat (limited to 'libguile/ChangeLog')
-rw-r--r-- | libguile/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index b13004f3b..631ef1c4b 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,8 @@ 2002-12-16 Mikael Djurfeldt <mdj@kvast.blakulla.net> + * pthread-threads.c, pthread-threads.h (SCM_DEBUG_THREADS): Added + support for debugging mutex operations. + * threads.c (scm_thread): Removed filed joining_threads. (thread_print): Print thread number as well as address of thread structure. |