aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 09:52:00 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-22 09:52:00 +0000
commita95ae9619f4e3e831d50de1c545bc226f70c4ef0 (patch)
treec85a1ffa75390559e7ebfd20826de215e0149d9f /ChangeLog
parentd9c407981cd76f93840bd42e391135b4fbb4ae96 (diff)
downloadruby-a95ae9619f4e3e831d50de1c545bc226f70c4ef0.tar.gz
Sat Dec 22 15:54:54 2007 Martin Duerst <duerst@it.aoyama.ac.jp>
* test/ruby/test_transcode.rb: Added simple tests for EUC-JP and Shift_JIS and tests for ASCII-only range git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3fed0406ad..c8932fbf0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 22 15:54:54 2007 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * test/ruby/test_transcode.rb: Added simple tests for
+ EUC-JP and Shift_JIS and tests for ASCII-only range
+
Sat Dec 22 18:20:13 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* common.mk (version.o): add dependency. [ruby-dev:32680]