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-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
2018-02-03
Depend mruby-io and mruby-pack in mruby core
MATSUMOTO, Ryosuke
2018-02-02
Need `fcntl.h` and `sys/stat.h` as well for `_open`; ref #3938
Yukihiro "Matz" Matsumoto
2018-02-02
Need to include `io.h` anyway for _WIN32/64; ref #3938
Yukihiro "Matz" Matsumoto
2018-01-31
include io.h on mingw
Yasuhiro Matsumoto
2018-01-31
Define compatibility only for `_MSC_VER`; ref #3923
Yukihiro "Matz" Matsumoto
2018-01-31
Use mkstemp instead of tempnam
ksss
2018-01-30
Merge pull request #3937 from mattn/file-mtime
Yukihiro "Matz" Matsumoto
2018-01-30
add File#mtime
Yasuhiro Matsumoto
2018-01-30
Merge pull request #3936 from ken-mu/uint
Yukihiro "Matz" Matsumoto
2018-01-29
mruby-time: remove ifdef for mktime error handling
ken-mu
2018-01-28
mruby-time: support time_t is uint
ken-mu
2018-01-24
Merge pull request #3921 from ksss/cloexec
Yukihiro "Matz" Matsumoto
2018-01-24
`Time.new(1969,12,31,23,59,59)` may or may not faile; ref #3932
Yukihiro "Matz" Matsumoto
2018-01-21
mruby-time: remove test case less than Dec 31 23:59:58 1969
ken-mu
[next]