aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-23IntegerGraphicsState.java (getClip): Clone clip before returning, handle null...Scott Gilbertson6-4/+37
2006-02-21link.cc: Added variant of create_error_method that will not complain about un...Robert Schuster2-14/+27
2006-02-17stacktrace.cc (GetStackTraceElements): Call gnu::gcj::runtime::NameFinder::re...Andrew Haley4-7/+46
2006-02-15charset, [...]: Remove empty directories.Matthias Klose1-0/+5
2006-02-09Class.h (_Jv_IDispatchTable): Make it a struct.Bryce McKinlay4-53/+57
2006-02-09re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay12-29/+65
2006-02-08Add PR libgcj/26113 to last entry.Bryce McKinlay1-0/+1
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay10-31/+48
2006-02-08PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey7-261/+157
2006-02-08re PR java/22578 (should inline floatToIntBits et al)Tom Tromey10-1114/+257
2006-02-07gij.cc (version): Use 2006.Tom Tromey5-8/+15
2006-02-04re PR java/25676 (Use of MIN_EXPR/MAX_EXPR is wrong for java)Tom Tromey3-0/+20
2006-02-04Resolve classpath ChangeLog merge conflict.Mark Wielaard1-6316/+0
2006-02-03Makefile.am (src.zip): Update src.zip file search to look in classpath direct...Thomas Fitzsimmons3-6/+51
2006-02-032006-02-03 Robert Schuster <robertschuster@fsfe.org>Robert Schuster2-1/+6
2006-02-03re PR libgcj/26073 (libjava fails to compile)Robert Schuster3-45/+63
2006-02-012006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster9-48/+493
2006-01-31* NEWS: Add 4.1 updates.Mark Wielaard2-0/+295
2006-01-30java-interp.h (insn_index): New declaration.Keith Seitz3-0/+99
2006-01-24prims.cc (next_property_value): Never return NULL.Archit Shah2-7/+14
2006-01-23Class.h (_Jv_FindInterpreterMethod): Add new declaration.Keith Seitz3-5/+47
2006-01-23Fixed Changelog from last commit. to be:David Daney1-0/+1
2006-01-23configure.host (disable_dladdr): Remove variable and its documentation.David Daney5-20/+10
2006-01-19jni.cc (_Jv_JNI_AttachCurrentThread): Return environment if it already exists.Tom Tromey2-4/+13
2006-01-18java-interp.h (_Jv_CompileMethod): Add declaration.Keith Seitz3-15/+45
2006-01-18re PR libgcj/25840 (libjava is broken on Linux/x86-64)H.J. Lu2-0/+6
2006-01-17re PR classpath/20198 (java.security.CodeSource.getLocation output is differe...Tom Tromey2-8/+47
2006-01-17Imported GNU Classpath 0.20Mark Wielaard444-30580/+75627