From 0e5e1a11e831f785a649457a5e8dbe8b3bac25c2 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 29 Oct 2008 16:13:09 +0000 Subject: merged r20012 and r20013 from trunk into ruby_1_9_1. * ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion. [ruby-core:19579] * ruby.c (load_file_internal): cache common interned IDs. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 33cc9a890..a2cbc2ed8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -25,6 +25,13 @@ Wed Oct 29 11:01:46 2008 NAKAMURA Usaku * win32/win32.c (rb_w32_write): write to the end of the file when FAPPEND is specified. +Wed Oct 29 09:30:04 2008 Nobuyoshi Nakada + + * ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion. + [ruby-core:19579] + + * ruby.c (load_file_internal): cache common interned IDs. + Wed Oct 29 00:43:39 2008 Tadayoshi Funaba * complex.c: uses macro in declarations. -- cgit