summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-29 16:13:09 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-29 16:13:09 +0000
commit0e5e1a11e831f785a649457a5e8dbe8b3bac25c2 (patch)
tree0e2659e4fad27ae2c90cefba2effeaaf454b3975 /ChangeLog
parent339f42cd6ad0e78568e1ba9851055fe41b992b74 (diff)
downloadruby-0e5e1a11e831f785a649457a5e8dbe8b3bac25c2.tar.gz
ruby-0e5e1a11e831f785a649457a5e8dbe8b3bac25c2.tar.xz
ruby-0e5e1a11e831f785a649457a5e8dbe8b3bac25c2.zip
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
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 <usa@ruby-lang.org>
* 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 <nobu@ruby-lang.org>
+
+ * 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 <tadf@dotrb.org>
* complex.c: uses macro in declarations.