diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-15 09:48:12 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-15 09:48:12 +0000 |
| commit | ec1d1755eced529644d455ebb6d6c7d0b2bd3f14 (patch) | |
| tree | 8d6a53b07788063957de8c38cb6c4c4479ccbfa9 /ChangeLog | |
| parent | 00df2a90be5ddb80146d0bd9d15c0a21adb14d58 (diff) | |
| download | ruby-ec1d1755eced529644d455ebb6d6c7d0b2bd3f14.tar.gz ruby-ec1d1755eced529644d455ebb6d6c7d0b2bd3f14.tar.xz ruby-ec1d1755eced529644d455ebb6d6c7d0b2bd3f14.zip | |
* lib/open-uri.rb (OpenURI::Redirect#initialize): call super to
initialize mesg.
* lib/open-uri.rb (OpenURI::Meta#charset): call block to guess charset
if block is given and charset is not given.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3803 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 @@ +Thu May 15 18:44:31 2003 Tanaka Akira <akr@m17n.org> + + * lib/open-uri.rb (OpenURI::Redirect#initialize): call super to + initialize mesg. + + * lib/open-uri.rb (OpenURI::Meta#charset): call block to guess charset + if block is given and charset is not given. + Thu May 15 16:55:16 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * object.c (rb_mod_le): returns nil if two classes/modules are not |
