aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/gcj/convert
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley61-54004/+0
2016-01-04gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2015-01-05gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2014-01-02gnat_ugn.texi: Bump @copying's copyright year.Tobias Burnus1-3/+2
2013-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-3/+3
2012-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2011-06-21re PR libgcj/49314 (md5test, shatest output FAILs on Tru64 UNIX)Rainer Orth1-4/+6
2011-01-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2010-01-09gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+2
2009-02-03gcc.c (process_command): Update copyright notice dates.Jakub Jelinek1-2/+3
2008-07-08Actually add libjava/gnu/gcj/convert/make-trie.h.Ralf Wildenhues1-0/+13
2008-07-07make-trie.h: New.Ralf Wildenhues2-4/+13
2008-03-02re PR driver/35420 (--version copyright date vs. 2008)Jakub Jelinek1-2/+2
2007-01-30re PR libgcj/30600 (gnu.gcj.convert.BytesToCharsetAdaptor calculates bad argu...Kaloian Doganov1-2/+2
2007-01-26re PR libgcj/29594 (jv-convert with no args NPE)Tom Tromey1-9/+7
2007-01-09Merged gcj-eclipse branch to trunk.Tom Tromey25-7/+987
2006-06-27OutputStreamWriter.java (writeChars): Use a 'do' loop.Tom Tromey2-12/+27
2006-04-17re PR libgcj/27171 (UTF8 PrintWriter goes haywire)Tom Tromey1-8/+26
2006-02-07gij.cc (version): Use 2006.Tom Tromey1-2/+2
2006-01-03PR libgcj/9715, PR libgcj/19132:David Daney4-5/+270
2005-11-04PR libgcj/14358, libgcj/24552:Tom Tromey1-22/+29
2005-07-06InputStreamReader.java (refill): Handle no-progress case correctly.Tom Tromey1-1/+3
2005-02-18gij.cc (version): Change year for '--version' to 2005.Anthony Green1-2/+2
2004-10-28Output_UnicodeLittleUnmarked.java: New file.David Daney1-0/+41
2004-07-09unicode-muncher.pl: Updated to version 2.1 from GNU classpath.Michael Koch2-10962/+0
2004-06-22BytesToUnicode.java (getDecoder): Pass original encoding name to iconv.Bryce McKinlay2-6/+6
2004-06-22re PR libgcj/16134 (Memory leak in String.getBytes())Bryce McKinlay2-2/+4
2004-03-19Input_UnicodeBig.java: New class..Per Bothner3-1/+101
2004-02-202004-02-20 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+2
2003-11-14jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe...Tom Tromey1-2/+2
2003-07-29natIconv.cc (write): Handle case where output buffer is too small.Tom Tromey1-14/+28
2003-07-012003-07-01 Michael Koch <konqueror@gmx.de>Michael Koch1-0/+3
2003-06-07re PR libgcj/8738 (java.io.CharArrayWriter's write methods erroneously throw ...Mark Wielaard4-4/+32
2002-03-25For PR libgcj/5303:Tom Tromey1-1/+1
2002-03-06unicode-decomp.pl: Move from chartables.pl...Eric Blake3-0/+11052
2002-02-22natSystem.cc (init_properties): Include the `Inc.' in java.vendor and java.vm...Tom Tromey1-1/+1
2002-02-17name-finder.cc (toHex): Use word mode, not long long.Jason Merrill1-1/+1
2002-01-31gccbug.in: Follow GNU Coding Standards for --version.Joseph Myers1-1/+1
2002-01-10Convert.java (version): Use java.vm.name property.Tom Tromey1-5/+7
2002-01-10For PR libgcj/5303:Tom Tromey1-6/+43
2001-10-22JIS0208_to_Unicode.cc: Declare java_exceptions pragma.Bryce McKinlay4-0/+5
2001-09-17Add support for iso8859_1.Anthony Green1-0/+1
2001-08-18UnicodeToBytes.java (write): Write work buffer starting from zero offset.Jeff Sturm1-1/+1
2001-08-17* gnu/gcj/convert/IOConverter.java: Add `646' alias.Tom Tromey1-0/+5
2001-08-15natIconv.cc (read): Handle EINVAL and E2BIG correctly.Tom Tromey1-4/+7
2001-08-10* gnu/gcj/convert/natIconv.cc (done): Use HAVE_ICONV.Loren J. Rittle1-0/+8
2001-07-30natIconv.cc (done): New methods.Tom Tromey5-69/+181
2001-07-13re PR libgcj/3426 (java.io.InputStreamReader, infinite loop)Tom Tromey1-2/+12
2001-06-27IOConverter.java: Manually maintained alias now lowercase.Tom Tromey1-1/+1
2001-06-26encodings.pl: Generate lower-case names.Tom Tromey1-23/+24