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
Age
Commit message (
Expand
)
Author
2018-09-07
Fix typo for concatenate
dearblue
2018-09-07
Add a new method `unpack1` to `mruby-pack` gem.
Yukihiro "Matz" Matsumoto
2018-09-07
Fix heap buffer overflow in `unpack_a`; fix #4103
Yukihiro "Matz" Matsumoto
2018-09-06
Make `Kernel#sleep` to accept float as a duration time.
Yukihiro "Matz" Matsumoto
2018-09-06
Remove `Sleep` module that does not exist in CRuby.
Yukihiro "Matz" Matsumoto
2018-09-06
Need to check if merging hash is empty; fix #4107
Yukihiro "Matz" Matsumoto
2018-09-06
Need to support multiple `**` splats in argument list; fix #4106
Yukihiro "Matz" Matsumoto
2018-09-05
Refactored `mruby-sleep` gem.
Yukihiro "Matz" Matsumoto
2018-09-05
Add `mruby-sleep` gem to the core.
Yukihiro "Matz" Matsumoto
2018-09-05
Free `mrbc_context` on exit from `mruby`.
Yukihiro "Matz" Matsumoto
2018-09-05
Merge pull request #4055 from take-cheeze/verbose_bintest
Yukihiro "Matz" Matsumoto
2018-09-05
Add `argv` and `argc` check in `OP_ENTER`; fix #4102
Yukihiro "Matz" Matsumoto
2018-09-04
Revert "Remove top-level constant lookup; CRuby2.5"; fix #4070
Yukihiro "Matz" Matsumoto
2018-09-04
Need more precise constant name check.
Yukihiro "Matz" Matsumoto
2018-09-04
Add type casts to silence MSVC warnings.
Yukihiro "Matz" Matsumoto
2018-09-04
Merge pull request #4101 from take-cheeze/fix_4085
Yukihiro "Matz" Matsumoto
2018-09-04
Avoid root fiber initialization for CRuby workaround.
take-cheeze
2018-09-04
Fix indent.
take-cheeze
2018-09-04
Merge pull request #4098 from dearblue/reverse-gems-final
Yukihiro "Matz" Matsumoto
2018-09-02
Reverse gems final
dearblue
2018-09-01
Avoid warning in MSVC compilation.
Yukihiro "Matz" Matsumoto
2018-09-01
Too much peephole optimization in `gen_call`; fix #4091
Yukihiro "Matz" Matsumoto
2018-09-01
Move `Kernel#send` to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-09-01
Avoid `NoMethodError` exception from `mrb_func_basic_p`.
Yukihiro "Matz" Matsumoto
2018-09-01
Use `__send__` instead of `send`.
Yukihiro "Matz" Matsumoto
2018-09-01
Remove `MRB_API` from `mrb_f_send` which is not API.
Yukihiro "Matz" Matsumoto
2018-09-01
Fix ISO/JIS section numbers.
Yukihiro "Matz" Matsumoto
2018-08-30
Update `RITE_BINARY_FORMAT_VER` and `RITE_VM_VER`.
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
Remove consequent `OP_RETURN` by peephole optimization.
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
`uint16_t` is too small for reference count; fix #4093
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
Merge pull request #4080 from 'ukrainskiysergey-node_negate_fix'
Yukihiro "Matz" Matsumoto
2018-08-29
Merge branch 'node_negate_fix' of https://github.com/ukrainskiysergey/mruby i...
Yukihiro "Matz" Matsumoto
2018-08-29
Check the size of rescue&ensure stacks; ref #4088
Yukihiro "Matz" Matsumoto
2018-08-29
Fix type of `eidx` and `ridx` from `uint8_t` to `uint16_t`; fix #4088
Yukihiro "Matz" Matsumoto
2018-08-29
Simplified `#ifdef` nesting in `codedump.c`; fix #4089
Yukihiro "Matz" Matsumoto
2018-08-29
Check iseq buffer size before code emission; fix #4090
Yukihiro "Matz" Matsumoto
2018-08-29
Move back `mrb_define_alias` to `mruby.h` to avoid breakage.
Yukihiro "Matz" Matsumoto
2018-08-28
Merge branch 'mruby2-draft'
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
Remove unused `Hash#__update` method.
Yukihiro "Matz" Matsumoto
2018-08-25
Add a new function `mrb_hash_merge()`.
Yukihiro "Matz" Matsumoto
[next]