diff options
author | dblack <dblack@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-06 01:53:09 +0000 |
---|---|---|
committer | dblack <dblack@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-06 01:53:09 +0000 |
commit | a238e0f998749eade62c9c1b65b9a1c35d40ba53 (patch) | |
tree | 244b9453c448762ddeea004a51b76564039acfee | |
parent | 40e7a60039a00cba0001ae46b862e50c3a2b8542 (diff) | |
download | ruby-a238e0f998749eade62c9c1b65b9a1c35d40ba53.tar.gz ruby-a238e0f998749eade62c9c1b65b9a1c35d40ba53.tar.xz ruby-a238e0f998749eade62c9c1b65b9a1c35d40ba53.zip |
lib/scanf.rb
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Sat Mar 6 10:49:40 2004 David Black <dblack@wobblini.net> + + * lib/scanf.rb: fixed a logic glitch in IO#block_scanf + Sat Mar 6 02:00:19 2004 Minero Aoki <aamine@loveruby.net> * lib/net/http.rb: net/https is merged. @@ -114,10 +118,10 @@ Wed Mar 3 01:18:52 2004 Kouhei Sutou <kou@cozmixng.org> Wed Mar 3 00:59:30 2004 David Black <dblack@wobblini.net> - * scanf.rb: soak_up_spaces only ungetc's non-space last + * lib/scanf.rb: soak_up_spaces only ungetc's non-space last character - * scanf.rb: IO#block_scanf now returns partial last iteration + * lib/scanf.rb: IO#block_scanf now returns partial last iteration array if format string matches partly Tue Mar 2 16:30:21 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> |