summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* configure: Rebuilt.Tom Tromey2001-06-083-242/+242
* re PR libgcj/2874 (libjava testsuite disk space usage)Tom Tromey2001-06-083-23/+89
* re PR libgcj/3059 (System doesn't set java.home property)Tom Tromey2001-06-084-4/+16
* For PR bootstrap/3075:Tom Tromey2001-06-0810-450/+475
* libjava.exp (libjava_arguments): Build with `-no-install' when $mode == "link".Jeff Sturm2001-06-062-0/+10
* natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors table index is with...Martin Kahlert2001-06-052-6/+25
* PublicKey.java: Extend Key.Tom Tromey2001-06-043-4/+9
* !defined(USE_LTDL) fixAnthony Green2001-06-022-0/+13
* Remove libgcjdata hack. Fix jv-scan usage in dejagnu.Anthony Green2001-06-0210-147/+60
* Fake a PASS for targets which don't support invocation.Anthony Green2001-06-022-0/+11
* USE_LIBFFI changeAnthony Green2001-06-0211-323/+390
* Check for sigaction.Anthony Green2001-06-024-297/+291
* natFile.cc (get_entry): Removed functions.Jeff Sturm2001-06-012-25/+15
* natFileDescriptorPosix.cc (open): Allocate buffer to correct size.Tom Tromey2001-05-312-21/+37
* Rectangle2D.java: fix doc typo.Laurent Guerby2001-05-312-1/+5
* DriverManager.java (getDrivers): Handle case where driver's class loader is n...Tom Tromey2001-05-312-3/+13
* invokethrow.out: New file.Tom Tromey2001-05-303-0/+35
* * include/jvm.h (_Jv_ThrowNoMemory): Mark as noreturn.Tom Tromey2001-05-292-1/+3
* configure: Rebuilt.Tom Tromey2001-05-293-6/+18
* i386-signal.h (MAKE_THROW_FRAME): Don't fix up frame pointer...Andrew Haley2001-05-296-183/+102
* natString.cc (init): Throw ArrayIndexOutOfBoundsException.Tom Tromey2001-05-242-8/+16
* configure.in: Only allow hash synchronization when POSIX threads are enabled.Tom Tromey2001-05-244-232/+245
* Makefile.in: Rebuilt.Tom Tromey2001-05-243-2/+5
* Revert patch of 2001-05-21:Tom Tromey2001-05-243-67/+1568
* [multiple changes]Tom Tromey2001-05-2425-428/+1890
* jv-scan.c (version): Update copyright year.Joseph Myers2001-05-232-2/+6
* Fix cross builds.Anthony Green2001-05-233-304/+290
* Implement invocation interface; don't create new thread for main.Per Bothner2001-05-2122-1956/+472
* Makefile.am (libgcj_la_DEPENDENCIES): Add $(nat_files).Per Bothner2001-05-212-5/+11
* javaprims.h (_Jv_FormatInt): New declaration.Per Bothner2001-05-2110-40/+98
* * gnu/gcj/runtime/VMClassLoader.java (VMClassLoader): Now public.Tom Tromey2001-05-212-2/+6
* dwarf2-signal.h: New file.Andrew Haley2001-05-215-283/+378
* configure.in: Update boehm-gc include dir for new GC version.Bryce McKinlay2001-05-219-324/+313
* ltconfig, [...]: Upgraded to libtool 1.4a 1.641.2.254.Alexandre Oliva2001-05-201-283/+298
* posix-threads.h (_Jv_CondInit): `0' used in place of `NULL.'Alexandre Petit-Bianco2001-05-182-2/+7
* Makefile.in: Rebuilt.Tom Tromey2001-05-183-1/+8
* [multiple changes]Bryce McKinlay2001-05-185-7/+22
* * Makefile.am (ZIP): The "fastjar" binary is now plain "jar".Per Bothner2001-05-173-6/+10
* SimpleDateFormat.java (parse): Handle non-dst time zones.Tom Tromey2001-05-162-8/+23
* GregorianCalendar.java (computeTime): Only call getTimeZone() once.Tom Tromey2001-05-152-1/+6
* SimpleDateFormat.java (parse): Clear DST_OFFSET and ZONE_OFFSET just before c...Tom Tromey2001-05-142-2/+9
* except.c (choose_personality_routine): Export.Zack Weinberg2001-05-135-2/+35
* configure.in (ia64-*): Don't set SYSDEP_SOURCES.Richard Henderson2001-05-114-310/+296
* exception.cc: Include unwind-pe.h.Richard Henderson2001-05-112-168/+6
* Makefile.in: Rebuilt.Tom Tromey2001-05-113-3/+450
* [multiple changes]Tom Tromey2001-05-1011-399/+2085
* Class.h (_Jv_Self): New union type.Bryce McKinlay2001-05-063-7/+19
* Thread_Wait_Interrupt.xfail: New file.Tom Tromey2001-05-0410-9/+78
* * libjava.lang/err11.xfail: Removed.Tom Tromey2001-05-032-1/+4
* jni.cc (_Jv_JNI_GetPrimitiveArrayRegion): Fixed bounds checking.Martin Kahlert2001-05-032-2/+8