summaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)Author
2006-04-12re PR libgcj/23829 (FreeBSD 5 support for libjava)NAKATA Maho
2006-04-11SystemClassLoader.java (addClass): Get the value of package-private field "lo...Bryce McKinlay
2006-04-10libjava.exp (libjava_init): Recognize multilib directory names containing und...Matthias Klose
2006-04-10x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): New.Andrew Haley
2006-04-08configure: Rebuilt.Andreas Tobler
2006-04-07InetAddress.java: Throw an UnknownHostException if lookup fails.Andrew Haley
2006-04-06acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate GCJ specifi...Andreas Tobler
2006-04-05re PR libgcj/26625 (libgcj-4.2.0.jar not rebuilt after a source file change)Tom Tromey
2006-04-05configure.host: Add -fno-omit-frame-pointer to libgcj_flags for MinGW since E...Ranjit Mathew
2006-04-05re PR libgcj/25414 (should update rmic)Archit Shah
2006-04-04re PR classpath/26990 (SecurityManager.checkExit() problem)Tom Tromey
2006-04-04gen-classlist.sh.in: Correct handle generated files.Tom Tromey
2006-04-04Temporarily reverting previous patch due to build-breaking bug.Tom Tromey
2006-04-04[multiple changes]Tom Tromey
2006-04-04Makefile.in: Rebuilt.Tom Tromey
2006-04-03Float_2.java: New file.Andrew Haley
2006-03-31posix.cc (_Jv_platform_nanotime): Declare id with clockid_t.Andreas Tobler
2006-03-30aclocal.m4, [...]: Rebuilt.Tom Tromey
2006-03-30re PR java/26042 (ICE in mark_reference_fields, at java/boehm.c:105)Tom Tromey
2006-03-29re PR bootstrap/26901 (../../../../../gcc/libjava/classpath/tools/gnu/classpa...Tom Tromey
2006-03-29sources.am, [...]: Rebuilt.Tom Tromey
2006-03-29acinclude.m4: Restore the situation that we don't build modules on darwin.Andreas Tobler
2006-03-29re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey
2006-03-29posix.cc (_Jv_platform_nanotime): Look for CLOCK_MONOTONIC and CLOCK_HIGHRES.Tom Tromey
2006-03-28Correcting PR number in ChangeLog:Tom Tromey
2006-03-28re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName())Tom Tromey
2006-03-28unicode-muncher.pl: Removed this file.Anthony Balkissoon
2006-03-25re PR libgcj/26858 (NullPointerException not generated for large classes...)David Daney
2006-03-16re PR libgcj/26706 ([4.1/4.2] Unexpanded macro in libjava/classpath/configure)Tom Tromey
2006-03-16linux-unwind.h (shmedia_fallback_frame_state): Set fs->signal_frame.Kaz Kojima
2006-03-16re PR classpath/26688 (Classpath Makefiles assume CVS source control)Tom Tromey
2006-03-16jcf-write.c (generate_bytecode_insns): Use qualifying type for non-static met...Tom Tromey
2006-03-15Correctly reference PR java/26638 in ChangeLogsTom Tromey
2006-03-15re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey
2006-03-10re PR libgcj/25713 (GZIPOutputStream bad checksum)Tom Tromey
2006-03-10powerpc-signal.h: Fix typo in comment.Andreas Tobler
2006-03-10Imported GNU Classpath 0.90Mark Wielaard
2006-03-10re PR libgcj/23495 (java.lang.String.equals is suboptimal)Tom Tromey
2006-03-09configure: Rebuilt.Tom Tromey
2006-03-09re PR libgcj/24461 (array access in either GZIPInputStream, Inflater, natInfl...Tom Tromey
2006-03-09win32.cc (_Jv_platform_nanotime): New function.Tom Tromey
2006-03-08gcj.texi: Document -static-libgcj option.David Daney
2006-03-08re PR libgcj/24183 (xmlj code not properly built)Tom Tromey
2006-03-07re PR libgcj/26103 (Wrong exception thrown)Tom Tromey
2006-03-07* include/java-interp.h: Removed extern "C" around #include <ffi.h>.David Daney
2006-03-07* link.cc: Include ffi.h if USE_LIBFFI defined.David Daney
2006-03-03* interpret.cc (do_allocate_static_fields): Added comment.Tom Tromey
2006-03-01re PR libgcj/24321 (instanceof erroneously causes class initialization)Tom Tromey
2006-02-27re PR other/26208 (Serious problem with unwinding through signal frames)Jakub Jelinek
2006-02-23IntegerGraphicsState.java (getClip): Clone clip before returning, handle null...Scott Gilbertson