OSDN Git Service

2002-06-04 H.J. Lu (hjl@gnu.org)
[pf3gnuchains/gcc-fork.git] / libjava / ChangeLog
2002-06-04 hjl2002-06-04 H.J. Lu (hjl@gnu.org)
2002-06-04 hjl2002-06-04 H.J. Lu (hjl@gnu.org)
2002-06-04 tromey * java/util/natTimeZone.cc: Include <stdio.h>.
2002-05-29 uweigand* configure.host [s390*-linux*]: Set can_unwind_signal...
2002-05-24 bryce * java/lang/natThrowable.cc (fillInStackTrace...
2002-05-24 bryce Merge JDK 1.4 java.security changes from classpath.
2002-05-24 bryce Merge JDK 1.4 exception chaining support from classpath.
2002-05-23 bryce * Makefile.am (all-recursive): Depend on $all_java_cla...
2002-05-16 ro * Makefile.in: Allow for PWDCMD to override hardcoded...
2002-05-14 tromey * java/lang/natRuntime.cc: Don't include sys/time...
2002-05-13 tromey Fixes PR libgcj/6389:
2002-05-12 mark * gnu/java/text/SentenceBreakIterator.java (next)...
2002-05-10 tromey * jni.cc (_Jv_JNIFunctions): Fixed typo.
2002-05-09 tromey * java/util/ResourceBundle.java: New version from...
2002-05-09 jakub PR target/6429
2002-05-08 mmitchel * java/jcf-write.c (write_classfile): Write the file...
2002-05-08 billingd2002-05-09 David.Billinghurst <David.Billinghurst...
2002-05-08 aoliva* configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve...
2002-05-07 tromey * java/lang/natString.cc (unintern): Fixed typo.
2002-05-06 billingd2002-05-06 David.Billinghurst <David.Billinghurst...
2002-05-05 billingd2002-05-06 David.Billinghurst <David.Billinghurst...
2002-05-04 billingd2002-05-04 David Billinghurst <David.Billinghurst...
2002-05-03 tromey2002-05-03 David Billinghurst <David.Billinghurst...
2002-05-03 aolivaSuggested by Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2002-05-03 hboehm * include/dwarf2-signal.h (INIT_SEGV, INIT_FPE for...
2002-05-02 ro * testsuite/lib/libjava.exp (libjava_find_spec): New...
2002-05-02 davem2002-05-02 David S. Miller <davem@redhat.com>
2002-05-02 tromey2002-05-02 Jerome Marc <marcjero@yahoo.com>
2002-04-30 tromey * java/io/BufferedReader.java (fill): Handle case...
2002-04-29 bryce2002-04-29 Gerhard Tonn <GerhardTonn@swol.de>
2002-04-29 bryce2002-04-29 Adam King <aking@dreammechanics.com>
2002-04-27 davem2002-04-25 David S. Miller <davem@redhat.com>
2002-04-26 tromey * verify.cc (construct_primitive_array_type) [void_typ...
2002-04-24 tromey * gnu/gcj/natCore.cc (create): Use __builtin_alloca...
2002-04-24 megacz2002-04-23 Adam Megacz <adam@xwt.org>
2002-04-22 davem2002-04-21 David S. Miller <davem@redhat.com>
2002-04-21 mark * mauve-libgcj: Don't run java.lang.ref tests since...
2002-04-21 davem2002-04-19 David S. Miller <davem@redhat.com>
2002-04-20 tromey2002-04-19 Hans Boehm <Hans_Boehm@hp.com>
2002-04-17 bryce * java/io/File.java (normalizePath): Add Win32 support...
2002-04-16 tromey Fix for PR libgcj/6081:
2002-04-16 tromey2002-04-16 Adam King <aking@dreammechanics.com>
2002-04-16 dj* configure.in: Allow building in $srcdir.
2002-04-15 mark * java/net/natPlainDatagramSocketImpl.cc (close...
2002-04-15 mark2002-04-14 Mark Wielaard <mark@klomp.org>
2002-04-15 mark2002-04-13 Adam King <aking@dreammechanics.com>
2002-04-12 greenInstall libgcj.jar as libgcj-VERSION.jar.
2002-04-12 bryce * configure.host: Set can_unwind_signal on hosts which...
2002-04-11 tromey * win32.cc (_Jv_platform_initProperties): Fix spelling...
2002-04-11 tromey2002-04-11 Adam King <aking@dreammechanics.com>
2002-04-10 tromey * Makefile.in: Rebuilt.
2002-04-09 tromey * win32.cc (_Jv_platform_initProperties): Use GetTempPath.
2002-04-08 tromey2002-04-08 Alberto Biancardi <alberto.biancardi@unipv.it>
2002-04-08 mark * java/util/AbstractMap.java (putAll): Use entrySet...
2002-04-07 mark * java/util/Hashtable.java (contains): Remove...
2002-04-07 brycetypo
2002-04-07 bryce2002-04-07 Adam King <aking@dreammechanics.com>
2002-04-07 mark * java/lang/Character,java (isDefined): getType()...
2002-04-07 mark * java/util/ArrayList.java (addAll(int,Collecti...
2002-04-06 mark * java/util/ArrayList.jva (removeRange): If...
2002-04-06 megacz2002-04-05 Adam Megacz <adam@xwt.org>
2002-04-05 megacz2002-04-04 Adam Megacz <adam@xwt.org>
2002-04-05 ljrittleFix cut-n-paste typo.
2002-04-05 ljrittle * configure.host: Add case statement to support generi...
2002-04-05 mark * mauve-libgcj: Add JLS1.0 and JLS1.1 tags...
2002-04-04 bryce * java/util/Arrays.java (qsort): Fix off-by-one errors...
2002-04-04 mark * java/lang/reflect/Modifier.java (toString...
2002-04-02 tromey * java/lang/natClassLoader.cc (findClass): Compare...
2002-04-02 mark * mauve-libgcj: add java.net.DatagramSocket...
2002-04-02 bryce * java/util/IdentityHashMap.java (put): Set new thresh...
2002-04-01 mark * java/util/BitSet.java (BitSet(int)): if nbits...
2002-04-01 mark * mauve-libgcj: Add JDK1.3, JDK1.4, JLS1.2...
2002-03-31 aoliva* libgcj.spec.in, libgcj-test.spec.in: Revert for now.
2002-03-31 aoliva* libgcj.spec.in: Override libgcc, not lib.
2002-03-29 tromey * java/net/natPlainDatagramSocketImpl.cc (close):...
2002-03-28 jsturm * java/net/PlainDatagramSocketImpl.java
2002-03-27 rth * include/posix-threads.h [alpha] (_Jv_ThreadSe...
2002-03-27 aph2002-03-25 Andrew Haley <aph@cambridge.redhat.com...
2002-03-27 tromey2002-03-27 Anthony Green <green@redhat.com>
2002-03-26 hboehm * include/dwarf2-signal.h: Temporarily back out last...
2002-03-26 ljrittle * include/posix-threads.h: Support <.../pal.h> on...
2002-03-26 hboehm * configure.in, configure: enable dwarf2-exception...
2002-03-26 tromey * Makefile.am (libgcj_la_LDFLAGS): Use THREADLDFLAGS.
2002-03-25 tromey For PR libgcj/5303:
2002-03-25 tromey * java/awt/Component.java (processEvent): Check Compon...
2002-03-25 bryce Based on patch from Intel's ORP team:
2002-03-25 bryce * java/io/FileInputStream.java (skip): Call fd.getFile...
2002-03-25 bryce * java/io/PushbackReader.java: Reformat.
2002-03-24 tromey * java/awt/TextComponent.java (TextComponent): Editable by
2002-03-24 tromey * java/awt/MenuItem.java (eventMask): No longer private.
2002-03-24 mark2002-03-24 Eric Blake <ebb9@email.byu.edu>
2002-03-23 tromey * include/name-finder.h (_Jv_name_finder::myclose...
2002-03-23 tromey2002-03-23 Michael Smith <msmith@spinnakernet.com>
2002-03-23 jsturm * java/nat/natPlainSocketImpl.cc (write): Abort loop...
2002-03-21 bryce * posix-threads.cc (_Jv_ThreadSelf_out_of_line): Use...
2002-03-19 tromey2002-03-19 Martin Kahlert <martin.kahlert@infineon...
2002-03-18 tromey * include/jni.h (JNIIMPORT): New macro.
2002-03-18 aph2002-03-18 Andrew Haley <aph@cambridge.redhat.com>
2002-03-18 bryce * java/lang/natSystem.cc (init_properties): Update...
2002-03-17 greenAdd arm thumb support
next