aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [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
* * 2022-01-27 [ci skip]git2022-01-271-1/+1
* [ruby/irb] Changed to call Kernel.printmanga_osyo2022-01-271-1/+1
* Fix typo in assertion in gc.cPeter Zhu2022-01-261-1/+1
* Check if `execv` is available for ruby/missing.hNobuyoshi Nakada2022-01-261-0/+2
* Use the prefixed pkg-config commandNobuyoshi Nakada2022-01-261-4/+4
* Unpoison the cached object in the exact sizeNobuyoshi Nakada2022-01-261-1/+7
* [rubygems/rubygems] Fix `force_ruby_platform` ignored when lockfile includes ...David Rodríguez2022-01-262-0/+15
* Do not need to print to stderrKoichi Sasada2022-01-261-1/+1
* refactoring btest outputKoichi Sasada2022-01-261-6/+5
* add `--stderr-on-failure` option to test-allKoichi Sasada2022-01-261-1/+7
* Support ID_TABLE_STOP for replace functionPeter Zhu2022-01-251-1/+2
* Call rb_id_table_foreach_values insteadPeter Zhu2022-01-251-2/+2
* Rename rb_id_table_foreach_with_replacePeter Zhu2022-01-253-30/+30