| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * Makefile.in: Rebuilt. | tromey | 2001-09-12 | 1 | -0/+5 |
| * | * java/io/File.java (toURL): Use getAbsolutePath and `file://'. | tromey | 2001-09-12 | 1 | -0/+4 |
| * | * java/util/Properties.java (load): Correctly read \u sequences. | tromey | 2001-09-11 | 1 | -0/+5 |
| * | * configure.in (LIBFFIINCS): Quote uses of $(top_srcdir) | manfred | 2001-09-10 | 1 | -0/+6 |
| * | * include/jvm.h (_Jv_AllocRawObj): New prototype. | bryce | 2001-09-10 | 1 | -0/+7 |
| * | ResourceBundle fixes | green | 2001-09-07 | 1 | -0/+8 |
| * | * java/text/RuleBasedCollator.java (clone): Rewrote. | tromey | 2001-09-07 | 1 | -0/+7 |
| * | * include/jvm.h: Declare _Jv_RegisterResource. | green | 2001-09-06 | 1 | -0/+16 |
| * | * java/util/Properties.java: Re-merged from Classpath. | tromey | 2001-09-06 | 1 | -0/+2 |
| * | From Eric Blake, via Classpath: | tromey | 2001-09-05 | 1 | -0/+4 |
| * | * java/util/Date.java: Re-merged with Classpath. | tromey | 2001-09-05 | 1 | -0/+2 |
| * | * java/text/DateFormatSymbols.java: Re-merged with Classpath. | tromey | 2001-09-05 | 1 | -0/+4 |
| * | 2001-09-05 Corey Minyard <minyard@acm.org> | tromey | 2001-09-05 | 1 | -0/+7 |
| * | * java/lang/natSystem.cc (init_properties): Default locale is | tromey | 2001-09-05 | 1 | -0/+5 |
| * | * java/text/MessageFormat.java (setLocale): Don't catch ParseException | bryce | 2001-09-05 | 1 | -0/+5 |
| * | * java/util/AbstractMap.java: Re-merged with Classpath. | tromey | 2001-09-05 | 1 | -0/+3 |
| * | * java/text/SimpleDateFormat.java: Re-merged with Classpath. | tromey | 2001-09-05 | 1 | -0/+71 |
| * | Fix for PR libgcj/4213: | tromey | 2001-09-04 | 1 | -0/+6 |
| * | * java/lang/reflect/natField.cc (set): Allow for case when the | tromey | 2001-09-04 | 1 | -3/+3 |
| * | * java/security/spec/AlgorithmParameterSpec.java, | tromey | 2001-09-02 | 1 | -0/+3 |
| * | * gcj/javaprims.h: Regenerated class list. | tromey | 2001-09-02 | 1 | -0/+7 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-09-02 | 1 | -0/+72 |
| * | * gcj/javaprims.h (_Jv_RegisterClassHook): New extern declaration. | bothner | 2001-09-01 | 1 | -0/+7 |
| * | * java/lang/ClassLoader.java (system): Remove static field. | bothner | 2001-09-01 | 1 | -0/+11 |
| * | * java/io/BufferedReader.java, java/io/ObjectInput.java, | tromey | 2001-09-01 | 1 | -0/+4 |
| * | Re-merge with Classpath: | tromey | 2001-08-31 | 1 | -0/+8 |
| * | * Makefile.in: Rebuilt. | tromey | 2001-08-31 | 1 | -0/+21 |
| * | * java/io/ByteArrayOutputStream.java: Re-merged with Classpath. | tromey | 2001-08-31 | 1 | -0/+5 |
| * | * exception.cc (PERSONALITY_FUNCTION): Simplify | jason | 2001-08-31 | 1 | -0/+5 |
| * | * java/io/ByteArrayInputStream.java: Merged with Classpath. | tromey | 2001-08-31 | 1 | -0/+4 |
| * | * java/io/BufferedReader.java: Re-merged with Classpath. | tromey | 2001-08-31 | 1 | -0/+4 |
| * | * java/math/BigInteger.java (init(int,Random)): New method. | bothner | 2001-08-28 | 1 | -0/+8 |
| * | * java/rmi/activation/Activatable.java, | tromey | 2001-08-28 | 1 | -0/+93 |
| * | * Makefile.am: New friends for java/lang/Thread.h. | bryce | 2001-08-26 | 1 | -0/+25 |
| * | * name-finder.cc (lookup): Ignore a null dli_fname from d | bryce | 2001-08-26 | 1 | -0/+4 |
| * | * java/lang/reflect/Field.java (toString): Use | tromey | 2001-08-24 | 1 | -0/+17 |
| * | Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so. | green | 2001-08-22 | 1 | -0/+5 |
| * | * java/util/IdentityHashMap.java (get): Fix off-by-one error. | jsturm | 2001-08-21 | 1 | -0/+5 |
| * | * java/awt/GridBagConstraints.java: Removed comment. | tromey | 2001-08-20 | 1 | -0/+2 |
| * | * jni.cc (nathash, nathash_count, nathash_size): New globals. | tromey | 2001-08-20 | 1 | -0/+14 |
| * | * gnu/gcj/convert/UnicodeToBytes.java (write): Write work buffer | jsturm | 2001-08-18 | 1 | -0/+5 |
| * | 2001-08-17 Hans-J. Boehm <Hans_Boehm@hp.com> | tromey | 2001-08-18 | 1 | -0/+8 |
| * | 2001-08-17 Mark J Roberts <mjr@anarcast.net> | tromey | 2001-08-17 | 1 | -0/+5 |
| * | * gnu/gcj/convert/IOConverter.java: Add `646' alias. | tromey | 2001-08-17 | 1 | -0/+4 |
| * | * BigInteger.java: fix right shifts by nonzero multiples of 32. | hboehm | 2001-08-17 | 1 | -0/+4 |
| * | * jni.cc: Include IdentityHashMap.h, not Hashtable.h. | tromey | 2001-08-15 | 1 | -0/+10 |
| * | * gnu/gcj/convert/natIconv.cc (read): Handle EINVAL and E2BIG | tromey | 2001-08-15 | 1 | -0/+5 |
| * | * java/awt/image/SampleModel.java (getPixel): Set correct array | tromey | 2001-08-13 | 1 | -0/+5 |
| * | * gnu/gcj/convert/natIconv.cc (done): Use HAVE_ICONV. | ljrittle | 2001-08-10 | 1 | -0/+1 |
| * | * java/lang/natObject.cc (is_mp): Protect use of _SC_NPROCESSORS_ONLN. | ljrittle | 2001-08-10 | 1 | -0/+4 |