From 0d0059d0ce994a6bcbae6dd38c7d7aa8981c56ce Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 2 Sep 2008 03:39:11 +0000 Subject: * enc/trans/japanese_euc.trans: splitted from japanese.trans to avoid compiler limitation. reported by usa. * enc/trans/japanese_sjis.trans: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2b7e8d89d..10dad0fb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Tue Sep 2 12:37:10 2008 Tanaka Akira + + * enc/trans/japanese_euc.trans: splitted from japanese.trans to avoid + compiler limitation. reported by usa. + + * enc/trans/japanese_sjis.trans: ditto. + Tue Sep 2 12:31:24 2008 NAKAMURA Usaku * win32/Makefile.sub (miniruby): new target. -- cgit