Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
b423204c 12/13/2025 08:09 PM Eregon (Benoit Daloze)

Fix documentation of RB_PASS_CALLED_KEYWORDS in C API

e8d32ddd 12/13/2025 04:57 PM rhenium (Kazuki Yamaguchi)

[ruby/openssl] ossl.c: implement OpenSSL::OpenSSLError#detailed_message

An OpenSSL function sometimes puts more than one error entry into the
thread-local OpenSSL error queue. Currently, we use the highest-level
entry for generating the exception message and discard the rest....

6513cf90 12/13/2025 03:43 PM nobu (Nobuyoshi Nakada)

Export GIT

Propagate the value given with --with-git configure option to
tool/lib/vcs.rb.

79a6ec74 12/13/2025 02:33 PM Akinori MUSHA

Enumerator.produce accepts an optional size keyword argument

When not specified, the size is unknown (nil). Previously, the size was always Float::INFINITY and not specifiable.

[Feature #21701]

0561eb94 12/13/2025 02:29 PM Steven Johnstone

[ruby/prism] Prevent an infinite loop parsing a capture name

Fixes https://github.com/ruby/prism/pull/3729.

https://github.com/ruby/prism/commit/6e5347803c

8f2c479f 12/13/2025 12:37 PM nobu (Nobuyoshi Nakada)

[ruby/io-console] strip trailing spaces [ci skip]

https://github.com/ruby/io-console/commit/379e7c17ed

3a4ad76f 12/13/2025 12:37 PM YO4 (Yoshinao Muramatsu)

[ruby/io-console] console_cursor_pos respects scroll position on windows

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

c8fd8405 12/13/2025 12:37 PM YO4 (Yoshinao Muramatsu)

[ruby/io-console] console_goto respects scroll position on windows

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

29128258 12/13/2025 12:37 PM YO4 (Yoshinao Muramatsu)

[ruby/io-console] avoid jumping scroll position when winsize changed

On windows, IO.console.winsize= now respects the current view area and screen buffer size.

https://github.com/ruby/io-console/commit/817aa65ea3

9dbbdcc3 12/13/2025 11:34 AM nobu (Nobuyoshi Nakada)

[ruby/io-console] Remove useless rb_check_arity() call

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

View all revisions | View revisions

Also available in: Atom