summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* * boehm.cc: Don't include boehm-config.h.Tom Tromey1999-11-032-4/+4
* boehm.cc (_Jv_InitGC): Set GC_java_finalization.Tom Tromey1999-11-022-19/+9
* PrintStream (PrintStream): Fix illegal usage of "this" before "super".Bryce McKinlay1999-11-014-10/+28
* Makefile.in: Rebuilt.Tom Tromey1999-10-2211-26/+229
* Test code for GNATS gcj/71 and GNATS gcj/72.Bryce McKinlay1999-10-204-0/+35
* VMClassLoader.java (getVMClassLoader): New method.Tom Tromey1999-10-184-14/+30
* ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of Cla...Anthony Green1999-10-174-12/+40
* gij.cc (main): Formatting fixes.Tom Tromey1999-10-154-6/+39
* * include/java-props.h: Added copyright.Tom Tromey1999-10-152-0/+12
* libtool-version: Catch up by incrementing current.Anthony Green1999-10-1510-213/+494
* configure: Rebuilt.Tom Tromey1999-10-134-226/+220
* configure.in (GCJ): Define as "target-gcj", not "target/gcj" when building Ca...Tom Tromey1999-10-064-137/+147
* natPlainSocketImpl.cc: Don't include headers if java.net is disabled.Tom Tromey1999-10-042-0/+5
* Makefile.in: Rebuilt.Tom Tromey1999-10-043-3/+8
* Fix changelog entryAnthony Green1999-10-041-3/+0
* A little clean up.Anthony Green1999-10-044-1/+13
* Refreshed from htdocsAnthony Green1999-10-022-19/+57
* Missing file from last commitSteve Chamberlain1999-10-021-0/+10
* The following patches include a couple of fixes for cross toolchains,Steve Chamberlain1999-10-023-1/+10
* re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)Tom Tromey1999-10-023-0/+13
* configure: Rebuilt.Tom Tromey1999-10-029-210/+414
* * java/net/natPlainDatagramSocketImpl.cc: Indentation fix.Tom Tromey1999-09-302-3/+7
* README: New file.Bryce McKinlay1999-09-302-0/+51
* re GNATS gcj/55 (jc1 dies on implicit String conversion)Tom Tromey1999-09-293-0/+15
* configure: Rebuilt.Tom Tromey1999-09-284-2/+9
* aclocal.m4, configure: Rebuilt.Tom Tromey1999-09-284-409/+203
* sparc-signal.h (SIGNAL_HANDLER): Third argument now a `void *'.Tom Tromey1999-09-272-1/+6
* re GNATS java.util/47 (Date.toString() returns embedded newline)Tom Tromey1999-09-2410-372/+343
* configure: Rebuilt.Tom Tromey1999-09-233-48/+57
* natFirstThread.cc (run): Renamed from `run0'.Tom Tromey1999-09-233-20/+7
* re GNATS gcj/51 (Writing on OutputStream of bad Socket kills app with "Broken...Tom Tromey1999-09-232-15/+25
* * libgcj.spec.in: Use `jc1' spec, not `cc1' spec.Tom Tromey1999-09-222-2/+6
* MessageFormat.java (MessageFormat(String)): Set the default locale.Bryce McKinlay1999-09-223-1/+12
* Output_UTF8.java (write): Don't exit loop unless both `inlength' and `bytes_t...Tom Tromey1999-09-212-14/+9
* posix-threads.h (_Jv_MutexDestroy): Use _Jv_PthreadGetMutex.Tom Tromey1999-09-212-3/+8
* OutputStreamWriter.java (OutputStreamWriter): Reverted previous patch; it too...Tom Tromey1999-09-213-10/+10
* OutputStreamWriter.java (OutputStreamWriter): Don't refer to `this' before ca...Tom Tromey1999-09-213-6/+17
* configure: Rebuilt.Tom Tromey1999-09-203-50/+58
* java-insns.h: Turned constants into an enum.Tom Tromey1999-09-142-228/+236
* configure: Rebuilt.Tom Tromey1999-09-1065-155/+739
* configure: Rebuilt.Tom Tromey1999-09-103-237/+232
* posix-threads.h (_Jv_PthreadCheckMonitor): Reverted previous change and imple...Tom Tromey1999-09-082-1/+7
* posix-threads.h (_Jv_PthreadCheckMonitor): Changed test in __m_count case.Tom Tromey1999-09-083-2/+8
* posix-threads.cc (_Jv_CondWait): pthread_ calls return error code and don't s...Tom Tromey1999-09-082-3/+6
* posix-threads.cc (_Jv_CondWait): Check `errno' against EINTR, not `r'.Tom Tromey1999-09-083-9/+77
* re GNATS libgcj/3 (FileInputStream.available always returns 0)Tom Tromey1999-09-035-235/+300
* java-array.h (jobjectArrayjchar): Removed unused declaration.Tom Tromey1999-09-022-2/+3
* natClassLoader.cc (_Jv_WaitForState): Call _Jv_PrepareCompiledClass while hol...Tom Tromey1999-09-022-2/+9
* posix-threads.h (PTHREAD_MUTEX_IS_STRUCT): New define.Tom Tromey1999-09-0210-361/+1402
* natClass.cc: Fixed notification of threads when class initialization is compl...Matt Welsh1999-09-022-2/+7