aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2000-03-23Thread_Wait.java: New file.Bryce McKinlay17-0/+683
2000-03-22iface.java: New file.Tom Tromey22-0/+165
2000-03-21Event.java: Add all the event type constants.Bryce McKinlay2-2/+142
2000-03-21* java/lang/natClass.cc (isInstance): Use JV_CLASS, not getClass().Bryce McKinlay2-2/+2
2000-03-21natClass.cc (isInstance): Use _Jv_IsAssignableFrom(), not Class.isAssignableF...Bryce McKinlay2-1/+3
2000-03-21natClass.cc (isInstance): Initialize `this'.Bryce McKinlay2-1/+13
2000-03-21Test case for PR libgcj/179:Bryce McKinlay3-0/+75
2000-03-19Color.java: Specified java.io for Serializable.Warren Levy3-1/+7
2000-03-19* java/awt/Color.java: Rewrote to be more memory efficient (& compile).Warren Levy2-25/+55
2000-03-19* libjava.lang/pr109.java: Added `println' at end.Tom Tromey2-0/+8
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