| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-10-13 | [rubygems/rubygems] Extract `locked_dependencies` helper | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/7326d47530 | |||
| 2021-10-13 | [rubygems/rubygems] Simplify the incomplete locked specs for platform check | David Rodríguez | |
| It doesn't really need converged specs, since it's only about the lockfile. https://github.com/rubygems/rubygems/commit/9cd6224b5e | |||
| 2021-10-13 | Revert "Shallow clone on TravisCI" | Nobuyoshi Nakada | |
| This reverts commit 10d2341640c57544ca81bd21cfa60a6aff015692. TravisCI clones the head of the target branch, and it may not be the target commit at that time. | |||
| 2021-10-13 | [rubygems/rubygems] Fix `bundle install` to force reinstallation of deleted gems | David Rodriguez | |
| https://github.com/rubygems/rubygems/commit/8950631f02 | |||
| 2021-10-13 | [rubygems/rubygems] Use correct way to detect default gems | David Rodríguez | |
| The other way, in particular matching a substring in the gemspec summary, is brittle and no longer used since Ruby 2.0. This needed rewriting the specs that depended on that way. https://github.com/rubygems/rubygems/commit/059dbfa971 | |||
| 2021-10-13 | [rubygems/rubygems] Remove unnecessary code | David Rodríguez | |
| All supported rubygems versions implement this. https://github.com/rubygems/rubygems/commit/2130782ef6 | |||
| 2021-10-13 | [rubygems/rubygems] Make spec more realistic | David Rodriguez | |
| The spec was just faking an installed gemspec without any installed gem backing it up, resulting in `bundle install` claiming that the gem was already installed when it was not. https://github.com/rubygems/rubygems/commit/c35531d1c7 | |||
| 2021-10-13 | Shallow clone on TravisCI | Nobuyoshi Nakada | |
| 2021-10-13 | Fix a typo | Kazuhiro NISHIYAMA | |
| 2021-10-13 | Moved the common code | Nobuyoshi Nakada | |
| 2021-10-13 | Qundef is not for ID | Nobuyoshi Nakada | |
| 2021-10-13 | `rb_id_serial_to_id` is used in `key2id` since 4c2d014e9216 | Nobuyoshi Nakada | |
| 2021-10-13 | [ruby/irb] Ignore parenthesis during completion | Kaíque Kandy Koga | |
| Rename method https://github.com/ruby/irb/commit/619aecb412 | |||
| 2021-10-12 | .travis.yml: Comment out the 2nd arm64 pipeline. | Jun Aruga | |
| The 2nd arm64 pipeline is unstable now in Travis. As Cirrus CI has arm64 pipelines, it's not a problem to drop the arm64 pipeline in Travis. Notes: Merged: https://github.com/ruby/ruby/pull/4956 | |||
| 2021-10-13 | * 2021-10-13 [ci skip] | git | |
| 2021-10-13 | [ruby/reline] Skip when unable to set input | Nobuyoshi Nakada | |
| `Reline::Windows` always reads from the console by Windows API using fiddle. https://github.com/ruby/reline/commit/c3bf85f5af | |||
| 2021-10-12 | Fix libraries under digest | Nobuyoshi Nakada | |
| 2021-10-12 | Enhanced RDoc for Numeric#% (#4954) | Burdette Lamar | |
| Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2021-10-12 | [ruby/digest] Avoid the constant redefinition warning | Akinori MUSHA | |
| The gem and bundle commands first load digest via openssl, so loading the digest gem would cause this warning every time one of these commands is run: ``` .../lib/ruby/gems/3.0.0/gems/digest-3.1.0/lib/digest.rb:11: warning: already initialized constant Digest::REQUIRE_MUTEX .../lib/ruby/3.0.0/digest.rb:7: warning: previous definition of REQUIRE_MUTEX was here ``` https://github.com/ruby/digest/commit/16172612d5 | |||
| 2021-10-12 | [ruby/digest] Bump version to 3.1.0.pre2 | Akinori MUSHA | |
| https://github.com/ruby/digest/commit/5184207611 | |||
| 2021-10-12 | [ruby/digest] Bump version to 3.1.0.pre1 | Akinori MUSHA | |
| https://github.com/ruby/digest/commit/56679008cf | |||
| 2021-10-12 | [ruby/digest] include jars | Pavel Rosický | |
| https://github.com/ruby/digest/commit/c15cbcd978 | |||
| 2021-10-12 | [ruby/digest] Bump version to 3.1.0.pre0 | Akinori MUSHA | |
| https://github.com/ruby/digest/commit/594cc4d548 | |||
| 2021-10-12 | [ruby/digest] Place common parts in lib and engine specific parts under ↵ | Akinori MUSHA | |
| ext/**/lib https://github.com/ruby/digest/commit/8d7496c3be | |||
| 2021-10-12 | [ruby/digest] relicence under the Ruby license and the BSD 2-clause | Pavel Rosický | |
| https://github.com/ruby/digest/commit/154d461e91 | |||
| 2021-10-12 | [ruby/digest] jruby support | Pavel Rosický | |
| https://github.com/ruby/digest/commit/2e9dc14693 | |||
| 2021-10-12 | [ruby/digest] Move digest.rb back under ext as the extension bundled library | Nobuyoshi Nakada | |
| https://github.com/ruby/digest/commit/026ba7f361 | |||
| 2021-10-12 | [ruby/reline] Close working pipes | Nobuyoshi Nakada | |
| https://github.com/ruby/reline/commit/ac519f57ea | |||
| 2021-10-12 | Suppress some messages on building mjit header | Kazuhiro NISHIYAMA | |
| 2021-10-12 | Extract precompile_inlinable_child_iseq to separate alloca for each iseq | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4951 | |||
| 2021-10-12 | Add more socket constants | Kazuhiro NISHIYAMA | |
| from http://manpages.ubuntu.com/manpages/focal/en/man2/socket.2.html Notes: Merged: https://github.com/ruby/ruby/pull/4955 | |||
| 2021-10-12 | [ruby/reline] Check the result of GetConsoleScreenBufferInfo | Nobuyoshi Nakada | |
| https://github.com/ruby/reline/commit/42edf7b3aa | |||
| 2021-10-12 | [ruby/reline] Revert "Fix zero division when the screen width is not available" | Nobuyoshi Nakada | |
| This reverts commit 0dce9da083541f42c31822a91c72f339934c3986. https://github.com/ruby/reline/commit/f71471cdde | |||
| 2021-10-12 | Update bundled_gems | Kazuhiro NISHIYAMA | |
| 2021-10-12 | bary_mul_balance_with_mulfunc: move working buffer allocation | Nobuyoshi Nakada | |
| Move the allocation of working buffer before the loop. Notes: Merged: https://github.com/ruby/ruby/pull/4949 | |||
| 2021-10-12 | bary_mul_balance_with_mulfunc: consitify invariant variables | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4949 | |||
| 2021-10-12 | * 2021-10-12 [ci skip] | git | |
| 2021-10-12 | [ruby/reline] Fix zero division when the screen width is not available | Nobuyoshi Nakada | |
| https://github.com/ruby/reline/commit/0dce9da083 | |||
| 2021-10-11 | [ruby/reline] Rescue LoadError to require 'fiddle' | aycabta | |
| https://github.com/ruby/reline/commit/fe504bb6b9 | |||
| 2021-10-11 | [ruby/reline] Remove a comment for debug | aycabta | |
| https://github.com/ruby/reline/commit/5f3ccda3d5 | |||
| 2021-10-11 | [ruby/rdoc] Update SourceCodePro font files | aycabta | |
| https://github.com/ruby/rdoc/commit/d3201d0d47 | |||
| 2021-10-11 | [ruby/irb] Add help about extra doc dir option | aycabta | |
| https://github.com/ruby/irb/commit/5018f2cb99 | |||
| 2021-10-11 | [ruby/irb] Add --extra-doc-dir option to show doc dialog | aycabta | |
| https://github.com/ruby/irb/commit/3f79cb506f | |||
| 2021-10-11 | [ruby/irb] Add periods to doc | aycabta | |
| https://github.com/ruby/irb/commit/6330601629 | |||
| 2021-10-11 | [ruby/reline] Fix test class not to overwrite | Nobuyoshi Nakada | |
| https://github.com/ruby/reline/commit/1e78984c49 | |||
| 2021-10-11 | [rubygems/rubygems] Show a warning in `bundle info` if gem has been deleted | David Rodriguez | |
| https://github.com/rubygems/rubygems/commit/ff86cd7dd2 | |||
| 2021-10-11 | [rubygems/rubygems] Show the exact name of the gem that was deleted | David Rodriguez | |
| If a non exact name (matched as a regexp) is passed to `bundle info`, these strings might not match. https://github.com/rubygems/rubygems/commit/831edf1edf | |||
| 2021-10-11 | [rubygems/rubygems] Match a more exact warning message | David Rodriguez | |
| https://github.com/rubygems/rubygems/commit/80158e9d75 | |||
| 2021-10-11 | [ruby/reline] Reline doesn't have Reline.editing_mode | aycabta | |
| https://github.com/ruby/reline/commit/90c61d8188 | |||
| 2021-10-11 | [ruby/reline] Add I/O test | aycabta | |
| https://github.com/ruby/reline/commit/bca9b9012f | |||
