From bf75c9bcbb98dad6a341660a525222ff58e13a48 Mon Sep 17 00:00:00 2001 From: duerst Date: Tue, 9 Dec 2008 09:39:25 +0000 Subject: * enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb, cp855-tbl.rb, koi8-r-tbl.rb, koi8-u-tbl.rb, tis-620-tbl.rb: new single-byte transcodings (from Yoshihiro Kambayashi) * test/ruby/test_transcode.rb: added tests for the above (from Yoshihiro Kambayashi), small cosmetic fixes git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7bdd0c0bc..56e29e0f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Dec 9 18:35:35 2008 Martin Duerst + + * enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb, + cp855-tbl.rb, koi8-r-tbl.rb, koi8-u-tbl.rb, tis-620-tbl.rb: + new single-byte transcodings (from Yoshihiro Kambayashi) + + * test/ruby/test_transcode.rb: added tests for the above + (from Yoshihiro Kambayashi), small cosmetic fixes + + Tue Dec 9 13:33:53 2008 Nobuyoshi Nakada * compile.c (iseq_compile_each), gc.c (assign_heap_slot), -- cgit