summaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)Author
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green
2001-02-14natClass.cc (getSignature): Don't try to dereference param_types if it is null.Bryce McKinlay
2001-02-09Double.java (doubleToRawLongBits): Now native.Bryce McKinlay
2001-02-09Byte.java: Remove redundant instanceof and null checks.Bryce McKinlay
2001-02-09* java/lang/Float.java (parseFloat): New method.Tom Tromey
2001-02-08gcj.texi: Change sources.redhat.com reference to gcc.gnu.org.Joseph Myers
2001-01-26natSystem.cc (getSystemTimeZone): Only use tm_gmtoff and timezone if they are...Warren Levy
2001-01-25* java/lang/sf_fabs.c: Use uint32_t, not __uint32_t.Tom Tromey
2001-01-24Makefile.in: Rebuilt.Tom Tromey
2001-01-17Class.h (isInterface): Move implementation from natClass.cc.Bryce McKinlay
2001-01-17prims.cc (init_prim_class): Deleted.Alexandre Petit-Bianco
2001-01-15All files with updated copyright.Alexandre Petit-Bianco
2001-01-12natSystem.cc: Include locale.h if it exists.Tom Tromey
2001-01-09re PR libgcj/1411 (natTimeZone.cc should be removed)Warren Levy
2001-01-08In gcc/java:Bryce McKinlay
2001-01-07Fix bug in URLConnection and correct javadoc annotations in StringBuffer.Anthony Green
2001-01-05* java/lang/Thread.java: Update comment.Bryce McKinlay
2000-12-30For boehm-gc:Bryce McKinlay
2000-12-28re PR libgcj/1358 (java.util.Date.toString() doesn't seem to behave properly.)Warren Levy
2000-12-28re PR libgcj/1516 (Method.invoke won't accept boolean parameters)Bryce McKinlay
2000-12-28natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can not be assigned to Ob...Bryce McKinlay
2000-12-23* java/lang/mprec.h: Change C9X reference to refer to C99.Joseph Myers
2000-12-22Throwable.java (trace_enabled): New static field.Bryce McKinlay
2000-12-15* java/lang/Thread.java (checkAccess): Now final.Tom Tromey
2000-12-15* java/lang/RuntimePermission.java: Class now final.Tom Tromey
2000-12-15Character.java: Updated UnicodeBlock constants.Tom Tromey
2000-12-11Makefile.am: Add HashSet.java and java/lang/ref classes.Bryce McKinlay
2000-12-08StringBuffer.java (insert(int,char[])): Avoid NullPointerException so proper ...Warren Levy
2000-12-04natDouble.cc: Include fdlibm.h, not mprec.h.Bryce McKinlay
2000-12-02natMath.cc: Declare fabsf() function.Bryce McKinlay
2000-11-29natSystem.cc (init_properties): Set user.language and user.region.Bryce McKinlay
2000-11-27Makefile.in: Rebuilt.Tom Tromey
2000-11-26prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green
2000-11-26System.java (setProperties): Only call init_properties() if properties is null.Bryce McKinlay
2000-11-20Makefile.in: Rebuilt.Tom Tromey
2000-11-18AccessibleObject.java (isAccessible, [...]): Now public.Tom Tromey
2000-11-18natString.cc: Include Locale.h.Tom Tromey
2000-11-17PushbackReader.java: Merged with Classpath.Tom Tromey
2000-11-16PropertyChangeSupport.java (propertyListeners): Made transient.Warren Levy
2000-10-27Makefile.am: Added locale files from Classpath.Warren Levy
2000-10-25ThreadGroup.java (uncaughtException): Print thread name with stack dump.Bryce McKinlay
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey
2000-09-30Implement bitmap descriptor based marking for Boehm GC.Hans Boehm
2000-09-26natSystem.cc (file_encoding): Added return statement.Alexandre Petit-Bianco
2000-09-14* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.Alexandre Oliva
2000-09-14defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.Alexandre Oliva
2000-09-13natArray.cc (BooleanClass): New define.Tom Tromey
2000-09-13String.java (CASE_INSENSITIVE_ORDER): New static field.Bryce McKinlay
2000-09-11Field.java (toString): Don't rely on Class.toString.Tom Tromey
2000-09-11BytesToUnicode.java (getDefaultDecoder): Let default decoder use iconv.Tom Tromey