aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
1999-12-09re GNATS libgcj/117 (_Jv_PthreadCheckMonitor test is not portable.)Tom Tromey2-2/+22
1999-12-06jvm.h: Declare many functions with __attribute__((__malloc__)).Anthony Green3-12/+23
1999-12-03Updated the thanks list.Anthony Green2-2/+19
1999-12-02natString.cc (equalsIgnoreCase): return false if anotherString is null.Bryce McKinlay3-5/+12
1999-12-02ServerSocket.java (ServerSocket): Bind to any interface if bindAddr is null.Bryce McKinlay2-1/+6
1999-11-30re GNATS libgcj/98 (pthread_mutex_init in libjava/posix-threads.cc)Tom Tromey2-1/+10
1999-11-29exception.cc: Remove prototype declarations for malloc and free.Per Bothner3-74/+276
1999-11-25prims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayElementFromElementType.Tom Tromey5-51/+63
1999-11-23re GNATS java.net/57 (potential buffer overruns)Bryce McKinlay3-34/+46
1999-11-19sjlj jumbo patchTom Tromey18-661/+469
1999-11-18* no-threads.cc (_Jv_ThreadStart): Use JvFail and not JvAssert.Tom Tromey2-1/+6
1999-11-18natClass.cc (MCACHE_SIZE): Define as a power of 2 minus 1.Tom Tromey2-3/+16
1999-11-07ZipFile.java: Compute the offset of the ZipEntry data correctly.Anthony Green2-4/+12
1999-11-05* java/lang/natThread.cc (destroy): Removed incorrect comment.Tom Tromey2-2/+4
1999-11-05boehm.cc (_Jv_GCSetInitialHeapSize): Swapped size & current.Jeff Sturm3-5/+11
1999-11-05natThread.cc (stop): Removed argument name.Tom Tromey5-16/+11
1999-11-04natClass.cc (method_cache_count): Removed.Tom Tromey4-317/+137
1999-11-04configure.in: Removed `qt' threads case.Tom Tromey5-428/+214
1999-11-04quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey7-68/+21
1999-11-03Actually removed files which were supposedlyTom Tromey6-614/+0
1999-11-03posix-threads.cc: Don't include boehm-config.h.Bryce McKinlay2-1/+3
1999-11-03posix-threads.cc: Don't include boehm-config.h.Bryce McKinlay2-1/+4
1999-11-03* boehm.cc: Don't include boehm-config.h.Tom Tromey2-4/+4
1999-11-02boehm.cc (_Jv_InitGC): Set GC_java_finalization.Tom Tromey2-19/+9
1999-11-01PrintStream (PrintStream): Fix illegal usage of "this" before "super".Bryce McKinlay4-10/+28
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