aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2001-05-18posix-threads.h (_Jv_CondInit): `0' used in place of `NULL.'Alexandre Petit-Bianco1-0/+5
2001-05-18Makefile.in: Rebuilt.Tom Tromey1-0/+5
2001-05-18[multiple changes]Bryce McKinlay1-0/+12
2001-05-17* Makefile.am (ZIP): The "fastjar" binary is now plain "jar".Per Bothner1-0/+4
2001-05-16SimpleDateFormat.java (parse): Handle non-dst time zones.Tom Tromey1-0/+5
2001-05-15GregorianCalendar.java (computeTime): Only call getTimeZone() once.Tom Tromey1-0/+5
2001-05-14SimpleDateFormat.java (parse): Clear DST_OFFSET and ZONE_OFFSET just before c...Tom Tromey1-0/+5
2001-05-13except.c (choose_personality_routine): Export.Zack Weinberg1-0/+7
2001-05-11configure.in (ia64-*): Don't set SYSDEP_SOURCES.Richard Henderson1-0/+5
2001-05-11exception.cc: Include unwind-pe.h.Richard Henderson1-0/+5
2001-05-11Makefile.in: Rebuilt.Tom Tromey1-0/+11
2001-05-10[multiple changes]Tom Tromey1-0/+32
2001-05-06Class.h (_Jv_Self): New union type.Bryce McKinlay1-0/+10
2001-05-03jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds checking.Martin Kahlert1-0/+6
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 McKinlay1-0/+4
2001-04-30natFile.cc (performSetReadOnly): Fix #ifdef test.Matt Kraai1-0/+5
2001-04-28* java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): Use _Jv_Malloc.Zack Weinberg1-0/+2
2001-04-28prims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.Zack Weinberg1-0/+6
2001-04-27jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds checking.Tom Tromey1-1/+7
2001-04-27jni.h (struct JNINativeInterface): Fixed types in Get/Set*ArrayRegion declara...Tom Tromey1-1/+7
2001-04-26configure.in: Obtain THREADS with `gcc -v'.Alexandre Oliva1-0/+5
2001-04-26re PR libgcj/2237 (serialization doesn't throw exception on failure)Bryce McKinlay1-1/+16
2001-04-25natInetAddress.cc (java::net::InetAddress::aton): Wrap use of inet_pton in HA...Kaveh R. Ghazi1-0/+5
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay1-0/+53
2001-04-24configure.in (CPPFLAGS): Added builddir and srcdir to CPPFLAGS for libtool te...Alexandre Oliva1-0/+6
2001-04-22Makefile.in: Rebuilt.Tom Tromey1-0/+48
2001-04-21List.java: Wrote.Tom Tromey1-0/+5
2001-04-20natSystem.cc (getSystemTimeZone): Adjust for DST.Warren Levy1-0/+14
2001-04-12Makefile.am: Make a libtool convenience library.Bryce McKinlay1-0/+11
2001-04-10natString.cc (_Jv_NewStringUtf8Const): Register finalizer.Per Bothner1-0/+11
2001-04-06jni.cc (wrap_value<jobject>, [...]): Removed.Tom Tromey1-0/+6
2001-04-05* libtool-version: Updated current.Tom Tromey1-0/+4
2001-04-04Makefile.am (AUTOMAKE_OPTIONS): Remove no-installinfo.Andreas Jaeger1-0/+11
2001-04-02libjava.exp: Correct typo...Zack Weinberg1-198/+205
2001-04-02configure.in (GCC_UNWIND_INCLUDE): Assume we're built within the same tree as...Richard Henderson1-0/+8
2001-04-02jni.cc (wrap_value<jclass>): New specialization.Marcus G. Daniels1-0/+4
2001-04-02PrintStream.java (out): Removed field.Tom Tromey1-0/+14
2001-04-02re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except...Torsten Rueger1-0/+5
2001-04-02jni.cc (add_char): Correctly encode non-ascii characters.Tom Tromey1-0/+8
2001-04-02* configure.host: Enable interpreter for PPC.Kevin B Hendricks1-0/+4
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay1-0/+9
2001-04-01natString.cc (intern): If string's data does not point to this String, make a...Per Bothner1-0/+8
2001-04-01DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner1-0/+15
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay1-0/+53
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-0/+26
2001-03-28InitialContext.java (init): Fix typo.Joerg Brunsmann1-0/+13
2001-03-27Makefile.am (libffi_files): Use 'find' to pick up libffi libtool objects in s...Bryce McKinlay1-0/+6
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson1-0/+27