11871e49c4fe493d6b958046969bc863f7fb6627
|
2022-11-29 |
[ruby/reline] Fix misuse of kwarg in IO#raw |
fe3cbc61c805a860da3d41253879708ec86b6aa2
|
2022-12-14 |
[ruby/reline] Fix a misparameter of RubyLex#set_input in termination_checker.rb (https://github.com/ruby/reline/pull/482) |
5b26f76ad9a4305f889ddb267c38a39a74ce62de
|
2023-01-14 |
[ruby/reline] Correspond to refactored RubyLex (https://github.com/ruby/reline/pull/498) |
3a9d52466ac8b33754a9517c87cfe41cdaaa79bd
|
2023-02-15 |
[ruby/irb] Fix help-message (https://github.com/ruby/irb/pull/506) |
16403f41abcbaccf32484d10575d3542dbb3247e
|
2023-11-06 |
[ruby/reline] Introduce a new class Reline::Face to configure character attributes (https://github.com/ruby/reline/pull/552) |
15b53e901c15225bdb2d67abb6f2aabf2e93cc4e
|
2024-01-22 |
[ruby/prism] Use `_POSIX_MAPPED_FILES` and `_WIN32` to know if memory map interface is available in the target platform |
f0a46c63341336c19a9c8237c65c762ebef99b04
|
2024-02-16 |
[ruby/prism] Include unistd.h before cheching _POSIX_MAPPED_FILES |
c4bd6da2988ecdf3e6d00be78e58a4eba6192bed
|
2024-02-27 |
[ruby/prism] Make alloc interface replaceable |
54f27549e2cd7cdbd83d3e6a2079108fe225c0b5
|
2024-03-03 |
[ruby/prism] Chage some names |
b95e2cdca7355539f5d03f859290e4bc6ec19feb
|
2024-03-03 |
[ruby/prism] Additional fix of adding `x` prefix after rebase with main branch |
9a19cfd4cd1a16528cc997e3a510c3046b83cdec
|
2024-02-16 |
[Universal Parser] Reduce dependence on RArray in parse.y |
40ecad0ad796f1515c654c127ae498854c9a6120
|
2024-03-15 |
[Universal parser] Fix -Wsuggest-attribute=format warnings |
ce544f8dbddf3a41bea28b15b6432b0e3fd516f3
|
2024-03-19 |
[ruby/prism] [Compatibility] Improve printf format |
8aa8fce32021263c947a7a10daa24f07ede3e4a3
|
2024-04-04 |
Fix return-type warning in compile.c |
f5e387a30010fe68f8073a6eb5a5b80bb834cd72
|
2024-03-29 |
Separate SCRIPT_LINES__ from ast.c |
9b1e97b211565b605b8eb7fab277efe117fe2604
|
2024-03-28 |
[Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines |
2244c58b009c31da60ad108d6cbccf99d97a5e29
|
2024-04-16 |
[Universal parser] Decouple IMEMO from rb_ast_t |
55a402bb759597487905a94d5b1bbff4a672499c
|
2024-04-26 |
Add line_count field to rb_ast_body_t |
9ea77cb3514664fc150515765fb9ede5b2b6ab4c
|
2024-04-27 |
Remove unnecessary assignment to ast->body.line_count |
ddd8da4b6ba3dfcca21ca710e7cef2fa3b9632d7
|
2024-04-27 |
[Universal parser] Improve AST structure |
31162bf4261b2e740f6e26f2c2f22c36d3556cf0
|
2025-02-01 |
[ruby/prism] Handle zero-sized allocation in pm_constant_id_list_init_capacity |