summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
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
2005-11-17[multiple changes]Mark Wielaard
2005-11-16ZipEntry.java: Removed, fully merged now.Mark Wielaard
2005-11-16[multiple changes]Mark Wielaard
2005-11-16[multiple changes]Mark Wielaard
2005-11-15[multiple changes]Andrew Haley
2005-11-14natVMNetworkInterfaceWin32.cc: Include java/net/VMNetworkInterface.h.Mohan Embar
2005-11-08PR libgcj/23763. From aeby@graeff.com.Tom Tromey
2005-09-27re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe)Tom Tromey
2005-09-23Imported Classpath 0.18.Tom Tromey
2005-09-17Correction. Committed wrong patch earlier today.Anthony Green
2005-09-16re PR classpath/20198 (java.security.CodeSource.getLocation output is differe...Anthony Green
2005-09-15For PR libgcj/23288:Tom Tromey
2005-09-09URLClassLoader.java (addURLImpl): Synchronize on the loader.Andrew Haley
2005-09-08re PR libgcj/23761 (java.library.path doesn't affect module loading path)Thomas Fitzsimmons
2005-09-06re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments)Tom Tromey
2005-08-232005-08-23 Roman Kennke <roman@kennke.org>Roman Kennke
2005-08-17class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey
2005-08-12re PR libgcj/23353 (clone() copies internal lock data with hash synchronizati...Morgan Deters
2005-07-26package.html, [...]: Removed.Tom Tromey
2005-07-16Major merge with Classpath.Tom Tromey
2005-07-14Connection.java (unquote): New method.Andrew Haley
2005-07-14Class.java (getProtectionDomain): Merged javadoc from Classpath.Tom Tromey
2005-07-06InputStreamReader.java (refill): Handle no-progress case correctly.Tom Tromey
2005-06-30Update FSF addressKelley Cook
2005-06-29re PR libgcj/22211 ([4.0 only] Thread.interrupt sometimes causes abort if thr...Tom Tromey
2005-06-24natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL.Tom Tromey