| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-01 | Fix pthread_setname_np arguments on NetBSD | Jeremy Evans | |
| The previous attempt to fix this in b87df1bf243074edb2e6cc8a24bc00df81cebf3c reversed the argument order instead of just fixing the quote escaping. From Takahiro Kambe. Fixes [Bug #15178] Notes: Merged: https://github.com/ruby/ruby/pull/3492 | |||
| 2020-09-01 | Fix syncing bundler man pages | David Rodríguez | |
| `rm_rf` does not support globbing, so not all files get deleted. Notes: Merged: https://github.com/ruby/ruby/pull/3497 | |||
| 2020-09-01 | Use RSTRING_LENINT for overflow check | Nobuyoshi Nakada | |
| 2020-09-01 | Don't read past the end of the Ruby string | Peter Zhu | |
| Ruby strings don't always have a null terminator, so we can't use it as a regular C string. By reading only the first len bytes of the Ruby string, we won't read past the end of the Ruby string. Notes: Merged: https://github.com/ruby/ruby/pull/3487 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2020-09-01 | add RUBY_DEBUG=ci envval for GH actions | Koichi Sasada | |
| RUBY_DEBUG=ci envval shows more information on rb_bug(). | |||
| 2020-09-01 | Use the previous winflexbison3 | Nobuyoshi Nakada | |
| winflexbison3 v2.5.23.20200829 seems to install nothing. | |||
| 2020-09-01 | minitest is working fine with Ruby 3 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3493 | |||
| 2020-09-01 | xmlrpc has been removed from the bundled gems | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3493 | |||
| 2020-09-01 | bump version to minitest-5.14.2 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3493 | |||
| 2020-09-01 | Revert the workaround of minitest and hoe | Hiroshi SHIBATA | |
| 86737c509cd49cfe4509a65d300d390da0f07be6 3e1aea461320094e634ab32ca0b13dd43b69d8b0 Notes: Merged: https://github.com/ruby/ruby/pull/3493 | |||
| 2020-09-01 | congigure.ac: favour gcc on Linux | 卜部昌平 | |
| Requested by Naruse. Notes: Merged: https://github.com/ruby/ruby/pull/3478 | |||
| 2020-08-31 | Comply with guide for method doc: array.c (#3489) | Burdette Lamar | |
| Methods considered: & intersection | union max min minmax uniq! uniq compact! compact Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2020-08-31 | Comply with guide for method doc: array.c (#3484) | Burdette Lamar | |
| Methods: + concat * assoc rassoc == eql? hash include? <=> - difference Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2020-09-01 | * 2020-09-01 [ci skip] | git | |
| 2020-08-31 | Comply with guide for method doc: array.c (#3477) | Burdette Lamar | |
| Methods considered: delete_at slice! reject! reject delete_if zip transpose replace clear fill Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2020-08-31 | Deprecate iterator? method | Nobuyoshi Nakada | |
| [Feature #15547] [Fix GH-2071] | |||
| 2020-08-31 | [ruby/strscan] Bump version | Sutou Kouhei | |
| https://github.com/ruby/strscan/commit/df90d541fa | |||
| 2020-08-31 | [ruby/strscan] Replaced examples using $KCODE with encodings | Nobuyoshi Nakada | |
| `$KCODE` has been deprecated and not effective since years ago. https://github.com/ruby/strscan/commit/7c4dbd4cb3 | |||
| 2020-08-31 | Update version to 3.0.0 in NEWS.md | Kazuhiro NISHIYAMA | |
| 2020-08-31 | Prohibit setter method names in endless method definition | Yusuke Endoh | |
| https://bugs.ruby-lang.org/issues/16746#note-26 Notes: Merged: https://github.com/ruby/ruby/pull/3479 | |||
| 2020-08-31 | Removed minitest and hoe because they didn't support Ruby 3 yet | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3480 | |||
| 2020-08-31 | Thread.exclusive: delete | 卜部昌平 | |
| Has been deprecated since 2069c9e031fc968d6d3d0fe30a9316851e4d91d8. [Feature #17125][ruby-core:99636] | |||
| 2020-08-31 | The deprecation of enumerators with block has been withdrawn | Nobuyoshi Nakada | |
| https://bugs.ruby-lang.org/issues/6670#change-75907 | |||
| 2020-08-31 | Get rid of using Socket.gethostbyname | Nobuyoshi Nakada | |
| 2020-08-31 | Temporary removed minitest from bundled gems. | Hiroshi SHIBATA | |
| It requires Ruby 2.x. https://github.com/seattlerb/minitest/blob/master/Rakefile#L14 | |||
| 2020-08-31 | [DOC] Fixed wording [ci skip] | Nobuyoshi Nakada | |
| 2020-08-31 | [DOC] Indent a code block in NEWS [ci skip] | Nobuyoshi Nakada | |
| 2020-08-31 | Version number bumped to 3.0.0 from 2.8.0 (tentative). | Yukihiro "Matz" Matsumoto | |
| We have decided to go forward to 3.0 this year. | |||
| 2020-08-31 | * 2020-08-31 [ci skip] | git | |
| 2020-08-30 | Comply with guide for method doc: array.c (#3475) | Burdette Lamar | |
| Methods considered: bsearch bsearch_index sort_by! collect collect! values_at select select! keep_if delete Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2020-08-30 | KNOWNBUGS.rb: use-after-poison since b9007b6c548f91e88fd3f2ffa23de740431fa969 | Nobuyoshi Nakada | |
| 2020-08-29 | Comply with guide for method doc: array.c (#3474) | Burdette Lamar | |
| Methods considered: length empty? join inspect to_a to_h to_ary reverse! reverse rotate! rotate sort! sort Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2020-08-30 | * 2020-08-30 [ci skip] | git | |
| 2020-08-29 | Comply with guide for method doc: array.c (#3473) | Burdette Lamar | |
| Methods considered: at first last fetch index rindex [] insert each each_index reverse_each Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2020-08-29 | Revert changes to rdoc & rubygems regarding Tempfile.open(&block) | Benoit Daloze | |
| * They likely want to support older Ruby/tempfile versions * Reverts part of e8c3872555fc85640505974e6b1c39d315572689 | |||
| 2020-08-29 | Fix usages of Tempfile.open(&block) that expected the file to still be there ↵ | Benoit Daloze | |
| after the block | |||
| 2020-08-29 | Simplify Tempfile.open calls with a block as they now unlink the file ↵ | Benoit Daloze | |
| automatically | |||
| 2020-08-29 | Adapt specs for the new Tempfile.open with block behavior | Benoit Daloze | |
| 2020-08-29 | Sync with ruby/tempfile@aa9ea12d94a905161cbd79af1ad9ab427f250f4e | Benoit Daloze | |
| 2020-08-29 | Some fixes in NEWS.md | Benoit Daloze | |
| 2020-08-29 | Fix warnings related to new Socket.gethostby* deprecations | Benoit Daloze | |
| 2020-08-29 | Use a constant instead of a global variable in sync_default_gems.rb | Benoit Daloze | |
| 2020-08-29 | Show deprecation warning on Socket.gethostbyname and Socket.gethostbyaddr | Masaki Matsushita | |
| 2020-08-29 | IO.copy_stream: handle EOPNOTSUP instead of ENOTSUP | Masaki Matsushita | |
| 2020-08-29 | IO.copy_stream: handle ENOTSUP on copy_file_range(2) | Masaki Matsushita | |
| fallback to other methods on ENOTSUP. some RedHat kernels may return ENOTSUP on an NFS mount. [Feature #16965] | |||
| 2020-08-29 | Fix a typo [ci skip] | Kazuhiro NISHIYAMA | |
| 2020-08-28 | Comply with guide for method doc: array.c (#3469) | Burdette Lamar | |
| Methods: - freeze - try_convert - new - \<< - push - pop - shift - unshift - [] Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2020-08-28 | Add alias treatment to method_documentation.rdoc (#3468) | Burdette Lamar | |
| * Add alias treatment to method_documentation.rdoc Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2020-08-29 | * 2020-08-29 [ci skip] | git | |
| 2020-08-28 | Update to ruby/spec@335eb9b | Benoit Daloze | |
