Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
674c3d73 12/14/2025 10:46 AM rhenium (Kazuki Yamaguchi)

[ruby/openssl] pkcs7: raise OpenSSL::PKCS7::PKCS7Error in #initialize

When d2i_PKCS7_bio() and PEM_read_bio_PKCS7() fail to decode the input,
OpenSSL::PKCS7.new currently raises ArgumentError. The usual practice
in ruby/openssl where an error originates from the underlying OpenSSL...

7969b654 12/14/2025 10:46 AM rhenium (Kazuki Yamaguchi)

[ruby/openssl] x509cert: update doc for OpenSSL::X509::Certificate#==

Mention the underlying OpenSSL function. Add a note about the unreliable
comparison when called on an incomplete object.

Fixes https://github.com/ruby/openssl/issues/844

https://github.com/ruby/openssl/commit/736af5b3c7

711d1499 12/14/2025 07:11 AM nobu (Nobuyoshi Nakada)

Adjust indents [ci skip]

ab95abd4 12/14/2025 02:59 AM git[bot]

Update default gems list at 9e22037eb50d7abe6385901c9b0293 [ci skip]

9e22037e 12/14/2025 02:59 AM nobu (Nobuyoshi Nakada)

[ruby/io-console] bump up to 0.8.2

https://github.com/ruby/io-console/commit/fbc7e1f31f

f6ef4efa 12/14/2025 02:45 AM nobu (Nobuyoshi Nakada)

ZJIT: Add a test for --zjit-stats=<path> option

Fix up ruby/ruby#15414, 29c29c2b7e972359ab83038c5dc27a7e53ae65c7

3a4d534b 12/14/2025 02:45 AM nobu (Nobuyoshi Nakada)

ZJIT: Fix tests about --zjit-stats-quiet option

The --zjit-stats-quiet and --zjit-stats=quiet options differ.
The latter option, =quiet, does print stats to the file "quiet", but
does not suppress output like yjit option --yjit-stats=quiet.

Fix up ruby/ruby#15414, 29c29c2b7e972359ab83038c5dc27a7e53ae65c7

c26057eb 12/14/2025 02:11 AM nobu (Nobuyoshi Nakada)

[Bug #21779] Do not export InitVM functions

Fix ruby/io-console#105.

bc2a8a00 12/14/2025 02:11 AM nobu (Nobuyoshi Nakada)

[Bug #21779] Uniquify InitVM functions as well as Init

Avoid possible name conflict when --with-static-linked-ext.

01db5d71 12/14/2025 01:57 AM nobu (Nobuyoshi Nakada)

Removed duplicate code

View all revisions | View revisions

Also available in: Atom