diff options
Diffstat (limited to 'jnlib/ChangeLog')
-rw-r--r-- | jnlib/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/jnlib/ChangeLog b/jnlib/ChangeLog index fa871caab..2eaa7916f 100644 --- a/jnlib/ChangeLog +++ b/jnlib/ChangeLog @@ -1,3 +1,16 @@ +2004-12-14 Werner Koch <[email protected]> + + * w32-pth.c (_pth_strerror): Renamed to ... + (w32_strerror): .. this. And let callers provide a buffer. + (spawn_helper_thread): Removed HD arg and hardwire the stack size + to 32k. + (do_pth_wait): Removed use of ATTR; not needed for the helper + threads. + (helper_thread): Renamed to .. + (launch_thread): .. this. Release handle if not joinable. + (struct pth_priv_hd_s): Renamed to ... + (struct thread_info_s): .. this. Add member JOINABLE and TH. + 2004-12-14 Timo Schulz <[email protected]> * w32-pth.c (pth_kill): Just release the crit section if |