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-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
2019-08-20
Fixed a bug in the `OP_JMPNOT` optimization (13eaff4); fix #4644
Yukihiro "Matz" Matsumoto
2019-08-19
Merge pull request #4639 from dearblue/suppress-Wstringop-truncation
Yukihiro "Matz" Matsumoto
2019-08-19
Merge pull request #4638 from dearblue/simplify-get-args
Yukihiro "Matz" Matsumoto
2019-08-19
Merge pull request #4642 from dearblue/unique-symlink
Yukihiro "Matz" Matsumoto
2019-08-18
Make symbolic link names unique for test
dearblue
2019-08-18
Suppress warnings for `strncat()`
dearblue
2019-08-18
Simplify get arguments
dearblue
2019-08-18
Prohibit changes to iseq in principle
dearblue
2019-08-17
Fix wrong argument for `fprintf` in `mruby-bin-mrbc`
KOBAYASHI Shuji
2019-08-17
Remove unnecessary `OP_JMPNOT` for `unless` statement.
Yukihiro "Matz" Matsumoto
2019-08-16
Avoid creating unnecessary empty arrays on splat.
Yukihiro "Matz" Matsumoto
2019-08-12
Remove unnecessary prototypes from 'keywords`; fix #4628
Yukihiro "Matz" Matsumoto
2019-08-09
Avoid overflow and underflow in Complex#/
Ray Chason
2019-08-08
Implement Complex#abs in terms of Math.hypot
Ray Chason
2019-08-07
Reorganize `mrb_string_value_cstr` and related functions.
Yukihiro "Matz" Matsumoto
2019-08-07
`RUBY_PLATFORM` may not contain `mswin` or `mingw`; Add `msys`
Yukihiro "Matz" Matsumoto
2019-08-06
Removed an unused local variable; ref #4615
Yukihiro "Matz" Matsumoto
2019-08-05
Merge pull request #4615 from shuujii/use-new-specifiers-modifiers-of-mrb_vfr...
Yukihiro "Matz" Matsumoto
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-08-05
Merge pull request #4614 from shuujii/use-mrb_int-instead-of-to_int-in-mruby-...
Yukihiro "Matz" Matsumoto
2019-08-05
Merge pull request #4612 from dearblue/float-consts
Yukihiro "Matz" Matsumoto
2019-08-04
Use `mrb_int()` instead of `to_int()` in `mruby-numeric-ext`
KOBAYASHI Shuji
2019-08-04
Add constants for floating point number
dearblue
2019-08-03
Change second argument to `%l` of `mrb_vformat()` to `size_t` from `mrb_int`
KOBAYASHI Shuji
[next]