aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge rdoc-6.0.0.beta3.hsbt2017-10-1021-564/+208
* * 2017-10-10svn2017-10-091-1/+1
* webrick: avoid needless wakeup from IO.selectnormal2017-10-091-1/+1
* Remove unused test files related `$SAFE>=2`kazu2017-10-093-87/+1
* * 2017-10-09svn2017-10-091-1/+1
* verconf.h.tmpl: site and vendor directoriesnobu2017-10-091-2/+2
* Removed unnecessary json loading.hsbt2017-10-081-10/+0
* Remove unnecessary `require 'thread'`kazu2017-10-0847-65/+2
* parse.y: fix a typonobu2017-10-082-1/+15
* .gdbinit: newline at rp_id [ci skip]nobu2017-10-081-1/+2
* * properties.svn2017-10-080-0/+0
* * remove trailing spaces, append newline at EOF.svn2017-10-085-15/+15
* * 2017-10-08svn2017-10-081-1/+1
* Merge rubygems master.hsbt2017-10-0896-699/+2019
* * 2017-10-07svn2017-10-071-1/+1
* zlib.c: ensure to freenobu2017-10-071-21/+36
* zlib.c: memory leak in gunzipnobu2017-10-062-4/+29
* configure.ac: detect mandoc and set MANTYPE=docnaruse2017-10-061-2/+12
* .gdbinit: print_id in rp_id [ci skip]nobu2017-10-062-8/+7
* proc.c: super_method of included methodnobu2017-10-066-39/+53
* proc.c: prefer name method result to inspectnobu2017-10-061-11/+5
* No more ubygems in trunknobu2017-10-062-2/+2
* * 2017-10-06svn2017-10-051-1/+1
* webrick: avoid unnecessary IO#sync= callnormal2017-10-051-1/+0
* Fixed broken `bundle gem` command.hsbt2017-10-054-3/+3
* io.c: [DOC] about buffering [ci skip]nobu2017-10-051-0/+5
* parse.y: fix KWD2EIDnobu2017-10-052-12/+18
* Fixed invalid gemspec.hsbt2017-10-051-1/+1
* * 2017-10-05svn2017-10-051-1/+1
* Followed up [ruby-core:83093]. Update gemspec attributes.hsbt2017-10-051-1/+9
* parse.y: fix var_fieldnobu2017-10-042-38/+57
* parse.y: reserved words as <id>nobu2017-10-041-11/+3
* test_sexp.rb: test for fnamenobu2017-10-041-0/+12
* parse.y: Revert r60102nobu2017-10-041-36/+31
* * properties.svn2017-10-040-0/+0
* Dir.empty? releases GVLnormal2017-10-042-24/+53
* file.c: release GVL around lstat(2)normal2017-10-031-6/+27
* * 2017-10-04svn2017-10-031-1/+1
* file.c: release GVL in File.{setuid?,setgid?,sticky?}normal2017-10-031-3/+1
* Fix leaked file descriptorkazu2017-10-031-0/+2
* test_parser_events.rb: backref_assign_errornobu2017-10-031-2/+7
* parse.y: extract callback resultsnobu2017-10-031-23/+23
* parse.y: set ripper event IDs to keyword variablesnobu2017-10-031-7/+12
* * 2017-10-03svn2017-10-031-1/+1
* parse.y: set ripper event ID symbols to operatorsnobu2017-10-031-31/+36
* use rb_hash_new_with_size()nobu2017-10-023-6/+6
* test_call.rb: refine test_safe_callnobu2017-10-021-3/+3
* compile.c: fix stack consitency errornobu2017-10-022-1/+5
* Revert "vm_eval.c: add rb_yield_assoc_or_values()"glass2017-10-024-23/+53
* io.c: check null charnobu2017-10-022-2/+8