From 3a58cfef89bf73f121d03e2726b6c15b3d7cfe1c Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 29 Dec 2007 21:34:15 +0000 Subject: * encoding.c (Init_encoding): register Windows-31J and its alias. [ruby-dev:32843] * ruby.c (proc_options): -Ks options means Windows-31J, not Shift_JIS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4715c35ed..5fae6d3fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Dec 30 06:31:11 2007 NAKAMURA Usaku + + * encoding.c (Init_encoding): register Windows-31J and its alias. + [ruby-dev:32843] + + * ruby.c (proc_options): -Ks options means Windows-31J, not Shift_JIS. + Sun Dec 30 06:27:38 2007 NAKAMURA Usaku * lib/mkmf.rb (depend_rules): need to convert `/' to `\' for windows -- cgit