aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 14:16:03 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 14:16:03 +0000
commit14ab3bd2ac7a3dda443342354847b99d1967e73a (patch)
tree49f26de01c06f516045143618a66b12d17dcad10 /ChangeLog
parent70e01d72d875c5d68d3752622ac26e7e8cf150e3 (diff)
downloadruby-14ab3bd2ac7a3dda443342354847b99d1967e73a.tar.gz
* ruby.c (proc_options): encoding option in shbang and RUBYOPT did not
work, do not store alloca()ed string in a parent scope struct. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b82f86a445..929fa2f896 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 25 23:16:01 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ruby.c (proc_options): encoding option in shbang and RUBYOPT did not
+ work, do not store alloca()ed string in a parent scope struct.
+
Tue Dec 25 22:56:52 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub (config.status): keep this file.