| Commit message (Expand) | Author | Age | Files | Lines |
| * | * gnu/gcj/runtime/FirstThread.java (Kcert, Kfile, Khttp, Kjar): | tromey | 2000-12-12 | 2 | -1/+13 |
| * | * scripts/classes.pl (scan): Skip lines with leading `*'. | tromey | 2000-12-11 | 2 | -1/+10 |
| * | * gcj/javaprims.h: Rebuilt CNI namespace declarations. | bryce | 2000-12-11 | 2 | -96/+63 |
| * | * java/util/Hashtable.java (Enumerator.nextElement): Initialize `e'. | bryce | 2000-12-11 | 2 | -7/+9 |
| * | * configure.in: Remove check for -fuse-divide-subroutine. | bryce | 2000-12-11 | 3 | -325/+286 |
| * | * Makefile.am: Add HashSet.java and java/lang/ref classes. | bryce | 2000-12-11 | 18 | -2036/+2916 |
| * | Recognize alpha*-*. | green | 2000-12-11 | 2 | -1/+5 |
| * | Enable interpreter for alpha. | green | 2000-12-10 | 2 | -0/+7 |
| * | Top level ChangeLog: | apbianco | 2000-12-10 | 3 | -56/+82 |
| * | From Phil Edwards: | tromey | 2000-12-08 | 3 | -282/+299 |
| * | * java/lang/StringBuffer.java (insert(int,char[])): Avoid | warrenl | 2000-12-08 | 2 | -1/+8 |
| * | * java/io/FileInputStream.java (close): Check if the fd is valid. | warrenl | 2000-12-08 | 5 | -8/+15 |
| * | * java/awt/GridBagConstraints.java: Filled in values for static | tromey | 2000-12-07 | 2 | -15/+18 |
| * | * java/util/BitSet.java: Updated copyright notice. | tromey | 2000-12-06 | 2 | -4/+23 |
| * | Removed erroneous ChangeLog line | tromey | 2000-12-06 | 1 | -1/+0 |
| * | * Makefile.in: Rebuilt. | tromey | 2000-12-06 | 4 | -1/+99 |
| * | * java/text/Collator.java (decomposeCharacter, decmp, strength): | tromey | 2000-12-06 | 6 | -8/+17 |
| * | * java/util/TimeZone.java (getAvailableIDs): Activated commented | warrenl | 2000-12-04 | 2 | -10/+5 |
| * | * java/io/FilePermission.java: Made class final per spec. | warrenl | 2000-12-04 | 4 | -4/+11 |
| * | * java/lang/natDouble.cc: Include fdlibm.h, not mprec.h. From | bryce | 2000-12-04 | 2 | -1/+6 |
| * | * java/awt/geom/Point2D.java: Added protected constructor. | tromey | 2000-12-04 | 7 | -18/+51 |
| * | * java/awt/AWTError.java: Extend Error, not | tromey | 2000-12-04 | 2 | -6/+9 |
| * | * Makefile.in: Rebuilt. | tromey | 2000-12-03 | 4 | -0/+352 |
| * | * Makefile.in: Rebuilt. | tromey | 2000-12-03 | 4 | -14/+266 |
| * | * Makefile.in: Rebuilt. | tromey | 2000-12-03 | 4 | -6/+287 |
| * | * Makefile.in: Rebuilt. | tromey | 2000-12-03 | 5 | -3/+416 |
| * | * java/util/Vector.java (insertElementAt): Unconditionally | tromey | 2000-12-02 | 2 | -2/+13 |
| * | From Adam Welc <welc@cs.purdue.edu>: | bryce | 2000-12-02 | 2 | -1/+16 |
| * | 2000-12-02 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 2000-12-02 | 5 | -2/+13 |
| * | Really reverted erroneous checkin | tromey | 2000-12-01 | 2 | -13/+6 |
| * | Reverted erroneous checkin | tromey | 2000-12-01 | 1 | -14/+13 |
| * | more work | tromey | 2000-12-01 | 4 | -7/+18 |
| * | * Makefile.am: Added entries for new java.sql modules. | warrenl | 2000-12-01 | 3 | -5/+33 |
| * | * mauve-libgcj: Turned on JDK1.2 and turned off tests for classes | warrenl | 2000-12-01 | 2 | -4/+18 |
| * | Fixed ChangeLog entry to be path specific. | warrenl | 2000-12-01 | 1 | -21/+21 |
| * | * Array.java: New file from classpath. | warrenl | 2000-12-01 | 22 | -20/+3810 |
| * | Check this.len, not len, when determining if there is no more input data. | bryce | 2000-11-29 | 1 | -1/+1 |
| * | * java/util/zip/InflaterInputStream (read): Don't return -1 unless | bryce | 2000-11-29 | 4 | -15/+18 |
| * | 2000-11-29 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 2000-11-29 | 5 | -4/+43 |
| * | * java/text/DateFormatSymbols.java (zoneStringsDefault): Added | warrenl | 2000-11-28 | 3 | -3/+30 |
| * | 2000-11-28 Bryce McKinlay <bryce@abatross.co.nz> | bryce | 2000-11-28 | 3 | -58/+222 |
| * | * Makefile.am: Added natTimeZone.cc. | warrenl | 2000-11-28 | 8 | -560/+2221 |
| * | MIssing ChangeLog entry for my last commits. | green | 2000-11-27 | 1 | -0/+13 |
| * | More new classes. | green | 2000-11-27 | 10 | -0/+232 |
| * | 2000-11-27 Bryce McKinlay <bryce@albatross.co.nz> | bryce | 2000-11-27 | 4 | -39/+55 |
| * | Replace stubs with actual implementation | green | 2000-11-27 | 2 | -31/+45 |
| * | More JNDI changes. | green | 2000-11-27 | 28 | -3/+848 |
| * | Reverted erroneous Makefile.am commit | tromey | 2000-11-27 | 2 | -13/+6 |
| * | Forgot to commit these ChangeLog entries. | bryce | 2000-11-27 | 1 | -0/+32 |
| * | * Makefile.in: Rebuilt. | tromey | 2000-11-27 | 8 | -37/+241 |