From a2ee5023c56b247c640b0a6c6002b74c8c04f631 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 22 Feb 2009 09:48:05 +0000 Subject: merges r22085 from trunk into ruby_1_9_1. * ruby.c (process_options): -K and -E in shebang should be reflect to default_external. [ruby-dev:37920] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@22516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c20d5158f..27e771e9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 6 12:03:47 2009 NAKAMURA Usaku + + * ruby.c (process_options): -K and -E in shebang should be reflect to + default_external. [ruby-dev:37920] + Fri Feb 6 02:51:59 2009 Yukihiro Matsumoto * string.c (rb_str_each_codepoint): update RDoc for -- cgit