aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-09-16 16:09:54 +0000
committerChristopher Faylor <me@cgf.cx>2002-09-16 16:09:54 +0000
commitd04cf16c52c845c683c901b2aa201445f6d9e1c4 (patch)
tree118fcf16cd58eaafa092c39ea635dab63e88e54b /winsup/cygwin/ChangeLog
parent4e786173219dedb425672f495a36adbff68273f7 (diff)
downloadnewlib-d04cf16c52c845c683c901b2aa201445f6d9e1c4.zip
newlib-d04cf16c52c845c683c901b2aa201445f6d9e1c4.tar.gz
newlib-d04cf16c52c845c683c901b2aa201445f6d9e1c4.tar.bz2
* init.cc: Cleanup slightly and remove obsolete code.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog12
1 files changed, 8 insertions, 4 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e7afe62..bbbfad9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,11 +1,15 @@
+2002-09-16 Christopher Faylor <cgf@redhat.com>
+
+ * init.cc: Cleanup slightly and remove obsolete code.
+
2002-09-11 Robert Collins <rbtcollins@hotmail.com>
* init.cc (dll_entry): On thread detach, if the thread hasn't
exit()ed, do so.
- * pthread.cc (pthread_getsequence_np): Remove the
+ * pthread.cc (pthread_getsequence_np): Remove the
__pthread_getsequence_np wrapper. This requires errno.h.
- * thread.cc (pthread::self): Instantiate a new pthread object
- when called and none exists. return a NULL object if instantiation
+ * thread.cc (pthread::self): Instantiate a new pthread object
+ when called and none exists. return a NULL object if instantiation
fails.
(pthread::precreate): Factor out common code.
(pthread::postcreate): Ditto.
@@ -38,7 +42,7 @@
(__pthread_getsequence_np): Remove.
(__pthread_setschedparam): Apply Extract Method to the object
validation.
- (pthreadNull::getNullpthread): New method, return the pthreadNull
+ (pthreadNull::getNullpthread): New method, return the pthreadNull
object.
(pthreadNull::pthreadNull): Private constructor to prevent accidental
use.