diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-19 17:26:04 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-19 17:26:04 +0000 |
| commit | 6e6ca326e8d0a46bc3a5b45a78a09b932b861657 (patch) | |
| tree | 1d5c45896c45281a422b3224a0d9f5994126d796 /ChangeLog | |
| parent | e081eda18f390122b7be574573f96f2d2d663837 (diff) | |
| download | ruby-6e6ca326e8d0a46bc3a5b45a78a09b932b861657.tar.gz ruby-6e6ca326e8d0a46bc3a5b45a78a09b932b861657.tar.xz ruby-6e6ca326e8d0a46bc3a5b45a78a09b932b861657.zip | |
* string.c (rb_str_match2): add warning to "~string".
[ruby-list:37751]
* lib/net/ftp.rb (Net::FTP::open): takes block. suggested by Gavin
Sinclair in [ruby-core:01237].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sat Jul 19 22:25:47 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_match2): add warning to "~string". + [ruby-list:37751] + + * lib/net/ftp.rb (Net::FTP::open): takes block. suggested by Gavin + Sinclair in [ruby-core:01237]. + Sat Jul 19 19:03:24 2003 Takaaki Uematsu <uema2x@jcom.home.ne.jp> * wince/stdlib.c: add bsearch(). |
