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
/
src
/
eval.c
Age
Commit message (
Expand
)
Author
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-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
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]