| Commit message (Expand) | Author | Age | Files | Lines |
| * | * java/util/ResourceBundle.java (class Security): Now static. | bryce | 2001-11-05 | 2 | -1/+5 |
| * | * java/util/ResourceBundle.java (getClassContext): Removed. | bryce | 2001-11-04 | 5 | -95/+66 |
| * | * defineclass.cc (handleClassBegin): Use Object::class$, not | tromey | 2001-11-04 | 2 | -2/+7 |
| * | 2001-11-02 Hans Boehm <Hans_Boehm@hp.com> | hboehm | 2001-11-03 | 2 | -1/+6 |
| * | * libjava.lang/TLtest.xfail: New file. Needs threads. | bryce | 2001-11-02 | 2 | -0/+5 |
| * | * HACKING, gnu/gcj/xlib/Pixmap.java, gnu/gcj/xlib/XException.java, | jsm28 | 2001-10-31 | 51 | -92/+126 |
| * | * jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. Don't call | bryce | 2001-10-30 | 2 | -2/+8 |
| * | * java/util/zip/GZIPOutputStream.java (write(int)): New method. | tromey | 2001-10-29 | 2 | -1/+12 |
| * | * include/jni.h (struct JNINativeInterface) [GetStringLength]: | tromey | 2001-10-27 | 2 | -1/+6 |
| * | * java/util/zip/Adler32.java: Use correct class name. (Re-merge | tromey | 2001-10-26 | 2 | -1/+6 |
| * | Oops! | bryce | 2001-10-26 | 1 | -1/+1 |
| * | * java/lang/VMClassLoader.java (getPrimitiveClass): Now native. Now | bryce | 2001-10-26 | 11 | -36/+37 |
| * | 2001-10-04 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2001-10-25 | 3 | -0/+51 |
| * | * include/boehm-gc.h: Call thread local allocation functions | hboehm | 2001-10-25 | 2 | -2/+23 |
| * | 2001-10-25 Bryce McKinlay <bryce@waitaki.otago.ac.nz> | bryce | 2001-10-25 | 2 | -3/+7 |
| * | Correct date. | ljrittle | 2001-10-24 | 1 | -1/+1 |
| * | * configure.in (case $THREADS): Add *-*-freebsd* configuration. | ljrittle | 2001-10-24 | 4 | -305/+370 |
| * | 2001-10-24 Tom Tromey <tromey@redhat.com> | tromey | 2001-10-24 | 76 | -101/+4663 |
| * | * java/lang/reflect/Field.java: Made many methods private. | tromey | 2001-10-24 | 2 | -10/+12 |
| * | * java/sql/Types.java (Types): New constructor. | tromey | 2001-10-24 | 2 | -1/+10 |
| * | fix include problem | green | 2001-10-24 | 2 | -1/+7 |
| * | * java/lang/reflect/Field.java (Field): New constructor. | tromey | 2001-10-24 | 3 | -0/+13 |
| * | * java/util/PropertyResourceBundle.java (handleGetObject): Now | tromey | 2001-10-24 | 3 | -4/+9 |
| * | * java/io/BufferedWriter.java (localFlush): Don't synchronize. | tromey | 2001-10-23 | 2 | -5/+7 |
| * | * java/io/BufferedWriter (write (String, int, int)): Remove | bryce | 2001-10-23 | 2 | -6/+4 |
| * | Fix typos. | bryce | 2001-10-23 | 1 | -2/+2 |
| * | * prims.cc (_Jv_Abort): Always print error message using fprintf, | bryce | 2001-10-23 | 4 | -9/+30 |
| * | * java/util/GregorianCalendar.java (getGregorianChange): Removed | tromey | 2001-10-23 | 2 | -1/+6 |
| * | * gnu/gcj/convert/JIS0208_to_Unicode.cc: Declare java_exceptions | bryce | 2001-10-22 | 5 | -0/+13 |
| * | * java/lang/Double.java: More Classpath merging | mark | 2001-10-20 | 4 | -19/+42 |
| * | * javax/naming/BinaryRefAddr.java: New file | mark | 2001-10-19 | 10 | -52/+823 |
| * | * java/io/BufferedWriter.java (write(String,int,int)): Correctly | tromey | 2001-10-18 | 2 | -2/+5 |
| * | * java/security/Security.java (loadProviders): Removed unused | tromey | 2001-10-18 | 2 | -38/+27 |
| * | * gnu/java/security/provider/SHA1PRNG.java (engineNextBytes): | tromey | 2001-10-18 | 3 | -31/+45 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-10-18 | 5 | -61/+1163 |
| * | * java/security/Security.java (loadProviders): Added `vendor' | tromey | 2001-10-18 | 2 | -5/+16 |
| * | 2001-10-17 Anthony Green <green@redhat.com> | tromey | 2001-10-17 | 2 | -1/+7 |
| * | * gcj/javaprims.h: Updated class list. | tromey | 2001-10-16 | 3 | -394/+623 |
| * | Forgot this file in last commit. | bryce | 2001-10-16 | 1 | -21/+6 |
| * | Eliminate use of C++ static constructors. | bryce | 2001-10-16 | 10 | -62/+132 |
| * | * name-finder.cc (_Jv_name_finder::lookup): Check for NULL dli_sname. | bryce | 2001-10-16 | 2 | -1/+7 |
| * | 2001-10-15 Bryce McKinlay <bryce@waitaki.otago.ac.nz> | bryce | 2001-10-16 | 16 | -1761/+2222 |
| * | * java/lang/reflect/AccessibleObject.java (checkPermission): | tromey | 2001-10-15 | 2 | -7/+37 |
| * | 2001-10-15 Hans Boehm <Hans_Boehm@hp.com> | tromey | 2001-10-15 | 5 | -33/+228 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-10-15 | 4 | -3/+60 |
| * | * java/net/SocketPermission.java (hostport, actions): Now | tromey | 2001-10-15 | 2 | -3/+8 |
| * | * java/lang/Double.java: Partial merge with Classpath | mark | 2001-10-15 | 3 | -84/+795 |
| * | * java/lang/SecurityManager.java (SecurityManager): Now public. | tromey | 2001-10-13 | 2 | -1/+3 |
| * | * java/security/AccessController.java (checkPermission): Now | tromey | 2001-10-13 | 11 | -20/+59 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-10-12 | 7 | -12/+213 |