Age | Commit message (Expand) | Author | Files | Lines |
2001-09-10 | configure.in (LIBFFIINCS): Quote uses of $(top_srcdir) and $(MULTIBUILDTOP). | Manfred Hollstein | 3 | -2/+8 |
2001-09-10 | jvm.h (_Jv_AllocRawObj): New prototype. | Bryce McKinlay | 5 | -4/+26 |
2001-09-07 | ResourceBundle fixes | Anthony Green | 2 | -28/+48 |
2001-09-07 | RuleBasedCollator.java (clone): Rewrote. | Tom Tromey | 4 | -444/+497 |
2001-09-06 | jvm.h: Declare _Jv_RegisterResource. | Anthony Green | 12 | -39/+494 |
2001-09-06 | * java/util/Properties.java: Re-merged from Classpath. | Tom Tromey | 2 | -4/+10 |
2001-09-05 | From Eric Blake, via Classpath: | Tom Tromey | 2 | -6/+41 |
2001-09-05 | * java/util/Date.java: Re-merged with Classpath. | Tom Tromey | 2 | -6/+9 |
2001-09-05 | * java/text/DateFormatSymbols.java: Re-merged with Classpath. | Tom Tromey | 2 | -6/+29 |
2001-09-05 | natClassLoader.cc: Include VirtualMachineError.h | Corey Minyard | 2 | -0/+24 |
2001-09-05 | natSystem.cc (init_properties): Default locale is en_US, not just en. | Tom Tromey | 2 | -0/+6 |
2001-09-05 | MessageFormat.java (setLocale): Don't catch ParseException here, DecimalForma... | Bryce McKinlay | 2 | -8/+6 |
2001-09-05 | AbstractMap.java: Re-merged with Classpath. | Tom Tromey | 3 | -3/+25 |
2001-09-05 | SimpleDateFormat.java: Re-merged with Classpath. | Tom Tromey | 35 | -2494/+5757 |
2001-09-04 | re PR libgcj/4213 (SimpleDateFormat constructor SEGV's.) | Tom Tromey | 4 | -1/+34 |
2001-09-04 | re PR libgcj/4208 (Problem using 'null' with Java reflection) | Tom Tromey | 2 | -5/+6 |
2001-09-02 | AlgorithmParameterSpec.java, [...]: Re-merged with Classpath. | Tom Tromey | 3 | -2/+5 |
2001-09-02 | javaprims.h: Regenerated class list. | Tom Tromey | 4 | -4/+14 |
2001-09-02 | Makefile.in: Rebuilt. | Tom Tromey | 70 | -1593/+4700 |
2001-08-31 | final_assignment_check.java: New file. | Alexandre Petit-Bianco | 4 | -0/+35 |
2001-08-31 | javaprims.h (_Jv_RegisterClassHook): New extern declaration. | Per Bothner | 4 | -3/+27 |
2001-08-31 | ClassLoader.java (system): Remove static field. | Per Bothner | 4 | -13/+18 |
2001-09-01 | BufferedReader.java, [...]: Re-merged with Classpath. | Tom Tromey | 6 | -4/+10 |
2001-08-31 | Re-merge with Classpath: | Tom Tromey | 5 | -4/+26 |
2001-08-31 | Makefile.in: Rebuilt. | Tom Tromey | 18 | -727/+2219 |
2001-08-31 | ByteArrayOutputStream.java: Re-merged with Classpath. | Tom Tromey | 3 | -33/+103 |
2001-08-31 | exception.cc (PERSONALITY_FUNCTION): Simplify leb128 handling. | Jason Merrill | 2 | -8/+12 |
2001-08-31 | * java/io/ByteArrayInputStream.java: Merged with Classpath. | Tom Tromey | 2 | -19/+158 |
2001-08-31 | * java/io/BufferedReader.java: Re-merged with Classpath. | Tom Tromey | 2 | -6/+31 |
2001-08-28 | BigInteger.java (init(int,Random)): New method. | Per Bothner | 2 | -13/+35 |
2001-08-28 | Activatable.java, [...]: RMI implementation from Kaffe. | Tom Tromey | 88 | -60/+8594 |
2001-08-27 | KeepInline.out: Fixed content. | Alexandre Petit-Bianco | 2 | -1/+5 |
2001-08-26 | Makefile.am: New friends for java/lang/Thread.h. | Bryce McKinlay | 11 | -1185/+275 |
2001-08-26 | * name-finder.cc (lookup): Ignore a null dli_fname from d | Bryce McKinlay | 2 | -2/+8 |
2001-08-24 | Field.java (toString): Use Method.appendClassName. | Tom Tromey | 8 | -79/+167 |
2001-08-22 | Look for lib-gnu-pkg-quux.so, not gnu-pkg-quux.so. | Anthony Green | 2 | -5/+12 |
2001-08-21 | IdentityHashMap.java (get): Fix off-by-one error. | Jeff Sturm | 2 | -2/+7 |
2001-08-20 | * java/awt/GridBagConstraints.java: Removed comment. | Tom Tromey | 2 | -2/+3 |
2001-08-20 | jni.cc (nathash, [...]): New globals. | Tom Tromey | 2 | -21/+166 |
2001-08-18 | UnicodeToBytes.java (write): Write work buffer starting from zero offset. | Jeff Sturm | 2 | -1/+6 |
2001-08-18 | boehm.cc: Include gc_local_alloc.h if appropriate. | Hans Boehm | 2 | -13/+16 |
2001-08-17 | XercesBug.java: New file. | Alexandre Petit-Bianco | 2 | -0/+17 |
2001-08-17 | BigInteger.java (randBytes): New method. | Mark J Roberts | 2 | -12/+16 |
2001-08-17 | * gnu/gcj/convert/IOConverter.java: Add `646' alias. | Tom Tromey | 2 | -0/+9 |
2001-08-17 | * BigInteger.java: fix right shifts by nonzero multiples of 32. | Hans Boehm | 1 | -0/+4 |
2001-08-17 | * BigInteger.java: fix right shifts by nonzero multiples of 32. | Hans Boehm | 1 | -1/+1 |
2001-08-15 | jni.cc: Include IdentityHashMap.h, not Hashtable.h. | Tom Tromey | 7 | -11/+442 |
2001-08-15 | natIconv.cc (read): Handle EINVAL and E2BIG correctly. | Tom Tromey | 2 | -4/+12 |
2001-08-13 | SampleModel.java (getPixel): Set correct array element. | Tom Tromey | 2 | -3/+8 |
2001-08-13 | Matrix4f.java: New file. | Alexandre Petit-Bianco | 3 | -0/+143 |