From 9cda1ed2c321f61a356d9c8d1cb6033f4a41ff42 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 25 Jan 2008 18:49:28 +0000 Subject: * parse.y (parser_initialize): set default script encoding as US-ASCII. * ruby.c (load_file): ditto. * ruby.c (process_options): set script encoding of -e from locale except when -K is specified. * ruby.c (load_file): set script encoding of stdin from locale except when -K is specified. [ruby-dev:33375] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b5d8aa152..6b1711f67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Sat Jan 26 03:41:53 2008 NAKAMURA Usaku + + * parse.y (parser_initialize): set default script encoding as US-ASCII. + + * ruby.c (load_file): ditto. + + * ruby.c (process_options): set script encoding of -e from locale + except when -K is specified. + + * ruby.c (load_file): set script encoding of stdin from locale except + when -K is specified. [ruby-dev:33375] + Sat Jan 26 02:51:06 2008 Koichi Sasada * compile.c, compile.h: fix stack pointer issues. -- cgit