aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/lang
AgeCommit message (Expand)AuthorFilesLines
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
2000-11-27Makefile.in: Rebuilt.Tom Tromey3-7/+175
2000-11-26prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green5-28/+100
2000-11-26System.java (setProperties): Only call init_properties() if properties is null.Bryce McKinlay2-24/+29
2000-11-20Makefile.in: Rebuilt.Tom Tromey1-0/+50
2000-11-18AccessibleObject.java (isAccessible, [...]): Now public.Tom Tromey1-26/+26
2000-11-18natString.cc: Include Locale.h.Tom Tromey3-23/+129
2000-11-17PushbackReader.java: Merged with Classpath.Tom Tromey4-5/+260
2000-11-16PropertyChangeSupport.java (propertyListeners): Made transient.Warren Levy1-1/+1
2000-10-27Makefile.am: Added locale files from Classpath.Warren Levy1-50/+153
2000-10-25ThreadGroup.java (uncaughtException): Print thread name with stack dump.Bryce McKinlay1-0/+2
2000-10-06natField.cc (BooleanClass): Don't define.Tom Tromey9-63/+39
2000-09-30Implement bitmap descriptor based marking for Boehm GC.Hans Boehm2-6/+8
2000-09-26natSystem.cc (file_encoding): Added return statement.Alexandre Petit-Bianco1-0/+1
2000-09-14* java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'.Alexandre Oliva1-1/+1
2000-09-14defineclass.cc: Include alloca.h only if HAVE_ALLOCA_H.Alexandre Oliva2-0/+4
2000-09-13natArray.cc (BooleanClass): New define.Tom Tromey2-8/+20
2000-09-13String.java (CASE_INSENSITIVE_ORDER): New static field.Bryce McKinlay2-2/+23
2000-09-11Field.java (toString): Don't rely on Class.toString.Tom Tromey1-1/+1
2000-09-11BytesToUnicode.java (getDefaultDecoder): Let default decoder use iconv.Tom Tromey1-0/+21
2000-09-08PropertyChangeEvent.java (serialVersionUID): Added.Warren Levy12-15/+33
2000-09-07Makefile.am (Thread.h): Don't be friends with native threads functions.Bryce McKinlay1-1/+1
2000-09-06Constructor.java (toString): Use `getName' for parameter types.Tom Tromey2-3/+3
2000-09-06natMethod.cc (_Jv_CallAnyMethodA): Accept null `args' if method takes no para...Tom Tromey1-2/+6
2000-09-06Fix for PR java.lang/339:Tom Tromey1-33/+116
2000-09-05natIconv.cc (read): Remove unused local.Bryce McKinlay2-2/+4