summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-06 03:05:27 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-06 03:05:27 +0000
commit5067bfe36ee11c7cf601df7e2bab3ed5f3b01e4e (patch)
treeac92a8810c45f1f5eb5c91635efd69179588560d /ChangeLog
parent1bd6111488e56948a221e9f8c81f7ad286ccbff1 (diff)
* ruby.c (process_options): -K and -E in shebang should be reflect to
default_external. [ruby-dev:37920] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22085 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 a457296930..e53c2b4724 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 6 12:03:47 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * ruby.c (process_options): -K and -E in shebang should be reflect to
+ default_external. [ruby-dev:37920]
+
Fri Feb 6 07:52:57 2009 Tanaka Akira <akr@fsij.org>
* ext/pty/pty.c (chfunc): type fixed.