Unlock the pool for all threads leaving it. (#78348)
[platform/upstream/glib.git] / gthread / ChangeLog
index e45fe64..9a1070b 100644 (file)
@@ -1,7 +1,20 @@
+2002-03-10  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gthread-posix.c (g_thread_create_posix_impl): Do a comparison,
+       not an assignment, stupid! Spotted by Daniel Elstner
+       <daniel.elstner@gmx.net>.
+
+2002-02-09  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * gthread-impl.c: Only compile most of this file, if
+       G_THREADS_ENABLED is set.
+
+       * Fixed typo in G_THREADS_ENABLED. 
+
 2002-01-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
-       * gthread-posix.c: Use g_free instead of free. Pointed out by Sam
-       O'Connor <sam@panviva.com>.
+       * gthread-solaris.c: Use g_free instead of free. Pointed out by
+       Sam O'Connor <sam@panviva.com>.
 
 2001-10-23  Tor Lillqvist  <tml@iki.fi>