Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
Kevin Newton 26b69fd407 [ruby/yarp] Handle bad input for ascii printable
https://github.com/ruby/yarp/commit/06242aa7a0
2023-06-29 01:23:37 +00:00
Kevin Newton ec59b95cfd [ruby/yarp] Use smaller regexp options
https://github.com/ruby/yarp/commit/4deb7c3ae0
2023-06-26 14:03:33 +00:00
Steven Johnstone 4fc8b8f06d [ruby/yarp] Prevent reading/writing outside the bounds of options
https://github.com/ruby/yarp/commit/52bed3cbe2
2023-06-26 13:31:29 +00:00
Steven Johnstone 261e3663fd [ruby/yarp] Check for eof in yp_regexp_char_is_eof
https://github.com/ruby/yarp/commit/f3fbc5bf9e
2023-06-23 19:56:40 +00:00
Steven Johnstone 6ee106ff79 [ruby/yarp] If ? is last char of regexp buffer, don't read beyond it.
https://github.com/ruby/yarp/commit/1764532572
2023-06-23 19:56:39 +00:00
Steven Johnstone 6dc2314965 [ruby/yarp] Don't read past the end of input parsing regex group
https://github.com/ruby/yarp/commit/03f5a330a9
2023-06-23 19:56:39 +00:00
Takashi Kokubun 711cabec26 Sync ruby/yarp to 89a00203af 2023-06-22 09:23:07 -07:00
Jemma Issroff e8fb84265c [ruby/yarp] Allow for block statements after elsif and else
https://github.com/ruby/yarp/commit/4560cab235
2023-06-22 09:20:40 -07:00
Kevin Newton 7fad7d345a [ruby/yarp] Do not leak file descriptors
https://github.com/ruby/yarp/commit/83c2c45b28
2023-06-22 09:19:39 -07:00
Kevin Newton b879528e24 [ruby/yarp] Do not leak memory from lex modes
https://github.com/ruby/yarp/commit/df6661740c
2023-06-22 09:19:36 -07:00
Takashi Kokubun edd488109f Sync ruby/yarp with sync_default_gems 2023-06-22 08:59:04 -07:00
Nobuyoshi Nakada ddb431c960
Fix leaked FD for an empty file 2023-06-22 13:21:30 +09:00
Takashi Kokubun 2acb27cad7 Fix -Wold-style-definition
http://ci.rvm.jp/results/trunk-yjit@ruby-sp2-docker/4612329

Also, I changed the position of `{` to be consistent with the rest of
the codebase.
2023-06-21 13:51:39 -07:00
Jemma Issroff b0a3a6ade0 [ruby/yarp] Fix invalid unescape sequence error for lower w
https://github.com/ruby/yarp/commit/5a2c78367a
2023-06-21 18:40:25 +00:00
Jemma Issroff cc7f765f2c [Feature #19741] Sync all files in yarp
This commit is the initial sync of all files from ruby/yarp
into ruby/ruby. Notably, it does the following:

* Sync all ruby/yarp/lib/ files to ruby/ruby/lib/yarp
* Sync all ruby/yarp/src/ files to ruby/ruby/yarp/
* Sync all ruby/yarp/test/ files to ruby/ruby/test/yarp
2023-06-21 11:25:39 -07:00
Jemma Issroff 08478fefca [Feature #19741] Added Init_YARP() to load from the yarp C extension
Init_YARP is called from inits.c, and it loads the YARP C extension
correctly
2023-06-21 11:25:39 -07:00