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
2021-10-12
Support Ruby3.0 keyword arguments.
Yukihiro "Matz" Matsumoto
2021-09-07
eval.c: if the parser raises an exception without an error message
Yukihiro "Matz" Matsumoto
2021-09-07
eval.c: check length of the file name.
Yukihiro "Matz" Matsumoto
2021-08-12
test/eval.c: add test for #5528
Yukihiro "Matz" Matsumoto
2021-07-19
Remove unused prototypes for `mrb_proc_merge_lvar()`; ref #5511
Yukihiro "Matz" Matsumoto
2021-06-28
Merge pull request #5493 from dearblue/binding.2
Yukihiro "Matz" Matsumoto
2021-06-26
Fixed finding variables from `proc` in `binding.eval` failed
dearblue
2021-06-26
Fix memory leak in `Kernel#eval`
dearblue
2021-06-19
Added `MRB_API` function to get block arguments info.
dearblue
2021-06-16
eval.c: implement `class_eval` with string; close #5478
Yukihiro "Matz" Matsumoto
2021-04-03
Make `mrb_exec_irep()` allow non-VM to enter.
dearblue
2021-02-26
Use `MRB_SYM()` more extensively.
Yukihiro "Matz" Matsumoto
2021-02-22
Added other methods for `Binding`
dearblue
2021-02-22
Adjustment of the current HEAD and bindings, and separation
dearblue
2021-02-22
Merge branch 'binding' of https://github.com/ksss/mruby into HEAD
dearblue
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2021-01-10
Changes `stackent` to `stack` of `mrb_callinfo`
dearblue
2021-01-10
Unified `target_class` and `env` of `mrb_callinfo`
dearblue
2020-12-25
Improves out of memory messages for `eval`
dearblue
2020-10-24
Reorganize `env_new()` as `mrb_env_new()`
dearblue
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-12
Fix warning from VC regarding implicit int conversion.
Yukihiro "Matz" Matsumoto
2020-10-12
Use functions that take symbols to reduce string litrals in C.
Yukihiro "Matz" Matsumoto
2020-09-25
Prohibit string changes by "s"/"z" specifier of `mrb_get_args()`
dearblue
2020-06-25
Change flag names in preparation of `REnv` refactoring.
Yukihiro "Matz" Matsumoto
2020-06-02
Remove `patch_irep()` in `mruby-eval`
dearblue
2019-11-20
Use proper `PEEK` macro for `OP_EPUSH` in `patch_irep`; fix #4833
KOBAYASHI Shuji
2019-11-15
Fix argument specs to `Kernel`
KOBAYASHI Shuji
2019-08-18
Prohibit changes to iseq in principle
dearblue
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-07-15
Unify type of line number to `uint16_t`
KOBAYASHI Shuji
2019-05-18
Move `Kernel#instance_eval` to `BasicObject`
KOBAYASHI Shuji
2018-10-23
Fixed a bug in processing `OP_EXT?` instructions.
Yukihiro "Matz" Matsumoto
2018-10-02
Fixed SEGV from `eval` called form top-level `mrb_funcall()`; fix #4028
Yukihiro "Matz" Matsumoto
2018-09-01
Move `Kernel#send` to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-25
Reduce integer casting warnings.
Yukihiro "Matz" Matsumoto
2018-08-25
Should update `ci->env` to share the environment; fix #4073
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-07-23
Kernel#instance_eval should define singleton methods; fix #4069
Yukihiro "Matz" Matsumoto
2018-06-06
add test for eval
Ichito Nagata
2017-11-10
Need to clear stack region for local variables in eval; fix #3844
Yukihiro "Matz" Matsumoto
2017-10-28
Fixed UPVAR gotchas; fix #3835
Yukihiro "Matz" Matsumoto
2017-10-28
Heavily refactored how lexical scope links are implemented; fix #3821
Yukihiro "Matz" Matsumoto
2017-09-27
fix: mrbgems\mruby-eval\src\eval.c(301): warning C4244: 'function': conversio...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-eval\src\eval.c(214): warning C4244: '=': conversion from ...
Tomasz Dąbrowski
2017-08-12
Reduce integer type mismatch warnings in VC.
Yukihiro "Matz" Matsumoto
[next]