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-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
2014-03-01
allow send method not to call mrb_funcall if calling method is implemented in...
Yukihiro "Matz" Matsumoto
2014-03-01
exception in fiber should make resume to raise in parent fiber context; close...
Yukihiro "Matz" Matsumoto
2014-03-01
use C style comments instead of C++ style comments
cubicdaiya
2014-02-28
support break from fiber block; fix #1766
Yukihiro "Matz" Matsumoto
2014-02-28
restore proc after restoring from fiber; ref #1766
Yukihiro "Matz" Matsumoto
2014-02-27
fix indent
Yukihiro "Matz" Matsumoto
2014-02-26
use mrb_str_new_lit instead of mrb_str_new for C string literal
cubicdaiya
2014-02-20
move src/error.h to include/mruby/error.h
take_cheeze
2014-02-15
normalize NaN after division that may generate NaN; fix #1712
Yukihiro "Matz" Matsumoto
2014-02-11
Clang and ICC/ICL: define DIRECT_THREADED
cremno
2014-02-09
initialize ci->stackent at the top; #1691
Yukihiro "Matz" Matsumoto
2014-02-09
Store raw stack address in callinfo instead of offset from stbas
Miura Hideki
2014-02-05
Fiber.new{break} caused SEGV
Yukihiro "Matz" Matsumoto
[next]