aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
2004-07-07jvm.h (namespace jcj): Declare verbose_class_flagPer Bothner1-0/+6
2004-06-15natSystem.cc (getenv0): Don't assume environment variable is Latin 1 coded.Andrew Haley1-1/+1
2004-06-14System.java: (getenv0): New method.Andrew Haley2-7/+31
2004-05-30System.java: Reordered imports.Michael Koch1-1/+2
2004-05-28gcj.texi (Object allocation): Remove _Jv_AllocBytes.Bryce McKinlay2-6/+4
2004-05-21Layout interfaces during preparation, not initialization.Bryce McKinlay2-3/+3
2004-05-19Fix typo in last commit.Anthony Green1-1/+1
2004-05-19Makefile.am: Define JAVA_EXT_DIRS.Anthony Green1-0/+3
2004-05-03URLStreamHandler.java (toExternalForm): Removed unused variables.Tom Tromey2-10/+6
2004-04-21natClass.cc (_Jv_LayoutInterfaceMethods): New method.Bryce McKinlay2-0/+18
2004-04-20Byte.java, [...]: Fixed javadocs, coding style and argument names all over.Michael Koch21-158/+182
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay6-7/+11
2004-04-16prims.cc (_Jv_AllocObject): Remove `size' argument.Bryce McKinlay2-25/+1
2004-04-14[multiple changes]Bryce McKinlay1-7/+15
2004-04-09VMThrowable.java (getStackTrace): Pass trace as-is to modified lookup().Ranjit Mathew1-3/+2
2004-04-012004-04-01 Michael Koch <konqueror@gmx.de>Michael Koch1-2/+1
2004-03-23natClass.cc (getClassLoader): Circumvent infinite recursion when searching fo...Anthony Green1-2/+3
2004-03-19ThreadGroup.java (list): Changed print to println.Jeroen Frijters1-1/+1
2004-03-092004-03-09 Michael Koch <konqueror@gmx.de>Michael Koch2-79/+77
2004-03-01* java/lang/natPosixProcess.cc (startProcess): Fix thinko.Per Bothner1-1/+1
2004-02-29natPosixProcess.cc (startProcess): Implement standard streams using FileChann...Per Bothner2-9/+18
2004-02-26re PR libgcj/14296 (3.4 regression: Method.Invoke)Andrew Haley1-1/+10
2004-02-25de-pessimizationAnthony Green1-4/+21
2004-02-052004-02-05 Michael Koch <konqueror@gmx.de>Michael Koch1-264/+260
2004-02-05Thread.java: Reordered fields...Michael Koch1-86/+101
2004-02-04natPosixProcess.cc (startProcess): Handle case where PATH or LD_LIBRARY_PATH ...Tom Tromey1-3/+3
2004-01-272004-01-27 Michael Koch <konqueror@gmx.de>Michael Koch1-14/+11
2004-01-25Class.java: Imports reworked, reformated.Michael Koch1-93/+542
2004-01-23VMClassLoader.java: Reworked imports.Michael Koch1-9/+7
2004-01-23Class.java, [...]: Merged copyright with classpath.Michael Koch3-26/+112
2004-01-16natClassLoader.cc: Moved VMClassLoader methods...Tom Tromey2-107/+134
2004-01-09natClassLoader.cc (_Jv_PrepareCompiledClass): Resolve a Utf8Const field befor...Andrew Haley1-0/+1
2004-01-07Array.java: Merged documentation with classpath.Michael Koch1-34/+414
2004-01-062004-01-06 Michael Koch <konqueror@gmx.de>Michael Koch2-11/+16
2003-12-16re PR libgcj/13056 (import new libltdl)Michael Koch1-2/+2
2003-12-03Class.h (hack_signers): Renamed signers to hack_signers.Michael Koch2-3/+3
2003-12-02configure.in: Added new MinGW-specific configure flag --with-win32-nlsapi.Mohan Embar1-21/+27
2003-11-26natDouble.cc (parseDouble): Reverted patch of 2003-11-13.Tom Tromey1-1/+1
2003-11-21* java/lang/Float.java (static): Removed.Mark Wielaard1-14/+1
2003-11-14jni.cc (_Jv_JNI_GetStringUTFChars): Pass length of string to JvGetStringUTFRe...Tom Tromey4-7/+7
2003-11-07re PR libgcj/12231 ([win32] Console applications spawned via Runtime.exec( ) ...Mohan Embar2-74/+117
2003-11-04natClass.cc (newInstance): Throw InstantiationException if class has no null-...Bryce McKinlay1-1/+1
2003-10-30natMethod.cc (_Jv_CallAnyMethodA): Don't use vtable dispatch for final methods.Bryce McKinlay1-2/+4
2003-10-28natClass.cc (_Jv_LayoutVTableMethods): Always assign a vtable slot for final ...Bryce McKinlay1-2/+7
2003-10-26AccessibleObject.java (secureSetAccessible): Don't check for AccessibleObject.Bryce McKinlay1-33/+12
2003-10-26Constructor.java (toString): Avoid extra whitespace on constructor with no mo...Bryce McKinlay4-45/+54
2003-10-25Method.java (toString): Avoid extra whitespace on method with no modifiers.Bryce McKinlay1-2/+6
2003-10-25re PR libgcj/11780 (Method.invoke() is slow)Bryce McKinlay2-36/+49
2003-10-24Obvious fix for systems with no interpreter.Anthony Green1-0/+2
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley2-5/+70