aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu/gcj
AgeCommit message (Expand)AuthorFilesLines
2002-04-24natCore.cc (create): Use __builtin_alloca, and compute correct length of UTF-...Tom Tromey1-3/+11
2002-04-15Connection.java (usingProxy): return false.Mark Wielaard1-1/+1
2002-03-25For PR libgcj/5303:Tom Tromey1-1/+1
2002-03-15re PR libgcj/5944 (Use of uint32_t breaks libgcj bootstrap on Solaris 2.5.1)Tom Tromey1-0/+8
2002-03-09* gnu/gcj/xlib/WindowAttributes.java Assign null to RawData, not 0.Per Bothner3-6/+6
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-22Connection.java (conect): Open the input and/or output streams immediately he...Per Bothner1-13/+17
2002-02-17name-finder.cc (toHex): Use word mode, not long long.Jason Merrill1-1/+1
2002-02-07shs.h, [...]: use uint<n>_t instead of LONG and BYTEAdam Megacz3-22/+28
2002-01-31gccbug.in: Follow GNU Coding Standards for --version.Joseph Myers1-1/+1
2002-01-22Add license clarification.Mark Wielaard1-5/+16
2002-01-16Start of AWT merge with Classpath:Tom Tromey4-476/+0
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-12-16Makefile.in: Rebuilt.Tom Tromey1-739/+0
2001-12-12* gnu/gcj/runtime/StringBuffer.javaTom Tromey1-1/+1
2001-12-11String.java (String): New constructor.Tom Tromey2-0/+224
2001-12-09* gnu/gcj/xlib/XImage.java (toString): Add missing initialization.Per Bothner1-0/+9
2001-11-13Makefile.in: Rebuilt.Tom Tromey1-0/+24
2001-10-31HACKING, [...]: Fix spelling errors.Joseph Myers2-2/+2
2001-10-24fix include problemAnthony Green1-1/+2
2001-10-22JIS0208_to_Unicode.cc: Declare java_exceptions pragma.Bryce McKinlay4-0/+5
2001-10-10natFinalizerThread.cc: New file.Tom Tromey3-4/+99
2001-09-30re PR libgcj/4383 (file: protocol not supported in URLConnection?)Bryce McKinlay2-1/+8
2001-09-29SharedLibLoader.java: New class.Per Bothner2-0/+150
2001-09-19Fix null pointer bug.Anthony Green1-1/+2
2001-09-17Add support for iso8859_1.Anthony Green1-0/+1
2001-09-06jvm.h: Declare _Jv_RegisterResource.Anthony Green7-0/+431
2001-09-05SimpleDateFormat.java: Re-merged with Classpath.Tom Tromey8-1086/+0
2001-09-04re PR libgcj/4213 (SimpleDateFormat constructor SEGV's.)Tom Tromey1-0/+25
2001-08-31Makefile.in: Rebuilt.Tom Tromey1-52/+0
2001-08-26Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay2-6/+92
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
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner4-245/+9
2001-05-21* gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Now public.Tom Tromey1-2/+2
2001-05-18[multiple changes]Bryce McKinlay1-0/+4
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay1-11/+4
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson6-6/+6
2001-03-18natClass.cc (_Jv_CheckCast): add class names to exceptionMark Wielaard1-1/+3
2001-03-01Changes merged from Kawa's gnu.math.Per Bothner1-20/+23
2001-01-09re PR libgcj/1411 (natTimeZone.cc should be removed)Warren Levy1-3/+13
2000-12-12FirstThread.java (Kcert, [...]): New static final fields.Tom Tromey1-1/+10