diff options
author | Christopher Faylor <me@cgf.cx> | 2003-01-23 19:01:02 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-01-23 19:01:02 +0000 |
commit | 5468b0dd41e4016ccb83a2718af159d87b99bcf4 (patch) | |
tree | 7d6985000ae661fbdc9a43ea01ec154e6422fa29 | |
parent | 76f5cfedf1ba16ee7ac23adeb361314bfca52b1c (diff) | |
download | newlib-github/unlabeled-1.1710.2.zip newlib-github/unlabeled-1.1710.2.tar.gz newlib-github/unlabeled-1.1710.2.tar.bz2 |
* include/pthread.h (PTHREAD_MUTEX_RECURSIVE): Revert changes from 2003-01-09github/unlabeled-1.1710.2unlabeled-1.1710.2
mutex patch.
(PTHREAD_MUTEX_ERRORCHECK): Ditto.
-rw-r--r-- | winsup/cygwin/ChangeLog | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e1f4c39..391ed84 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -4,49 +4,6 @@ 2003-01-09 mutex patch. (PTHREAD_MUTEX_ERRORCHECK): Ditto. -2003-01-22 Corinna Vinschen <corinna@vinschen.de> - - * cygrun.c: Move from here to ../testsuite. - * Makefile.in: Remove cygrun.exe dependencies. - -2003-01-21 Jason Tishler <jason@tishler.net> - - * cygwin.din: Export nanosleep(). - * signal.cc (nanosleep): New function. - (sleep): Move old functionality to nanosleep(). Call nanosleep(). - (usleep): Remove old functionality. Call nanosleep(). - * include/cygwin/version.h: Bump API minor number. - -2003-01-21 Christopher Faylor <cgf@redhat.com> - - * grp.cc: Call gr.refresh() rather than doing isunitialized tests - throughout. - (gr): Use constructor (sigh). - (pwdgrp::parse_group): Rename from parse_grp. - (pwdgrp::read_group): Rename from read_etc_group. Just call gr.load - with a single argument. - * passwd.cc: Call pr.refresh() rather than doing isunitialized tests - throughout. - (pr): Use constructor (sigh). - (pwdgrp::parse_passwd): Rename from "parse_pwd". - (pwdgrp::read_passwd): Rename from read_etc_passwd. Just call pr.load - with a single argument. - * pwdgrp.h (pwdgrp_state): Eliminate. - (pwdgrp): Reflect above renamings. - (pwdgrp::etc_ix): Rename from pwd_ix. - (pwdgrp::read): New element. - (pwdgrp::lock): New element. - (pwdgrp::refresh): New function. - (pwdgrp::load): Eliminate variations which take buffer arguments. - (pwdgrp::pwdgrp): New constructors. Initialize mutex here. - * uinfo.cc (pwdgrp::load): Accommodate pwd_ix -> etc_ix renaming. - (pwdgrp::load): Set initialized state to true rather than setting state - to loaded. - -2003-01-21 Christopher Faylor <cgf@redhat.com> - - * include/cygwin/version.h: Bump DLL minor number. - 2003-01-21 Pierre Humblet <pierre.humblet@ieee.org> * path.h (etc::change_possible): Revert the type to bool. |