diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-16 03:09:51 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-16 03:09:51 +0000 |
| commit | 63cfc6ddb759c4c614f9fccaca11a47b8f091b70 (patch) | |
| tree | 857ab2102956ce268a9a63216c11e4bc14a88821 /ChangeLog | |
| parent | 3479ec2eed71bfad489b50e247e4190e0db691fc (diff) | |
| download | ruby-63cfc6ddb759c4c614f9fccaca11a47b8f091b70.tar.gz ruby-63cfc6ddb759c4c614f9fccaca11a47b8f091b70.tar.xz ruby-63cfc6ddb759c4c614f9fccaca11a47b8f091b70.zip | |
* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style
comment (//). [ruby-core:05793]
* lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread with
readpartial. [ruby-talk:127641]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri Sep 16 12:02:12 2005 Yukihiro Matsumoto <matz@ruby-lang.org> + + * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style + comment (//). [ruby-core:05793] + Fri Sep 16 00:17:03 2005 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp> * test/logger/test_logger.rb: unintentionally overwritten changes by @@ -115,6 +120,11 @@ Thu Sep 15 11:01:58 2005 NAKAMURA Usaku <usa@ruby-lang.org> * win32/win32.c (rb_w32_select): check consoles by polling them. +Thu Sep 15 00:18:24 2005 Yukihiro Matsumoto <matz@ruby-lang.org> + + * lib/net/telnet.rb (Net::Telnet::waitfor): replace sysread with + readpartial. [ruby-talk:127641] + Wed Sep 14 23:28:28 2005 NAKAMURA Usaku <usa@ruby-lang.org> * win32/win32.c (collect_file_fd): rename from extract_file_fd. |
