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
2019-09-18
Remove `mrb_get_args(mrb, "")`; ref 30f37872
KOBAYASHI Shuji
2019-09-16
Entrust "no block given" error to `mrb_get_args()`
dearblue
2019-09-16
Merge pull request #4255 from shuujii/enumerator-size-is-not-supported
Yukihiro "Matz" Matsumoto
2019-09-16
Implement `Enumerable` tally from Ruby2.7.
Yukihiro "Matz" Matsumoto
2019-09-16
Implement `filter_map` from Ruby2.6.
Yukihiro "Matz" Matsumoto
2019-09-16
Add `filter` aliases for `Enumerable` and `Hash`.
Yukihiro "Matz" Matsumoto
2019-09-16
Add `Array#difference` method from Ruby2.6.
Yukihiro "Matz" Matsumoto
2019-09-16
Implement `bind_call` method from Ruby2.7.
Yukihiro "Matz" Matsumoto
2019-09-16
Add small fix over #4712
Yukihiro "Matz" Matsumoto
2019-09-16
Fix broken UTF-8 characters by `IO#getc`
dearblue
2019-09-16
Small improvement for mruby-io
dearblue
2019-09-16
Fix `IO#pos`
dearblue
2019-09-16
Revert part of 8c90b5fc6
dearblue
2019-09-15
Merge pull request #4512 from lopopolo/patch-1
Yukihiro "Matz" Matsumoto
2019-09-14
Add a macro `mrb_frozen_p` that points to `MRB_FROZEN_P`.
Yukihiro "Matz" Matsumoto
2019-09-14
Replace `String#byteslice` by custom `IO._bufread`.
Yukihiro "Matz" Matsumoto
2019-09-14
Revert "Update `%pure-parser` to `%define api.pure` for newer `bison`; fix #4...
Yukihiro "Matz" Matsumoto
2019-09-14
Update `%pure-parser` to `%define api.pure` for newer `bison`; fix #4706
Yukihiro "Matz" Matsumoto
2019-09-14
Remove `mrb_funcall` from `<=>` operations.
Yukihiro "Matz" Matsumoto
2019-09-14
Replace `loop` method with `while true` loop to gain performance.
Yukihiro "Matz" Matsumoto
2019-09-13
Update `assert_take` for zero size take.
Yukihiro "Matz" Matsumoto
2019-09-13
Add `Enumerator.produce` from Ruby2.7
Yukihiro "Matz" Matsumoto
2019-09-13
Remove unnecessary files from `mruby-{io,pack,socket}`.
Yukihiro "Matz" Matsumoto
2019-09-12
Remove `$/` from mruby implementation.
Yukihiro "Matz" Matsumoto
2019-09-12
Removed unnecessary files from `mruby-sleep`; #4702
Yukihiro "Matz" Matsumoto
2019-09-11
Remove `Rakefile` from `mruby-sleep` gem; fix #4702
Yukihiro "Matz" Matsumoto
2019-09-11
Move tests related to `getbyte`, `setbyte`, byteslice` to core.
Yukihiro "Matz" Matsumoto
2019-09-11
Fixed `length` for IO should be in bytes, not in characters; #4696
Yukihiro "Matz" Matsumoto
2019-09-11
Move `String#{getbyte,setbyte,byteslice}` to the core; #4696
Yukihiro "Matz" Matsumoto
2019-09-11
Drop test dependency from `mruby-string-ext` to `mruby-enumerator`
KOBAYASHI Shuji
2019-09-09
change _ variable in mirb to be enable by default
takkaw
2019-09-09
add special local variable _ in mirb
takkaw
2019-09-05
Fix `Range#max` test (`TypeError` is raised) on 32-bit mode with word boxing
KOBAYASHI Shuji
2019-09-02
Merge pull request #4683 from shuujii/enumeratorChain-rewind-shouldnt-rewind-...
Yukihiro "Matz" Matsumoto
2019-09-02
`Enumerator::Chain#rewind` shouldn't rewind elements aren't iterated
KOBAYASHI Shuji
2019-09-02
Small refactoring in `fiber.c`.
Yukihiro "Matz" Matsumoto
2019-09-01
Merge pull request #4681 from shuujii/array-permutation-with-a-negative-argum...
Yukihiro "Matz" Matsumoto
2019-09-01
`Array#permutation` with a negative argument should not yield
KOBAYASHI Shuji
2019-08-31
Skip `nil?` method call in `if` conditionals.
Yukihiro "Matz" Matsumoto
2019-08-30
`Array#(permutation|combination)` without block should return `self`
KOBAYASHI Shuji
2019-08-27
Fix build of `mruby-random` on 32-bit mode
KOBAYASHI Shuji
2019-08-26
Fix `Array#sample` with `MRB_INT32`
KOBAYASHI Shuji
2019-08-26
Merge pull request #4635 from shuujii/fix-wrong-argument-for-fprintf-in-mruby...
Yukihiro "Matz" Matsumoto
2019-08-26
Remove unused `random.h`
KOBAYASHI Shuji
2019-08-25
Merge pull request #4667 from shuujii/fix-Range-max-test-TypeError-is-raised-...
Yukihiro "Matz" Matsumoto
2019-08-24
Fix `Range#max` test (`TypeError` is raised) on 32-bit mode
KOBAYASHI Shuji
2019-08-24
Create a symbolic link in the temporary directory; fix #4642
dearblue
2019-08-21
Merge pull request #4650 from take-cheeze/patch-5
Yukihiro "Matz" Matsumoto
2019-08-20
Remove deprecated iij stuffs
Takeshi Watanabe
2019-08-20
Fix link of mruby-io
Takeshi Watanabe
[next]