aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2000-03-17Color.java: New file.Warren Levy19-10/+533
2000-03-15[multiple changes]Tom Tromey11-2/+1031
2000-03-15* libjava.compile/pr176.java: New file, for PR gcj/176.Tom Tromey2-0/+19
2000-03-15* libjava.compile/PR140.xfail: New file.Bryce McKinlay2-0/+2
2000-03-15pr172.java: Correct classname to match file name.Bryce McKinlay3-8/+9
2000-03-15* libjava.compile/PR140.java: New file, for PR gcj/140.Tom Tromey2-0/+15
2000-03-14jni.cc (mangled_name): Fixed assertion.Tom Tromey2-3/+11
2000-03-14* libjava.compile/pr172.java: New file, for PR gcj/172.Tom Tromey2-0/+11
2000-03-14* libjava.compile/pr174.java: New file, for PR gcj/174.Tom Tromey2-0/+24
2000-03-10Key.java (serialVersionUID): Set to 0 for now.Warren Levy4-3/+11
2000-03-10AlgorithmParameterGeneratorSpi.java: New file.Warren Levy38-52/+1512
2000-03-09Updated again.Bryce McKinlay1-1/+13
2000-03-09Updated README.Bryce McKinlay2-10/+10
2000-03-09natClassLoader.cc (_Jv_FindArrayClass): Call _Jv_PrepareConstantTimeTables.Bryce McKinlay3-2/+12
2000-03-09natArray.cc (newInstance): Don't allow array of `void' to be created.Tom Tromey5-24/+68
2000-03-09* java/math/BigInteger.java(signum): Handle zero properly.Warren Levy2-1/+7
2000-03-08re GNATS gcj/162 (gcj does not initialize interfaces according to spec)Tom Tromey2-3/+8
2000-03-07Test for PR gcj/163:Bryce McKinlay3-0/+15
2000-03-07libjava.exp (test_libjava_from_javac): Removed hack for interfaces.Tom Tromey2-13/+23
2000-03-07All files: Updated copyright information.Tom Tromey390-880/+750
2000-03-07Test for PR gcj/162:Tom Tromey3-0/+39
2000-03-07resolve.cc (_Jv_SearchMethodInClass): New function.Bryce McKinlay10-224/+772
2000-03-07Test for PR gcj/164:Tom Tromey3-0/+13
2000-03-07jni.cc (MARK_NONE): New define.Tom Tromey2-50/+117
2000-03-06* libjava.compile/PR127.xfail: New file.Bryce McKinlay2-0/+2
2000-03-06re GNATS gcj/127 (gcj dumps core on method invocation on a primitive type)Bryce McKinlay2-0/+16
2000-03-06re GNATS gcj/124 (protected constructor for InvocationTargetException still v...Tom Tromey5-5/+58
2000-03-06re GNATS java.io/141 (StreamTokenizer doesn't scan mixed token types correctly)Anthony Green3-0/+55
2000-03-06re GNATS libgcj/43 (jni.h not installed)Tom Tromey3-19/+71
2000-03-05javaprims.h ("Java"): Remove FirstThread.Anthony Green2-1/+17
2000-03-05configure.host: Fix __NO_MATH_INLNES botch.Anthony Green9-27/+45
2000-03-05re GNATS gcj/129 (Static array length access bug in gcj)Anthony Green3-0/+21
2000-03-05DatagramSocket.java (DatagramSocket(int,InetAddress)): Handle null addresses.Warren Levy2-2/+7
2000-03-05re GNATS gcj/151 (strange result on Math.sin(1e50))Anthony Green2-1/+6
2000-03-05New test code.Anthony Green3-0/+40
2000-03-04configure: Rebuilt.Anthony Green4-149/+187
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey19-482/+582
2000-02-29THANKS updatesTom Tromey1-1/+3
2000-02-29ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect castin...Mo DeJong2-1/+6
2000-02-29ZipOutputStream.java (write_entry): Fixed SIGSEV caused by use of the wrong i...Mo DeJong2-3/+8
2000-02-29static_inner.java: New file.Mo DeJong2-0/+23
2000-02-27noclass.c: New file.Tom Tromey4-0/+34
2000-02-27File.java (File(String, String)): For dirPath, treat an empty String the same...Bryce McKinlay2-1/+6
2000-02-26Minor clean up and bug fix.Anthony Green4-5/+13
2000-02-25jni.cc (_Jv_JNI_RegisterNatives): Conditionalize body on `INTERPRETER'.Tom Tromey2-0/+9
2000-02-25re GNATS libgcj/38 (Static initializer in DecimalFormat eventually depends on...Bryce McKinlay2-7/+30
2000-02-25BigInteger.java (ival): Made private.Warren Levy2-3/+9
2000-02-21Forgot to commit ChangeLogAnthony Green1-0/+16
2000-02-21Makefile.in: Rebuilt.Anthony Green8-54/+639
2000-02-21* boehm.cc (_Jv_AllocBytes): Clear returned memory.Tom Tromey2-1/+12