aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* rexml: Fix XPath bug of //#{ELEMENT_NAME}[#{POSITION}]kou2018-04-223-321/+497
* rexml: Fix XPath bug of /#{ELEMENT_NAME}kou2018-04-222-10/+23
* Improve docs for URI librarystomar2018-04-219-373/+344
* rexml: Fix XPath concat() implementationkou2018-04-211-2/+5
* rexml: Fix XPath string() implementationkou2018-04-211-9/+24
* rexml: Fix a XPath bug that white spaces aren't ignoredkou2018-04-191-22/+29
* lib/uri/generic.rb: fix error in docs for URI::Generic#opaquestomar2018-04-171-3/+4
* lib/uri/ldap.rb: fix errors in docs for URI::LDAPstomar2018-04-171-3/+3
* lib/uri/file.rb: fix errors in docs for URI::File.buildstomar2018-04-171-4/+1
* lib/uri/file.rb: improve docs for URI::Filestomar2018-04-171-9/+11
* [DOC] Fix links of cve [ci skip]k0kubun2018-04-161-2/+2
* lib/fileutils.rb: [DOC] fix typos and grammarstomar2018-04-141-3/+3
* irb.rb: restore the last errornobu2018-04-142-2/+9
* irb/{context,workspace}.rb: use local_variable_setnobu2018-04-142-2/+10
* irb/context.rb: using input-methodnobu2018-04-141-0/+1
* irb.rb: backtrace ordernobu2018-04-131-10/+28
* irb.rb: hoist out handle_exceptionnobu2018-04-131-33/+37
* rexml: Fix a XPath bug of -kou2018-04-091-2/+2
* lib/rubygems/test_case.rb: take over @gem_prelude_indexmame2018-04-051-1/+10
* rexml: Fix a XPath bug of /child::node()kou2018-04-041-1/+13
* rexml: Add codes for debugging XPath logickou2018-04-041-0/+26
* rexml: Fix a XPath bug of function()/pathkou2018-04-041-1/+3
* rexml: Fix a XPath bug of @attribute/parentkou2018-04-041-2/+10
* rexml: Fix a XPath bug of $variablekou2018-04-041-1/+1
* rexml: Fix a XPath bug of name(node-set)kou2018-04-031-2/+6
* repatch r62966 and r62969.ko12018-04-032-31/+69
* Revert r62966 and r62969naruse2018-04-032-69/+31
* Improve mkmf error messagenobu2018-04-021-1/+6
* Keep feature names loaded in the blocknobu2018-04-021-0/+3
* Fix typo on URI.hierarchical? [ci skip]nobu2018-04-021-1/+1
* Start re-enabling Jaxen testskou2018-04-011-1/+2
* get rid of test error/failure on Windows introduced at r62955usa2018-03-282-2/+12
* Use Regexp#match? in time.rb for conditionalsnobu2018-03-281-8/+4
* Ignore file separator from tmpfile/tmpdir name.hsbt2018-03-281-0/+2
* webrick: prevent response splitting and header injectionnormal2018-03-281-2/+17
* webrick/httpproxy: stream request and response bodiesnormal2018-03-282-31/+69
* webrick/httpauth/digestauth: stream req.bodynormal2018-03-281-3/+5
* webrick/httprequest: use InputBufferSize for chunked requestsnormal2018-03-281-5/+9
* webrick/httprequest: raise correct exceptionnormal2018-03-281-1/+1
* webrick/httpservlet/cgihandler: reduce memory usenormal2018-03-281-3/+1
* webrick/httprequest: limit request headers sizenormal2018-03-281-1/+8
* webrick: use IO.copy_stream for multipart responsenormal2018-03-281-15/+31
* webrick/httpresponse: make ChunkedWrapper copy_stream-compatiblenormal2018-03-281-2/+7
* webrick: quiet warning for multi-part rangesnormal2018-03-281-0/+5
* webrick: use IO.copy_stream for single range responsenormal2018-03-282-11/+10
* webrick/httpresponse: IO.copy_stream for regular filesnormal2018-03-281-24/+3
* webrick: favor .write over << methodnormal2018-03-282-10/+15
* fix regexp introduced at recent RDoc update (r62924).ko12018-03-281-1/+1
* * remove trailing spaces.svn2018-03-262-108/+108
* Merge RDoc 6.0.3 from upstream.hsbt2018-03-2624-413/+302