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
2013-08-31
revert #1470; fix #1493
Yukihiro "Matz" Matsumoto
2013-08-14
longjmp too far when exception raised from C function called from mrb_funcall()
Yukihiro "Matz" Matsumoto
2013-08-13
Merge pull request #1470 from carsonmcdonald/morefixfor1467
Yukihiro "Matz" Matsumoto
2013-08-13
This check and class change is redundant because it is done in class.c#mrb_in...
Carson McDonald
2013-08-13
Remove debug printf
Carson McDonald
2013-08-14
ci->target_class should point to ICLASS, not MODULE; close #1467
Yukihiro "Matz" Matsumoto
2013-07-31
move mrb_gc_arena_restore() after cipop(); a bug found by Kilo Kawai
Yukihiro "Matz" Matsumoto
2013-07-27
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-07-25
refactor out longjmp() to a function
Yukihiro "Matz" Matsumoto
2013-07-25
replace assert with mrb_assert
fleuria
2013-07-14
Merge pull request #1378 from suzukaze/refactor2-vm.c
Yukihiro "Matz" Matsumoto
2013-07-14
Replace int with mrb_bool because return a value is boolean.
Jun Hiroe
2013-07-14
Replace 0 with FALSE and replace 1 with TRUE.
Jun Hiroe
2013-07-14
Replace 0 with NULL because NULL is used in struct pointer.
Jun Hiroe
2013-07-12
2.Replace mrb_intern() func with mrb_intern2() func or mrb_intern_cstr() func.
Jun Hiroe
2013-05-26
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
kimu_shu
2013-05-25
fixed a bug in initializing post mandatory block parameters
Yukihiro "Matz" Matsumoto
2013-05-24
fiber do not work on MRB_NAN_BOXING
Yukihiro "Matz" Matsumoto
2013-05-23
manage fiber status (create|running|resumed|terminated)
Yukihiro "Matz" Matsumoto
2013-05-23
should have protected the return value from GC, even when the method is defin...
Yukihiro "Matz" Matsumoto
2013-05-21
remove unnecessary assignment
Yukihiro "Matz" Matsumoto
2013-05-21
error in initializing callinfo stack in cipush(); close #1261
Yukihiro "Matz" Matsumoto
2013-05-20
avoid unnecessary pool/syms restoration
Yukihiro "Matz" Matsumoto
2013-05-20
primary mruby fiber implementation
Yukihiro "Matz" Matsumoto
2013-05-10
Rename parameter names for mrb_yield
Keita Obo
2013-04-29
Revert file access mode to 0644.
Masaki Muranaka
2013-04-28
add extern funcs declaration and casts for cimpiling C++ compiler
arton
2013-04-24
Fix wrong comment
tomykaira
2013-04-22
ensure clause should be executed only once; close #1185
Yukihiro "Matz" Matsumoto
2013-04-22
should call ensure before popping callinfo; cancel 8ce1ea84
Yukihiro "Matz" Matsumoto
2013-04-21
Use mrb_aspec instead of int32_t. As it will clarify what is doing.
Masaki Muranaka
2013-04-20
put spaces after if/while
Yukihiro "Matz" Matsumoto
2013-04-17
rollback stack before executing ensure clause.
Tomoyuki Sahara
2013-04-13
move no block check to mrb_yield_internal
Yukihiro "Matz" Matsumoto
2013-04-09
preparation for tail call optimization (still has bugs)
Yukihiro "Matz" Matsumoto
2013-04-09
target_class should not be TT_ICLASS; close #1152
Yukihiro "Matz" Matsumoto
2013-04-09
nregs size was too big (off by one); close #1137
Yukihiro "Matz" Matsumoto
2013-04-03
Merge pull request #1131 from takkaw/mrb_funcall_return_exc
Yukihiro "Matz" Matsumoto
2013-04-02
Adjust ci->nregs to prevent heap corruption
Gilad Zohari
2013-04-01
Use mrb_raise() as possible instead of mrb_raisef().
Masaki Muranaka
2013-03-31
should have rewinded stack on exceptions; close #1113
Yukihiro "Matz" Matsumoto
2013-03-30
Change to return the exception object when an exception occurred in mrb_funcall
takkaw
2013-03-29
Sort include files. Some redundant includes are removed.
Masaki Muranaka
2013-03-28
Fix argunum_error() to use mrb_format().
Masaki Muranaka
2013-03-27
use new mrb_format API from mrb_raisef; its only format specifier is "%S" (st...
Yukihiro Matz Matsumoto
2013-03-24
Make topenv() static inlined
Xuejie "Rafael" Xiao
2013-03-24
Adjusted indent, space and tab
MATSUMOTO Ryosuke
2013-03-24
Use size_t instead of int. This is for portability.
Yukihiro Matz Matsumoto
2013-03-24
Use ptrdiff_t instead of int. This is for portability.
Masaki Muranaka
2013-03-23
Make array.c and vm.c share value_move().
Masaki Muranaka
[next]