aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
2004-11-24Character.java, [...]: Reorder "final static" to "static final".Michael Koch1-89/+89
2004-11-23String.java (rehash): Removed.Michael Koch2-6/+6
2004-11-18StackTraceElement.java: Made final.Jeroen Frijters1-1/+1
2004-11-18Makefile.am: Correct friend function declaration.Kriang Lerdsuwanakij2-105/+218
2004-11-16Object.java: Added javadocs all over (merged from GNU classpath).Michael Koch1-19/+430
2004-11-07[multiple changes]Mark Wielaard1-2/+3
2004-11-06StringBuffer.java, [...]: Removed redundant and reordered modifiers.Michael Koch2-3/+2
2004-10-30re PR libgcj/18234 (System property java.library.path doesn't get used by Sys...Mark Wielaard1-3/+3
2004-10-26* libjava/java/lang/Class.hKriang Lerdsuwanakij1-5/+12
2004-10-26Index: gcc/gcc/ChangeLogGeoffrey Keating2-3/+26
2004-10-222004-10-22 Michael Koch <konqueror@gmx.de>Michael Koch2-18/+18
2004-10-21Add m32r support.Kazuhiro Inaoka1-0/+8
2004-10-20natClass.cc (_Jv_LayoutVTableMethods): Cast pointers to uaddr, not int.Andreas Schwab2-5/+5
2004-10-18System.java: Revert accidential change.Michael Koch1-0/+7
2004-10-18Math.java, [...]: Reworked import statements, HTML in javadocs and modifier o...Michael Koch8-42/+48
2004-10-18[multiple changes]Michael Koch3-17/+18
2004-09-26System.java (properties): Make package private.Mark Wielaard2-3/+18
2004-09-25Proxy.java (getPackage, [...]): Fixed handling of default package.Jeroen Frijters1-21/+11
2004-09-24ClassLoader.java (loadedClasses): Declare as HashMap.Tom Tromey1-3/+3
2004-09-242004-09-24 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters1-7/+7
2004-09-21natMethod.cc (_Jv_CallAnyMethodA): Indentation fix.Tom Tromey1-1/+2
2004-09-14natPosixProcess.cc (waitForSignal): Ignore return value of sigsuspend.Richard Henderson1-11/+8
2004-09-11natThread.cc (finalize_native): Destroy join conditional variable and mutex i...Mohan Embar1-0/+6
2004-09-09[multiple changes]Andreas Tobler1-9/+10
2004-09-092004-09-09 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+1
2004-08-28configure.ac: Handle --enable-gc-debug.Hans Boehm1-0/+3
2004-08-23defineclass.cc: Include <stdio.h>.Hans Boehm1-0/+1
2004-08-18natPosixProcess.cc (waitForSignal): Use sigsuspend instead of sigwait.David Daney1-7/+9
2004-08-12re PR libgcj/16662 (IllegalMonitorStateException in EventQueue.getNextEvent()...Hans Boehm1-21/+126
2004-08-12re PR libgcj/11801 (Problems with Process.waitFor() and exitValue())David Daney3-97/+581
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner4-31/+25
2004-07-27File.java (toURI): Throw RuntimeException, not InternalError.Bryce McKinlay1-1/+1
2004-07-24prims.cc (_Jv_InitPrimClass): Don't create an array class.Bryce McKinlay1-1/+1
2004-07-23System.java (static): Set http.agent system property when not yet set.Mark Wielaard1-1/+16
2004-07-19Print -verbose:message on "loading", not initialization.Per Bothner3-7/+14
2004-07-17String.java: Fixed javadocs all over.Michael Koch1-20/+20
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