aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 0dfa379..ee46bf4 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2005-07-02 Christopher Faylor <cgf@timesys.com>
+ * thread.h (verifyable_object_state verifyable_object_isvalid): Delete
+ function declaration that should have been static.
+ * thread.cc (verifyable_object_state verifyable_object_isvalid): Make
+ inline static.
+ (pthread*::is_good_object): Move to directly after
+ verifyable_object_state verifyable_object_isvalid and make inline.
+
+2005-07-02 Christopher Faylor <cgf@timesys.com>
+
Replace valid memory checks with new myfault class "exception
handling", almost everywhere. Leave some thread.cc stuff alone for
now.