aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 06:54:26 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 06:54:26 +0000
commit54f273406969c3a47671bac197945d839492a3e0 (patch)
tree235c51629375310f99215840a71c303da6492df5
parent5ad8c5566d77be1d7ad37be2a9a2ce43671c5577 (diff)
downloadruby-54f273406969c3a47671bac197945d839492a3e0.tar.gz
Sat Dec 22 15:54:54 2007 Martin Duerst <duerst@it.aoyama.ac.jp>
* ChangeLog: Information for last patch got lost, fixed git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c31f2f0d36..5686dbc210 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Sat Dec 22 15:54:54 2007 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * ChangeLog: Information for last patch got lost, fixed
+
+Sat Dec 22 15:45:45 2007 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * transcode_data_one_byte: slightly optimized
+
+ * transcode_data_japanese: new data file for EUC-JP and SHIFT_JIS
+ (not yet optimized; tests to follow; data from
+ http://nkf.sourceforge.jp/ucm/{SJIS|eucJP}-nkf.ucm)
+
+ * common.mk, transcode.c: Adjusted for transcode_data_japanese
+
Sat Dec 22 15:30:13 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* */Makefile.sub (MFLAGS): define unless defined.