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
Age
Commit message (
Expand
)
Author
2018-03-19
Set array length after expanding capacity.
Takeshi Watanabe
2018-03-16
Set protocol of AddrInfo
Tomoyuki Sahara
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
Needed to pass sort block.
Yukihiro "Matz" Matsumoto
2018-03-16
Update `mrb_get_args` reference comment; ref #3963
Yukihiro "Matz" Matsumoto
2018-03-16
Merge pull request #3969 from hfm/patch-1
Yukihiro "Matz" Matsumoto
2018-03-16
Fix tinytypo
Okumura Takahiro
2018-03-12
Merge pull request #3963 from dearblue/forced-block-arguments
Yukihiro "Matz" Matsumoto
2018-03-05
Merge pull request #3965 from take-cheeze/patch-1
Yukihiro "Matz" Matsumoto
2018-03-05
Add same fix as #3964 to lib/mruby/gem.rb .
Takeshi Watanabe
2018-03-05
Merge pull request #3964 from take-cheeze/patch-1
Yukihiro "Matz" Matsumoto
2018-03-05
Close `mrb_state` before exit.
Takeshi Watanabe
2018-03-05
Close on exception too.
Takeshi Watanabe
2018-03-04
fix && to &! in mrb_get_args()
dearblue
2018-03-04
add forced block arguments feature to mrb_get_args
dearblue
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-17
Merge pull request #3953 from take-cheeze/fix_cross_test_runner_verbose
Yukihiro "Matz" Matsumoto
2018-02-16
Add verbose flag to cross test runner too.
Takeshi Watanabe
2018-02-13
Check if `to_int` returns `fixnum` value; fix #3946
Yukihiro "Matz" Matsumoto
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
`String#inspect` to use hexadecimal, not octal to print unprintable.
Yukihiro "Matz" Matsumoto
2018-02-12
Merge pull request #3945 from take-cheeze/fix_dep_core_gems
Yukihiro "Matz" Matsumoto
2018-02-12
Merge pull request #3915 from llothar/master
Yukihiro "Matz" Matsumoto
2018-02-12
Resolve conflicts between labels and conditional ternary; fix #3931
Yukihiro "Matz" Matsumoto
2018-02-10
Fix core dependencies resolving in dependencies gems.
Takeshi Watanabe
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-09
Check `ensure` proc is NULL before calling; fix #3943
Yukihiro "Matz" Matsumoto
2018-02-04
Merge pull request #3941 from matsumotory/patch-1
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-02-02
Merge pull request #3940 from take-cheeze/fix_proc_ctx_access
Yukihiro "Matz" Matsumoto
2018-02-02
Fix possible memory access error.
Takeshi Watanabe
2018-01-31
Merge pull request #3938 from mattn/include-io
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
Merge pull request #3923 from ksss/tempnam
Yukihiro "Matz" Matsumoto
2018-01-31
Use mkstemp instead of tempnam
ksss
2018-01-30
Need not to pop `callinfo` on `OP_STOP`.
Yukihiro "Matz" Matsumoto
2018-01-30
Merge pull request #3937 from mattn/file-mtime
Yukihiro "Matz" Matsumoto
2018-01-30
add File#mtime
Yasuhiro Matsumoto
[prev]
[next]