gcc/libjava/java/lang
Alexandre Petit-Bianco 2feccc205e All files with updated copyright.
2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>

	All files with updated copyright.
	* prims.cc (class _Jv_PrimClass): Removed.
	(init_prim_class): New function.
	(DECLARE_PRIM_TYPE): Rewritten. `java::lang::Class' replaces
	`_Jv_PrimClass' in primitive type declarations. Assign to the
	value returned by `init_prim_class.'
	* gcj/array.h: `java::lang::Class' replaces `_Jv_PrimClass' in
	primitive type declarations.
	(JvPrimClass): Cast to `jclass' removed.
	* java/lang/Class.h (Class): New constructor.
	(Class): New copy constructor.
	(initializePrim): New prototype.
	(_Jv_PrimClass): Field removed.
	* java/lang/Object.h (struct _JvObjectPrefix): New virtuals
	nacd_1 and nacd_2 (for compatibility with the new C++ ABI.)
	(class java::lang::Object): `finalize' moved up front.
	* java/lang/natClass.cc
	(isAssignableFrom): Turned outline.
	(isInstance): Likewise.
	(isInterface): Likewise, fixed indentation.
	(initializePrim): New function.

(New C++ ABI compatibility patch:
 http://sources.redhat.com/ml/java-patches/2001-q1/msg00065.html)

From-SVN: r39032
2001-01-15 00:11:40 -08:00
..
ref Makefile.am: Add HashSet.java and java/lang/ref classes. 2000-12-11 03:47:48 +00:00
reflect In gcc/java: 2001-01-08 23:28:56 +00:00
AbstractMethodError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ArithmeticException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ArrayIndexOutOfBoundsException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ArrayStoreException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Boolean.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
Byte.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
Character.java Character.java: Updated UnicodeBlock constants. 2000-12-15 05:53:39 +00:00
Class.h All files with updated copyright. 2001-01-15 00:11:40 -08:00
Class.java prims.cc (_Jv_NewObjectArray): Undo placement change. 2000-11-26 03:58:56 +00:00
ClassCastException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ClassCircularityError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ClassFormatError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ClassLoader.java Makefile.in: Rebuilt. 2000-11-27 04:07:48 +00:00
ClassNotFoundException.java Makefile.am: Added locale files from Classpath. 2000-10-27 10:33:46 +00:00
CloneNotSupportedException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Cloneable.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Comparable.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Compiler.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Double.java PushbackReader.java: Merged with Classpath. 2000-11-17 04:51:25 +00:00
EcosProcess.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Error.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Exception.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
ExceptionInInitializerError.java natString.cc: Include Locale.h. 2000-11-18 02:29:13 +00:00
Float.java PushbackReader.java: Merged with Classpath. 2000-11-17 04:51:25 +00:00
IllegalAccessError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IllegalAccessException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IllegalArgumentException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IllegalMonitorStateException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IllegalStateException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IllegalThreadStateException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IncompatibleClassChangeError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
IndexOutOfBoundsException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
InstantiationError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
InstantiationException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Integer.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
InternalError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
InterruptedException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
LinkageError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Long.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
Math.java PushbackReader.java: Merged with Classpath. 2000-11-17 04:51:25 +00:00
NegativeArraySizeException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NoClassDefFoundError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NoSuchFieldError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NoSuchFieldException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NoSuchMethodError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NoSuchMethodException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
NullPointerException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Number.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
NumberFormatException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Object.h All files with updated copyright. 2001-01-15 00:11:40 -08:00
Object.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
OutOfMemoryError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
PosixProcess.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Process.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Runnable.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Runtime.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
RuntimeException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
RuntimePermission.java * java/lang/RuntimePermission.java: Class now final. 2000-12-15 06:13:35 +00:00
SecurityException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
SecurityManager.java Jumbo patch: 2000-05-19 17:55:34 +00:00
Short.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
StackOverflowError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
String.java natString.cc: Include Locale.h. 2000-11-18 02:29:13 +00:00
StringBuffer.java Fix bug in URLConnection and correct javadoc annotations in StringBuffer. 2001-01-07 20:01:46 +00:00
StringIndexOutOfBoundsException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
System.java re PR libgcj/1411 (natTimeZone.cc should be removed) 2001-01-09 07:07:51 +00:00
Thread.java * java/lang/Thread.java: Update comment. 2001-01-05 00:31:45 +00:00
ThreadDeath.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
ThreadGroup.java ThreadGroup.java (uncaughtException): Print thread name with stack dump. 2000-10-25 09:11:47 +01:00
Throwable.java Throwable.java (trace_enabled): New static field. 2000-12-22 06:19:24 +00:00
UnknownError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
UnsatisfiedLinkError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
UnsupportedOperationException.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
VerifyError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
VirtualMachineError.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
Void.java All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
dtoa.c natMath.cc: Declare fabsf() function. 2000-12-02 00:28:44 +00:00
e_acos.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_asin.c [multiple changes] 1999-06-24 20:41:47 +00:00
e_atan2.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_exp.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_fmod.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_log.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_pow.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_rem_pio2.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_remainder.c [multiple changes] 1999-06-24 20:06:09 +00:00
e_scalb.c Initial revision 1999-04-07 14:42:40 +00:00
e_sqrt.c [multiple changes] 1999-06-24 20:06:09 +00:00
fdlibm.h natIconv.cc (read): Remove unused local. 2000-09-05 12:05:59 +01:00
ieeefp.h ieeefp.h: Handle ia64, fr30, mcore. 2000-06-23 19:53:33 +00:00
k_cos.c [multiple changes] 1999-06-24 20:06:09 +00:00
k_rem_pio2.c [multiple changes] 1999-06-24 20:06:09 +00:00
k_sin.c [multiple changes] 1999-06-24 20:06:09 +00:00
k_tan.c [multiple changes] 1999-06-24 20:06:09 +00:00
mprec.c Initial revision 1999-04-07 14:42:40 +00:00
mprec.h * java/lang/mprec.h: Change C9X reference to refer to C99. 2000-12-23 23:38:51 +00:00
natCharacter.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natClass.cc All files with updated copyright. 2001-01-15 00:11:40 -08:00
natClassLoader.cc In gcc/java: 2001-01-08 23:28:56 +00:00
natDouble.cc natDouble.cc: Include fdlibm.h, not mprec.h. 2000-12-04 08:22:34 +00:00
natEcosProcess.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natFloat.cc All files: Updated copyright information. 2000-03-07 19:55:28 +00:00
natMath.cc natMath.cc: Declare fabsf() function. 2000-12-02 00:28:44 +00:00
natObject.cc natField.cc (BooleanClass): Don't define. 2000-10-06 01:49:32 +00:00
natPosixProcess.cc Fix for PR java.lang/339: 2000-09-06 18:14:15 +00:00
natRuntime.cc * java/lang/natRuntime.cc (lt_preloaded_symbols): Define as `extern'. 2000-09-14 07:56:28 +00:00
natString.cc natMath.cc: Declare fabsf() function. 2000-12-02 00:28:44 +00:00
natSystem.cc natSystem.cc: Include locale.h if it exists. 2001-01-12 19:16:05 +00:00
natThread.cc For boehm-gc: 2000-12-30 12:18:39 +00:00
natThrowable.cc Throwable.java (trace_enabled): New static field. 2000-12-22 06:19:24 +00:00
s_atan.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_ceil.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_copysign.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_cos.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_fabs.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_floor.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_rint.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_scalbn.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_sin.c [multiple changes] 1999-06-24 20:06:09 +00:00
s_tan.c [multiple changes] 1999-06-24 20:06:09 +00:00
sf_rint.c [multiple changes] 1999-06-24 20:06:09 +00:00
strtod.c Initial revision 1999-04-07 14:42:40 +00:00
w_acos.c Initial revision 1999-04-07 14:42:40 +00:00
w_asin.c Initial revision 1999-04-07 14:42:40 +00:00
w_atan2.c Initial revision 1999-04-07 14:42:40 +00:00
w_exp.c Initial revision 1999-04-07 14:42:40 +00:00
w_fmod.c Initial revision 1999-04-07 14:42:40 +00:00
w_log.c Initial revision 1999-04-07 14:42:40 +00:00
w_pow.c Initial revision 1999-04-07 14:42:40 +00:00
w_remainder.c Initial revision 1999-04-07 14:42:40 +00:00
w_sqrt.c Initial revision 1999-04-07 14:42:40 +00:00