diff options
| author | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-12-07 10:04:25 +0000 |
|---|---|---|
| committer | aamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-12-07 10:04:25 +0000 |
| commit | 5d0fd0ff2e71b1e050d12979d801432c398b9d2a (patch) | |
| tree | 372d570d1bca168621914790fdb617deec97580a /ChangeLog | |
| parent | 1354ff60cd96c4c6b9b9d9ef4ba23a6f538453ad (diff) | |
| download | ruby-5d0fd0ff2e71b1e050d12979d801432c398b9d2a.tar.gz ruby-5d0fd0ff2e71b1e050d12979d801432c398b9d2a.tar.xz ruby-5d0fd0ff2e71b1e050d12979d801432c398b9d2a.zip | |
aamine
* lib/net/smtp.rb: SMTP.new requires at least one arg.
* lib/net/pop.rb: POP.new requires at least one arg.
* lib/net/pop.rb: uses "raise *Error.new" instead of simple raise.
* lib/net/http.rb: HTTP.new requires at least one arg.
* lib/net/http.rb: changes implicit start algolithm.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1889 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 @@ +Fri Dec 7 19:12:14 2001 Minero Aoki <aamine@loveruby.net> + + * lib/net/smtp.rb: SMTP.new requires at least one arg. + + * lib/net/pop.rb: POP.new requires at least one arg. + + * lib/net/pop.rb: uses "raise *Error.new" instead of simple raise. + + * lib/net/http.rb: HTTP.new requires at least one arg. + + * lib/net/http.rb: changes implicit start algolithm. + Fri Dec 7 15:49:39 2001 Usaku Nakamura <usa@ruby-lang.org> * ext/extmk.rb.in: ignore adding -Wl,-R to DLDFLAGS when the directory |
