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
2017-01-21
Stack position may be bigger than stack bottom; fix #3401
Yukihiro "Matz" Matsumoto
2017-01-18
Initialize callinfo->acc; ref #3243
Yukihiro "Matz" Matsumoto
2017-01-12
Add proper given argument number in the wrong-number-argument error.
Yukihiro "Matz" Matsumoto
2017-01-12
Add proper stack size calculation; fix #3398
Yukihiro "Matz" Matsumoto
2017-01-11
Use temporary variable to avoid potential crash; fix #3387
Yukihiro "Matz" Matsumoto
2017-01-11
Check if ci->target_class is NULL before dereferencing
Yukihiro "Matz" Matsumoto
2017-01-02
use size_t instead of int
Yukihiro "Matz" Matsumoto
2016-12-30
method_missing() may have CALL_MAXARGS-1 arguments; fix #3351
Yukihiro "Matz" Matsumoto
2016-12-13
Restore callinfo offset in mrb_yield_with_class()
Yukihiro "Matz" Matsumoto
2016-12-05
Merge pull request #3318 from bouk/splat-stack
Yukihiro "Matz" Matsumoto
2016-12-03
Merge branch 'method-missing-segfault' of https://github.com/bouk/mruby into ...
Yukihiro "Matz" Matsumoto
2016-12-01
Fix stack move segfaulting in OP_ARYCAT
Bouke van der Bijl
2016-11-24
Fix instances where return value of mrb_method_search_vm is unchecked
Francois Chagnon
2016-11-24
Fix segfault when defining class inside instance_exec on primitive
Bouke van der Bijl
2016-11-07
fixed wrong stack adjustment for ensure clauses; fix #3175
Yukihiro "Matz" Matsumoto
2016-11-05
associate REnv to the executing block; fix #3214
Yukihiro "Matz" Matsumoto
2016-10-20
Move to_proc conversion from OP_ENTER to OP_SENDB; fix #3227
Yukihiro "Matz" Matsumoto
2016-09-20
Fix return value type of bytecode_decoder
Kazuaki Tanaka
2016-09-20
Bytecode decoder support, MRB_BYTECODE_DECODE_OPTION
Kazuaki Tanaka
2016-09-06
surpress warning when MRB_DISABLE_STDIO
yuri
2016-09-05
Should clear method name
ksss
2016-07-14
Should raise LocalJumpError when no block given
ksss
2016-05-10
use mrb_int_mul_overflow()
cremno
2016-05-09
Remove needless assignment
Kouhei Sutou
2016-04-27
Use stack directly
Kenji Okimoto
2016-04-11
vm.c: mrb_hash_set() may reallocate VM stack; close #3133
Yukihiro "Matz" Matsumoto
2016-03-25
Add missing regs update
Kouhei Sutou
2016-01-19
Fix SEGV on re-raising NoMemoryError
Kouhei Sutou
2016-01-07
change mrb_run related API names; compatibility macros provided
Yukihiro "Matz" Matsumoto
2016-01-04
stack_extend before eval_under()
Yukihiro "Matz" Matsumoto
2016-01-02
instance_eval should pass the receiver as a block parameter; close #3029
Yukihiro "Matz" Matsumoto
2016-01-02
mruby-fiber: fiber_switch() to use nesting VM when it's called from C API or ...
Yukihiro "Matz" Matsumoto
2015-12-31
GC must scan env from fibers even when it's not yet copied to heap; fix #3063
Yukihiro "Matz" Matsumoto
2015-12-29
Support backtrace after method calls
Kouhei Sutou
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-17
DISABLE_STDIO/ENABLE_DEBUG macros to rename; close #3014
Yukihiro "Matz" Matsumoto
2015-11-07
PR #2521 did not work for singleton classes for non-class objects; fix #3003
Yukihiro "Matz" Matsumoto
2015-10-27
mrb_str_concat() may call VM resursively thus may reallocate VM stack; close ...
Yukihiro "Matz" Matsumoto
2015-10-19
Clean up GC code
furunkel
2015-09-02
ensure must not be called before rescue; fix #2933
Yukihiro "Matz" Matsumoto
2015-08-10
prevent out-of-bounds ensure clause access; fix #2910
Yukihiro "Matz" Matsumoto
2015-07-30
vm: execute ensure without exception at the top of the fiber; fix #2904
Yukihiro "Matz" Matsumoto
2015-07-30
vm: execute ensure at the top of the fiber; fix #2903
Yukihiro "Matz" Matsumoto
2015-07-13
refactor mrb_bob_missing to share raising NoMethodError code; fix #2878
Yukihiro "Matz" Matsumoto
2015-07-07
method_missing definition may be undefined; fix #2878
Yukihiro "Matz" Matsumoto
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
[next]