diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-08 10:45:52 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-08 10:45:52 +0000 |
| commit | cc94722ddf392bf486b73cf847a7bc2e5e87550a (patch) | |
| tree | 2762a500ab8307be8db14e0204926a3f7a311272 /ChangeLog | |
| parent | bb88d4c2f57f44e6c39f54f7beb13eaf4ffd9405 (diff) | |
| download | ruby-cc94722ddf392bf486b73cf847a7bc2e5e87550a.tar.gz ruby-cc94722ddf392bf486b73cf847a7bc2e5e87550a.tar.xz ruby-cc94722ddf392bf486b73cf847a7bc2e5e87550a.zip | |
* lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matched
substring directly.
* ext/nkf/lib/kconv.rb (Kconv.conv): get rid of nil.to_a.
* test/ruby/test_assignment.rb, test/ruby/test_iterator.rb: followed
change of sample/test.rb.
* test/net/http/test_http.rb: removed superfluous splatting stars.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Sat Oct 8 19:45:16 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matched + substring directly. + + * ext/nkf/lib/kconv.rb (Kconv.conv): get rid of nil.to_a. + + * test/ruby/test_assignment.rb, test/ruby/test_iterator.rb: followed + change of sample/test.rb. + + * test/net/http/test_http.rb: removed superfluous splatting stars. + Sat Oct 8 19:32:56 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * io.c (rb_io_init_copy): clear PREP flag for copied IO. |
