From 2ce1e73700b1c81e3bdbfa40fced7f3a9fbe8752 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 12 Sep 2003 03:16:31 +0000 Subject: * bignum.c (rb_big_and): convert argument using 'to_int'. * bignum.c (rb_big_or): ditto. * bignum.c (rb_big_xor): ditto. * eval.c (rb_f_require): allow "require" on $SAFE>0, if feature name is not tainted. * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::stream): Supports StringIO. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 83363f1e2..e320cb8c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,24 @@ +Fri Sep 12 12:09:54 2003 Yukihiro Matsumoto + + * bignum.c (rb_big_and): convert argument using 'to_int'. + + * bignum.c (rb_big_or): ditto. + + * bignum.c (rb_big_xor): ditto. + Fri Sep 11 22:06:14 2003 David Black * lib/scanf.rb: Took out useless @matched_item variable; some small refactoring. +Thu Sep 11 08:43:44 2003 Yukihiro Matsumoto + + * eval.c (rb_f_require): allow "require" on $SAFE>0, if feature + name is not tainted. + + * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::stream): + Supports StringIO. + Wed Sep 10 22:47:30 2003 GOTOU Yuuzou * ext/openssl/ossl.h: define OSSL_NO_CONF_API for win32 platform. -- cgit