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
*
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
*
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-28
1
-6
/
+16
*
Suppress false warnings
nobu
2016-06-18
1
-0
/
+2
*
* configure.in: check function attirbute const and pure,
naruse
2016-05-08
1
-1
/
+0
*
Use `rb_method_visibility_t` instead of `int` in `rb_print_undef`
yui-knk
2016-01-03
1
-1
/
+1
*
* vm.c (rb_vm_cref_replace_with_duplicated_cref): added.
ko1
2015-11-20
1
-0
/
+1
*
* refactoring CREF related code.
ko1
2015-11-13
1
-29
/
+7
*
* method.h: constify rb_cref_t::scope_visi;
ko1
2015-11-13
1
-1
/
+1
*
eval_intern.h: pass_passed_block
nobu
2015-10-05
1
-9
/
+8
*
compile.c: use ruby_tag_type
nobu
2015-07-17
1
-21
/
+0
*
* internal.h: move definition of rb_cref_t to method.h.
ko1
2015-06-05
1
-9
/
+4
*
* vm_method.c: rename `rb_frame_...' to `rb_scope_...'.
ko1
2015-06-03
1
-2
/
+0
*
* method.h: split rb_method_definition_t::flag to several flags.
ko1
2015-06-03
1
-7
/
+16
*
* eval_intern.h, vm_method.c: move macros to functions.
ko1
2015-05-31
1
-4
/
+2
*
* internal.h, eval_intern.h: move CREF accessors.
ko1
2015-03-11
1
-0
/
+83
*
* vm_insnhelper.h: use T_IMEMO to create THROW_DATA.
ko1
2015-03-11
1
-2
/
+0
[next]