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
2017-09-27
fix: mrbgems\mruby-time\src\time.c(641): warning C4244: '=': conversion from ...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-time\src\time.c(372): warning C4244: 'function': conversio...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-test\driver.c(67): warning C4244: '=': conversion from 'mr...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-string-ext\src\string.c(49): warning C4244: '=': conversio...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-string-ext\src\string.c(30): warning C4244: '=': conversio...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-string-ext\src\string.c(38): warning C4244: '=': conversio...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-sprintf\src\sprintf.c(1052): warning C4244: '+=': conversi...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-sprintf\src\sprintf.c(623): warning C4244: 'function': con...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-sprintf\src\sprintf.c(646): warning C4244: 'function': con...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-sprintf\src\sprintf.c(618): warning C4244: 'initializing':...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-sprintf\src\sprintf.c(516): warning C4244: 'function': con...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-math\src\math.c(660): warning C4244: 'function': conversio...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-math\src\math.c(491): warning C4244: '=': conversion from ...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-fiber\src\fiber.c(215): warning C4244: '=': conversion fro...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-exit\src\mruby-exit.c(10): warning C4244: 'function': conv...
Tomasz Dąbrowski
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-09-27
fix: mrbgems\mruby-compiler\core\parse.y(3455): warning C4244: 'function': co...
Tomasz Dąbrowski
2017-09-25
The `[]` special method call should be able to take a block.
Yukihiro "Matz" Matsumoto
2017-09-25
The `lex_state` after literals should be `EXPR_ENDARG`.
Yukihiro "Matz" Matsumoto
2017-09-25
The symbols should not take brace blocks.
Yukihiro "Matz" Matsumoto
2017-09-25
change DISABLE_STDIO to MRB_DISABLE_STDIO in mruby-time/time.c
Tomasz Dabrowski
2017-09-12
Remove temporary limitation of `OP_EPOP`.
Yukihiro "Matz" Matsumoto
2017-09-05
Restrict `OP_EPOP` operand to `1`; ref #3789
Yukihiro "Matz" Matsumoto
2017-09-02
Update print.c
fl0l0u
2017-08-30
Tested LocalJumpErrors caused by break in a proc
Christopher Aue
2017-08-28
Add `__ENCODING__' support.
Yukihiro "Matz" Matsumoto
2017-08-28
Remove integer type mismatch warnings from parse.y.
Yukihiro "Matz" Matsumoto
2017-08-26
Replaced Array#each with while loop for performance reasons
Christopher Aue
2017-08-26
Removed unneeded block check in Array#uniq
Christopher Aue
2017-08-26
Reimplemented Array#flatten with #flatten!
Christopher Aue
2017-08-25
fix `String#% %d` test with `MRB_INT16` set
Tomasz Dąbrowski
2017-08-23
Fixed register windows of OP_SENDs generated by NODE_{DREGX,REGX}; ref #3783
Christopher Aue
2017-08-23
Fixed register windows of OP_SENDs generated by NODE_OP_ASGN; ref #3783
Christopher Aue
2017-08-23
Refactored code around generation of OP_SEND in NODE_OP_ASGN
Christopher Aue
2017-08-23
Fixed register windows of OP_SENDs generated by NODE_{FOR,SYMBOLS}; ref #3783
Christopher Aue
2017-08-23
Tested register windows of OP_SENDs generated by NODE_{RESCUE,HASH,ALIAS}; re...
Christopher Aue
2017-08-23
Fixed register windows of OP_SENDs generated by NODE_{SCALL,CASE,YIELD,UNDEF}...
Christopher Aue
2017-08-22
`c` (`mrbc_context`) may be NULL; fix #3787
Yukihiro "Matz" Matsumoto
2017-08-19
Replace stack `pop()` by `push_n(2); pop_n(3)`; fix #3783
Yukihiro "Matz" Matsumoto
2017-08-18
Separate `mrb_str_buf_new` and `mrb_str_new_capa`.
Yukihiro "Matz" Matsumoto
2017-08-18
Rename `mrb_str_concat2` to `mrb_str_concat_m`.
Yukihiro "Matz" Matsumoto
2017-08-17
Check whether internal khash is initialized in Hash#compact!
Clayton Smith
2017-08-12
Reduce integer type mismatch warnings in VC.
Yukihiro "Matz" Matsumoto
2017-08-11
`scan_hex` may be used to parse both unicode and hex escape.
Yukihiro "Matz" Matsumoto
2017-08-11
Fixed a wrong condition in `scan_hex`; fix #3774
Yukihiro "Matz" Matsumoto
2017-08-11
Should not include `float.h` here.
Yukihiro "Matz" Matsumoto
2017-08-11
Remove unnecessary inline function `ary_elt`.
Yukihiro "Matz" Matsumoto
2017-08-11
Check method existence in `to_enum'; ref #3773
Yukihiro "Matz" Matsumoto
2017-08-10
VM stack may be reallocated during `mrb_hash_get`; fix #3771
Yukihiro "Matz" Matsumoto
[next]