Age | Commit message (Expand) | Author | Files | Lines |
2003-11-14 | jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe... | Tom Tromey | 1 | -2/+2 |
2003-07-29 | natIconv.cc (write): Handle case where output buffer is too small. | Tom Tromey | 1 | -14/+28 |
2003-07-01 | 2003-07-01 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+3 |
2003-06-07 | re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw ... | Mark Wielaard | 4 | -4/+32 |
2002-03-25 | For PR libgcj/5303: | Tom Tromey | 1 | -1/+1 |
2002-03-06 | unicode-decomp.pl: Move from chartables.pl... | Eric Blake | 3 | -0/+11052 |
2002-02-22 | natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm... | Tom Tromey | 1 | -1/+1 |
2002-02-17 | name-finder.cc (toHex): Use word mode, not long long. | Jason Merrill | 1 | -1/+1 |
2002-01-31 | gccbug.in: Follow GNU Coding Standards for --version. | Joseph Myers | 1 | -1/+1 |
2002-01-10 | Convert.java (version): Use java.vm.name property. | Tom Tromey | 1 | -5/+7 |
2002-01-10 | For PR libgcj/5303: | Tom Tromey | 1 | -6/+43 |
2001-10-22 | JIS0208_to_Unicode.cc: Declare java_exceptions pragma. | Bryce McKinlay | 4 | -0/+5 |
2001-09-17 | Add support for iso8859_1. | Anthony Green | 1 | -0/+1 |
2001-08-18 | UnicodeToBytes.java (write): Write work buffer starting from zero offset. | Jeff Sturm | 1 | -1/+1 |
2001-08-17 | * gnu/gcj/convert/IOConverter.java: Add `646' alias. | Tom Tromey | 1 | -0/+5 |
2001-08-15 | natIconv.cc (read): Handle EINVAL and E2BIG correctly. | Tom Tromey | 1 | -4/+7 |
2001-08-10 | * gnu/gcj/convert/natIconv.cc (done): Use HAVE_ICONV. | Loren J. Rittle | 1 | -0/+8 |
2001-07-30 | natIconv.cc (done): New methods. | Tom Tromey | 5 | -69/+181 |
2001-07-13 | re PR libgcj/3426 (java.io.InputStreamReader, infinite loop) | Tom Tromey | 1 | -2/+12 |
2001-06-27 | IOConverter.java: Manually maintained alias now lowercase. | Tom Tromey | 1 | -1/+1 |
2001-06-26 | encodings.pl: Generate lower-case names. | Tom Tromey | 1 | -23/+24 |
2000-11-01 | encodings.pl: Added `ASCII' alias. | Tom Tromey | 6 | -21/+220 |
2000-10-05 | * gnu/gcj/convert/natIconv.cc (init): Terminate buffer. | Tom Tromey | 1 | -2/+4 |
2000-09-11 | BytesToUnicode.java (getDefaultDecoder): Let default decoder use iconv. | Tom Tromey | 2 | -2/+16 |
2000-09-05 | natIconv.cc (read): Remove unused local. | Bryce McKinlay | 1 | -4/+0 |
2000-08-08 | Input_UTF8.java (read): Fixed handling of surrogate characters. | Tom Tromey | 2 | -15/+31 |
2000-08-02 | encodings.pl: New file. | Tom Tromey | 3 | -6/+62 |
2000-06-16 | natIconv.cc (iconv_adapter): New function. | Tom Tromey | 1 | -8/+18 |
2000-03-07 | All files: Updated copyright information. | Tom Tromey | 22 | -22/+22 |
2000-02-10 | natIconv.cc (Input_iconv::finalize): Call iconv_close when handle is not NULL. | Tom Tromey | 1 | -2/+2 |
2000-01-31 | natIconv.cc (read): Minor fixes. | Anthony Green | 1 | -5/+11 |
2000-01-31 | config.h.in: Rebuilt. | Tom Tromey | 5 | -7/+247 |
2000-01-19 | * All files: Updated copyright to reflect Cygnus purchase. | Tom Tromey | 19 | -19/+19 |
1999-09-21 | Output_UTF8.java (write): Don't exit loop unless both `inlength' and `bytes_t... | Tom Tromey | 1 | -14/+6 |
1999-09-10 | configure: Rebuilt. | Tom Tromey | 4 | -4/+4 |
1999-07-01 | [multiple changes] | Warren Levy | 8 | -19/+21 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 1 | -0/+72 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 4 | -0/+23330 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 6 | -11/+319 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 1 | -0/+176 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 1 | -0/+27 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 1 | -1/+5 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 1 | -0/+6 |
1999-04-16 | JIS0201.h: New file, generated from Unicode table. | Per Bothner | 1 | -1/+1 |
1999-04-16 | Fix truncated comments. | Per Bothner | 2 | -12948/+12948 |
1999-04-16 | UnicodeToBytes.java (write(String,int,int,char[])): New overloading, allows g... | Per Bothner | 3 | -4/+51 |
1999-04-16 | UnicodeToBytes.java (write(String,int,int,char[])): New overloading, allows g... | Per Bothner | 1 | -1/+7 |
1999-04-07 | Initial revision | Tom Tromey | 15 | -0/+27724 |