changeset in /hg/icedtea: Add missing patch.
Andrew John Hughes
ahughes at redhat.com
Thu Jul 9 11:50:28 PDT 2009
changeset e944184d6eda in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=e944184d6eda
description:
Add missing patch.
2009-07-09 Andrew John Hughes <ahughes at redhat.com>
* patches/ecj/icedtea-pr40616.patch:
Add missing patch.
diffstat:
2 files changed, 20 insertions(+)
ChangeLog | 5 +++++
patches/ecj/icedtea-pr40616.patch | 15 +++++++++++++++
diffs (31 lines):
diff -r 3340f0afa232 -r e944184d6eda ChangeLog
--- a/ChangeLog Thu Jul 09 16:43:16 2009 +0100
+++ b/ChangeLog Thu Jul 09 19:52:10 2009 +0100
@@ -1,3 +1,8 @@ 2009-07-09 Andrew John Hughes <ahughes
+2009-07-09 Andrew John Hughes <ahughes at redhat.com>
+
+ * patches/ecj/icedtea-pr40616.patch:
+ Add missing patch.
+
2009-07-09 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r 3340f0afa232 -r e944184d6eda patches/ecj/icedtea-pr40616.patch
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/patches/ecj/icedtea-pr40616.patch Thu Jul 09 19:52:10 2009 +0100
@@ -0,0 +1,15 @@
+diff -Nru openjdk-ecj.orig/jdk/make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java openjdk-ecj/jdk/make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java
+--- openjdk-ecj.orig/jdk/make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java 2009-07-02 12:04:10.000000000 +0100
++++ openjdk-ecj/jdk/make/tools/src/build/tools/charsetmapping/GenerateEUC_TW.java 2009-07-02 12:13:09.000000000 +0100
+@@ -36,8 +36,10 @@
+ public class GenerateEUC_TW {
+
+ public static void genEUC_TW(String args[]) throws Exception {
++ FileOutputStream fos =
++ new FileOutputStream(new File(args[1], "EUC_TWMapping.java"));
+ genClass(new FileInputStream(new File(args[0], "euc_tw.map")),
+- new PrintStream(new File(args[1], "EUC_TWMapping.java"), "ISO-8859-1"),
++ new PrintStream(fos, false, "ISO-8859-1"),
+ getCopyright(new File(args[3])));
+ }
+
More information about the distro-pkg-dev
mailing list