diff options
author | Timo Schulz <twoaday@freakmail.de> | 2004-12-13 19:00:35 +0100 |
---|---|---|
committer | Timo Schulz <twoaday@freakmail.de> | 2004-12-13 19:00:35 +0100 |
commit | db27cdff413da847c956bd36c68e46f3b47c3808 (patch) | |
tree | 0b106505b6b6a3fbbb53e60794010b113999ed70 /jnlib/ChangeLog | |
parent | VArious hacks to make it at least build under W32. (diff) | |
download | gnupg2-db27cdff413da847c956bd36c68e46f3b47c3808.tar.xz gnupg2-db27cdff413da847c956bd36c68e46f3b47c3808.zip |
2004-12-13 Timo Schulz <twoaday@g10code.com>
* w32-pth.c (enter_pth, leave_pth): New.
(pth_init): Initialize global mutex section.
(pth_kill): Release global mutex section.
(helper_thread): New.
(pth_spawn): Make sure only one thread is running.
Diffstat (limited to 'jnlib/ChangeLog')
-rw-r--r-- | jnlib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jnlib/ChangeLog b/jnlib/ChangeLog index f27ef87b6..de73ef40e 100644 --- a/jnlib/ChangeLog +++ b/jnlib/ChangeLog @@ -1,3 +1,11 @@ +2004-12-13 Timo Schulz <twoaday@g10code.com> + + * w32-pth.c (enter_pth, leave_pth): New. + (pth_init): Initialize global mutex section. + (pth_kill): Release global mutex section. + (helper_thread): New. + (pth_spawn): Make sure only one thread is running. + 2004-12-13 Werner Koch <wk@g10code.com> * stringhelp.c (w32_strerror) [W32]: New. |