aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2001-05-06Class.h (_Jv_Self): New union type.Bryce McKinlay3-7/+19
2001-05-04Thread_Wait_Interrupt.xfail: New file.Tom Tromey10-9/+78
2001-05-03* libjava.lang/err11.xfail: Removed.Tom Tromey2-1/+4
2001-05-03jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds checking.Martin Kahlert2-2/+8
2001-05-03Fix bad checkin.Andrew Haley1-1/+2
2001-05-03libgcj.spec.in (jc1): Add EXCEPTIONSPEC.Andrew Haley1-2/+8
2001-05-03* doc/*.texi: Remove generated documentation.Bryce McKinlay24-18255/+4
2001-05-01libgcj.spec.in (jc1): Add EXCEPTIONSPEC.Andrew Haley4-95/+99
2001-04-30natFile.cc (performSetReadOnly): Fix #ifdef test.Matt Kraai2-2/+7
2001-04-28* java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): Use _Jv_Malloc.Zack Weinberg2-2/+4
2001-04-28prims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.Zack Weinberg3-3/+9
2001-04-27jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds checking.Tom Tromey2-5/+17
2001-04-27jni.h (struct JNINativeInterface): Fixed types in Get/Set*ArrayRegion declara...Tom Tromey2-44/+50
2001-04-27libjava.exp (libjava_init): Use UTF-8 encoding.Tom Tromey2-2/+13
2001-04-26configure.in: Obtain THREADS with `gcc -v'.Alexandre Oliva3-355/+287
2001-04-26re PR libgcj/2237 (serialization doesn't throw exception on failure)Bryce McKinlay4-121/+90
2001-04-25natInetAddress.cc (java::net::InetAddress::aton): Wrap use of inet_pton in HA...Kaveh R. Ghazi2-1/+6
2001-04-25Forgot this file on last commit.Bryce McKinlay1-3/+1
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay112-1550/+11880
2001-04-24configure.in (CPPFLAGS): Added builddir and srcdir to CPPFLAGS for libtool te...Alexandre Oliva3-288/+356
2001-04-22Makefile.in: Rebuilt.Tom Tromey1-0/+537
2001-04-22Makefile.in: Rebuilt.Tom Tromey24-72/+304
2001-04-21List.java: Wrote.Tom Tromey3-7/+576
2001-04-20natSystem.cc (getSystemTimeZone): Adjust for DST.Warren Levy4-658/+265
2001-04-12Makefile.am: Make a libtool convenience library.Bryce McKinlay4-62/+101
2001-04-10natString.cc (_Jv_NewStringUtf8Const): Register finalizer.Per Bothner2-6/+23
2001-04-10testsuite: libjava: remove some xfail markers.Tom Tromey7-6/+9
2001-04-07testsuite: libjava: remove some xfail markers.Tom Tromey3-4/+5
2001-04-06jni.cc (wrap_value<jobject>, [...]): Removed.Tom Tromey2-11/+15
2001-04-05instinit2.out: Fixed.Alexandre Petit-Bianco2-1/+4
2001-04-05* libtool-version: Updated current.Tom Tromey2-1/+5
2001-04-04Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo.Andreas Jaeger9-65/+83
2001-04-02libjava.exp: Correct typo...Zack Weinberg2-223/+217
2001-04-02configure.in (GCC_UNWIND_INCLUDE): Assume we're built within the same tree as...Richard Henderson4-228/+213
2001-04-02jni.cc (wrap_value<jclass>): New specialization.Marcus G. Daniels2-0/+13
2001-04-02PrintStream.java (out): Removed field.Tom Tromey2-37/+51
2001-04-02re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except...Torsten Rueger2-1/+6
2001-04-02jni.cc (add_char): Correctly encode non-ascii characters.Tom Tromey2-5/+13
2001-04-02* configure.host: Enable interpreter for PPC.Kevin B Hendricks2-0/+8
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay5-34/+26
2001-04-01natString.cc (intern): If string's data does not point to this String, make a...Per Bothner3-7/+17
2001-04-01DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner3-51/+110
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay8-303/+583
2001-03-28IA-64 ABI Exception Handling.Richard Henderson9-536/+984
2001-03-28InitialContext.java (init): Fix typo.Joerg Brunsmann4-8/+24
2001-03-27Makefile.am (libffi_files): Use 'find' to pick up libffi libtool objects in s...Bryce McKinlay3-2/+8
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson36-284/+294
2001-03-24HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ...Bryce McKinlay3-3/+13
2001-03-23Left out while checking in java/lang/natDouble.cc (parseDouble) change.Per Bothner1-0/+5
2001-03-23natDouble.cc (parseDouble): Cannot use errno to check for errors...Per Bothner1-15/+25