aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2001-06-19BigInteger.java (byteArrayToIntArray): Don't include extraneous/malformed sig...Mark J. Roberts2-5/+6
2001-06-15* jni.cc (_Jv_JNI_NewLocalRef): Search other frames.Tom Tromey2-8/+19
2001-06-15natRuntime.cc (_Jv_FindSymbolInExecutable): Return NULL if no library on the ...Tom Tromey3-3/+23
2001-06-15jni.cc (ClassClass): Removed; updated all users.Tom Tromey2-30/+51
2001-06-14jni.exp: New file.Tom Tromey3-0/+176
2001-06-14re PR libgcj/3144 (java.lang.Date.compareTo() not supported)Tom Tromey2-143/+415
2001-06-13Added John Gilmore.Per Bothner1-0/+1
2001-06-13aclocal.m4, configure: Rebuilt.Tom Tromey4-3/+15
2001-06-10exception.cc (cstdlib): Replaces stdlib.h.Alexandre Petit-Bianco2-3/+9
2001-06-09acinclude.m4 (AC_EXEEXT): Work around in case it expands to nothing, as in au...Alexandre Oliva3-238/+246
2001-06-09acinclude.m4 (AC_EXEEXT): Work around in case it expands to nothing, as in au...Alexandre Oliva2-0/+10
2001-06-08configure: Rebuilt.Tom Tromey3-242/+242
2001-06-08re PR libgcj/2874 (libjava testsuite disk space usage)Tom Tromey3-23/+89
2001-06-08re PR libgcj/3059 (System doesn't set java.home property)Tom Tromey4-4/+16
2001-06-08For PR bootstrap/3075:Tom Tromey10-450/+475
2001-06-06libjava.exp (libjava_arguments): Build with `-no-install' when $mode == "link".Jeff Sturm2-0/+10
2001-06-05natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors table index is with...Martin Kahlert2-6/+25
2001-06-04PublicKey.java: Extend Key.Tom Tromey3-4/+9
2001-06-02!defined(USE_LTDL) fixAnthony Green2-0/+13
2001-06-02Remove libgcjdata hack. Fix jv-scan usage in dejagnu.Anthony Green10-147/+60
2001-06-02Fake a PASS for targets which don't support invocation.Anthony Green2-0/+11
2001-06-02USE_LIBFFI changeAnthony Green11-323/+390
2001-06-02Check for sigaction.Anthony Green4-297/+291
2001-06-01natFile.cc (get_entry): Removed functions.Jeff Sturm2-25/+15
2001-05-31natFileDescriptorPosix.cc (open): Allocate buffer to correct size.Tom Tromey2-21/+37
2001-05-31Rectangle2D.java: fix doc typo.Laurent Guerby2-1/+5
2001-05-31DriverManager.java (getDrivers): Handle case where driver's class loader is n...Tom Tromey2-3/+13
2001-05-30invokethrow.out: New file.Tom Tromey3-0/+35
2001-05-29* include/jvm.h (_Jv_ThrowNoMemory): Mark as noreturn.Tom Tromey2-1/+3
2001-05-29configure: Rebuilt.Tom Tromey3-6/+18
2001-05-29i386-signal.h (MAKE_THROW_FRAME): Don't fix up frame pointer...Andrew Haley6-183/+102
2001-05-24natString.cc (init): Throw ArrayIndexOutOfBoundsException.Tom Tromey2-8/+16
2001-05-24configure.in: Only allow hash synchronization when POSIX threads are enabled.Tom Tromey4-232/+245
2001-05-24Makefile.in: Rebuilt.Tom Tromey3-2/+5
2001-05-24Revert patch of 2001-05-21:Tom Tromey3-67/+1568
2001-05-24[multiple changes]Tom Tromey25-428/+1890
2001-05-23jv-scan.c (version): Update copyright year.Joseph Myers2-2/+6
2001-05-23Fix cross builds.Anthony Green3-304/+290
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner22-1956/+472
2001-05-21Makefile.am (libgcj_la_DEPENDENCIES): Add $(nat_files).Per Bothner2-5/+11
2001-05-21javaprims.h (_Jv_FormatInt): New declaration.Per Bothner10-40/+98
2001-05-21* gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Now public.Tom Tromey2-2/+6
2001-05-21dwarf2-signal.h: New file.Andrew Haley5-283/+378
2001-05-21configure.in: Update boehm-gc include dir for new GC version.Bryce McKinlay9-324/+313
2001-05-20ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.254.Alexandre Oliva1-283/+298
2001-05-18posix-threads.h (_Jv_CondInit): `0' used in place of `NULL.'Alexandre Petit-Bianco2-2/+7
2001-05-18Makefile.in: Rebuilt.Tom Tromey3-1/+8
2001-05-18[multiple changes]Bryce McKinlay5-7/+22
2001-05-17* Makefile.am (ZIP): The "fastjar" binary is now plain "jar".Per Bothner3-6/+10
2001-05-16SimpleDateFormat.java (parse): Handle non-dst time zones.Tom Tromey2-8/+23