| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix for PR libgcj/2024, plus other class name cleanups: | tromey | 2001-11-26 | 2 | -3/+9 |
| * | Fix for PR libgcj/4583: | tromey | 2001-11-25 | 1 | -8/+111 |
| * | Re-merge with Classpath, from Brian Jones: | tromey | 2001-11-16 | 1 | -1/+4 |
| * | * java/util/Timer.java (TaskQueue.isStopped): Remove method. | mark | 2001-11-16 | 1 | -11/+10 |
| * | * java/lang/natString.cc: correct argument order for | hboehm | 2001-11-15 | 1 | -1/+1 |
| * | * java/lang/reflect/Constructor.java (toString): Use more | tromey | 2001-11-14 | 1 | -1/+1 |
| * | Re-merges with Classpath, from various people: | tromey | 2001-11-14 | 2 | -99/+162 |
| * | Re-merges with Classpath, from various people: | tromey | 2001-11-14 | 6 | -88/+215 |
| * | Fix for PR libgcj/4859: | tromey | 2001-11-13 | 1 | -2/+11 |
| * | * java/lang/Class.h (Class): Made _Jv_BytecodeVerifier a friend. | tromey | 2001-11-05 | 1 | -0/+2 |
| * | * java/util/ResourceBundle.java (class Security): Now static. | bryce | 2001-11-05 | 1 | -1/+1 |
| * | * java/util/ResourceBundle.java (getClassContext): Removed. | bryce | 2001-11-04 | 2 | -56/+36 |
| * | 2001-11-02 Hans Boehm <Hans_Boehm@hp.com> | hboehm | 2001-11-03 | 1 | -1/+1 |
| * | * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java, | jsm28 | 2001-10-31 | 37 | -66/+66 |
| * | * java/util/zip/GZIPOutputStream.java (write(int)): New method. | tromey | 2001-10-29 | 1 | -1/+7 |
| * | * java/util/zip/Adler32.java: Use correct class name. (Re-merge | tromey | 2001-10-26 | 1 | -1/+1 |
| * | Oops! | bryce | 2001-10-26 | 1 | -1/+1 |
| * | * java/lang/VMClassLoader.java (getPrimitiveClass): Now native. Now | bryce | 2001-10-26 | 10 | -36/+21 |
| * | 2001-10-25 Bryce McKinlay <bryce@waitaki.otago.ac.nz> | bryce | 2001-10-25 | 1 | -3/+2 |
| * | * java/lang/reflect/Field.java: Made many methods private. | tromey | 2001-10-24 | 1 | -10/+10 |
| * | * java/sql/Types.java (Types): New constructor. | tromey | 2001-10-24 | 1 | -1/+6 |
| * | * java/lang/reflect/Field.java (Field): New constructor. | tromey | 2001-10-24 | 2 | -0/+7 |
| * | * java/util/PropertyResourceBundle.java (handleGetObject): Now | tromey | 2001-10-24 | 2 | -4/+4 |
| * | * java/io/BufferedWriter.java (localFlush): Don't synchronize. | tromey | 2001-10-23 | 1 | -5/+3 |
| * | * java/io/BufferedWriter (write (String, int, int)): Remove | bryce | 2001-10-23 | 1 | -6/+0 |
| * | * prims.cc (_Jv_Abort): Always print error message using fprintf, | bryce | 2001-10-23 | 1 | -1/+12 |
| * | * java/util/GregorianCalendar.java (getGregorianChange): Removed | tromey | 2001-10-23 | 1 | -1/+1 |
| * | * java/lang/Double.java: More Classpath merging | mark | 2001-10-20 | 3 | -19/+31 |
| * | * java/io/BufferedWriter.java (write(String,int,int)): Correctly | tromey | 2001-10-18 | 1 | -2/+2 |
| * | * java/security/Security.java (loadProviders): Removed unused | tromey | 2001-10-18 | 1 | -38/+14 |
| * | * gnu/java/security/provider/SHA1PRNG.java (engineNextBytes): | tromey | 2001-10-18 | 1 | -8/+20 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-10-18 | 2 | -0/+3 |
| * | * java/security/Security.java (loadProviders): Added `vendor' | tromey | 2001-10-18 | 1 | -5/+10 |
| * | 2001-10-17 Anthony Green <green@redhat.com> | tromey | 2001-10-17 | 1 | -1/+2 |
| * | * gcj/javaprims.h: Updated class list. | tromey | 2001-10-16 | 1 | -392/+612 |
| * | Forgot this file in last commit. | bryce | 2001-10-16 | 1 | -21/+6 |
| * | Eliminate use of C++ static constructors. | bryce | 2001-10-16 | 3 | -35/+17 |
| * | 2001-10-15 Bryce McKinlay <bryce@waitaki.otago.ac.nz> | bryce | 2001-10-16 | 13 | -612/+2114 |
| * | * java/lang/reflect/AccessibleObject.java (checkPermission): | tromey | 2001-10-15 | 1 | -7/+31 |
| * | 2001-10-15 Hans Boehm <Hans_Boehm@hp.com> | tromey | 2001-10-15 | 1 | -32/+178 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-10-15 | 1 | -0/+50 |
| * | * java/net/SocketPermission.java (hostport, actions): Now | tromey | 2001-10-15 | 1 | -3/+3 |
| * | * java/lang/Double.java: Partial merge with Classpath | mark | 2001-10-15 | 2 | -84/+771 |
| * | * java/lang/SecurityManager.java (SecurityManager): Now public. | tromey | 2001-10-13 | 1 | -1/+1 |
| * | * java/security/AccessController.java (checkPermission): Now | tromey | 2001-10-13 | 10 | -20/+38 |
| * | * gnu/gcj/runtime/natFinalizerThread.cc: New file. | tromey | 2001-10-10 | 1 | -1/+2 |
| * | * strtod.c (_strtod_r): Logic to check for missing digits | bothner | 2001-10-09 | 1 | -8/+7 |
| * | * java/net/SocketImpl.java: Merge with Classpath | mark | 2001-10-09 | 1 | -20/+170 |
| * | * java/net/DatagramSocketImpl.java: Merge with Classpath | mark | 2001-10-09 | 1 | -15/+148 |
| * | * java/net/URLDecoder.java: Remerge with Classpath | mark | 2001-10-08 | 2 | -70/+227 |