summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* Imported GNU Classpath 0.90Mark Wielaard2006-03-101367-22568/+188595
* re PR libgcj/23495 (java.lang.String.equals is suboptimal)Tom Tromey2006-03-102-57/+51
* configure: Rebuilt.Tom Tromey2006-03-093-2/+14
* re PR libgcj/24461 (array access in either GZIPInputStream, Inflater, natInfl...Tom Tromey2006-03-092-3/+11
* win32.cc (_Jv_platform_nanotime): New function.Tom Tromey2006-03-0914-6/+167
* gcj.texi: Document -static-libgcj option.David Daney2006-03-084-4/+119
* re PR libgcj/24183 (xmlj code not properly built)Tom Tromey2006-03-083-17/+53
* re PR libgcj/26103 (Wrong exception thrown)Tom Tromey2006-03-073-3/+14
* * include/java-interp.h: Removed extern "C" around #include <ffi.h>.David Daney2006-03-072-2/+4
* * link.cc: Include ffi.h if USE_LIBFFI defined.David Daney2006-03-072-0/+8
* * interpret.cc (do_allocate_static_fields): Added comment.Tom Tromey2006-03-032-1/+15
* re PR libgcj/24321 (instanceof erroneously causes class initialization)Tom Tromey2006-03-014-4/+35
* re PR other/26208 (Serious problem with unwinding through signal frames)Jakub Jelinek2006-02-275-49/+30
* IntegerGraphicsState.java (getClip): Clone clip before returning, handle null...Scott Gilbertson2006-02-236-4/+37
* link.cc: Added variant of create_error_method that will not complain about un...Robert Schuster2006-02-212-14/+27
* stacktrace.cc (GetStackTraceElements): Call gnu::gcj::runtime::NameFinder::re...Andrew Haley2006-02-174-7/+46
* charset, [...]: Remove empty directories.Matthias Klose2006-02-151-0/+5
* Class.h (_Jv_IDispatchTable): Make it a struct.Bryce McKinlay2006-02-094-53/+57
* re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay2006-02-0912-29/+65
* Add PR libgcj/26113 to last entry.Bryce McKinlay2006-02-081-0/+1
* link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay2006-02-0810-31/+48
* PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey2006-02-087-261/+157
* re PR java/22578 (should inline floatToIntBits et al)Tom Tromey2006-02-0810-1114/+257
* gij.cc (version): Use 2006.Tom Tromey2006-02-075-8/+15
* re PR java/25676 (Use of MIN_EXPR/MAX_EXPR is wrong for java)Tom Tromey2006-02-043-0/+20
* Resolve classpath ChangeLog merge conflict.Mark Wielaard2006-02-041-6316/+0
* Makefile.am (src.zip): Update src.zip file search to look in classpath direct...Thomas Fitzsimmons2006-02-033-6/+51
* 2006-02-03 Robert Schuster <robertschuster@fsfe.org>Robert Schuster2006-02-032-1/+6
* re PR libgcj/26073 (libjava fails to compile)Robert Schuster2006-02-033-45/+63
* 2006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster2006-02-019-48/+493
* * NEWS: Add 4.1 updates.Mark Wielaard2006-01-312-0/+295
* java-interp.h (insn_index): New declaration.Keith Seitz2006-01-303-0/+99
* prims.cc (next_property_value): Never return NULL.Archit Shah2006-01-242-7/+14
* Class.h (_Jv_FindInterpreterMethod): Add new declaration.Keith Seitz2006-01-233-5/+47
* Fixed Changelog from last commit. to be:David Daney2006-01-231-0/+1
* configure.host (disable_dladdr): Remove variable and its documentation.David Daney2006-01-235-20/+10
* jni.cc (_Jv_JNI_AttachCurrentThread): Return environment if it already exists.Tom Tromey2006-01-192-4/+13
* java-interp.h (_Jv_CompileMethod): Add declaration.Keith Seitz2006-01-183-15/+45
* re PR libgcj/25840 (libjava is broken on Linux/x86-64)H.J. Lu2006-01-182-0/+6
* re PR classpath/20198 (java.security.CodeSource.getLocation output is differe...Tom Tromey2006-01-172-8/+47
* Imported GNU Classpath 0.20Mark Wielaard2006-01-17444-30580/+75627
* configure.ac (dbexecdir): New substituted var.Jakub Jelinek2006-01-175-4/+26
* Update copyright year for last patch.Anthony Green2006-01-151-1/+1
* ServerSocket.java (accept): Remove bogus security check.Anthony Green2006-01-152-5/+9
* MessagesBundle_fr.properties: Removed.Tom Tromey2006-01-133-44/+5
* classpath.security: Removed.Tom Tromey2006-01-134-3/+9
* Character.java (toChars,toCodePoint): Correct these methods to use algorithms...Chris Burdess2006-01-092-5/+11
* StringBuilder.java (appendCodePoint): New method.Tom Tromey2006-01-096-31/+391
* re PR libgcj/24940 (libjava/configure uses $SED without defining it)Jakub Jelinek2006-01-073-20/+26
* Character.java (SIZE, [...]): New fields from Classpath.Tom Tromey2006-01-074-8/+426