From d745abfd7cca13ca6aa71987e08670083467c08a Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 17 Dec 2008 06:16:47 +0000 Subject: merges r20765 from trunk into ruby_1_9_1. * ruby.c (process_options): revive global sub, gsub, chop, chomp only when auto looping options (-p/-n) is specified. [ruby-core:20570] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 81f3bf73a..2651fa309 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Dec 15 23:29:49 2008 Yukihiro Matsumoto + + * ruby.c (process_options): revive global sub, gsub, chop, chomp + only when auto looping options (-p/-n) is specified. + [ruby-core:20570] + Mon Dec 15 21:01:46 2008 Tanaka Akira * ext/pty/pty.c (chfunc): make it static. -- cgit