libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical ppc host match.
[gcc.git] / libjava / posix-threads.cc
2009-11-26 Ben Ellistonposix-threads.cc (ParkHelper::unpark): Do not initialis...
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-09-14 Andreas Schwab* posix-threads.cc: Include "posix.h".
2006-09-14 Geoffrey Keatingposix.cc (_Jv_platform_nanotime): Return nanoseconds...
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-19 Keith Seitzposix-threads.h (_Jv_ThreadDebugSuspend): Declare.
2006-01-04 Krister Walfridssonposix-threads.cc (_Jv_InitThreads): #ifdef PTHREAD_STAC...
2005-11-25 Andrew Haleyre PR libgcj/25016 (Integer overflow in _Jv_CondWait)
2005-11-17 Bryce McKinlayImplement -Xss.
2005-07-08 Andrew Haleyposix-threads.cc (_Jv_ThreadSetPriority): Use SCHED_OTH...
2005-02-16 David Daneyprims.cc (_Jv_CreateJavaVM): Add comment about initiali...
2004-08-12 David Daneyre PR libgcj/11801 (Problems with Process.waitFor(...
2003-10-21 Jerry Quinnposix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll...
2003-03-02 Jason Thorpeposix-threads.cc: Include <unistd.h> if HAVE_UNISTD_H...
2002-03-21 Bryce McKinlayposix-threads.cc (_Jv_ThreadSelf_out_of_line): Use...
2002-03-10 Bryce McKinlayHashtable synchronization for PowerPC.
2001-10-31 Joseph MyersHACKING, [...]: Fix spelling errors.
2001-10-24 Loren J. Rittleconfigure.in (case $THREADS): Add *-*-freebsd* configur...
2001-09-21 Bryce McKinlayposix-threads.cc (_Jv_ThreadInterrupt): Re-enable inter...
2001-05-24 Tom Tromey[multiple changes]
2001-05-22 Per BothnerImplement invocation interface; don't create new thread...
2001-05-21 Bryce McKinlayconfigure.in: Update boehm-gc include dir for new GC...
2001-04-28 Zack Weinbergprims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.
2001-03-26 Richard Hendersonexception.cc (java_eh_info): Make value type jthrowable.
2000-12-30 Bryce McKinlayFor boehm-gc:
2000-09-30 Tom Tromeyposix-threads.cc (_Jv_CondWait): Check to see if we...
2000-09-07 Bryce McKinlayMakefile.am (Thread.h): Don't be friends with native...
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-24 Bryce McKinlaynatObject.cc (notify): Throw message with IllegalMonito...
1999-11-30 Tom Tromeyre GNATS libgcj/98 (pthread_mutex_init in libjava/posix...
1999-11-04 Tom Tromeyquick-threads.h (_Jv_ThreadCancel): Removed.
1999-11-03 Bryce McKinlayposix-threads.cc: Don't include boehm-config.h.
1999-11-03 Bryce McKinlayposix-threads.cc: Don't include boehm-config.h.
1999-09-10 Tom Tromeyconfigure: Rebuilt.
1999-09-08 Tom Tromeyposix-threads.cc (_Jv_CondWait): pthread_ calls return...
1999-09-08 Tom Tromeyposix-threads.cc (_Jv_CondWait): Check `errno' against...
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-08-25 Bryce McKinlay* posix-threads.cc: Include <errno.h>.
1999-08-24 Tom Tromeyboehm.cc: Undefine TRUE and FALSE.
1999-08-22 Tom Tromeyre GNATS libgcj/40 (wait(timeout) wrongly throws Illega...
1999-06-14 Bryce McKinlay* posix-threads.cc (_Jv_CondWait): Fix currentTimeMilli...
1999-04-07 Tom TromeyInitial revision