aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2006-04-13re PR libgcj/26522 (gcc-4.1.0-RC{1,2} install headers into a top-level (root)...Tom Tromey3-0/+12
2006-04-12re PR libgcj/23829 (FreeBSD 5 support for libjava)NAKATA Maho3-8/+13
2006-04-11SystemClassLoader.java (addClass): Get the value of package-private field "lo...Bryce McKinlay3-7/+28
2006-04-10libjava.exp (libjava_init): Recognize multilib directory names containing und...Matthias Klose2-1/+6
2006-04-10x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): New.Andrew Haley3-10/+113
2006-04-08configure: Rebuilt.Andreas Tobler2-1/+6
2006-04-07InetAddress.java: Throw an UnknownHostException if lookup fails.Andrew Haley2-0/+8
2006-04-06acinclude.m4 (AC_LTDL_SHLIBEXT): Add GCJ LOCAL marker to indicate GCJ specifi...Andreas Tobler2-0/+6
2006-04-05re PR libgcj/26625 (libgcj-4.2.0.jar not rebuilt after a source file change)Tom Tromey6-2/+17
2006-04-05configure.host: Add -fno-omit-frame-pointer to libgcj_flags for MinGW since E...Ranjit Mathew2-0/+7
2006-04-05re PR libgcj/25414 (should update rmic)Archit Shah7-90/+293
2006-04-04re PR classpath/26990 (SecurityManager.checkExit() problem)Tom Tromey6-5/+40
2006-04-04gen-classlist.sh.in: Correct handle generated files.Tom Tromey5-41/+86
2006-04-04Temporarily reverting previous patch due to build-breaking bug.Tom Tromey5-77/+39
2006-04-04[multiple changes]Tom Tromey5-39/+77
2006-04-04Makefile.in: Rebuilt.Tom Tromey8-35/+76
2006-04-03Float_2.java: New file.Andrew Haley3-0/+142
2006-03-31posix.cc (_Jv_platform_nanotime): Declare id with clockid_t.Andreas Tobler2-1/+5
2006-03-30aclocal.m4, [...]: Rebuilt.Tom Tromey5-39/+126
2006-03-30re PR java/26042 (ICE in mark_reference_fields, at java/boehm.c:105)Tom Tromey2-0/+17
2006-03-29re PR bootstrap/26901 (../../../../../gcc/libjava/classpath/tools/gnu/classpa...Tom Tromey3-8/+19
2006-03-29sources.am, [...]: Rebuilt.Tom Tromey4-1/+44
2006-03-29acinclude.m4: Restore the situation that we don't build modules on darwin.Andreas Tobler3-3/+31
2006-03-29re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey6-5/+102
2006-03-29posix.cc (_Jv_platform_nanotime): Look for CLOCK_MONOTONIC and CLOCK_HIGHRES.Tom Tromey2-1/+14
2006-03-28Correcting PR number in ChangeLog:Tom Tromey1-1/+1
2006-03-28re PR libgcj/26441 (Old libltdl may cause memory leak in Class.forName())Tom Tromey14-2446/+3845
2006-03-28unicode-muncher.pl: Removed this file.Anthony Balkissoon5-886/+3110
2006-03-25re PR libgcj/26858 (NullPointerException not generated for large classes...)David Daney4-0/+2085
2006-03-16re PR libgcj/26706 ([4.1/4.2] Unexpanded macro in libjava/classpath/configure)Tom Tromey4-185/+409
2006-03-16linux-unwind.h (shmedia_fallback_frame_state): Set fs->signal_frame.Kaz Kojima2-23/+7
2006-03-16re PR classpath/26688 (Classpath Makefiles assume CVS source control)Tom Tromey3-4/+13
2006-03-16jcf-write.c (generate_bytecode_insns): Use qualifying type for non-static met...Tom Tromey2-1/+5
2006-03-15Correctly reference PR java/26638 in ChangeLogsTom Tromey1-1/+1
2006-03-15re PR java/26390 (Problem dispatching method call when method does not exist ...Tom Tromey2-9/+23
2006-03-10re PR libgcj/25713 (GZIPOutputStream bad checksum)Tom Tromey10-878/+48
2006-03-10powerpc-signal.h: Fix typo in comment.Andreas Tobler2-1/+5
2006-03-10Imported GNU Classpath 0.90Mark Wielaard1367-22568/+188595
2006-03-10re PR libgcj/23495 (java.lang.String.equals is suboptimal)Tom Tromey2-57/+51
2006-03-09configure: Rebuilt.Tom Tromey3-2/+14
2006-03-09re PR libgcj/24461 (array access in either GZIPInputStream, Inflater, natInfl...Tom Tromey2-3/+11
2006-03-09win32.cc (_Jv_platform_nanotime): New function.Tom Tromey14-6/+167
2006-03-08gcj.texi: Document -static-libgcj option.David Daney4-4/+119
2006-03-08re PR libgcj/24183 (xmlj code not properly built)Tom Tromey3-17/+53
2006-03-07re PR libgcj/26103 (Wrong exception thrown)Tom Tromey3-3/+14
2006-03-07* include/java-interp.h: Removed extern "C" around #include <ffi.h>.David Daney2-2/+4
2006-03-07* link.cc: Include ffi.h if USE_LIBFFI defined.David Daney2-0/+8
2006-03-03* interpret.cc (do_allocate_static_fields): Added comment.Tom Tromey2-1/+15
2006-03-01re PR libgcj/24321 (instanceof erroneously causes class initialization)Tom Tromey4-4/+35
2006-02-27re PR other/26208 (Serious problem with unwinding through signal frames)Jakub Jelinek5-49/+30