summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorSebastian Wilhelmi <wilhelmi@ira.uka.de>2000-04-19 09:29:19 +0000
committerSebastian Wilhelmi <wilhelmi@src.gnome.org>2000-04-19 09:29:19 +0000
commit1383e5b64259c05b977442df2c473fa5931854a5 (patch)
treedbf95a74fd81c6b14f8686b7cb075f4e197421ea /ChangeLog.pre-2-8
parente366512775000ce20eed18ead840de45271c2662 (diff)
downloadglib-1383e5b64259c05b977442df2c473fa5931854a5.tar.gz
Made the debugging G_TRYLOCK call also work for compilers with funnt
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work for compilers with funnt G_STMT_(START|END) macros. * tests/thread-test.c: Implemented a check for that.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-85
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index bfb2bed48..e32a0fb13 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,10 @@
2000-04-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
+ * glib.h (G_TRYLOCK): Made the debugging G_TRYLOCK call also work
+ for compilers with funnt G_STMT_(START|END) macros.
+
+ * tests/thread-test.c: Implemented a check for that.
+
* gutils.c (g_getenv): Changed the win32 part of this function to
be thread safe and to make the returned environment string
persistent to match the UN*X behavior. This is again a response to