Age | Commit message (Expand) | Author | Files | Lines |
2000-03-27 | test_long.out: New file. | Tom Tromey | 3 | -0/+19 |
2000-03-26 | [multiple changes] | Tom Tromey | 8 | -31/+122 |
2000-03-26 | * libjava.lang/Array_1.xfail: Removed. | Tom Tromey | 2 | -1/+4 |
2000-03-24 | BigInteger.java (divide): Handle the special case when dividing by 1 and the ... | Warren Levy | 2 | -2/+17 |
2000-03-24 | Font.java (isBold): Fix syntax error. | Warren Levy | 6 | -6/+16 |
2000-03-23 | Thread_Wait.java: New file. | Bryce McKinlay | 17 | -0/+683 |
2000-03-22 | iface.java: New file. | Tom Tromey | 22 | -0/+165 |
2000-03-21 | Event.java: Add all the event type constants. | Bryce McKinlay | 2 | -2/+142 |
2000-03-21 | * java/lang/natClass.cc (isInstance): Use JV_CLASS, not getClass(). | Bryce McKinlay | 2 | -2/+2 |
2000-03-21 | natClass.cc (isInstance): Use _Jv_IsAssignableFrom(), not Class.isAssignableF... | Bryce McKinlay | 2 | -1/+3 |
2000-03-21 | natClass.cc (isInstance): Initialize `this'. | Bryce McKinlay | 2 | -1/+13 |
2000-03-21 | Test case for PR libgcj/179: | Bryce McKinlay | 3 | -0/+75 |
2000-03-19 | Color.java: Specified java.io for Serializable. | Warren Levy | 3 | -1/+7 |
2000-03-19 | * java/awt/Color.java: Rewrote to be more memory efficient (& compile). | Warren Levy | 2 | -25/+55 |
2000-03-19 | * libjava.lang/pr109.java: Added `println' at end. | Tom Tromey | 2 | -0/+8 |
2000-03-17 | Color.java: New file. | Warren Levy | 19 | -10/+533 |
2000-03-15 | [multiple changes] | Tom Tromey | 11 | -2/+1031 |
2000-03-15 | * libjava.compile/pr176.java: New file, for PR gcj/176. | Tom Tromey | 2 | -0/+19 |
2000-03-15 | * libjava.compile/PR140.xfail: New file. | Bryce McKinlay | 2 | -0/+2 |
2000-03-15 | pr172.java: Correct classname to match file name. | Bryce McKinlay | 3 | -8/+9 |
2000-03-15 | * libjava.compile/PR140.java: New file, for PR gcj/140. | Tom Tromey | 2 | -0/+15 |
2000-03-14 | jni.cc (mangled_name): Fixed assertion. | Tom Tromey | 2 | -3/+11 |
2000-03-14 | * libjava.compile/pr172.java: New file, for PR gcj/172. | Tom Tromey | 2 | -0/+11 |
2000-03-14 | * libjava.compile/pr174.java: New file, for PR gcj/174. | Tom Tromey | 2 | -0/+24 |
2000-03-10 | Key.java (serialVersionUID): Set to 0 for now. | Warren Levy | 4 | -3/+11 |
2000-03-10 | AlgorithmParameterGeneratorSpi.java: New file. | Warren Levy | 38 | -52/+1512 |
2000-03-09 | Updated again. | Bryce McKinlay | 1 | -1/+13 |
2000-03-09 | Updated README. | Bryce McKinlay | 2 | -10/+10 |
2000-03-09 | natClassLoader.cc (_Jv_FindArrayClass): Call _Jv_PrepareConstantTimeTables. | Bryce McKinlay | 3 | -2/+12 |
2000-03-09 | natArray.cc (newInstance): Don't allow array of `void' to be created. | Tom Tromey | 5 | -24/+68 |
2000-03-09 | * java/math/BigInteger.java(signum): Handle zero properly. | Warren Levy | 2 | -1/+7 |
2000-03-08 | re GNATS gcj/162 (gcj does not initialize interfaces according to spec) | Tom Tromey | 2 | -3/+8 |
2000-03-07 | Test for PR gcj/163: | Bryce McKinlay | 3 | -0/+15 |
2000-03-07 | libjava.exp (test_libjava_from_javac): Removed hack for interfaces. | Tom Tromey | 2 | -13/+23 |
2000-03-07 | All files: Updated copyright information. | Tom Tromey | 390 | -880/+750 |
2000-03-07 | Test for PR gcj/162: | Tom Tromey | 3 | -0/+39 |
2000-03-07 | resolve.cc (_Jv_SearchMethodInClass): New function. | Bryce McKinlay | 10 | -224/+772 |
2000-03-07 | Test for PR gcj/164: | Tom Tromey | 3 | -0/+13 |
2000-03-07 | jni.cc (MARK_NONE): New define. | Tom Tromey | 2 | -50/+117 |
2000-03-06 | * libjava.compile/PR127.xfail: New file. | Bryce McKinlay | 2 | -0/+2 |
2000-03-06 | re GNATS gcj/127 (gcj dumps core on method invocation on a primitive type) | Bryce McKinlay | 2 | -0/+16 |
2000-03-06 | re GNATS gcj/124 (protected constructor for InvocationTargetException still v... | Tom Tromey | 5 | -5/+58 |
2000-03-06 | re GNATS java.io/141 (StreamTokenizer doesn't scan mixed token types correctly) | Anthony Green | 3 | -0/+55 |
2000-03-06 | re GNATS libgcj/43 (jni.h not installed) | Tom Tromey | 3 | -19/+71 |
2000-03-05 | javaprims.h ("Java"): Remove FirstThread. | Anthony Green | 2 | -1/+17 |
2000-03-05 | configure.host: Fix __NO_MATH_INLNES botch. | Anthony Green | 9 | -27/+45 |
2000-03-05 | re GNATS gcj/129 (Static array length access bug in gcj) | Anthony Green | 3 | -0/+21 |
2000-03-05 | DatagramSocket.java (DatagramSocket(int,InetAddress)): Handle null addresses. | Warren Levy | 2 | -2/+7 |
2000-03-05 | re GNATS gcj/151 (strange result on Math.sin(1e50)) | Anthony Green | 2 | -1/+6 |
2000-03-05 | New test code. | Anthony Green | 3 | -0/+40 |