diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-12 14:44:21 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-12 14:44:21 +0000 |
| commit | 372ad24a7721872eee784c975b0e03a704ed65b6 (patch) | |
| tree | 5fafedd3011ab4865164fab1e8a6ebd3a0684075 /ChangeLog | |
| parent | b373e87effe32eb2adcb8262e1a7238295c3c047 (diff) | |
merges r23862 from trunk into ruby_1_9_1.
--
* io.c (argf_rewind): need to rewind $. and ARGF.lineno.
[ruby-core:24046]
* io.c (struct argf): refactoring on $. and ARGF.lineno behavior.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@24044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sat Jun 27 03:09:04 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (argf_rewind): need to rewind $. and ARGF.lineno. + [ruby-core:24046] + + * io.c (struct argf): refactoring on $. and ARGF.lineno behavior. + Fri Jun 26 21:48:30 2009 Tanaka Akira <akr@fsij.org> * ext/pty/pty.c (pty_getpty): check dup failure. |
