aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed ubygems.rb. rubygems.rb is always loaded now.hsbt2017-09-244-16/+5
* load.c: fix rb_load_protect conditionnobu2017-09-245-1/+37
* ruby-runner.c: RUBYLIBnobu2017-09-242-17/+49
* common.mk: link exe/rubynobu2017-09-241-0/+1
* * 2017-09-24svn2017-09-231-1/+1
* test/coverage/test_coverage.rb: Refactor coverage tests.mame2017-09-231-124/+116
* dup String#split return valuenobu2017-09-232-1/+6
* dup String#rpartition return valuenobu2017-09-232-1/+6
* dup String#partition return valuenobu2017-09-232-2/+7
* parse.y: token type by identifer ID typenobu2017-09-231-1/+2
* parse.y: missing semicolonnobu2017-09-231-0/+1
* removed bin/bundle_ruby, It was ignored upstream gemspec.hsbt2017-09-233-61/+2
* update section styles for psych, rubygems, bundler.hsbt2017-09-231-3/+10
* Added sections of pysch library to LEGAL.hsbt2017-09-233-19/+45
* Added bundler's license to LEGAL.hsbt2017-09-231-0/+26
* Added missing "ubygems.rb" file of rubygems to LEGAL.hsbt2017-09-231-1/+1
* Integrate LICENSE file of rubygems to LEGAL.hsbt2017-09-233-55/+56
* * 2017-09-23svn2017-09-231-1/+1
* Enable to take branch coverages for safe method invocationsyui-knk2017-09-232-5/+35
* Update trick2013/yhara for Ruby 2.4nobu2017-09-221-1/+1
* numeric.c: reduced repeated callsnobu2017-09-221-11/+11
* * 2017-09-22svn2017-09-221-1/+1
* numeric.c: use NUM2DBLnobu2017-09-224-2/+21
* gmake.mk: order test-bundlernobu2017-09-212-3/+3
* load.c: real path to loadnobu2017-09-213-2/+17
* file.c: rb_check_realpathnobu2017-09-212-18/+60
* check_funcall_missing() should call respond_to_missing?(name, priv=true)eregon2017-09-202-7/+21
* Prefer adapting specs to complicating library codeeregon2017-09-202-11/+9
* Adapt tools to follow spec/rubyspec => spec/ruby renameeregon2017-09-207-24/+24
* Move spec/rubyspec to spec/ruby for consistencyeregon2017-09-204370-0/+0
* * properties.svn2017-09-200-0/+0
* Update to ruby/spec@e3b6811eregon2017-09-205-25/+48
* * 2017-09-21svn2017-09-201-1/+1
* process: block/unblock signals around forknormal2017-09-202-2/+16
* parse.y: literal term lex_statenobu2017-09-201-36/+32
* ruby.c: show help messages of --dumpsonots2017-09-201-6/+17
* fix up r59949nobu2017-09-201-0/+2
* Add MonitorMinx#mon_locked? and #mon_owned? to check states of objectsshugo2017-09-202-0/+43
* ruby.c: paragraph mode by -00nobu2017-09-202-1/+3
* * 2017-09-20svn2017-09-191-1/+1
* adjust indentnobu2017-09-191-15/+15
* fix a typo in NEWS at r59966.nagachika2017-09-191-1/+1
* Alias Set#=== to #include?knu2017-09-195-0/+49
* webrick: handle EAGAIN/EWOULDBLOCK on proxy connectionsnormal2017-09-191-4/+4
* Fixup r59961. Use http for libffi downloading.hsbt2017-09-191-1/+1
* thread.c: report then abortnobu2017-09-192-13/+28
* Added documentationhsbt2017-09-191-1/+6
* Use https instead of ftp for libffi downloading.hsbt2017-09-191-1/+1
* Define the MIME type for JSON in WEBrick::HTTPUtils::DefaultMimeTypes.hsbt2017-09-191-0/+1
* Enabled temporary disabled examples of bundler rspec.hsbt2017-09-194-4/+4