aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added a test for [Bug #16159]Nobuyoshi Nakada2019-12-171-0/+6
* Reduce tzset callsNobuyoshi Nakada2019-12-171-7/+10
* time.c (find_time_t): fix round-to-zero bugYusuke Endoh2019-12-171-6/+6
* close datasocket on stor of server sideNARUSE, Yui2019-12-171-1/+1
* ensure to close the data connection [Bug #16413]NARUSE, Yui2019-12-171-16/+28
* Check wether Readline.completion_append_character= existsaycabta2019-12-171-1/+1
* thread.c: avoid needless read after select|ppollEric Wong2019-12-161-4/+9
* test/ruby/test_process.rb: suppress "unused variable" warningYusuke Endoh2019-12-171-1/+1
* * 2019-12-17 [ci skip]git2019-12-171-1/+1
* Make prettyprint’s cycle detection aware of Delegator instancesRichard Viney2019-12-162-0/+16
* Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh2019-12-162-19/+19
* lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh2019-12-162-19/+19
* Enhancements for ENV docBurdetteLamar2019-12-161-46/+194
* Merge RubyGems 3.1.1 and update the NEWS entry for RubyGemsHiroshi SHIBATA2019-12-162-3/+3
* ensure cc->def == cc->me->def卜部昌平2019-12-163-18/+29
* Use CDN instead of raw.githubusercontent.comKazuhiro NISHIYAMA2019-12-161-1/+1
* Fix open without close [ci skip]Kazuhiro NISHIYAMA2019-12-161-1/+1
* Get rid of infinite recursion at loading transcoderNobuyoshi Nakada2019-12-161-1/+1
* Kernel#abort without arguments should print error infoNobuyoshi Nakada2019-12-164-5/+16
* Update the NEWS entry for Bundler 2.1.0Hiroshi SHIBATA2019-12-161-2/+2
* * 2019-12-16 [ci skip]git2019-12-161-1/+1
* gc.h: Add SET_MACHINE_STACK_END specific for Powerpc64 (#1767)Breno Leitao2019-12-161-0/+2
* IO#set_encoding_by_bom should err when encoding is already setNobuyoshi Nakada2019-12-152-0/+14
* tool/gen-mailmap.rb: odaira is removed as he is added in upstreamYusuke Endoh2019-12-151-2/+0
* tool/gen-mailmap.rb: Added for generating git `.mailmap` fileYusuke Endoh2019-12-151-0/+49
* Add more debug infoKazuhiro NISHIYAMA2019-12-151-1/+8
* Prepare to release rubygems-3.1.0Hiroshi SHIBATA2019-12-153-46/+7
* Delegate should be supported nowDavid Rodríguez2019-12-151-1/+1
* Fixed test failures with gem command path on ruby core repo.Hiroshi SHIBATA2019-12-154-4/+8
* Vendor thor 1.0.0David Rodríguez2019-12-153-9/+44
* Prepare to release bundler-2.1.0Hiroshi SHIBATA2019-12-15146-456/+4682
* rand(beginless_range) raise Errno::EDOM instead of TypeErrorKazuhiro NISHIYAMA2019-12-152-2/+5
* [DOC] Fixed the class name in FrozenError#receiverNobuyoshi Nakada2019-12-151-1/+10
* Revert "[DOC] Fixed the class name in FrozenError#receiver"Nobuyoshi Nakada2019-12-151-22/+10
* * 2019-12-15 [ci skip]git2019-12-151-1/+1
* [DOC] Fixed the class name in FrozenError#receiverNobuyoshi Nakada2019-12-151-10/+22
* [DOC] Fixed the FrozenError.new result [ci skip]Nobuyoshi Nakada2019-12-151-1/+1
* Improve highlighting in RubyVM::AbstractSyntaxTree docs when using `ri`Benoit Daloze2019-12-141-1/+1
* Clarify in the documentation that RubyVM::AbstractSyntaxTree is not stable APIBenoit Daloze2019-12-141-0/+10
* [Feature #13083] is already revertedKazuhiro NISHIYAMA2019-12-141-8/+0
* Update warnings in NEWSKazuhiro NISHIYAMA2019-12-141-5/+5
* Drop delegate dependencyYuki Nishijima2019-12-131-4/+3
* NEWS: fix pattern matching exampleMarcus Stollsteimer2019-12-131-2/+2
* * 2019-12-14 [ci skip]git2019-12-141-1/+1
* [ruby/irb] Restore environment variablesNobuyoshi Nakada2019-12-141-8/+10
* Fixed a typoHiroshi SHIBATA2019-12-131-1/+1
* Added explicitly loading `Gem::Command` classHiroshi SHIBATA2019-12-131-0/+1
* warn should be a global functionNobuyoshi Nakada2019-12-131-2/+2
* Fix visibility as module_functionNobuyoshi Nakada2019-12-131-0/+1
* Add `Warning.[]` and `Warning.[]=`Nobuyoshi Nakada2019-12-132-0/+52