aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
1999-09-08posix-threads.h (_Jv_PthreadCheckMonitor): Reverted previous change and imple...Tom Tromey2-1/+7
1999-09-08posix-threads.h (_Jv_PthreadCheckMonitor): Changed test in __m_count case.Tom Tromey3-2/+8
1999-09-08posix-threads.cc (_Jv_CondWait): pthread_ calls return error code and don't s...Tom Tromey2-3/+6
1999-09-08posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'.Tom Tromey3-9/+77
1999-09-03re GNATS libgcj/3 (FileInputStream.available always returns 0)Tom Tromey5-235/+300
1999-09-02java-array.h (jobjectArrayjchar): Removed unused declaration.Tom Tromey2-2/+3
1999-09-02natClassLoader.cc (_Jv_WaitForState): Call _Jv_PrepareCompiledClass while hol...Tom Tromey2-2/+9
1999-09-02posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define.Tom Tromey10-361/+1402
1999-09-02natClass.cc: Fixed notification of threads when class initialization is compl...Matt Welsh2-2/+7
1999-09-01Modifier.java (ALL_FLAGS): New constant.Tom Tromey6-105/+122
1999-09-01natClassLoader.cc (_Jv_NewClass): Use JV_STATE_NOTHING, not `0'.Tom Tromey3-16/+21
1999-09-01posix-threads.cc (_Jv_CondWait): Use _Jv_PthreadGetMutex.Tom Tromey3-23/+80
1999-09-01* ChangeLog: update.Kresten Krab Thorup1-0/+6
1999-09-01posix-threads.cc (_Jv_CondWait): Call _Jv_PthreadCheckMonitor.Tom Tromey5-8/+40
1999-09-01Makefile.am (.java.lo): Add rule.Kresten Krab Thorup2-1360/+204
1999-09-01jvm.h (_Jv_makeUtf8TypeConst): Removed unused declaration.Tom Tromey2-1/+5
1999-08-25G19990304_01.out: New file.Tom Tromey3-0/+24
1999-08-25G19990310_01.out: New file.Tom Tromey3-0/+29
1999-08-25* posix-threads.cc: Include <errno.h>.Bryce McKinlay2-0/+5
1999-08-24boehm.cc: Undefine TRUE and FALSE.Tom Tromey3-1/+12
1999-08-22Added missing whitespace in function calls within adaptorsAlexandre Oliva2-4/+4
1999-08-22re GNATS libgcj/40 (wait(timeout) wrongly throws IllegalMonitorState exception)Tom Tromey2-0/+8
1999-08-21configure.in: Check for in_addr_t in netinet/in.h too.Alexandre Oliva7-48/+117
1999-08-21Change in_addr_t default to jintAlexandre Oliva4-4/+4
1999-08-21configure.in: Check types ssize_t and in_addr_t.Alexandre Oliva5-27/+220
1999-08-21natSystem.cc (getpwuid_adaptor): New overloaded function that detects the sig...Alexandre Oliva1-0/+8
1999-08-21natSystem.cc (getpwuid_adaptor): New overloaded function that detects the sig...Alexandre Oliva2-2/+53
1999-08-20interpret.cc (continue1): Implement explicit dispatch table.Kresten Krab Thorup6-751/+983
1999-08-19natThread.cc (class locker): New class.Tom Tromey2-7/+37
1999-08-18ThreadGroup.java: Fixed now-erroneous comment.Tom Tromey3-3/+8
1999-08-18* include/javaprims.h ("Java"): Regenerated namespace decls.Tom Tromey2-1/+11
1999-08-18natClassLoader.cc (_Jv_PrepareCompiledClass): Renamed from _Jv_InternClassStr...Kresten Krab Thorup26-515/+2193
1999-08-18natThread.cc (sleep): Turn 0 millis and 0 nanos into 1 nano.Tom Tromey3-1/+15
1999-08-17From Bryce McKinlay:Tom Tromey3-0/+22
1999-08-16configure: Rebuilt.Tom Tromey3-203/+222
1999-08-14resolve.cc (_Jv_PrepareClass): Use ClassLoader::resolveClass0.Per Bothner5-14/+19
1999-08-12javaprims.h (TRUE, FALSE): Redefine as themselves.Alexandre Oliva2-0/+12
1999-08-11BitSet.java (set, [...]): specify "1" constant as long.Bryce McKinlay2-3/+8
1999-08-10[multiple changes]Anthony Green17-464/+471
1999-08-09configure.in (sched_yield): Try librt first, then libposix4.Rainer Orth3-219/+217
1999-08-09Primes.java: New file.Anthony Green3-0/+269
1999-08-09* gnu/gcj/util/path/SearchPath.java: Comment out verbose output.Anthony Green2-2/+6
1999-08-09defineclass.cc (_Jv_VerifyClassName): Verify array names correctly.Anthony Green2-2/+15
1999-08-08[multiple changes]Anthony Green42-592/+8335
1999-08-06configure: Rebuilt.Tom Tromey3-75/+133
1999-08-06Locale.java (CHINESE, [...]): New locales.Mojo Jojo2-5/+39
1999-08-05configure.in: Also do AC_SUBST for DIVIDESPEC.Per Bothner3-33/+40
1999-08-04Updated THANKSTom Tromey1-0/+2
1999-08-03aclocal.m4, configure: Rebuilt for new libtool.Tom Tromey5-849/+288
1999-08-03natFile.cc (performMkdir): Remove FIXME.Bryce McKinlay3-3/+3