This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r113014 - in /branches/gcc-4_1-branch/libjava: ...


Author: tromey
Date: Mon Apr 17 21:45:42 2006
New Revision: 113014

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=113014
Log:
	PR libgcj/27171:
	* testsuite/libjava.lang/pr27171.java: New file.
	* testsuite/libjava.lang/pr27171.out: New file.
	* gnu/gcj/convert/Output_UTF8.java (havePendingBytes): Return
	true if we've seen a high surrogate.
	(write): Handle high surrogates at the end of the stream.
	Properly emit isolated low surrogates.

Added:
    branches/gcc-4_1-branch/libjava/testsuite/libjava.lang/pr27171.java
      - copied unchanged from r113013, trunk/libjava/testsuite/libjava.lang/pr27171.java
    branches/gcc-4_1-branch/libjava/testsuite/libjava.lang/pr27171.out
      - copied unchanged from r113013, trunk/libjava/testsuite/libjava.lang/pr27171.out
Modified:
    branches/gcc-4_1-branch/libjava/ChangeLog
    branches/gcc-4_1-branch/libjava/gnu/gcj/convert/Output_UTF8.java


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]