| Commit message (Expand) | Author | Age | Files | Lines |
| * | From Eric Blake, via Classpath: | tromey | 2001-09-05 | 2 | -6/+41 |
| * | * java/util/Date.java: Re-merged with Classpath. | tromey | 2001-09-05 | 2 | -6/+9 |
| * | * java/text/DateFormatSymbols.java: Re-merged with Classpath. | tromey | 2001-09-05 | 2 | -6/+29 |
| * | 2001-09-05 Corey Minyard <minyard@acm.org> | tromey | 2001-09-05 | 2 | -0/+24 |
| * | * java/lang/natSystem.cc (init_properties): Default locale is | tromey | 2001-09-05 | 2 | -0/+6 |
| * | * java/text/MessageFormat.java (setLocale): Don't catch ParseException | bryce | 2001-09-05 | 2 | -8/+6 |
| * | * java/util/AbstractMap.java: Re-merged with Classpath. | tromey | 2001-09-05 | 3 | -3/+25 |
| * | * java/text/SimpleDateFormat.java: Re-merged with Classpath. | tromey | 2001-09-05 | 35 | -2494/+5757 |
| * | Fix for PR libgcj/4213: | tromey | 2001-09-04 | 4 | -1/+34 |
| * | * java/lang/reflect/natField.cc (set): Allow for case when the | tromey | 2001-09-04 | 2 | -5/+6 |
| * | * java/security/spec/AlgorithmParameterSpec.java, | tromey | 2001-09-02 | 3 | -2/+5 |
| * | * gcj/javaprims.h: Regenerated class list. | tromey | 2001-09-02 | 4 | -4/+14 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-09-02 | 70 | -1593/+4700 |
| * | 2001-08-28 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2001-09-01 | 4 | -0/+35 |
| * | * gcj/javaprims.h (_Jv_RegisterClassHook): New extern declaration. | bothner | 2001-09-01 | 4 | -3/+27 |
| * | * java/lang/ClassLoader.java (system): Remove static field. | bothner | 2001-09-01 | 4 | -13/+18 |
| * | * java/io/BufferedReader.java, java/io/ObjectInput.java, | tromey | 2001-09-01 | 6 | -4/+10 |
| * | Re-merge with Classpath: | tromey | 2001-08-31 | 5 | -4/+26 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-08-31 | 18 | -727/+2219 |
| * | * java/io/ByteArrayOutputStream.java: Re-merged with Classpath. | tromey | 2001-08-31 | 3 | -33/+103 |
| * | * exception.cc (PERSONALITY_FUNCTION): Simplify | jason | 2001-08-31 | 2 | -8/+12 |
| * | * java/io/ByteArrayInputStream.java: Merged with Classpath. | tromey | 2001-08-31 | 2 | -19/+158 |
| * | * java/io/BufferedReader.java: Re-merged with Classpath. | tromey | 2001-08-31 | 2 | -6/+31 |
| * | * java/math/BigInteger.java (init(int,Random)): New method. | bothner | 2001-08-28 | 2 | -13/+35 |
| * | * java/rmi/activation/Activatable.java, | tromey | 2001-08-28 | 88 | -60/+8594 |
| * | 2001-08-24 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2001-08-27 | 2 | -1/+5 |
| * | * Makefile.am: New friends for java/lang/Thread.h. | bryce | 2001-08-26 | 11 | -1185/+275 |
| * | * name-finder.cc (lookup): Ignore a null dli_fname from d | bryce | 2001-08-26 | 2 | -2/+8 |
| * | * java/lang/reflect/Field.java (toString): Use | tromey | 2001-08-24 | 8 | -79/+167 |
| * | Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so. | green | 2001-08-22 | 2 | -5/+12 |
| * | * java/util/IdentityHashMap.java (get): Fix off-by-one error. | jsturm | 2001-08-21 | 2 | -2/+7 |
| * | * java/awt/GridBagConstraints.java: Removed comment. | tromey | 2001-08-20 | 2 | -2/+3 |
| * | * jni.cc (nathash, nathash_count, nathash_size): New globals. | tromey | 2001-08-20 | 2 | -21/+166 |
| * | * gnu/gcj/convert/UnicodeToBytes.java (write): Write work buffer | jsturm | 2001-08-18 | 2 | -1/+6 |
| * | 2001-08-17 Hans-J. Boehm <Hans_Boehm@hp.com> | tromey | 2001-08-18 | 2 | -13/+16 |
| * | 2001-08-17 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2001-08-17 | 2 | -0/+17 |
| * | 2001-08-17 Mark J Roberts <mjr@anarcast.net> | tromey | 2001-08-17 | 2 | -12/+16 |
| * | * gnu/gcj/convert/IOConverter.java: Add `646' alias. | tromey | 2001-08-17 | 2 | -0/+9 |
| * | * BigInteger.java: fix right shifts by nonzero multiples of 32. | hboehm | 2001-08-17 | 1 | -0/+4 |
| * | * BigInteger.java: fix right shifts by nonzero multiples of 32. | hboehm | 2001-08-17 | 1 | -1/+1 |
| * | * jni.cc: Include IdentityHashMap.h, not Hashtable.h. | tromey | 2001-08-15 | 7 | -11/+442 |
| * | * gnu/gcj/convert/natIconv.cc (read): Handle EINVAL and E2BIG | tromey | 2001-08-15 | 2 | -4/+12 |
| * | * java/awt/image/SampleModel.java (getPixel): Set correct array | tromey | 2001-08-13 | 2 | -3/+8 |
| * | 2001-08-12 Alexandre Petit-Bianco <apbianco@redhat.com> | apbianco | 2001-08-13 | 3 | -0/+143 |
| * | * gnu/gcj/convert/natIconv.cc (done): Use HAVE_ICONV. | ljrittle | 2001-08-10 | 2 | -0/+9 |
| * | * java/lang/natObject.cc (is_mp): Protect use of _SC_NPROCESSORS_ONLN. | ljrittle | 2001-08-10 | 2 | -0/+8 |
| * | * java/io/InputStreamReader.java (refill): Only call refill on | tromey | 2001-08-06 | 2 | -1/+8 |
| * | * java/io/StringWriter.java: Merged with Classpath. | tromey | 2001-08-05 | 7 | -179/+979 |
| * | * libjava.jni/calls.c (Java_calls_docall): Fix typo. | rth | 2001-08-03 | 2 | -1/+5 |
| * | * prims.cc (JNI_OnLoad): Don't declare. | tromey | 2001-08-03 | 2 | -35/+6 |