gcc/libjava/java
Bryce McKinlay f449e8853b posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of blocking IO via pthread_kill().
* posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of
	blocking IO via pthread_kill().
	* java/io/natFileDescriptorPosix.cc (write (jint)): Check for thread
	interrupted status flag only if ::write returned an error.
	(write (jbyteArray, jint, jint): Likewise.
	(read (jint)): Likewise.
	(read (jbyteArray, jint, jint): Likewise.

From-SVN: r45719
2001-09-21 05:23:31 +01:00
..
applet
awt * java/awt/GridBagConstraints.java: Removed comment. 2001-08-20 19:53:14 +00:00
beans Makefile.in: Rebuilt. 2001-08-31 21:31:20 +00:00
io posix-threads.cc (_Jv_ThreadInterrupt): Re-enable interrupt of blocking IO via pthread_kill(). 2001-09-21 05:23:31 +01:00
lang CloneNotSupportedException.java: Re-merged with Classpath. 2001-09-14 16:19:30 +00:00
math BigInteger.java (init(int,Random)): New method. 2001-08-28 15:16:11 -07:00
net jvm.h: Declare _Jv_RegisterResource. 2001-09-06 22:32:54 +00:00
rmi Activatable.java, [...]: RMI implementation from Kaffe. 2001-08-28 00:03:35 +00:00
security AlgorithmParameterSpec.java, [...]: Re-merged with Classpath. 2001-09-02 06:36:55 +00:00
sql DriverManager.java (getDrivers): Handle case where driver's class loader is null. 2001-05-31 16:18:55 +00:00
text RuleBasedCollator.java (clone): Rewrote. 2001-09-07 00:15:47 +00:00
util TimeZone.java: Updated list of timezones from Classpath. 2001-09-15 01:22:39 +00:00