Skip to content

Tags: Shopify/ruby

Tags

v3_3_0_preview3

Verified

This commit was signed with the committer’s verified signature.
nobu Nobuyoshi Nakada
Just check if iteration level is non-zero

The level in ivar is no longer needed to check if iterating, only used
for increment/decrement.

yjit_old_backend

Old YJIT backend (x86-64 only), for benchmarking purposes.

rust-yjit-archive-dont-delete

Merge 'gh/master' into rust-yjit

v3_1_1

teenyup

v3_1_0

Revert "Do not include external library sources into packages"

This reverts commit a042043.

(cherry picked from commit 8325094)

v3_0_3

 Fix integer overflow

    Make use of the check in rb_alloc_tmp_buffer2.

    https://hackerone.com/reports/1328463

    When parsing cookies, only decode the values

    Bump version

    Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
    Co-authored-by: Yusuke Endoh <mame@ruby-lang.org>

v2_7_5

Verified

This commit was signed with the committer’s verified signature.
unak usa
merge some parts of CGI 0.1.1

	Fix integer overflow

	Make use of the check in rb_alloc_tmp_buffer2.

	When parsing cookies, only decode the values

	Bump version

v2_6_9

add tag v2_6_9

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v2_6_9@67954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

v3_1_0_preview1

Verified

This commit was signed with the committer’s verified signature.
nobu Nobuyoshi Nakada
Needs `$` in `make` command line to be escaped