From 0667cd0b6378e413c28277a43442b6554c7b53e1 Mon Sep 17 00:00:00 2001 From: kou Date: Sat, 17 Jun 2006 00:51:31 +0000 Subject: * lib/rss, test/rss: backported from trunk. (2005-11-16 - now) * lib/rss/parser.rb: added entity handling type predicate. * lib/rss/rexmlparser.rb: ditto. * lib/rss/xmlparser.rb: ditto. * lib/rss/xmlscanner.rb: ditto. * lib/rss/xmlscanner.rb: more robust entity handling. * test/rss/test_parser.rb: added an entity handling test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 28c408d7b..2fb7ee356 100644 --- a/ChangeLog +++ b/ChangeLog @@ -59,6 +59,15 @@ Sat Jun 17 09:03:47 2006 Kouhei Sutou * lib/rss/: use #__send__ instead of #send. * test/rss/: ditto. + * lib/rss/parser.rb: added entity handling type predicate. + * lib/rss/rexmlparser.rb: ditto. + * lib/rss/xmlparser.rb: ditto. + * lib/rss/xmlscanner.rb: ditto. + + * lib/rss/xmlscanner.rb: more robust entity handling. + + * test/rss/test_parser.rb: added an entity handling test. + Sat Jun 17 02:01:00 2006 Tanaka Akira * lib/pp.rb (Kernel#pretty_inspect): defined for pretty printed -- cgit