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
Age
Commit message (
Expand
)
Author
2018-09-19
Remove implicit conversion using `to_str` method.
Yukihiro "Matz" Matsumoto
2018-09-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2018-09-18
Use `mrb_to_flo()` to check return value from `to_f`; fix #4115
Yukihiro "Matz" Matsumoto
2018-09-18
Array size may be changed in `mrb_get_args()` reentry.
Yukihiro "Matz" Matsumoto
2018-09-15
Exclude pipe and exec on iOS/tvOS
Tom Black
2018-09-16
fixup! Add support for iOS platforms that does not support `fork`; fix #4113
Yukihiro "Matz" Matsumoto
2018-09-16
Merge pull request #4121 from clayton-shopify/fix-sprintf-overflow
Yukihiro "Matz" Matsumoto
2018-09-16
Add support for iOS platforms that does not support `fork`; fix #4113
Yukihiro "Matz" Matsumoto
2018-09-14
Prevent signed integer overflow.
Clayton Smith
2018-09-08
Merge pull request #4110 from dearblue/fix-typo1
Yukihiro "Matz" Matsumoto
2018-09-07
Clear terminated space
dearblue
2018-09-07
Fix integer overflow issue; fix #4108
Yukihiro "Matz" Matsumoto
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 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-04
Add type casts to silence MSVC warnings.
Yukihiro "Matz" Matsumoto
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
Use `__send__` instead of `send`.
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-29
Merge branch 'node_negate_fix' of https://github.com/ukrainskiysergey/mruby i...
Yukihiro "Matz" Matsumoto
2018-08-29
Check iseq buffer size before code emission; fix #4090
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
Remove unused `NODE_*` constants from `node.h`.
Yukihiro "Matz" Matsumoto
2018-08-25
Add `NODE_KW_HASH` support in `mrb_parser_dump()`.
Yukihiro "Matz" Matsumoto
2018-08-25
Remove `arg_value` from `parse.y`.
Yukihiro "Matz" Matsumoto
2018-08-25
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-08-25
Try to fix a fragile `File#mtime` test.
Yukihiro "Matz" Matsumoto
2018-08-25
Remove potential path to avoid uninitialized variable access.
Yukihiro "Matz" Matsumoto
2018-08-25
Simplify `mruby-inline-struct` tests.
Yukihiro "Matz" Matsumoto
2018-08-25
Fix misspelling words in comments
Kazuhiro Sera
2018-08-25
Reimplement `Hash#compact!` to conform the standard behavior.
Yukihiro "Matz" Matsumoto
2018-08-25
Small refactoring.
Yukihiro "Matz" Matsumoto
2018-08-25
Remove `nregs` member from `mrb_callinfo`.
Yukihiro "Matz" Matsumoto
2018-08-25
Should update `ci->env` to share the environment; fix #4073
Yukihiro "Matz" Matsumoto
2018-08-25
Check size of the integer multiply before actual overflow; fix #4062
Yukihiro "Matz" Matsumoto
2018-08-18
`Kernel#p` should return an array of arguments; fix #4083
Yukihiro "Matz" Matsumoto
2018-08-13
Try to fix a fragile `File#mtime` test.
Yukihiro "Matz" Matsumoto
2018-08-13
Remove potential path to avoid uninitialized variable access.
Yukihiro "Matz" Matsumoto
2018-08-13
Simplify `mruby-inline-struct` tests.
Yukihiro "Matz" Matsumoto
[next]