diff options
author | Not Zed <NotZed@Ximian.com> | 2003-08-12 04:15:45 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-08-12 04:15:45 +0800 |
commit | 04d98f3c4ed6f176d4308b37b1db8e902874ce20 (patch) | |
tree | 05fd4d1ddc0beb3a784681f48638a78dd8e54b72 /e-util/ChangeLog | |
parent | 6ccafb45ae1b0469fea2ebf5e74548f9fa0d1f33 (diff) | |
download | gsoc2013-evolution-04d98f3c4ed6f176d4308b37b1db8e902874ce20.tar.gz gsoc2013-evolution-04d98f3c4ed6f176d4308b37b1db8e902874ce20.tar.zst gsoc2013-evolution-04d98f3c4ed6f176d4308b37b1db8e902874ce20.zip |
check pthread_create return code properly. (e_mutex_lock): check pthread*
2003-08-11 Not Zed <NotZed@Ximian.com>
* e-msgport.c (e_thread_put): check pthread_create return code
properly.
(e_mutex_lock): check pthread* return codes properly.
(e_mutex_unlock): Same here.
(e_mutex_cond_wait): and here.
svn path=/trunk/; revision=22177
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 131bbf4cba..8c40628977 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,11 @@ +2003-08-11 Not Zed <NotZed@Ximian.com> + + * e-msgport.c (e_thread_put): check pthread_create return code + properly. + (e_mutex_lock): check pthread* return codes properly. + (e_mutex_unlock): Same here. + (e_mutex_cond_wait): and here. + 2003-08-05 Dan Winship <danw@ximian.com> * e-html-utils.c (special_chars): add a flag for non-url chars |