diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index b2db13857..773636a04 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,14 @@ +2003-10-31 Thomas Pfaff <tpfaff@gmx.net> + + Rename pthread::running to pthread::valid throughout. + + * thread.h: (pthread::suspend_all_except_self): New static method. + (pthread::resume_all): Ditto. + (pthread::suspend_except_self): New method. + (pthread::resume): Ditto. + * thread.cc (pthread::suspend_except_self): Implement. + (pthread::resume): Ditto. + 2003-10-29 Danny Smith <dannysmith@users.sourceforege.net> * include/stdint.h: Prevent signed->unsigned conversion for 32 and |