Permalink
master
Commits on Dec 26, 2020
-
Verified
This commit was signed with a verified signature.k0kubun Takashi Kokubun
GPG key ID: 6FFC433B12EE23DD Learn about signing commits -
Commits on Dec 25, 2020
-
-
-
Verified
This commit was signed with a verified signature.nobu Nobuyoshi Nakada
GPG key ID: 7CD2805BFA3770C6 Learn about signing commits -
Update method definition documentation
* Add endless methods * Add argument forwarding ...
-
Verified
This commit was signed with a verified signature.nobu Nobuyoshi Nakada
GPG key ID: 7CD2805BFA3770C6 Learn about signing commits -
-
A consumer of a MemoryView no longer guards the original object. [ci skip]
Verified
This commit was signed with a verified signature.mrkn Kenta Murata
GPG key ID: CEFE8AFB6081B062 Learn about signing commits -
Verified
This commit was signed with a verified signature.nobu Nobuyoshi Nakada
GPG key ID: 7CD2805BFA3770C6 Learn about signing commits -
Verified
This commit was signed with a verified signature.znz Kazuhiro NISHIYAMA
GPG key ID: 262ED8DBB4222F7A Learn about signing commits -
Verified
This commit was signed with a verified signature.matz Yukihiro "Matz" Matsumoto
GPG key ID: 38FE026938F94997 Learn about signing commits -
Verified
This commit was signed with a verified signature.nobu Nobuyoshi Nakada
GPG key ID: 7CD2805BFA3770C6 Learn about signing commits -
-
test/test_trick.rb: Add a test file for TRICK entries (#3988)
* test/test_trick.rb: Add a test file for TRICK entries Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was signed with a verified signature.nobu Nobuyoshi Nakada
GPG key ID: 7CD2805BFA3770C6 Learn about signing commits -
Disable DTrace in FreeBSD (#3999)
The latest ruby cannot compile with FreeBSD Dtrace enabled.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was signed with a verified signature.znz Kazuhiro NISHIYAMA
GPG key ID: 262ED8DBB4222F7A Learn about signing commits -
define RGENGC_DEBUG_ENABLED() as 0
on RUBY_DEVEL==0 and !HAVE_VA_ARGS_MACRO. gc_report() is always enabled on such configuration (maybe it is a bug) so disable RGENGC_DEBUG_ENABLED().
-
Verified
This commit was signed with a verified signature.hsbt Hiroshi SHIBATA
GPG key ID: F9CF13417264FAC2 Learn about signing commits -
Commits on Dec 24, 2020
-
-
Optimize calls to `Kernel#hash` (#3987)
This avoids recursive checks when the `hash` method of an object isn't specialized.
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was created on GitHub.com and signed with a verified signature using GitHub’s key.GPG key ID: 4AEE18F83AFDEB23 Learn about signing commits -
Verified
This commit was signed with a verified signature.mrkn Kenta Murata
GPG key ID: CEFE8AFB6081B062 Learn about signing commits -
Verified
This commit was signed with a verified signature.nobu Nobuyoshi Nakada
GPG key ID: 7CD2805BFA3770C6 Learn about signing commits -
-
configure.ac: Make it possible to build on Android Termux
The recent Termux's clang predefines `__ANDROID_API__` as a fixed number 24. However, when it is lower to the current device version, some functions that "configure" detemines available are not declared correctly in the header files. This change forces to overwrite the predefined `__ANDROID_API__` macro with the current device version. ref: termux/termux-packages#6176
-
Updated access to Process::Status attributes
pst_pid() no longer returns Qnil even if the receiver is not initialized.
1Verified
This commit was signed with a verified signature.nobu Nobuyoshi Nakada
GPG key ID: 7CD2805BFA3770C6 Learn about signing commits