summaryrefslogtreecommitdiff
path: root/lib/xmlrpc/parser.rb
AgeCommit message (Expand)Author
2014-10-13* lib/xmlrpc/parser.rb: added new parser class using libxml-ruby gem.hsbt
2012-11-16* lib/cgi/core.rb: Use symbols instead of strings formarcandre
2012-09-13* lib/xmlrpc.rb: Documentation for XMLRPCzzak
2012-03-06* lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!tenderlove
2011-05-26* lib/xmlrpc/parser.rb (FaultException): fix to_s and inspectshyouhei
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre
2010-04-06Surpress warnings.naruse
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-01* lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,mame
2007-10-24* lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing a bug thatjeg2
2005-04-06make error messages much friendlier if a XMLRPC::FaultException is thrown,mneumann
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-11-17* lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con...mneumann
2004-11-16* applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsingmneumann
2004-11-15* imported and refactored original test casesmneumann
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2003-11-11fixed CDATA parsing for XMLScanParser and REXMLStreamParsermneumann
2003-10-16consistent parentheses in assignment RHS.matz
2003-07-19* lib/xmlrpc: import.matz