ruby--ruby/lib/rexml
matz fc8e62d0df * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@4549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-09-12 03:16:31 +00:00
..
dtd
encodings * eval.c (ruby_init): set ruby_running to true after 2003-07-17 05:23:54 +00:00
light REXML hadn't been tested with Ruby 1.8.0, which was really, really, 2003-06-15 18:31:16 +00:00
parsers * bignum.c (rb_big_and): convert argument using 'to_int'. 2003-09-12 03:16:31 +00:00
attlistdecl.rb
attribute.rb
cdata.rb * lib/rexml/cdata.rb,lib/rexml/quickpath.rb,lib/rexml/parsers/baseparser.rb: 2003-06-10 07:07:52 +00:00
child.rb
comment.rb
doctype.rb
document.rb
element.rb
encoding.rb * lib/rexml/encoding.rb (encoding=): oops, shouldn't have 2003-07-09 22:32:54 +00:00
entity.rb
functions.rb
instruction.rb
namespace.rb
node.rb
output.rb
parent.rb
parseexception.rb
quickpath.rb * lib/rexml/quickpath.rb: escape '[' to avoid warning. 2003-06-16 05:03:03 +00:00
rexml.rb REXML hadn't been tested with Ruby 1.8.0, which was really, really, 2003-06-15 18:31:16 +00:00
sax2listener.rb
source.rb
streamlistener.rb
text.rb
xmldecl.rb
xmltokens.rb
xpath.rb
xpath_parser.rb