diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-15 09:54:36 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-15 09:54:36 +0000 |
| commit | c827f2a1bdd3704e717c1e84e54f7cd57774dcb5 (patch) | |
| tree | e0225458f841f83218176c9427410a990e31ae15 /ChangeLog | |
| parent | f43369a5c13811c7eb3578c654fe33023dd32a96 (diff) | |
* io.c (argf_each_line): should return self. [ruby-core:23852]
* io.c (argf_each_byte, argf_each_char): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Mon Jun 15 18:48:41 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (argf_each_line): should return self. [ruby-core:23852] + + * io.c (argf_each_byte, argf_each_char): ditto. + Mon Jun 15 17:48:42 2009 Yukihiro Matsumoto <matz@ruby-lang.org> * gc.c (os_obj_of): invoke garbage collection before iteration, to |
