aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix indents [ci skip]Nobuyoshi Nakada2022-02-032-2/+2
* [ruby/net-http] Do not set SNI hostname if connecting to IP addressJeremy Evans2022-02-032-4/+22
* * 2022-02-03 [ci skip]git2022-02-031-1/+1
* Treat TS_ICVARC cache as separate from TS_IVC cacheJemma Issroff2022-02-025-4/+15
* Decouple GC slot sizes from RVALUEPeter Zhu2022-02-027-93/+109
* Add `econv_get_encoding` functionS.H2022-02-021-6/+10
* [ruby/net-protocol] Fix typo in gem description [ci skip]Olle Jonsson2022-02-021-2/+2
* [ruby/net-protocol] Drop unused gemspec directivesOlle Jonsson2022-02-021-2/+0
* Update bundled gems list at d4a8c04dc7bb1c9aa48eaf50dc6b18 [ci skip]git2022-02-021-0/+1
* Update RBS (#5515)Soutaro Matsumoto2022-02-021-1/+1
* * 2022-02-02 [ci skip]git2022-02-021-1/+1
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2022-02-021-1/+1
* [rubygems/rubygems] Skip "seller shipped" notification after deliveryDan Jensen2022-02-012-1/+35
* [ruby/io-wait] Exclude rake files from packagesNobuyoshi Nakada2022-02-011-1/+1
* [ruby/io-wait] Make the gem a noop on Rubies older than 2.6Jean Boussier2022-02-012-15/+18
* Update default gems list at fc4fbeef28b1d243e45d7fc8d60778 [ci skip]git2022-02-011-0/+1
* [ruby/io-wait] bump up to 0.2.2Nobuyoshi Nakada2022-02-011-1/+1
* Restore workaround for test_rubygems.rb, It still fails with chkbuild enciron...Hiroshi SHIBATA2022-02-011-1/+5
* Try make this more readable and consistent with other targetsDavid Rodríguez2022-02-011-1/+6
* Tweaks to freeze bundler CIDavid Rodríguez2022-02-011-2/+1
* Sync latest Bundler & RubyGemsDavid Rodríguez2022-02-0117-55/+221
* * 2022-02-01 [ci skip]git2022-02-011-2/+2
* [rubygems/rubygems] Remove encoding pragma from specification.rbJosef Šimánek2022-02-011-1/+1
* Fix heap page iteration in gc_verify_heap_pagePeter Zhu2022-01-311-6/+8
* [DOC] Fix case for new sentence.Steven Nunez2022-01-311-1/+1
* [DOC] Fix a typo in the NEWS.mdKoichi ITO2022-01-311-1/+1
* [DOC] Enhanced RDoc for io.c (#5460)Burdette Lamar2022-01-301-245/+274
* * 2022-01-31 [ci skip]git2022-01-311-1/+1
* pend some tests while using to_binaryKoichi Sasada2022-01-312-0/+6
* Ignore warnings at reading debug info for nowNobuyoshi Nakada2022-01-291-0/+1
* [Bug#18556] Fallback `MAP_ ANONYMOUS`Nobuyoshi Nakada2022-01-291-0/+4
* Add a NEWS entry about [Feature #16806]Takashi Kokubun2022-01-291-0/+5
* Remove a typo hash [ci skip]Nobuyoshi Nakada2022-01-291-1/+1
* mkmf: unify duplicate code in pkg_configNobuyoshi Nakada2022-01-291-8/+3
* mkmf: pkg_config accepts multiple optionsMike Dalessio2022-01-292-23/+32
* test: backfill coverage for MakeMakefile.pkg_configMike Dalessio2022-01-291-0/+61
* * 2022-01-29 [ci skip]git2022-01-291-1/+1
* Remove assert_equal that will never be runPeter Zhu2022-01-281-1/+1
* * 2022-01-28 [ci skip]git2022-01-281-1/+1
* Update to ruby/spec@902ab83Benoit Daloze2022-01-2856-137/+531
* Update to ruby/mspec@49adc2fBenoit Daloze2022-01-284-18/+37
* [ruby/reline] Add a comment for VK_MENUaycabta2022-01-271-1/+1
* [ruby/reline] The AltGr behaves exactly the same as Ctrl+Altaycabta2022-01-271-1/+1
* [ruby/yaml] Add JRuby-specific warning when psych failsCharles Oliver Nutter2022-01-271-3/+11
* Fix memory leak at the same named alias [Bug #18516]Nobuyoshi Nakada2022-01-273-1/+27
* An alias can suppress method redefinition warningNobuyoshi Nakada2022-01-271-0/+11
* Shifting zero always results in zero [Bug #18517]Nobuyoshi Nakada2022-01-271-0/+2
* [ruby/logger] Fix log rotation inter-process lock failed.Jesse Chavez2022-01-274-3/+5
* [lldb] Handle MacOS 64Kb heap pages in the lldb helpersMatt Valentine-House2022-01-261-1/+6
* Streamline cached attr reader / writer indexesJemma Issroff2022-01-262-10/+25