From b26674f5a74d175d2be0267686b9c42845a1fc42 Mon Sep 17 00:00:00 2001 From: kou Date: Wed, 23 Nov 2005 13:35:11 +0000 Subject: * 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/trunk@9602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 276f5c6d1..1053f65e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed Nov 23 22:34:15 2005 Kouhei Sutou + + * 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. + Wed Nov 23 20:59:01 2005 Hidetoshi NAGAI * ext/tk/lib/tk.rb: add Tk.pkgconfig_list and Tk.pkgconfig_get -- cgit