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
2015-05-31
fix OP_APOST bug for no pre arg cases; fix #2810
Yukihiro "Matz" Matsumoto
2015-05-25
Move "src/mrb_throw.h" to "include/mruby/throw.h".
take_cheeze
2015-05-15
remove mrb_define_method_vm() function
cremno
2015-04-27
C++ compilation failed due to skipping iniitalization by goto out_super
Yukihiro "Matz" Matsumoto
2015-04-27
super should not be called outside of a method; fix #2770
Yukihiro "Matz" Matsumoto
2015-03-21
execute ensure clause only when skipping call frame; fix #2726
Yukihiro "Matz" Matsumoto
2015-03-05
stack_extend in mrb_f_send
Go Saito
2015-02-28
Use ptrdiff_t to suppress signedness warning
Kouhei Sutou
2015-02-27
Merge pull request #2736 from cremno/delete-prototypes-of-undefined-functions
Yukihiro "Matz" Matsumoto
2015-02-27
change size_t to ptrdiff_t to silence signedness warnings; #2732
Yukihiro "Matz" Matsumoto
2015-02-26
delete prototypes of undefined functions
cremno
2015-02-25
Fix a crash bug on raising after realloc
Kouhei Sutou
2015-02-23
fix pointer dereference after realloc
Go Saito
2015-02-05
Fix ensure with yield context on break and return
Kouhei Sutou
2015-01-26
Use setter macro instead of directly setting values
Xuejie "Rafael" Xiao
2014-11-28
preserve ICLASS in ci->target_class; fix #2657; ensuring #1467 #1470 #1493 st...
Yukihiro "Matz" Matsumoto
2014-11-19
Fix an error when calling a method implemented in C by super() with arguments...
sdottaka
2014-10-15
fix typo (i->idx)
Jan Berdajs
2014-09-03
get rid of shadowing variables
cremno
2014-09-01
remove ci->nreg initialization from cipush()
Yukihiro "Matz" Matsumoto
2014-08-28
add write barrier to env on pop call info poped. #2525
dycoon
2014-08-26
use MRB_STRINGIZE
cremno
2014-08-09
Fix a bug that class variable can't be referenced from class method
Kouhei Sutou
2014-08-07
removed non-need space
go kikuta
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-07-23
check if block is given in eval_under(); fix #2486
Yukihiro "Matz" Matsumoto
2014-07-12
use SystemStackError instead of RuntimeError
Yukihiro "Matz" Matsumoto
2014-07-09
rename SET_FIXNUM_VALUE to SET_INT_VALUE since it sets mrb_int value
Yukihiro "Matz" Matsumoto
2014-07-09
Clean up value.h and mrb_value boxing
David Turnbull
2014-06-26
Sacrifice some micro-optimization to remove duplicate code
Patrick Pokatilo
2014-06-25
OP_ENTER: Rewrite split aspec use macros
ksss
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
[next]