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
/
mrbgems
/
mruby-eval
Age
Commit message (
Expand
)
Author
2017-02-16
Adjust callinfo env and target_class; ref #3429
Yukihiro "Matz" Matsumoto
2017-02-04
Make `eval` to use trampoline technique; fix #3415
Yukihiro "Matz" Matsumoto
2016-09-06
Fix SEGV when unshared env
ksss
2016-08-08
instance_eval env should remake Fix #3191
ksss
2016-04-11
mruby-eval: instance_eval should keep target_class; close #3141
Yukihiro "Matz" Matsumoto
2016-03-06
Suppress a warning
Kouhei Sutou
2016-02-15
Fix segfault when `eval("__FILE__")` is executed
Yusuke Endoh
2016-01-08
fixed a problem with upvar access from instance_eval; ref #3072
Yukihiro "Matz" Matsumoto
2016-01-07
mruby-eval: fixed receiver value in eval context; close #3072
Yukihiro "Matz" Matsumoto
2016-01-07
mruby-sprintf to use mrb_int formatting macros; ref #3076
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-10-04
Add regression test for #2933
INOUE Yasuyuki
2015-09-14
instance_eval should set target_class; close #2936
Yukihiro "Matz" Matsumoto
2015-06-01
Compile mruby compiler as mrbgem.
take_cheeze
2014-12-23
mruby-eval: fix typo
sdottaka
2014-12-19
now retrieves number of arguments of blocks from OP_ENTER op code; close #2671
Yukihiro "Matz" Matsumoto
2014-12-17
mruby-eval: proc from env may be NULL; close #2676
Yukihiro "Matz" Matsumoto
2014-12-17
avoid out-of-bounds access of irep->lv; ref #2671, fix #2675
Yukihiro "Matz" Matsumoto
2014-12-17
eval() should preserve stack in env properly; fix #2671
Yukihiro "Matz" Matsumoto
2014-10-18
need addtional type check to avoid SEGV; ref #2609
Yukihiro "Matz" Matsumoto
2014-10-17
context proc may be cfunc; fix #2609
Yukihiro "Matz" Matsumoto
2014-09-30
Merge pull request #2599 from SatoshiOdawara/fix_target_class_in_instance_eval
Yukihiro "Matz" Matsumoto
2014-09-29
target_class should not be TT_ICLASS in instance_eval(string); ref #1152
Satoshi Odawara
2014-09-29
fixed. closures scope in eval(string)
Satoshi Odawara
2014-08-20
Remove empty lines.
Tatsuhiko Kubo
2014-08-19
Fix error handling for mrb_generate_code().
Tatsuhiko Kubo
2014-08-08
fixed evaluation context of eval(string) and instance_eval(string)
Satoshi Odawara
2014-07-22
restore mrb_get_args() in f_instance_eval to check arguments type
Yukihiro "Matz" Matsumoto
2014-07-22
exception in instance_eval should not exit mrb_run; fix #2483
Yukihiro "Matz" Matsumoto
2014-07-16
remove unused local variables; ref #2473
Yukihiro "Matz" Matsumoto
2014-07-15
Implement string compiling `instance_eval` method.
take_cheeze
2014-07-12
Add `SyntaxError` test and don't print compilation error to stderr in eval.
take_cheeze
2014-07-12
Use `mrb_parse_nstring` instead in eval.
take_cheeze
2014-07-02
Use `MRB_ARGS_ARG(n, o)` instead of `MRB_ARGS_REQ(n) | MRB_ARGS_OPT(o)`.
take_cheeze
2014-05-18
Add ISO index to `Kernel.eval` and `Kernel#eval`.
take_cheeze
2014-05-16
Replace tabs with spaces in eval.c
Jun Hiroe
2014-05-15
Suport block in Kernel#eval
Miura Hideki
2014-05-14
adjust signedness in mruby-eval gem
Yukihiro "Matz" Matsumoto
2014-05-14
mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gem
Yukihiro "Matz" Matsumoto
2014-05-14
Modify eval for access outer local variable
Miura Hideki
2014-04-26
Define eval as module function.
take_cheeze
2014-04-25
Support file name and line argument in Kernel.eval .
take_cheeze
2014-03-26
Add tests for mruby-eval.
take_cheeze
2014-03-17
add summary to mrbgems without it
take_cheeze
2013-07-23
"spec.author" is better for single-author gems.
Tomoyuki Sahara
2013-04-25
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-03-23
add mruby-eval mrbgem (no activation though)
Yukihiro Matz Matsumoto
[prev]