Fix memory leak in ipa-pure-const
[gcc.git] / libjava / include / posix-threads.h
2013-03-13 Andrew John HughesUse pthread_equal rather than != to compare thread...
2009-11-17 Andrew Haleyposix-threads.cc (park): Rewrite code to handle time.
2007-05-12 David Daneyre PR libgcj/29324 (add wait handling hook)
2007-01-09 Tom TromeyMerged gcj-eclipse branch to trunk.
2006-07-21 Keith Seitzboehm.cc (_Jv_SuspendThread): Don't ifdef the function...
2006-06-26 Keith Seitzposix-threads.h: Fix coding style aberrations from...
2006-06-21 Bryce McKinlaywin32-threads.h (_Jv_ThreadDesc_t): New typedef.
2006-06-19 Keith Seitzposix-threads.h (_Jv_ThreadDebugSuspend): Declare.
2004-10-11 Richard Hendersonposix-threads.h <__alpha__> (_Jv_ThreadId_t): Use void*.
2003-10-21 Jerry Quinnposix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll...
2003-06-05 Bert Deknuydtposix-threads.h: Include <machine/pal.h> on OSF.
2002-03-27 Richard Henderson* include/posix-threads.h [alpha] (_Jv_ThreadSelf)...
2002-03-26 Loren J. Rittle* include/posix-threads.h: Support <.../pal.h> on FreeB...
2002-03-10 Bryce McKinlayHashtable synchronization for PowerPC.
2001-07-23 Jeff Sturmconfigure.host: Enable hash synchronization for alpha*-*.
2001-05-24 Tom Tromey[multiple changes]
2001-05-22 Per BothnerImplement invocation interface; don't create new thread...
2001-05-19 Alexandre Petit... posix-threads.h (_Jv_CondInit): `0' used in place of...
2000-12-30 Bryce McKinlayFor boehm-gc:
2000-04-09 Anthony Greenposix-threads.h (_Jv_MutexUnlock): Replace _JV_NOT_OWNER.
2000-04-09 Anthony Greenposix-threads.cc (_Jv_MutexLock): Moved back to posix...
2000-03-28 Bryce McKinlayMakefile.in: New #defines and friends for Thread.h.
2000-03-07 Tom TromeyAll files: Updated copyright information.
2000-01-19 Tom Tromey* All files: Updated copyright to reflect Cygnus purchase.
1999-12-09 Tom Tromeyre GNATS libgcj/117 (_Jv_PthreadCheckMonitor test is...
1999-11-04 Tom Tromeyquick-threads.h (_Jv_ThreadCancel): Removed.
1999-09-21 Tom Tromeyposix-threads.h (_Jv_MutexDestroy): Use _Jv_PthreadGetM...
1999-09-08 Tom Tromeyposix-threads.h (_Jv_PthreadCheckMonitor): Reverted...
1999-09-08 Tom Tromeyposix-threads.h (_Jv_PthreadCheckMonitor): Changed...
1999-09-08 Tom Tromeyposix-threads.cc (_Jv_CondWait): Check `errno' against...
1999-09-02 Tom Tromeyposix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define.
1999-09-01 Tom Tromeyposix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex.
1999-09-01 Tom Tromeyposix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckM...
1999-04-07 Tom TromeyInitial revision