diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-15 14:46:50 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-15 14:46:50 +0000 |
commit | 1267dd8cceeca9e1ef87d55d8e91ab6c09a880db (patch) | |
tree | 1cc01d378bf79b87bdb361095f86c467822961ea /ChangeLog | |
parent | 5ee4884f00b9f8d526b83663bd716c435961b931 (diff) | |
download | ruby-1267dd8cceeca9e1ef87d55d8e91ab6c09a880db.tar.gz ruby-1267dd8cceeca9e1ef87d55d8e91ab6c09a880db.tar.xz ruby-1267dd8cceeca9e1ef87d55d8e91ab6c09a880db.zip |
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -2,6 +2,12 @@ Mon Dec 15 23:34:04 2008 Tanaka Akira <akr@fsij.org> * ext/pty/pty.c (pty_open): set FMODE_SYNC and FMODE_DUPLEX. +Mon Dec 15 23:29:49 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <akr@fsij.org> * ext/pty/pty.c (pty_open): new method PTY.open. |