aboutsummaryrefslogtreecommitdiff
path: root/libjava/gnu
AgeCommit message (Expand)AuthorFilesLines
2001-10-24fix include problemAnthony Green1-1/+2
2001-10-22JIS0208_to_Unicode.cc: Declare java_exceptions pragma.Bryce McKinlay4-0/+5
2001-10-18SHA1PRNG.java (engineNextBytes): Rewrote.Tom Tromey1-23/+20
2001-10-12Makefile.in: Rebuilt.Tom Tromey4-12/+193
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-27Configuration.java.in (INIT_LOAD_LIBRARY): New constant.Tom Tromey1-3/+32
2001-09-23old fixAnthony Green1-1/+1
2001-09-23misc fixesAnthony Green1-5/+4
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 Tromey13-655/+444
2001-09-04re PR libgcj/4213 (SimpleDateFormat constructor SEGV's.)Tom Tromey1-0/+25
2001-08-31Makefile.in: Rebuilt.Tom Tromey2-52/+128
2001-08-28Activatable.java, [...]: RMI implementation from Kaffe.Tom Tromey20-0/+3472
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-05-10[multiple changes]Tom Tromey4-0/+927
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay2-11/+59
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-02-15DirectRasterGraphics.java (clone): Hoist to public.Bryce McKinlay2-2/+3
2001-02-13* gnu/awt/j2d/AbstractGraphicsState.java (clone): Made public.Tom Tromey1-1/+6
2001-01-12natGtkComponentPeer.cc (getLocationOnScreen): Wrote.Tom Tromey6-11/+294
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
2000-11-28Makefile.am: Added natTimeZone.cc.Warren Levy1-0/+10
2000-11-26System.java (setProperties): Only call init_properties() if properties is null.Bryce McKinlay1-0/+14
2000-11-01encodings.pl: Added `ASCII' alias.Tom Tromey6-21/+220
2000-10-27Makefile.am: Added locale files from Classpath.Warren Levy4-0/+294
2000-10-22Makefile.am: Added rules for libgcjx library.Rolf W. Rasmussen58-0/+6762
2000-10-10LocaleData_en.java (monetarySeparator): Added.Warren Levy1-1/+2
2000-10-05* gnu/gcj/convert/natIconv.cc (init): Terminate buffer.Tom Tromey1-2/+4
2000-10-02prims.cc (_Jv_argv, _Jv_argc): New fields.Bryce McKinlay14-0/+1248
2000-09-11BytesToUnicode.java (getDefaultDecoder): Let default decoder use iconv.Tom Tromey2-2/+16
2000-09-05natIconv.cc (read): Remove unused local.Bryce McKinlay2-11/+4
2000-09-04File.java (deleteOnExit): New method.Anthony Green1-0/+38