aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make retries for Net::HTTP configurable [Feature #10674]naruse2017-09-262-1/+67
* parse.y: moved duplicate conditionsnobu2017-09-261-5/+5
* Suppress warnings by other than self-assignmentsnobu2017-09-261-5/+9
* erb.rb: drop unreachable methodk0kubun2017-09-261-4/+0
* test_erb.rb: add test cases for uncovered methodsk0kubun2017-09-261-0/+22
* test_features.rb: fix unused variable warningk0kubun2017-09-261-1/+1
* run-lcov.rb: support overwritten tmpdir pathmame2017-09-261-2/+3
* tool/run-lcov.rb: Filter tmp files outmame2017-09-261-0/+1
* Release gvl while doing (f)statnobu2017-09-262-2/+33
* test_drb.rb: removed extra spacesnobu2017-09-261-3/+3
* vm.c: unused functionnobu2017-09-252-0/+4
* vm.c: fetch retval iff necessarynobu2017-09-252-13/+15
* * 2017-09-26svn2017-09-251-1/+1
* Switch Build to use 2.4 with certs filesnaruse2017-09-251-1/+1
* HTTPHeader#add_field should allow binary [Bug #13926]naruse2017-09-252-5/+8
* tool/run-lcov.rb: Filter test files outmame2017-09-251-11/+36
* Fix overflow detection for LLP64 arch [Bug #13748]naruse2017-09-251-1/+1
* configure.in: install_name without teenynobu2017-09-252-7/+9
* Time#at receives 3rd argument which specifies the unit of 2nd argument [Featu...naruse2017-09-253-9/+54
* thread.c: Use 'Class.new' instead of 'Class::new' in doc codes.sonots2017-09-251-2/+2
* test/ruby/test_iseq.rb: Skip test_safe_call_chain if Coverage is running.yui-knk2017-09-251-1/+3
* * 2017-09-25svn2017-09-241-1/+1
* openssl: import e72d960db262rhe2017-09-249-62/+133
* common.mk: force link exe/rubynobu2017-09-241-2/+8
* test_gc.rb: relax criterionnobu2017-09-241-1/+1
* gem.rb: load rubygems.rbnobu2017-09-241-4/+2
* Added NEWS entry for r60008hsbt2017-09-241-0/+3
* 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