gcc/libjava/java/lang
Bryce McKinlay e301621d19 For boehm-gc:
* configure.in: Rename THREADLIB to THREADLIBS.
	* Makefile.am (LINK): Add $(THREADLIBS) to libtool command line. This
	ensures that we link the correct version of the linuxthreads semaphore
	functions.
	* Makefile.in: Rebuilt.
	* configure: Rebuilt.

	* linux_thread.c (GC_thr_init, GC_suspend_handler): Add SIGABRT to the
	list of signals which are not blocked during suspend in the NO_SIGNALS
	case.

For libjava:
	* Makefile.am (libgcj_la_LIBADD): Add $(THREADLIBS). This ensures that
	the correct versions of various linuxthreads functions get linked.
	* Makefile.in: Rebuilt.
	* java/lang/natThread.cc (finalize_native): New static function. Call
	_Jv_ThreadDestroyData.
	(initialize_native): Register finalizer for "data".
	* include/posix-threads.h (_Jv_ThreadInitData): New simpler prototype.
	(_Jv_ThreadDestroyData): New prototype.
	* include/win32-threads.h: Ditto.
	* include/no-threads.h: Ditto.
	* posix-threads.cc (_Jv_ThreadInitData): Implement new prototype.
	(_Jv_ThreadDestroyData): New function. Free native thread "data" and
	move mutex and condition variable destroy code from:
	(really_start): ...here.
	(_Jv_ThreadStart): Set PTHREAD_CREATE_DETACHED.
	* win32-threads.cc (_Jv_ThreadInitData): Implement new prototype.
	(_Jv_ThreadDestroyData): Implemented.
	* nogc.cc (_Jv_AllocObject): Use "void *" not "ptr_t".
	(_Jv_AllocArray): Ditto.

From-SVN: r38557
2000-12-30 12:18:39 +00:00
..
ref Makefile.am: Add HashSet.java and java/lang/ref classes. 2000-12-11 03:47:48 +00:00
reflect re PR libgcj/1516 (Method.invoke won't accept boolean parameters) 2000-12-28 04:34:33 +00:00
AbstractMethodError.java
ArithmeticException.java
ArrayIndexOutOfBoundsException.java
ArrayStoreException.java
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 prims.cc (_Jv_NewObjectArray): Undo placement change. 2000-11-26 03:58:56 +00:00
Class.java prims.cc (_Jv_NewObjectArray): Undo placement change. 2000-11-26 03:58:56 +00:00
ClassCastException.java
ClassCircularityError.java
ClassFormatError.java
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
Cloneable.java
CloneNotSupportedException.java
Comparable.java
Compiler.java
Double.java PushbackReader.java: Merged with Classpath. 2000-11-17 04:51:25 +00:00
dtoa.c natMath.cc: Declare fabsf() function. 2000-12-02 00:28:44 +00:00
e_acos.c
e_asin.c
e_atan2.c
e_exp.c
e_fmod.c
e_log.c
e_pow.c
e_rem_pio2.c
e_remainder.c
e_scalb.c
e_sqrt.c
EcosProcess.java
Error.java
Exception.java
ExceptionInInitializerError.java natString.cc: Include Locale.h. 2000-11-18 02:29:13 +00:00
fdlibm.h natIconv.cc (read): Remove unused local. 2000-09-05 12:05:59 +01:00
Float.java PushbackReader.java: Merged with Classpath. 2000-11-17 04:51:25 +00:00
ieeefp.h ieeefp.h: Handle ia64, fr30, mcore. 2000-06-23 19:53:33 +00:00
IllegalAccessError.java
IllegalAccessException.java
IllegalArgumentException.java
IllegalMonitorStateException.java
IllegalStateException.java
IllegalThreadStateException.java
IncompatibleClassChangeError.java
IndexOutOfBoundsException.java
InstantiationError.java
InstantiationException.java
Integer.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
InternalError.java
InterruptedException.java
k_cos.c
k_rem_pio2.c
k_sin.c
k_tan.c
LinkageError.java
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
mprec.c
mprec.h * java/lang/mprec.h: Change C9X reference to refer to C99. 2000-12-23 23:38:51 +00:00
natCharacter.cc
natClass.cc natClass.cc (_Jv_IsAssignableFrom): Primitive TYPEs can not be assigned to Object. 2000-12-28 04:33:53 +00:00
natClassLoader.cc natField.cc (BooleanClass): Don't define. 2000-10-06 01:49:32 +00:00
natDouble.cc natDouble.cc: Include fdlibm.h, not mprec.h. 2000-12-04 08:22:34 +00:00
natEcosProcess.cc
natFloat.cc
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 (init_properties): Set user.language and user.region. 2000-11-29 04:53:37 +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
NegativeArraySizeException.java
NoClassDefFoundError.java
NoSuchFieldError.java
NoSuchFieldException.java
NoSuchMethodError.java
NoSuchMethodException.java
NullPointerException.java
Number.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
NumberFormatException.java
Object.h natField.cc (BooleanClass): Don't define. 2000-10-06 01:49:32 +00:00
Object.java
OutOfMemoryError.java
PosixProcess.java
Process.java
Runnable.java
Runtime.java
RuntimeException.java
RuntimePermission.java * java/lang/RuntimePermission.java: Class now final. 2000-12-15 06:13:35 +00:00
s_atan.c
s_ceil.c
s_copysign.c
s_cos.c
s_fabs.c
s_floor.c
s_rint.c
s_scalbn.c
s_sin.c
s_tan.c
SecurityException.java
SecurityManager.java Jumbo patch: 2000-05-19 17:55:34 +00:00
sf_rint.c
Short.java PropertyChangeEvent.java (serialVersionUID): Added. 2000-09-08 19:37:09 +00:00
StackOverflowError.java
String.java natString.cc: Include Locale.h. 2000-11-18 02:29:13 +00:00
StringBuffer.java StringBuffer.java (insert(int,char[])): Avoid NullPointerException so proper check of offset can be done. 2000-12-08 13:08:36 +00:00
StringIndexOutOfBoundsException.java
strtod.c
System.java re PR libgcj/1358 (java.util.Date.toString() doesn't seem to behave properly.) 2000-12-28 05:55:56 +00:00
Thread.java * java/lang/Thread.java (checkAccess): Now final. 2000-12-15 06:15:49 +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
UnsatisfiedLinkError.java
UnsupportedOperationException.java
VerifyError.java
VirtualMachineError.java
Void.java
w_acos.c
w_asin.c
w_atan2.c
w_exp.c
w_fmod.c
w_log.c
w_pow.c
w_remainder.c
w_sqrt.c