This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository newlib.
from ad8730cc9 Cygwin: utils: refresh tzmap.h new d4e7869ee Cygwin: semaphore.h: clean namespace new edf48054e Cygwin: implement sem_clockwait new 123454f9d Cygwin: implement pthread_cond_clockwait new 5c4eaf45f Cygwin: implement pthread_mutex_clocklock new 520c3a3fa Cygwin: pthread.h: clean namespace new c2ad78d67 Cygwin: implement pthread_rwlock_clockrdlock/pthread_rwlock_c [...] new fff00f776 Cygwin: bump API minor and set DLL version to 3.3.0
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: winsup/cygwin/common.din | 5 ++ winsup/cygwin/include/cygwin/version.h | 8 +-- winsup/cygwin/include/pthread.h | 45 +++++++++++------ winsup/cygwin/include/semaphore.h | 23 +++++---- winsup/cygwin/pthread.cc | 8 ++- winsup/cygwin/release/{3.2.1 => 3.3.0} | 3 ++ winsup/cygwin/thread.cc | 92 +++++++++++++++++++++++++++------- winsup/cygwin/thread.h | 3 +- winsup/doc/new-features.xml | 29 +++++++++++ winsup/doc/posix.xml | 13 +++-- 10 files changed, 175 insertions(+), 54 deletions(-) rename winsup/cygwin/release/{3.2.1 => 3.3.0} (92%)