From 1267dd8cceeca9e1ef87d55d8e91ab6c09a880db Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 15 Dec 2008 14:46:50 +0000 Subject: * 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/trunk@20765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 064ec5229..ce179579b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,12 @@ Mon Dec 15 23:34:04 2008 Tanaka Akira * ext/pty/pty.c (pty_open): set FMODE_SYNC and FMODE_DUPLEX. +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 22:48:11 2008 Tanaka Akira * ext/pty/pty.c (pty_open): new method PTY.open. -- cgit