Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-06-25* thread.cc (MTinterface::fixup_after_fork): Fix thread list after fork.Thomas Pfaff
2003-06-16Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor
2003-06-12* thread.cc (pthread_attr_init): Revert change from 2003-06-11Thomas Pfaff
2003-06-11* thread.cc (pthread_attr_init): Return 0 if attribute is already initialized.Thomas Pfaff
2003-05-15* thread.h (pthread::init_mainthread): Remove function parameter.Thomas Pfaff
2003-04-17* thread.h (pthread::equal): New static method.Thomas Pfaff
2003-04-16Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation.Thomas Pfaff
2003-03-27* thread.cc: Change 1==foo equations to foo==1 throughout.Thomas Pfaff
2003-03-27* thread.h: Change class names, methods, members and local varsThomas Pfaff
2003-03-23* thread.h (class List): Move inline code inside classThomas Pfaff
2003-03-18* pthread.cc (pthread_attr_init): RemoveThomas Pfaff
2003-03-18* cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,Thomas Pfaff
2003-03-18* thread.h (pthread_cond::ExitingWait): Remove.Thomas Pfaff
2003-03-18* include/pthread.h (PTHREAD_MUTEX_NORMAL): New define.Thomas Pfaff
2003-03-04* thread.cc (MTinterface::fixup_after_fork): Initialize mainthreadThomas Pfaff
2003-01-14spacing cleanupChristopher Faylor
2003-01-14Apply system_cancel patchThomas Pfaff
2003-01-14Apply wait_cancel patchThomas Pfaff
2003-01-14Apply handle_sigsuspend patchThomas Pfaff
2003-01-10 Split ChangeLog, create ChangeLog-2002.Corinna Vinschen
2003-01-09Apply pthread_cancel_patchThomas Pfaff
2003-01-09Applied pthread_mutex patchThomas Pfaff
2003-01-09Applied cond_init patchThomas Pfaff
2002-11-242002-11-05 Thomas Pfaff <tpfaff@gmx.net>Robert Collins
2002-11-13* miscfuncs.cc (low_priority_sleep): New function. Use throughout where codeChristopher Faylor
2002-10-20Rename _kill() to kill() throughout. Rename _raise() to raise() throughout.Christopher Faylor
2002-10-18* thread.cc (verifyable_object_isvalid): Test for a valid object pointer beforeChristopher Faylor
2002-10-172002-10-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-10-172002-10-17 Thomas Pfaff <tpfaff@gmx.net>Robert Collins
2002-10-05whitespaceChristopher Faylor
2002-10-012002-10-01 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-30* thread.cc (pthread_mutex::initMutex): Remove \n from api_fatal.Christopher Faylor
2002-09-30* thread.cc (pthread::precreate): Use explicit "no inherit" option whenChristopher Faylor
2002-09-30* thread.cc (pthread_key::keys): Do not copy on fork.Christopher Faylor
2002-09-302002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-30remove newlineChristopher Faylor
2002-09-30* exceptions.cc (unused_sig_wrapper): Accommodate newer compilers.Christopher Faylor
2002-09-30* thread.cc: Use "%E" in *_printf throughout rather than calling GetLastError.Christopher Faylor
2002-09-30GNUify slightly.Christopher Faylor
2002-09-302002-09-30 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-272002-09-27 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-23white space.Christopher Faylor
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor
2002-09-212002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-212002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-212002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-212002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-212002-09-21 Robert Collins <rbtcollins@hotmail.com>Robert Collins
2002-09-19* cygthread.cc (cygthread::initialized): Avoid copying on fork or some threadsChristopher Faylor
2002-09-172002-09-17 Robert Collins <rbtcollins@hotmail.com>Robert Collins