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-06-07
Merge pull request #4035 from katzer/patch-1
Yukihiro "Matz" Matsumoto
2018-06-07
Merge pull request #4039 from i110/i110/fix-broken-lexical-variables
Yukihiro "Matz" Matsumoto
2018-06-07
Extend stack when pushing arguments that does not fit in; fix #4038
Yukihiro "Matz" Matsumoto
2018-06-06
add test for eval
Ichito Nagata
2018-06-05
Declare inet_ntop and inet_pton as static
Sebastián Katzer
2018-05-23
Add `then` alias to `yield_self`.
Yukihiro "Matz" Matsumoto
2018-05-10
Fix test of mruby-pack with big-endian CPUs
Nobuhiro Iwamatsu
2018-05-08
Fix CI build errors and warnings.
Hiroshi Mimaki
2018-05-07
Add `-r` option for `mruby` and `mirb`.
Hiroshi Mimaki
2018-05-07
Fix CI build errors and warnings.
Hiroshi Mimaki
2018-05-02
Add `-d` option for `mruby` and `mirb`.
Hiroshi Mimaki
2018-05-01
Update `MRB_FLO_TO_STR_FMT` to "%.16g"; fix #4016
Yukihiro "Matz" Matsumoto
2018-05-01
Check the return value from `mrb_get_datatype()`; fix #4009
Yukihiro "Matz" Matsumoto
2018-05-01
Fix stack position in multiple assignment; fix #4008
Yukihiro "Matz" Matsumoto
2018-04-21
Implement `String#upto` in Ruby.
Yukihiro "Matz" Matsumoto
2018-04-19
CRuby2.6 stops deprecating `String#lines` with a block.
Yukihiro "Matz" Matsumoto
2018-04-19
`String#lines` with a block is deprecated style.
Yukihiro "Matz" Matsumoto
2018-04-18
`mrb_io_initialize_copy` should not free existing `fptr`; fix #4005
Yukihiro "Matz" Matsumoto
2018-04-18
`mrb_dup()` should fail if `fd` is a negative integer; ref #4005
Yukihiro "Matz" Matsumoto
2018-04-18
Avoid unnecessary object allocation (addrinfo) in `_accept`; ref #3999
Yukihiro "Matz" Matsumoto
2018-04-17
`Socket.accept` should have returned `[fd, addr]`; fix #3999
Yukihiro "Matz" Matsumoto
2018-04-17
Define `SOL_IP` and `SOL_TCP`; ref #3999
Yukihiro "Matz" Matsumoto
2018-04-17
Fix `use after free in File#initilialize_copy`; fix #4001
Yukihiro "Matz" Matsumoto
2018-04-13
No longer need to insert write barriers for fibers.
Yukihiro "Matz" Matsumoto
2018-04-04
Fixed test case for mruby ddebugger.
mimaki
2018-04-04
Fixed illegal memory operation on mruby debugger.
mimaki
2018-03-27
Refactoring for `Enumerable#each_with_object`
ksss
2018-03-27
Merge pull request #3987 from ksss/enum-lazy-zip
Yukihiro "Matz" Matsumoto
2018-03-27
Reimplement `Enumerable#zip` with Enumerator
ksss
2018-03-27
Should raise TypeError instead of NoMethodError
ksss
2018-03-27
Support block yielding for `Enumerable#zip`
ksss
2018-03-26
Revert #3984 .
Takeshi Watanabe
2018-03-25
Merge commit '36d016afd663d34607c843d03371bedb71efa34e'
Takeshi Watanabe
2018-03-16
`__sort_sub__` is a method defined in `Array`; fix #3970
Yukihiro "Matz" Matsumoto
2018-03-16
Merge pull request #3957 from take-cheeze/fix_io_read
Yukihiro "Matz" Matsumoto
2018-03-16
Fix tinytypo
Okumura Takahiro
2018-03-05
Close `mrb_state` before exit.
Takeshi Watanabe
2018-03-05
Close on exception too.
Takeshi Watanabe
2018-03-02
Add `mrb_fiber_alive_p` to C API.
Yukihiro "Matz" Matsumoto
2018-03-02
Round up the `dstlen` value; fix #3949
Yukihiro "Matz" Matsumoto
2018-02-23
Pass same mode parameter to `IO.sysopen` and `IO.open` in `IO.read`.
Takeshi Watanabe
2018-02-13
Check `sizeof(base64_dec_tab)` in base64 encoding; fix #3947
Yukihiro "Matz" Matsumoto
2018-02-13
Check negative offset in `pack` method; fix #3944
Yukihiro "Matz" Matsumoto
2018-02-13
Fixed wrong offset in `pack_x` function; ref #3944
Yukihiro "Matz" Matsumoto
2018-02-13
Use 'mrb_raise` instead of `mrb_raisef` when no argument given.
Yukihiro "Matz" Matsumoto
2018-02-12
Resolve conflicts between labels and conditional ternary; fix #3931
Yukihiro "Matz" Matsumoto
2018-02-10
Need to determine `IS_LABEL_POSSIBLE()` properly.
Yukihiro "Matz" Matsumoto
2018-02-10
Check negative `count` in `pack_x` and `unpack_x`; fix #3944
Yukihiro "Matz" Matsumoto
2018-02-10
Add `mruby-io` and `mruby-pack` to `default.gembox`
Yukihiro "Matz" Matsumoto
2018-02-09
Check if `mruby-pack` template count overflow; fix #3942
Yukihiro "Matz" Matsumoto
[prev]
[next]