gcc/libjava/java/lang
Tom Tromey 9e01bff779 OutputStreamWriter.java (writeChars): Use a 'do' loop.
* java/io/OutputStreamWriter.java (writeChars): Use a 'do' loop.
	Set 'out.count' earlier.
	(close): Call setFinished on converter.
	(flush): Always write work buffer.
	* java/io/PrintStream.java (writeChars): Do 'do' loop.
	(close): Call setFinished on converter.  Write a 'flush' array.
	* java/lang/natString.cc (getBytes): Call setFinished on
	converter.
	* gnu/gcj/convert/CharsetToBytesAdaptor.java (hasBytes): New
	field.
	(write): Set hasBytes.  Changed 'finished' logic.
	(havePendingBytes): Rewrote.
	(setFinished): New method.
	* gnu/gcj/convert/UnicodeToBytes.java (setFinished): New method.
	* testsuite/libjava.lang/RH194522.java: New file.
	* testsuite/libjava.lang/RH194522.out: New file.

From-SVN: r115039
2006-06-27 20:38:10 +00:00
..
ref re PR libgcj/25187 (dereferencing type-punned pointer warnings while building libgcj) 2006-02-09 01:35:33 +00:00
reflect natField.cc (getAddr): Allow setting of final field when it is accessible. 2006-06-22 16:59:15 +00:00
Character.java unicode-muncher.pl: Removed this file. 2006-03-28 16:12:52 +00:00
Class.h class.c (make_class_data): When using flag_indirect_classes, don't initialize the vtable of Class instances. 2006-06-16 08:56:29 +00:00
Class.java * java/lang/Class.java (getClassLoaderInternal): Now native. 2006-06-09 21:33:32 +00:00
ClassLoader.java re PR libgcj/26103 (Wrong exception thrown) 2006-03-07 21:39:44 +00:00
EcosProcess.java
Math.java re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented) 2006-05-24 17:14:45 +00:00
Object.h Object.h (throwNoSuchMethodError): New method. 2005-12-08 14:19:13 +00:00
Object.java Object.h (throwNoSuchMethodError): New method. 2005-12-08 14:19:13 +00:00
Package.java Update FSF address 2005-06-30 03:22:09 +00:00
PosixProcess.java
Runtime.java re PR classpath/26990 (SecurityManager.checkExit() problem) 2006-04-04 23:25:09 +00:00
SecurityManager.java Update FSF address 2005-06-30 03:22:09 +00:00
String.java String.java, [...]: Merge from GNU Classpath HEAD. 2006-06-09 16:07:07 +00:00
StringBuffer.java StringBuilder.java (appendCodePoint): New method. 2006-01-09 06:42:19 +00:00
StringBuilder.java StringBuilder.java (appendCodePoint): New method. 2006-01-09 06:42:19 +00:00
System.java win32.cc (_Jv_platform_nanotime): New function. 2006-03-09 18:47:54 +00:00
Thread.java re PR libgcj/27730 (Thread.getId() needs implemented) 2006-06-09 21:37:32 +00:00
VMClassLoader.java VMClassLoader.java (initialize): Set default library control to LIB_NEVER. 2006-05-31 17:47:44 +00:00
VMCompiler.java SystemClassLoader.java (addClass): Get the value of package-private field "loadedClasses" using reflection. 2006-04-11 17:23:00 +01:00
VMDouble.java re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +00:00
VMFloat.java re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +00:00
VMSecurityManager.java Update FSF address 2005-06-30 03:22:09 +00:00
VMThrowable.java Update FSF address 2005-06-30 03:22:09 +00:00
Win32Process.java
natCharacter.cc unicode-muncher.pl: Removed this file. 2006-03-28 16:12:52 +00:00
natClass.cc natClass.cc (_Jv_FindMethodInCache): Mark klass, name and signature as MAYBE_UNUSED for HAVE_TLS == 0. 2006-05-21 00:03:19 +02:00
natClassLoader.cc class.c (make_class_data): When using flag_indirect_classes, don't initialize the vtable of Class instances. 2006-06-16 08:56:29 +00:00
natDouble.cc re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +00:00
natEcosProcess.cc
natFloat.cc re PR java/22578 (should inline floatToIntBits et al) 2006-02-08 18:06:11 +00:00
natMath.cc re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() and tanh() not implemented) 2006-05-24 17:14:45 +00:00
natObject.cc re PR libgcj/23353 (clone() copies internal lock data with hash synchronization off) 2005-08-12 16:40:32 +00:00
natPosixProcess.cc * java/lang/natPosixProcess.cc (reap): Ignore unknown children. 2006-01-05 17:35:20 +00:00
natRuntime.cc natThread.cc (finish_): Don't clear 'group'. 2006-01-06 01:03:45 +00:00
natString.cc OutputStreamWriter.java (writeChars): Use a 'do' loop. 2006-06-27 20:38:10 +00:00
natStringBuffer.cc
natStringBuilder.cc javaprims.h: Updated. 2005-05-10 18:28:31 +00:00
natSystem.cc win32.cc (_Jv_platform_nanotime): New function. 2006-03-09 18:47:54 +00:00
natThread.cc natThread.cc (countStackFrames): Do not throw UnsupportedOperationException. 2006-05-29 22:04:13 +00:00
natVMClassLoader.cc re PR libgcj/27294 (gij throws NullPointerException, when the interpreter is not enabled) 2006-05-05 15:05:20 +00:00
natVMSecurityManager.cc natVMSecurityManager.cc (getClassContext): Add new arg: klass. 2005-03-21 14:50:14 +00:00
natVMThrowable.cc New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
natWin32Process.cc