aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
1999-10-22Makefile.in: Rebuilt.Tom Tromey11-26/+229
1999-10-20Test code for GNATS gcj/71 and GNATS gcj/72.Bryce McKinlay4-0/+35
1999-10-18VMClassLoader.java (getVMClassLoader): New method.Tom Tromey4-14/+30
1999-10-17ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of Cla...Anthony Green4-12/+40
1999-10-15gij.cc (main): Formatting fixes.Tom Tromey4-6/+39
1999-10-15* include/java-props.h: Added copyright.Tom Tromey2-0/+12
1999-10-15libtool-version: Catch up by incrementing current.Anthony Green10-213/+494
1999-10-13configure: Rebuilt.Tom Tromey4-226/+220
1999-10-06configure.in (GCJ): Define as "target-gcj", not "target/gcj" when building Ca...Tom Tromey4-137/+147
1999-10-04natPlainSocketImpl.cc: Don't include headers if java.net is disabled.Tom Tromey2-0/+5
1999-10-04Makefile.in: Rebuilt.Tom Tromey3-3/+8
1999-10-04Fix changelog entryAnthony Green1-3/+0
1999-10-04A little clean up.Anthony Green4-1/+13
1999-10-02Refreshed from htdocsAnthony Green2-19/+57
1999-10-02Missing file from last commitSteve Chamberlain1-0/+10
1999-10-02The following patches include a couple of fixes for cross toolchains,Steve Chamberlain3-1/+10
1999-10-02re GNATS gcj/56 (gcj segfaults in jc1 on OK java file)Tom Tromey3-0/+13
1999-10-02configure: Rebuilt.Tom Tromey9-210/+414
1999-09-30* java/net/natPlainDatagramSocketImpl.cc: Indentation fix.Tom Tromey2-3/+7
1999-09-30README: New file.Bryce McKinlay2-0/+51
1999-09-29re GNATS gcj/55 (jc1 dies on implicit String conversion)Tom Tromey3-0/+15
1999-09-28configure: Rebuilt.Tom Tromey4-2/+9
1999-09-28aclocal.m4, configure: Rebuilt.Tom Tromey4-409/+203
1999-09-27sparc-signal.h (SIGNAL_HANDLER): Third argument now a `void *'.Tom Tromey2-1/+6
1999-09-24re GNATS java.util/47 (Date.toString() returns embedded newline)Tom Tromey10-372/+343
1999-09-23configure: Rebuilt.Tom Tromey3-48/+57
1999-09-23natFirstThread.cc (run): Renamed from `run0'.Tom Tromey3-20/+7
1999-09-23re GNATS gcj/51 (Writing on OutputStream of bad Socket kills app with "Broken...Tom Tromey2-15/+25
1999-09-22* libgcj.spec.in: Use `jc1' spec, not `cc1' spec.Tom Tromey2-2/+6
1999-09-22MessageFormat.java (MessageFormat(String)): Set the default locale.Bryce McKinlay3-1/+12
1999-09-21Output_UTF8.java (write): Don't exit loop unless both `inlength' and `bytes_t...Tom Tromey2-14/+9
1999-09-21posix-threads.h (_Jv_MutexDestroy): Use _Jv_PthreadGetMutex.Tom Tromey2-3/+8
1999-09-21OutputStreamWriter.java (OutputStreamWriter): Reverted previous patch; it too...Tom Tromey3-10/+10
1999-09-21OutputStreamWriter.java (OutputStreamWriter): Don't refer to `this' before ca...Tom Tromey3-6/+17
1999-09-20configure: Rebuilt.Tom Tromey3-50/+58
1999-09-14java-insns.h: Turned constants into an enum.Tom Tromey2-228/+236
1999-09-10configure: Rebuilt.Tom Tromey65-155/+739
1999-09-10configure: Rebuilt.Tom Tromey3-237/+232
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