aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/ChangeLog
diff options
context:
space:
mode:
author1 <NotZed@Ximian.com>2001-11-02 05:23:36 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-11-02 05:23:36 +0800
commitf6f1ce07cef110a562d2981395ef7ba2db707a7c (patch)
treec73c81436530f30f30334d52028aec9251d07c95 /libibex/ChangeLog
parentb5ec8bf5cfd3c1638dc41f58283909e4571fad97 (diff)
downloadgsoc2013-evolution-f6f1ce07cef110a562d2981395ef7ba2db707a7c.tar
gsoc2013-evolution-f6f1ce07cef110a562d2981395ef7ba2db707a7c.tar.gz
gsoc2013-evolution-f6f1ce07cef110a562d2981395ef7ba2db707a7c.tar.bz2
gsoc2013-evolution-f6f1ce07cef110a562d2981395ef7ba2db707a7c.tar.lz
gsoc2013-evolution-f6f1ce07cef110a562d2981395ef7ba2db707a7c.tar.xz
gsoc2013-evolution-f6f1ce07cef110a562d2981395ef7ba2db707a7c.tar.zst
gsoc2013-evolution-f6f1ce07cef110a562d2981395ef7ba2db707a7c.zip
Change to use pthread_mutex directly. (ibex_close): Same.
2001-11-01 <NotZed@Ximian.com> * ibex_block.c (ibex_open): Change to use pthread_mutex directly. (ibex_close): Same. * ibex_internal.h: Changed to use pthread mutexes. Fixes #14218. svn path=/trunk/; revision=14565
Diffstat (limited to 'libibex/ChangeLog')
-rw-r--r--libibex/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/libibex/ChangeLog b/libibex/ChangeLog
index 46c89323ed..1b4a146585 100644
--- a/libibex/ChangeLog
+++ b/libibex/ChangeLog
@@ -1,3 +1,10 @@
+2001-11-01 <NotZed@Ximian.com>
+
+ * ibex_block.c (ibex_open): Change to use pthread_mutex directly.
+ (ibex_close): Same.
+
+ * ibex_internal.h: Changed to use pthread mutexes. Fixes #14218.
+
2001-10-31 <NotZed@Ximian.com>
* ibex_internal.h (IBEX_TRYLOCK): Added a trylock, used by ibex_use.