summaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)Author
2005-02-08natRuntime.cc (insertSystemProperties): Set sun.boot.class.path earlier.Tom Tromey
2005-02-07defineclass.cc (handleClassBegin): Use _Jv_RegisterInitiatingLoader.Tom Tromey
2005-02-02re PR libgcj/19681 (extension loading currently incorrect)Tom Tromey
2005-01-24Class.h (next): Updated documentation.Tom Tromey
2005-01-19VMCompiler.java (compileClass): Ignore UnknownError.Tom Tromey
2005-01-14jni.h (_Jv_JNIEnv::bottom_locals): New field.Graydon Hoare
2005-01-13re PR libgcj/17784 (Thread.interrupt doesn't do security checks)Michael Koch
2005-01-10PR libgcj/12016, PR libgcj/18405, PR libgcj/17738:Tom Tromey
2005-01-07* java/lang/ClassLoader.java (findClass): Fixed documentation.Tom Tromey
2005-01-05natRuntime.cc (insertSystemProperties): Set java.ext.dirs earlier.Tom Tromey
2005-01-05natObject.cc (_Jv_ObjectCheckMonitor): Initialize the sync_info element of th...Eric Botcazou
2004-12-21natClassLoader.cc (_Jv_RegisterClassHookDefault): Re-enable duplicate class r...Tom Tromey
2004-12-17re PR libgcj/15001 ([3.4 only] Using JNI with interpreter and interface metho...Andrew Haley
2004-11-26natDebug.cc (getField): Don't qualify name.Tom Tromey
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey
2004-11-24Character.java, [...]: Reorder "final static" to "static final".Michael Koch
2004-11-23String.java (rehash): Removed.Michael Koch
2004-11-18StackTraceElement.java: Made final.Jeroen Frijters
2004-11-18Makefile.am: Correct friend function declaration.Kriang Lerdsuwanakij
2004-11-16Object.java: Added javadocs all over (merged from GNU classpath).Michael Koch
2004-11-07[multiple changes]Mark Wielaard
2004-11-06StringBuffer.java, [...]: Removed redundant and reordered modifiers.Michael Koch
2004-10-30re PR libgcj/18234 (System property java.library.path doesn't get used by Sys...Mark Wielaard
2004-10-26* libjava/java/lang/Class.hKriang Lerdsuwanakij
2004-10-26Index: gcc/gcc/ChangeLogGeoffrey Keating
2004-10-222004-10-22 Michael Koch <konqueror@gmx.de>Michael Koch
2004-10-21Add m32r support.Kazuhiro Inaoka
2004-10-20natClass.cc (_Jv_LayoutVTableMethods): Cast pointers to uaddr, not int.Andreas Schwab
2004-10-18System.java: Revert accidential change.Michael Koch
2004-10-18Math.java, [...]: Reworked import statements, HTML in javadocs and modifier o...Michael Koch
2004-10-18[multiple changes]Michael Koch
2004-09-26System.java (properties): Make package private.Mark Wielaard
2004-09-25Proxy.java (getPackage, [...]): Fixed handling of default package.Jeroen Frijters
2004-09-24ClassLoader.java (loadedClasses): Declare as HashMap.Tom Tromey
2004-09-242004-09-24 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters
2004-09-21natMethod.cc (_Jv_CallAnyMethodA): Indentation fix.Tom Tromey
2004-09-14natPosixProcess.cc (waitForSignal): Ignore return value of sigsuspend.Richard Henderson
2004-09-11natThread.cc (finalize_native): Destroy join conditional variable and mutex i...Mohan Embar
2004-09-09[multiple changes]Andreas Tobler
2004-09-092004-09-09 Michael Koch <konqueror@gmx.de>Michael Koch
2004-08-28configure.ac: Handle --enable-gc-debug.Hans Boehm
2004-08-23defineclass.cc: Include <stdio.h>.Hans Boehm
2004-08-18natPosixProcess.cc (waitForSignal): Use sigsuspend instead of sigwait.David Daney
2004-08-12re PR libgcj/16662 (IllegalMonitorStateException in EventQueue.getNextEvent()...Hans Boehm
2004-08-12re PR libgcj/11801 (Problems with Process.waitFor() and exitValue())David Daney
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner
2004-07-27File.java (toURI): Throw RuntimeException, not InternalError.Bryce McKinlay
2004-07-24prims.cc (_Jv_InitPrimClass): Don't create an array class.Bryce McKinlay
2004-07-23System.java (static): Set http.agent system property when not yet set.Mark Wielaard
2004-07-19Print -verbose:message on "loading", not initialization.Per Bothner