aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/rss/*: [DOC] document various constants @steveklabnik [Bug #8812]zzak2013-11-091-0/+2
* Fix previous commit.naruse2010-04-061-1/+1
* * lib/rss/parser.rb: add nil check.kou2009-05-161-1/+1
* * lib/rss/parser.rb, test/test_parser_1.0.rb: fix foaf:Imagekou2009-05-161-7/+24
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-7/+7
* follow up the previous commit.kou2008-06-291-1/+2
* * lib/rss/parser.rb, lib/rss/utils.rb: merge documents from ruby_1_8.kou2008-06-291-4/+29
* * lib/rss/parser.rb (RSS::ListenerMixin#known_class): define tokou2008-06-291-3/+15
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-121-3/+1
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3.kou2007-12-281-14/+16
* * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,gotoyuzo2007-12-181-1/+1
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.kou2007-12-021-2/+3
* * lib/rss.rb, lib/rss/, test/rss/:kou2007-09-151-1/+2
* * lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou2007-08-131-6/+3
* * lib/rss, sample/rss, test/rss:kou2007-08-051-14/+14
* * lib/rss, test/rss:kou2007-03-171-55/+117
* * lib/rss/parser.rb (RSS::ListenerMixin::start_else_element): usedkou2007-02-111-1/+1
* * lib/rss/rss.rb, lib/rss/parser.rb: followed current Rubykou2007-02-061-1/+1
* * lib/rss/rss.rb, lib/rss/parser.rb: removed needless code forkou2007-02-061-13/+1
* * Merge YARVko12006-12-311-1/+1
* * lib/rss/rss.rb: added backward compatibility codes.kou2005-11-251-2/+14
* * lib/rss/parser.rb: added entity handling type predicate.kou2005-11-231-2/+11
* * lib/rss/: use #__send__ instead of #send.kou2005-11-231-4/+4
* * lib/rss/rss.rb : removed needless argument 'prefix'.kou2005-11-171-3/+1
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-1/+1
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-051-1/+1
* * lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu2005-09-021-1/+1
* * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou2005-07-221-1/+31
* * lib/rss/dublincore.rb: supported multiple DublinCore items.kou2005-04-051-5/+17
* * lib/rss/parser.rb: @@setter -> @@setters.kou2005-03-311-17/+17
* * lib/rss/parser.rbkou2005-03-311-2/+2
* * lib/rss/parser.rb (RSS::ListenerMixin::tag_end):kou2005-02-141-1/+2
* * lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2kou2004-12-041-4/+3
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-191-0/+7
* * lib/rss/: untabified.kou2004-10-161-387/+387
* * lib/rss: supported prety print.kou2004-10-161-2/+2
* * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou2004-07-061-8/+24
* * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou2004-04-071-10/+13
* * test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet.kou2004-03-211-10/+18
* * test/rss/test_trackback.rb: added tests for TrackBack with RSSkou2004-02-131-2/+2
* * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou2004-01-311-23/+62
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-281-0/+330