[kaffe] CVS kaffe (jserv): Resynced with GNU Classpath and get RSSOwl working.

Kaffe CVS cvs-commits at kaffe.org
Thu Mar 24 18:20:50 PST 2005


PatchSet 5600 
Date: 2005/03/25 02:15:27
Author: jserv
Branch: HEAD
Tag: (none) 
Log:
Resynced with GNU Classpath and get RSSOwl working.

2005-03-25  Jim Huang  <jserv at kaffe.org>

	Resynced with GNU Classpath.
	This change is useful for to get RSSOwl working.

	2005-03-21  Sven de Marothy  <sven at physto.se>

	* gnu/classpath/SystemProperties.java:
	Add missing aliases for "UnicodeBigUnmarked" and
	"UnicodeLittleUnmarked".

Members: 
	ChangeLog:1.3772->1.3773 
	libraries/javalib/gnu/classpath/SystemProperties.java:1.2->1.3 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3772 kaffe/ChangeLog:1.3773
--- kaffe/ChangeLog:1.3772	Thu Mar 24 23:04:46 2005
+++ kaffe/ChangeLog	Fri Mar 25 02:15:27 2005
@@ -1,3 +1,14 @@
+2005-03-25  Jim Huang  <jserv at kaffe.org>
+
+	Resynced with GNU Classpath.
+	This change is useful for to get RSSOwl working.
+
+	2005-03-21  Sven de Marothy  <sven at physto.se>
+
+	* gnu/classpath/SystemProperties.java:
+	Add missing aliases for "UnicodeBigUnmarked" and
+	"UnicodeLittleUnmarked".
+
 2005-03-24  Thiemo Seufer <ths at networkno.de>
 
 	* config/mips/atomic.h: New glibc-style implementation.
Index: kaffe/libraries/javalib/gnu/classpath/SystemProperties.java
diff -u kaffe/libraries/javalib/gnu/classpath/SystemProperties.java:1.2 kaffe/libraries/javalib/gnu/classpath/SystemProperties.java:1.3
--- kaffe/libraries/javalib/gnu/classpath/SystemProperties.java:1.2	Mon Jan 31 19:06:55 2005
+++ kaffe/libraries/javalib/gnu/classpath/SystemProperties.java	Fri Mar 25 02:15:29 2005
@@ -128,6 +128,7 @@
 	dp.put("gnu.java.io.encoding_scheme_alias.UTF16_LittleEndian",
 	       "UTF16LE");
 	dp.put("gnu.java.io.encoding_scheme_alias.windows-1200", "UTF16LE");
+	dp.put("gnu.java.io.encoding_scheme_alias.UnicodeLittleUnmarked", "UTF16LE");
 
 	//# UTF16 Big Endian
 	dp.put("gnu.java.io.encoding_scheme_alias.UTF16BE", "UTF16BE");
@@ -144,6 +145,7 @@
 	dp.put("gnu.java.io.encoding_scheme_alias.cp1200", "UTF16BE");
 	dp.put("gnu.java.io.encoding_scheme_alias.cp1201", "UTF16BE");
 	dp.put("gnu.java.io.encoding_scheme_alias.UTF16_BigEndian", "UTF16BE");
+	dp.put("gnu.java.io.encoding_scheme_alias.UnicodeBigUnmarked", "UTF16BE");
 
 	//# UTF16
 	dp.put("gnu.java.io.encoding_scheme_alias.UTF16", "UTF16BE");




More information about the kaffe mailing list