index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval_intern.h
Age
Commit message (
Expand
)
Author
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
2017-07-30
UNALIGNED_MEMBER_ACCESS
nobu
2017-06-26
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-23
move "state" to rb_vm_tag.
ko1
2017-06-23
rename th->state to th->tag_state.
ko1
2017-06-23
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-08
vm_block_handler_verify() should not return any value.
ko1
2017-05-09
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
[next]