diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-21 09:16:06 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-21 09:16:06 +0000 |
| commit | 6310f23f2ee5758ba235beaed3c0281bc7e98b3a (patch) | |
| tree | 0d5e25bd4834697e2db75b45f345ad8df5f9e242 /ChangeLog | |
| parent | 2025bee606e4529cf2505df9daa88f15d1c1da97 (diff) | |
merges the latter half of r23699 and r23706 from trunk into ruby_1_9_1.
--
* io.c (argf_skip): should close only when current_file is available.
--
* test/ruby/test_argf.rb (TestArgf#test_skip): updated test
according to clarified behavior.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Wed Jun 17 00:31:30 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * test/ruby/test_argf.rb (TestArgf#test_skip): updated test + according to clarified behavior. + +Tue Jun 16 06:40:31 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * io.c (argf_skip): should close only when current_file is available. + Mon Jun 15 22:35:31 2009 Tadayoshi Funaba <tadf@dotrb.org> * bignum.c (rb_big2db): (-Float::MAX.to_i*2).to_f should return |
