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
Age
Commit message (
Expand
)
Author
2018-09-01
Avoid `NoMethodError` exception from `mrb_func_basic_p`.
Yukihiro "Matz" Matsumoto
2018-09-01
Fix ISO/JIS section numbers.
Yukihiro "Matz" Matsumoto
2018-08-30
Use `mrb_ensure_hash_type()` to check if an operand is a `Hash`; fix #4097
Yukihiro "Matz" Matsumoto
2018-08-30
Add new function `mrb_ensure_hash_type()`; ref #4097
Yukihiro "Matz" Matsumoto
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-30
Need to clear `mrb->c->cibase->ridx` (toplevel ridx) at L_STOP; fix #4092
Yukihiro "Matz" Matsumoto
2018-08-30
The operand of `OP_ARYDUP` may not be an array; fix #4094
Yukihiro "Matz" Matsumoto
2018-08-29
Fix off-by-one error in `OP_EPUSH` and `OP_ONERR`; fix #4095
Yukihiro "Matz" Matsumoto
2018-08-29
Check the size of rescue&ensure stacks; ref #4088
Yukihiro "Matz" Matsumoto
2018-08-29
Simplified `#ifdef` nesting in `codedump.c`; fix #4089
Yukihiro "Matz" Matsumoto
2018-08-25
Reduce integer casting warnings.
Yukihiro "Matz" Matsumoto
2018-08-25
fixup! New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-08-25
Hash splat `**` should not be ignored.
Yukihiro "Matz" Matsumoto
2018-08-25
Fixed a bug in `OP_HASHADD`.
Yukihiro "Matz" Matsumoto
2018-08-25
Add a new function `mrb_hash_merge()`.
Yukihiro "Matz" Matsumoto
2018-08-25
Add bytecode support for `MRB_WORD_BOXING`.
Yukihiro "Matz" Matsumoto
2018-08-25
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-08-25
irep is released when Fiber is terminated
pyama86
2018-08-25
Rename ambiguous function names.
Yukihiro "Matz" Matsumoto
2018-08-25
Remove utility functions: `mrb_vm_iv_{get,set}`.
Yukihiro "Matz" Matsumoto
2018-08-25
Revert 04dbbff.
Yukihiro "Matz" Matsumoto
2018-08-25
Small refactoring of `flodivmod()`.
Yukihiro "Matz" Matsumoto
2018-08-25
Simply use `snprintf` instead of custom `fmt_fp`,
Yukihiro "Matz" Matsumoto
2018-08-25
Remove `nregs` member from `mrb_callinfo`.
Yukihiro "Matz" Matsumoto
2018-08-25
Reorganize flags values for classes; fix #3975
Yukihiro "Matz" Matsumoto
2018-07-31
Removed unused instruction: `OP_KDICT`.
Yukihiro "Matz" Matsumoto
2018-07-31
Fixed a small bug in keyword argument parsing.
Yukihiro "Matz" Matsumoto
2018-07-30
Keyword argument implemented.
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-06-28
Use `mrb_raise()` instead of `mrb_raisef()`; ref #4062
Yukihiro "Matz" Matsumoto
2018-06-27
Add negative check in `mrb_str_resize`; fix #4062
Yukihiro "Matz" Matsumoto
2018-06-22
initialize a local variable to avoid warning
Yukihiro "Matz" Matsumoto
2018-06-14
Restore GC arena after raised exceptions; ref #4042
Yukihiro "Matz" Matsumoto
2018-06-14
Need to add a write barrier for ranges; fix #4042
Yukihiro "Matz" Matsumoto
2018-06-11
Revert "No longer need to insert write barriers for fibers."
Yukihiro "Matz" Matsumoto
2018-06-11
Retrieve `b` operand from the instruction (for debugging); ref #4020
Yukihiro "Matz" Matsumoto
2018-06-08
`mrb_class_real()` did not work for `BasicObject`; fix #4037
Yukihiro "Matz" Matsumoto
2018-06-07
Allow `Object#clone` to copy frozen status only; fix #4036
Yukihiro "Matz" Matsumoto
2018-06-07
Merge pull request #4039 from i110/i110/fix-broken-lexical-variables
Yukihiro "Matz" Matsumoto
2018-06-07
Export `stack_extend` function (renamed `mrb_stack_extend`); fix #3219
Yukihiro "Matz" Matsumoto
2018-06-06
Revert "Fix heap use after free on mruby-aws-sigv4."
Ichito Nagata
2018-06-03
fix env->stack misadjusting
Ichito Nagata
2018-06-01
Instead of defining `Hash#dup`, we should define `Hash#initialize_copy`.
Yukihiro "Matz" Matsumoto
2018-06-01
The `clone` method should copy object status (e.g. frozen) too; #4030
Yukihiro "Matz" Matsumoto
2018-05-30
Should not call `initialize_copy` for `TT_ICLASS`; fix #4027
Yukihiro "Matz" Matsumoto
2018-05-30
Clear `__classname__` of duped class/module; ref #4027
Yukihiro "Matz" Matsumoto
2018-05-23
Check if the exception is frozen; fix #4025
Yukihiro "Matz" Matsumoto
2018-05-03
`env` referred from top-level callinfo should not be unshared; fix #4019
Yukihiro "Matz" Matsumoto
2018-05-02
Need to call `mrb_str_modify()` in `mrb_str_cat_str()`; fix #4018
Yukihiro "Matz" Matsumoto
2018-05-01
Update `MRB_FLO_TO_STR_FMT` to "%.16g"; fix #4016
Yukihiro "Matz" Matsumoto
[next]