aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
2001-04-10natString.cc (_Jv_NewStringUtf8Const): Register finalizer.Per Bothner1-6/+12
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay1-9/+9
2001-04-01natString.cc (intern): If string's data does not point to this String, make a...Per Bothner2-7/+9
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay1-9/+9
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson13-134/+134
2001-03-23natDouble.cc (parseDouble): Cannot use errno to check for errors...Per Bothner1-15/+25
2001-03-23natClass.cc (_Jv_IsAssignableFrom): Checking the ancestors array is invalid f...Per Bothner1-7/+10
2001-03-23jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey2-14/+7
2001-03-22Method.java (getExceptionTypes): Call getType() to initialize if exception_ty...Bryce McKinlay3-2/+10
2001-03-18natClass.cc (_Jv_CheckCast): add class names to exceptionMark Wielaard1-1/+6
2001-03-18natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'...Tom Tromey1-18/+58
2001-03-14natThrowable.cc (printRawStackTrace): Copy the stackTrace buffer to a correct...Andrew Haley1-3/+4
2001-03-12ExceptionInInitializerError.java (printStackTrace): Only try to print the sub...Bryce McKinlay1-3/+3
2001-03-12Runtime.java (_exit): Declare new package-private native.Bryce McKinlay5-9/+48
2001-02-23Change to sometimes include class name in ClassFormatError message.Per Bothner1-1/+3
2001-02-23Throwable.java (CPlusPlusDemangler): Pass -s java to c++filt to select java-s...Per Bothner1-1/+1
2001-02-20ThreadGroup.java (activeCount): Only include threads which are alive.Tom Tromey1-7/+16
2001-02-19Integer.java (getInteger): Return default argument if property is not set.Bryce McKinlay2-12/+16
2001-02-17DataInputStream.java: update copyright noticeMark Wielaard1-10/+24
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green1-9/+1
2001-02-14natClass.cc (getSignature): Don't try to dereference param_types if it is null.Bryce McKinlay1-2/+6
2001-02-09Double.java (doubleToRawLongBits): Now native.Bryce McKinlay4-17/+20
2001-02-09Byte.java: Remove redundant instanceof and null checks.Bryce McKinlay6-51/+39
2001-02-09* java/lang/Float.java (parseFloat): New method.Tom Tromey1-1/+9
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers2-2/+2
2001-01-26natSystem.cc (getSystemTimeZone): Only use tm_gmtoff and timezone if they are...Warren Levy1-2/+15
2001-01-25* java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.Tom Tromey1-1/+1
2001-01-24Makefile.in: Rebuilt.Tom Tromey1-0/+47
2001-01-17Class.h (isInterface): Move implementation from natClass.cc.Bryce McKinlay3-13/+13
2001-01-17prims.cc (init_prim_class): Deleted.Alexandre Petit-Bianco2-59/+20
2001-01-15All files with updated copyright.Alexandre Petit-Bianco3-19/+79
2001-01-12natSystem.cc: Include locale.h if it exists.Tom Tromey1-0/+4
2001-01-09re PR libgcj/1411 (natTimeZone.cc should be removed)Warren Levy2-2/+142
2001-01-08In gcc/java:Bryce McKinlay5-77/+119
2001-01-07Fix bug in URLConnection and correct javadoc annotations in StringBuffer.Anthony Green1-2/+2
2001-01-05* java/lang/Thread.java: Update comment.Bryce McKinlay1-6/+3
2000-12-30For boehm-gc:Bryce McKinlay1-6/+19
2000-12-28re PR libgcj/1358 (java.util.Date.toString() doesn't seem to behave properly.)Warren Levy1-1/+1
2000-12-28re PR libgcj/1516 (Method.invoke won't accept boolean parameters)Bryce McKinlay1-34/+34
2000-12-28natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can not be assigned to Ob...Bryce McKinlay1-2/+2
2000-12-23* java/lang/mprec.h: Change C9X reference to refer to C99.Joseph Myers1-1/+1
2000-12-22Throwable.java (trace_enabled): New static field.Bryce McKinlay2-0/+4
2000-12-15* java/lang/Thread.java (checkAccess): Now final.Tom Tromey1-1/+1
2000-12-15* java/lang/RuntimePermission.java: Class now final.Tom Tromey1-2/+2
2000-12-15Character.java: Updated UnicodeBlock constants.Tom Tromey1-9/+43
2000-12-11Makefile.am: Add HashSet.java and java/lang/ref classes.Bryce McKinlay5-0/+503
2000-12-08StringBuffer.java (insert(int,char[])): Avoid NullPointerException so proper ...Warren Levy1-1/+3
2000-12-04natDouble.cc: Include fdlibm.h, not mprec.h.Bryce McKinlay1-1/+1
2000-12-02natMath.cc: Declare fabsf() function.Bryce McKinlay4-2/+5
2000-11-29natSystem.cc (init_properties): Set user.language and user.region.Bryce McKinlay1-1/+26