summaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)Author
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
2004-07-17String.java: Fixed javadocs all over.Michael Koch
2004-07-07jvm.h (namespace jcj): Declare verbose_class_flagPer Bothner
2004-06-15natSystem.cc (getenv0): Don't assume environment variable is Latin 1 coded.Andrew Haley
2004-06-14System.java: (getenv0): New method.Andrew Haley
2004-05-30System.java: Reordered imports.Michael Koch
2004-05-28gcj.texi (Object allocation): Remove _Jv_AllocBytes.Bryce McKinlay
2004-05-21Layout interfaces during preparation, not initialization.Bryce McKinlay
2004-05-19Fix typo in last commit.Anthony Green
2004-05-19Makefile.am: Define JAVA_EXT_DIRS.Anthony Green
2004-05-03URLStreamHandler.java (toExternalForm): Removed unused variables.Tom Tromey
2004-04-21natClass.cc (_Jv_LayoutInterfaceMethods): New method.Bryce McKinlay
2004-04-20Byte.java, [...]: Fixed javadocs, coding style and argument names all over.Michael Koch
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay
2004-04-16prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay
2004-04-14[multiple changes]Bryce McKinlay
2004-04-09VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup().Ranjit Mathew
2004-04-012004-04-01 Michael Koch <konqueror@gmx.de>Michael Koch
2004-03-23natClass.cc (getClassLoader): Circumvent infinite recursion when searching fo...Anthony Green
2004-03-19ThreadGroup.java (list): Changed print to println.Jeroen Frijters
2004-03-092004-03-09 Michael Koch <konqueror@gmx.de>Michael Koch
2004-03-01* java/lang/natPosixProcess.cc (startProcess): Fix thinko.Per Bothner
2004-02-29natPosixProcess.cc (startProcess): Implement standard streams using FileChann...Per Bothner
2004-02-26re PR libgcj/14296 (3.4 regression: Method.Invoke)Andrew Haley
2004-02-25de-pessimizationAnthony Green
2004-02-052004-02-05 Michael Koch <konqueror@gmx.de>Michael Koch
2004-02-05Thread.java: Reordered fields...Michael Koch
2004-02-04natPosixProcess.cc (startProcess): Handle case where PATH or LD_LIBRARY_PATH ...Tom Tromey
2004-01-272004-01-27 Michael Koch <konqueror@gmx.de>Michael Koch
2004-01-25Class.java: Imports reworked, reformated.Michael Koch
2004-01-23VMClassLoader.java: Reworked imports.Michael Koch
2004-01-23Class.java, [...]: Merged copyright with classpath.Michael Koch
2004-01-16natClassLoader.cc: Moved VMClassLoader methods...Tom Tromey
2004-01-09natClassLoader.cc (_Jv_PrepareCompiledClass): Resolve a Utf8Const field befor...Andrew Haley
2004-01-07Array.java: Merged documentation with classpath.Michael Koch
2004-01-062004-01-06 Michael Koch <konqueror@gmx.de>Michael Koch
2003-12-16re PR libgcj/13056 (import new libltdl)Michael Koch