index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
eval_intern.h
Age
Commit message (
Expand
)
Author
2025-04-02
Revert "Fix jump buffer leak in setjmp handler in WASI builds"
Yuta Saito
2025-03-31
Fix jump buffer leak in setjmp handler in WASI builds
刘皓
2025-02-14
[Bug #21127] Thread deadlock does not display backtraces (#12721)
Masataka Pocke Kuwabara
2024-04-07
Remove `translit_char`
Nobuyoshi Nakada
2024-03-17
Prefer `enum ruby_tag_type` over `int`
Nobuyoshi Nakada
2024-03-17
Validate tag type to jump
Nobuyoshi Nakada
2024-02-22
Remove `SAVE_ROOT_JMPBUF` as it no longer has any effect. (#10066)
Samuel Williams
2023-11-13
[wasm] allocate Asyncify setjmp buffer in heap
Yuta Saito
2023-08-07
Add hints of tag jumps for optimization
Nobuyoshi Nakada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-01-19
`rb_fiber_terminate` must not return [Bug #18497]
Nobuyoshi Nakada
2022-01-19
[wasm] eval_inter.h gc.c vm_core.h: include wasm/setjmp.h instead of sysroot ...
Yuta Saito
2021-12-24
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-12-02
Lazily create singletons on instance_{exec,eval} (#5146)
John Hawthorn
2021-08-10
Remove root_jmpbuf in rb_thread_struct
Nobuyoshi Nakada
2021-07-01
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-05-04
Fix trivial -Wundef warnings
Benoit Daloze
2021-04-08
Make the return type of rb_char_next the same as CharNext
Nobuyoshi Nakada
2021-03-19
Fix infinite loop at illegal sequence [Bug #17729]
Nobuyoshi Nakada
2020-11-11
Threads in a ractor will be killed with the ractor
Koichi Sasada
2020-10-26
Ignore <internal: entries from core library methods for Kernel#warn(message, ...
Benoit Daloze
2020-10-14
fix releasing timing.
Koichi Sasada
2020-10-14
support exception when lock_rec > 0
Koichi Sasada
2019-12-13
Create backtrace location array directly
Nobuyoshi Nakada
2019-11-14
delete unused functions
卜部昌平
2019-08-08
solve "duplicate :raise event" [Bug #15877]
Koichi Sasada
2019-05-31
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-31
Also GCC 9 provides -Waddress-of-packed-member
Nobuyoshi Nakada
2018-07-30
reduce copy & paste
shyouhei
2018-01-18
eval_intern.h: duplicate check
nobu
2017-12-06
eval_intern.h: fix a typo
mame
2017-12-06
eval_intern.h: prevent core dump with clang and make test-all
mame
2017-12-06
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-11-16
make a func static.
ko1
2017-11-16
make a func static.
ko1
2017-11-07
`rb_execution_context_t *` should not be `th`
ko1
2017-11-07
fix comment
ko1
2017-11-07
* eval_intern.h (rb_threadptr_tag_state): rename to rb_ec_tag_state.
ko1
2017-11-07
* eval_intern.h: rename macros rb_thread_raised_* to
ko1
2017-11-07
rename to rb_ec_set_raised().
ko1
2017-11-07
th->ec: rb_threadptr_reset_raised()
ko1
2017-10-29
`th` -> `ec` for rb_raise_method_missing().
ko1
2017-10-29
rb_ec_stack_check()
ko1
2017-10-28
`th` -> `ec` for backtrace functions.
ko1
2017-10-28
`th` -> `ec` for rb_longjmp() and related functions.
ko1
2017-10-28
move fields from `th` to `ec`.
ko1
2017-10-26
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-09-25
vm.c: unused function
nobu
2017-07-30
UNALIGNED_MEMBER_ACCESS only for clang
nobu
[next]