summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2006-05-24re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemet...Tom Tromey
2006-05-24re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() an...Tom Tromey
2006-05-21natClass.cc (_Jv_FindMethodInCache): Mark klass, name and signature as MAYBE_...Andreas Tobler
2006-05-18Imported GNU Classpath 0.90Mark Wielaard
2006-05-17re PR libgcj/27352 (SecurityManager.checkPermission() called unnecessarily)Bryce McKinlay
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey
2006-05-13sources.am, [...]: Rebuilt.Tom Tromey
2006-05-10natClassLoader.cc: Add comments.Andrew Haley
2006-05-10prims.cc (_Jv_soleIndirectCompiledEngine): New.Andrew Haley
2006-05-05re PR libgcj/27294 (gij throws NullPointerException, when the interpreter is ...Tom Tromey
2006-05-04[multiple changes]Andrew Haley
2006-05-04Class.h (JV_STATE_LOADING): Added comment.Tom Tromey
2006-04-25natClassLoader.cc: Don't include link.h or dladdr.h.Andrew Haley
2006-04-24* java/lang/natClass.cc (_Jv_getInterfaceMethod): Skip <clinit>.Tom Tromey
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley
2006-04-11SystemClassLoader.java (addClass): Get the value of package-private field "lo...Bryce McKinlay
2006-04-07InetAddress.java: Throw an UnknownHostException if lookup fails.Andrew Haley
2006-04-04re PR classpath/26990 (SecurityManager.checkExit() problem)Tom Tromey
2006-03-28unicode-muncher.pl: Removed this file.Anthony Balkissoon
2006-03-10re PR libgcj/25713 (GZIPOutputStream bad checksum)Tom Tromey
2006-03-10Imported GNU Classpath 0.90Mark Wielaard
2006-03-10re PR libgcj/23495 (java.lang.String.equals is suboptimal)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-07re PR libgcj/26103 (Wrong exception thrown)Tom Tromey
2006-03-01re PR libgcj/24321 (instanceof erroneously causes class initialization)Tom Tromey
2006-02-09Class.h (_Jv_IDispatchTable): Make it a struct.Bryce McKinlay
2006-02-09re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay
2006-02-08re PR java/22578 (should inline floatToIntBits et al)Tom Tromey
2006-02-012006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster
2006-01-23Class.h (_Jv_FindInterpreterMethod): Add new declaration.Keith Seitz
2006-01-17re PR classpath/20198 (java.security.CodeSource.getLocation output is differe...Tom Tromey
2006-01-17Imported GNU Classpath 0.20Mark Wielaard
2006-01-13classpath.security: Removed.Tom Tromey
2006-01-09Character.java (toChars,toCodePoint): Correct these methods to use algorithms...Chris Burdess
2006-01-09StringBuilder.java (appendCodePoint): New method.Tom Tromey
2006-01-07Character.java (SIZE, [...]): New fields from Classpath.Tom Tromey
2006-01-06natThread.cc (finish_): Don't clear 'group'.Tom Tromey
2006-01-05* java/lang/natPosixProcess.cc (reap): Ignore unknown children.Tom Tromey
2006-01-04Class.h (_Jv_CopyClassesToSystemLoader): Updated.Tom Tromey
2006-01-03PR libgcj/9715, PR libgcj/19132:David Daney
2005-12-22natClassLoader.cc (_Jv_NewArrayClass): Don't reference NUM_OBJECT_METHODS.Tom Tromey
2005-12-16Class.java (getPackage): Get package from VMClassLoader if needed.Tom Tromey
2005-12-14re PR classpath/25389 (File(new URI("file:./")) -> java.lang.NullPointerExcep...Tom Tromey
2005-12-12VMCompiler.java: Directly generate a new instance of gnu.java.security.provid...Andrew Haley
2005-12-08Object.h (throwNoSuchMethodError): New method.Andrew Haley
2005-11-17[multiple changes]Mark Wielaard