From 9872d4d60048cc16cf78d2e8a260b78468e87fc9 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 18 Jan 2008 23:35:38 +0000 Subject: * parse.y (parser_prepare): get encoding from the first line. [ruby-dev:33168] * ruby.c (load_file): set encoding to input with set_encoding. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8569d2ce6c..2c9948600c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Jan 19 08:35:36 2008 Nobuyoshi Nakada + + * parse.y (parser_prepare): get encoding from the first line. + [ruby-dev:33168] + + * ruby.c (load_file): set encoding to input with set_encoding. + Sat Jan 19 03:46:42 2008 Yukihiro Matsumoto * thread.c (thread_create_core): prohibit thread creation in the -- cgit v1.2.3