diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-12 03:16:31 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-09-12 03:16:31 +0000 |
| commit | 2ce1e73700b1c81e3bdbfa40fced7f3a9fbe8752 (patch) | |
| tree | 05cfac969865445eb7ddd74700ef60350d9a9e89 /ChangeLog | |
| parent | be01591aab04baa8d18c90980e81b7312655fc34 (diff) | |
| download | ruby-2ce1e73700b1c81e3bdbfa40fced7f3a9fbe8752.tar.gz ruby-2ce1e73700b1c81e3bdbfa40fced7f3a9fbe8752.tar.xz ruby-2ce1e73700b1c81e3bdbfa40fced7f3a9fbe8752.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,8 +1,24 @@ +Fri Sep 12 12:09:54 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <dblack@superlink.net> * lib/scanf.rb: Took out useless @matched_item variable; some small refactoring. +Thu Sep 11 08:43:44 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <gotoyuzo@notwork.org> * ext/openssl/ossl.h: define OSSL_NO_CONF_API for win32 platform. |
