summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-12
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2001-02-13 15:57:44 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2001-02-13 15:57:44 +0000
commit41e2001d85966ce3bd9133e49b070a00926bd6ea (patch)
tree6bb0a9ea4141246a9b1235cb3d143bef901e7f7c /ChangeLog.pre-2-12
parentcc0f6f0232e471031546faec64239cf91a2a4b83 (diff)
downloadglib-41e2001d85966ce3bd9133e49b070a00926bd6ea.tar.gz
Added functions g_static_rec_mutex_init, g_static_rec_mutex_free,
2001-02-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * gthread.c, gthread.h: Added functions g_static_rec_mutex_init, g_static_rec_mutex_free, g_static_private_init, g_static_private_free, g_static_rw_lock_init to allow the usage of all those types dynamically. (g_static_rw_lock_free already existed). Aditionally freed static_private indeces are reused now. Untill now the array would just grow if you would use more and more static_private. That required adding a slist of all running threads, which could potentially be of good use later. It is not exported however. Renamed a LOCK and small indentation fixes. * tests/thread-test.c: Test the new static_private index freing and reusing feature.
Diffstat (limited to 'ChangeLog.pre-2-12')
-rw-r--r--ChangeLog.pre-2-1216
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 860f83603..aa4b78291 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -1,3 +1,19 @@
+2001-02-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+
+ * gthread.c, gthread.h: Added functions g_static_rec_mutex_init,
+ g_static_rec_mutex_free, g_static_private_init,
+ g_static_private_free, g_static_rw_lock_init to allow the usage of
+ all those types dynamically. (g_static_rw_lock_free already
+ existed). Aditionally freed static_private indeces are reused
+ now. Untill now the array would just grow if you would use more
+ and more static_private. That required adding a slist of all
+ running threads, which could potentially be of good use later. It
+ is not exported however. Renamed a LOCK and small indentation
+ fixes.
+
+ * tests/thread-test.c: Test the new static_private index freing
+ and reusing feature.
+
Mon Feb 12 15:01:09 2001 Owen Taylor <otaylor@redhat.com>
* configure.in (gtk_doc_min_version): Add check for gtk-doc version.