index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
vm.c
Age
Commit message (
Expand
)
Author
2014-06-10
should not add extra stack space to callinfo->nregs; maybe related to #2375
Yukihiro "Matz" Matsumoto
2014-06-03
Remove space.
yui-knk
2014-05-30
add internal function mrb_toplevel_run_keep() to keep stack contents; close #...
Yukihiro "Matz" Matsumoto
2014-05-21
direct invocation of instance_eval
Yukihiro "Matz" Matsumoto
2014-05-21
direct invocation of module_eval; ref #2298
Yukihiro "Matz" Matsumoto
2014-05-21
break in blocks cannot cross C function boundaries; fix #2298
Yukihiro "Matz" Matsumoto
2014-05-16
include/mruby/opcode.h fix operation doc
ksss
2014-05-14
mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem
Yukihiro "Matz" Matsumoto
2014-05-13
Consolidate muliptlication into one place
Carson McDonald
2014-05-13
protect argument array from GC in OP_ENTER
Yukihiro "Matz" Matsumoto
2014-05-13
convert &arg using to_proc; fix #2242
Yukihiro "Matz" Matsumoto
2014-05-10
OP_ENTER fix segmentation fault
ksss
2014-05-09
OP_ENTER clean block object in register
ksss
2014-05-06
OP_ENTER fix variable assignment
ksss
2014-05-05
add function for checked mrb_int subtraction
cremno
2014-05-05
add function for checked mrb_int addition
cremno
2014-05-04
Don't reset ridx,eidx. And fix for #1949
sasaki takeru
2014-05-02
goto STOP if ridx==0
sasaki takeru
2014-05-01
On overflow, clear new stack space before mrb_raise
Carson McDonald
2014-04-29
Add doubling stack extend, as fix for #2016
kyab
2014-04-29
clear all stack everytime to prevent GC crash; ref #2109
Yukihiro "Matz" Matsumoto
2014-04-29
clear ci->proc to prevent GC crash
Yukihiro "Matz" Matsumoto
2014-04-28
should care about the case that given arguments are less then mandatory forma...
Yukihiro "Matz" Matsumoto
2014-04-26
The correct is to compare the MRB_STACK_GROWTH.
mirichi
2014-04-26
check length before calling stack_copy(); based on a patch from @mirich; clos...
Yukihiro "Matz" Matsumoto
2014-04-25
Refactoring OP_CALL
mirichi
2014-04-25
eliminate plain int except for a few cases like arena_index
Yukihiro "Matz" Matsumoto
2014-04-23
fixed.
mirichi
2014-04-22
bug fixed
mirichi
2014-04-22
reduce the init size of stack
mirichi
2014-04-22
OP_SEND refactoring
mirichi
2014-04-21
remove `mrb_str_buf_cat`
cremno
2014-04-15
OP_EQ系が速くなった
mirichi
2014-04-11
Qualify argv argument of API `const`.
Takeshi Watanabe
2014-04-10
Qualify mrb_yield_*'s argv `const`.
take_cheeze
2014-04-04
should not access proc->body.irep if proc is PROC_CFUNC; close #1999
Yukihiro "Matz" Matsumoto
2014-04-01
Use MRB_ENV_STACK_SHARED_P to check `cioff` field of REnv.
take_cheeze
2014-04-01
Add macro MRB_ENV_UNSHARE_STACK instead of assigning -1 directly.
take_cheeze
2014-04-01
Use MRB_ENV_STACK_LEN instead of accessing `flags` directly to get REnv's sta...
take_cheeze
2014-03-29
Kernel#send should preserve nregs in callinfo; close #1970
Yukihiro "Matz" Matsumoto
2014-03-27
initialize ci->target_class in mrb_toplevel_run; ref #1942 close mattn/mruby-...
Yukihiro "Matz" Matsumoto
2014-03-26
should not over process ensure clauses; close #1949
Yukihiro "Matz" Matsumoto
2014-03-26
add new function mrb_toplevel_run to prevent running through C function bouda...
Yukihiro "Matz" Matsumoto
2014-03-22
use FiberError in vm.c
take_cheeze
2014-03-20
should restore proc after rescue; close #1891
Yukihiro "Matz" Matsumoto
2014-03-19
rename mrb_yield_internal to mrb_yield_with_class since it's no longer internal
Yukihiro "Matz" Matsumoto
2014-03-04
Use mrb_exc_new_str_lit widely
cubicdaiya
2014-03-03
Kernel#send does not use mrb_funcall anymore for most cases; ref #1680
Yukihiro "Matz" Matsumoto
2014-03-01
clear exc_catched before jumping to L_RAISE
take_cheeze
2014-03-01
support c++ exception
take_cheeze
[next]