aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xmlrpc/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/xmlrpc.rb, lib/xmlrpc/*, test/xmlrpc: XMLRPC is bundled gemhsbt2016-05-161-642/+0
* * lib/xmlrpc.rb: Removed broken parser named XMLScanStreamParser.hsbt2016-03-021-71/+1
* * lib/xmlrpc.rb: Removed broken parser named XMLTreeParser.hsbt2016-03-021-65/+1
* * lib/xmlrpc.rb: Removed references to NQXML. It's obsoleted parser.hsbt2016-02-261-95/+0
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/xmlrpc/parser.rb: added new parser class using libxml-ruby gem.hsbt2014-10-131-1/+33
* * lib/cgi/core.rb: Use symbols instead of strings formarcandre2012-11-161-4/+4
* * lib/xmlrpc.rb: Documentation for XMLRPCzzak2012-09-131-21/+47
* * lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!tenderlove2012-03-061-5/+5
* * lib/xmlrpc/parser.rb (FaultException): fix to_s and inspectshyouhei2011-05-261-2/+1
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-1/+1
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-081-1/+1
* Surpress warnings.naruse2010-04-061-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-66/+66
* * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame2008-10-011-177/+177
* * lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing a bug thatjeg22007-10-241-2/+2
* make error messages much friendlier if a XMLRPC::FaultException is thrown,mneumann2005-04-061-0/+2
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* * lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con...mneumann2004-11-171-5/+2
* * applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsingmneumann2004-11-161-9/+23
* * imported and refactored original test casesmneumann2004-11-151-23/+15
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-291-1/+1
* fixed CDATA parsing for XMLScanParser and REXMLStreamParsermneumann2003-11-111-0/+5
* consistent parentheses in assignment RHS.matz2003-10-161-1/+1
* * lib/xmlrpc: import.matz2003-07-191-0/+803