From 8719f269f064d9134d193eb7688f510ebadd6ae7 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 29 Jul 2003 07:52:55 +0000 Subject: * lib/net/smtp.rb (Net::SMTP::send0): add taint check. * ruby.h (LLONG_MIN): wrong value. * io.c (rb_f_getc): $stdin may not be IO. [ruby-dev:20973] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7329856f6..7093d303c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,20 @@ +Tue Jul 29 16:38:44 2003 Yukihiro Matsumoto + + * lib/net/smtp.rb (Net::SMTP::send0): add taint check. + Tue Jul 29 15:41:02 2003 WATANABE Hirofumi * instruby.rb (install): preserve the timestamp for Mac OS X ranlib problem. +Tue Jul 29 01:14:51 2003 Rick Ohnemus + + * ruby.h (LLONG_MIN): wrong value. + +Mon Jul 28 22:57:52 2003 Yukihiro Matsumoto + + * io.c (rb_f_getc): $stdin may not be IO. [ruby-dev:20973] + Tue Jul 29 12:22:28 2003 why the lucky stiff * ext/syck/token.c: prefixed many constants and definitions @@ -43,6 +55,7 @@ Mon Jul 28 18:53:03 2003 WATANABE Hirofumi * ext/openssl/extconf.rb: check again after pkg-config for MinGW on Cygwin. +>>>>>>> 1.1963 Mon Jul 28 15:32:04 2003 Yukihiro Matsumoto * ext/stringio/stringio.c (strio_gets): only "gets" should set $_. -- cgit