index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
eval_intern.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
`rb_fiber_terminate` must not return [Bug #18497]
Nobuyoshi Nakada
2022-01-19
1
-1
/
+1
*
[wasm] eval_inter.h gc.c vm_core.h: include wasm/setjmp.h instead of sysroot ...
Yuta Saito
2022-01-19
1
-1
/
+5
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2021-12-24
1
-2
/
+4
*
Lazily create singletons on instance_{exec,eval} (#5146)
John Hawthorn
2021-12-02
1
-1
/
+30
*
Remove root_jmpbuf in rb_thread_struct
Nobuyoshi Nakada
2021-08-10
1
-30
/
+2
*
Replace copy coroutine with pthread implementation.
Samuel Williams
2021-07-01
1
-2
/
+2
*
Fix trivial -Wundef warnings
Benoit Daloze
2021-05-04
1
-1
/
+1
*
Make the return type of rb_char_next the same as CharNext
Nobuyoshi Nakada
2021-04-08
1
-2
/
+2
*
Fix infinite loop at illegal sequence [Bug #17729]
Nobuyoshi Nakada
2021-03-19
1
-1
/
+10
*
Threads in a ractor will be killed with the ractor
Koichi Sasada
2020-11-11
1
-1
/
+0
*
Ignore <internal: entries from core library methods for Kernel#warn(message, ...
Benoit Daloze
2020-10-26
1
-1
/
+1
*
fix releasing timing.
Koichi Sasada
2020-10-14
1
-13
/
+13
*
support exception when lock_rec > 0
Koichi Sasada
2020-10-14
1
-1
/
+13
*
Create backtrace location array directly
Nobuyoshi Nakada
2019-12-13
1
-0
/
+1
*
delete unused functions
卜部昌平
2019-11-14
1
-3
/
+0
*
solve "duplicate :raise event" [Bug #15877]
Koichi Sasada
2019-08-08
1
-2
/
+0
*
Use UNALIGNED_MEMBER_PTR
Nobuyoshi Nakada
2019-05-31
1
-17
/
+0
*
Also GCC 9 provides -Waddress-of-packed-member
Nobuyoshi Nakada
2019-05-31
1
-1
/
+1
*
reduce copy & paste
shyouhei
2018-07-30
1
-3
/
+3
*
eval_intern.h: duplicate check
nobu
2018-01-18
1
-1
/
+0
*
eval_intern.h: fix a typo
mame
2017-12-06
1
-1
/
+1
*
eval_intern.h: prevent core dump with clang and make test-all
mame
2017-12-06
1
-1
/
+5
*
remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.
ko1
2017-12-06
1
-8
/
+0
*
make a func static.
ko1
2017-11-16
1
-1
/
+0
*
make a func static.
ko1
2017-11-16
1
-2
/
+0
*
`rb_execution_context_t *` should not be `th`
ko1
2017-11-07
1
-1
/
+1
*
fix comment
ko1
2017-11-07
1
-1
/
+1
*
* eval_intern.h (rb_threadptr_tag_state): rename to rb_ec_tag_state.
ko1
2017-11-07
1
-2
/
+2
*
* eval_intern.h: rename macros rb_thread_raised_* to
ko1
2017-11-07
1
-5
/
+5
*
rename to rb_ec_set_raised().
ko1
2017-11-07
1
-1
/
+1
*
th->ec: rb_threadptr_reset_raised()
ko1
2017-11-07
1
-1
/
+1
*
`th` -> `ec` for rb_raise_method_missing().
ko1
2017-10-29
1
-2
/
+2
*
rb_ec_stack_check()
ko1
2017-10-29
1
-1
/
+1
*
`th` -> `ec` for backtrace functions.
ko1
2017-10-28
1
-3
/
+3
*
`th` -> `ec` for rb_longjmp() and related functions.
ko1
2017-10-28
1
-2
/
+2
*
move fields from `th` to `ec`.
ko1
2017-10-28
1
-8
/
+8
*
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
1
-22
/
+22
*
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-26
1
-15
/
+15
*
vm.c: unused function
nobu
2017-09-25
1
-0
/
+2
*
UNALIGNED_MEMBER_ACCESS only for clang
nobu
2017-07-30
1
-1
/
+2
*
UNALIGNED_MEMBER_ACCESS
nobu
2017-07-30
1
-0
/
+16
*
move several fields from rb_thread_t to rb_execution_context_t.
ko1
2017-06-26
1
-13
/
+13
*
move "state" to rb_vm_tag.
ko1
2017-06-23
1
-4
/
+5
*
rename th->state to th->tag_state.
ko1
2017-06-23
1
-4
/
+4
*
use "enum ruby_tag_type" and TAG_NONE.
ko1
2017-06-23
1
-3
/
+3
*
vm_block_handler_verify() should not return any value.
ko1
2017-06-08
1
-2
/
+2
*
rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t
normal
2017-05-09
1
-2
/
+2
*
vm_backtrace.c: backtrace functions per threads
nobu
2017-04-17
1
-0
/
+5
*
gc.c: rb_threadptr_stack_check
nobu
2017-04-17
1
-0
/
+1
*
eval_intern.h: make TH_PUSH_TAG() initialize rb_vm_tag::tag with Qundef
rhe
2016-09-26
1
-1
/
+1
[next]