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
2021-04-28
string.c: add a new method `String#center`.
Yukihiro "Matz" Matsumoto
2021-04-28
string.{c,rb}: fix type of return values from some methods as Ruby3.0
Yukihiro "Matz" Matsumoto
2021-04-28
doc/opcode.md: stop reversed link syntax check from markdownlint.
Yukihiro "Matz" Matsumoto
2021-04-28
io.rb: reimplement `IO#each_char`.
Yukihiro "Matz" Matsumoto
2021-04-28
array.rb: `Array#uniq` to return always `Array`.
Yukihiro "Matz" Matsumoto
2021-04-27
array.c: update `Array#shift` to take optional argument; close #5428
Yukihiro "Matz" Matsumoto
2021-04-26
Merge pull request #5425 from dearblue/exc_to_s
Yukihiro "Matz" Matsumoto
2021-04-26
mruby.c: specify file names for libraries set by `-r`; fix #5427
Yukihiro "Matz" Matsumoto
2021-04-26
backtrace.c: skip innermost frame only when the method is in C; #5394
Yukihiro "Matz" Matsumoto
2021-04-26
Merge pull request #5424 from dearblue/new_iseq
Yukihiro "Matz" Matsumoto
2021-04-26
Merge pull request #5423 from dearblue/gc-red
Yukihiro "Matz" Matsumoto
2021-04-26
build_config/no-float.rb: unify two build configurations; #5421
Yukihiro "Matz" Matsumoto
2021-04-25
Merge pull request #5422 from dearblue/binding1
Yukihiro "Matz" Matsumoto
2021-04-25
Fix symbol leak in `exc_to_s()`
dearblue
2021-04-24
Fix annotations for inline iseq of `Class.new` [ci skip]
dearblue
2021-04-24
Skip tests that use `Float` inside; ref #5421
Yukihiro "Matz" Matsumoto
2021-04-24
numeric.c: remove duplicated definitions; #5421
Yukihiro "Matz" Matsumoto
2021-04-24
time.c: `fixable_time_t_p` is not used with `MRB_NO_FLOAT`; #5421
Yukihiro "Matz" Matsumoto
2021-04-24
random.c: refactoring; #5421
Yukihiro "Matz" Matsumoto
2021-04-24
build_config/nofloat.rb: build configuration with `MRB_NO_FLOAT`; #5421
Yukihiro "Matz" Matsumoto
2021-04-24
Introduce `MRB_GC_RED`
dearblue
2021-04-24
numeric.c: fix errors from `MRB_NO_FLOAT`; close #5421
Yukihiro "Matz" Matsumoto
2021-04-23
Avoid ill-advised `goto`
dearblue
2021-04-23
vm.c: fix errors with `MRB_NO_FLOAT`; fix #5421
Yukihiro "Matz" Matsumoto
2021-04-23
time.c: `time_t` may be unsigned on some platforms.
Yukihiro "Matz" Matsumoto
2021-04-22
error.h: rename `mrb_protect_raw` to `mrb_protect_error`; #5415
Yukihiro "Matz" Matsumoto
2021-04-21
numeric.c: update error messages in `int_pow`; ref #5420
Yukihiro "Matz" Matsumoto
2021-04-21
numeric.c: fix `int_pow` to detect integer overflow; fix #5420
Yukihiro "Matz" Matsumoto
2021-04-21
test/math.rb: `10**30` could cause integer overflow; ref #5420
Yukihiro "Matz" Matsumoto
2021-04-20
Merge pull request #5419 from shuujii/remove-unused-struct-in-include-mruby-v...
Yukihiro "Matz" Matsumoto
2021-04-20
Merge pull request #5418 from shuujii/remove-unused--include-in-complex.c-and...
Yukihiro "Matz" Matsumoto
2021-04-20
Merge pull request #5417 from shuujii/remove-MRB_API-from-mrb_get_backtrace-d...
Yukihiro "Matz" Matsumoto
2021-04-20
Remove unused struct in `include/mruby/variable.h`
KOBAYASHI Shuji
2021-04-20
Remove unused `#include` in `complex.c` and `rational.c`
KOBAYASHI Shuji
2021-04-20
Remove `MRB_API` from `mrb_get_backtrace` definition
KOBAYASHI Shuji
2021-04-19
Merge pull request #5415 from dearblue/unwind-mrb_protect
Yukihiro "Matz" Matsumoto
2021-04-19
Introducing the `mrb_protect_raw()` API function
dearblue
2021-04-19
backtrace.c: remove `MRB_API` from internal functions.
Yukihiro "Matz" Matsumoto
2021-04-19
backtrace.c: small refactoring in `mrb_exc_backtrace()`; ref #5394
Yukihiro "Matz" Matsumoto
2021-04-19
backtrace.c: pedantic check for empty backtrace; ref #5394
Yukihiro "Matz" Matsumoto
2021-04-19
backtrace.c: should skip first (innermost) frame w/out position; #5394
Yukihiro "Matz" Matsumoto
2021-04-19
time.c: add integer boundary check for year.
Yukihiro "Matz" Matsumoto
2021-04-18
Merge pull request #5414 from shuujii/mRubyPresym-no-longer-needs-RakeDSL
Yukihiro "Matz" Matsumoto
2021-04-17
array.rb: add `Array#intersect?` from Ruby3.0.1.
Yukihiro "Matz" Matsumoto
2021-04-17
`MRuby::Presym` no longer needs `Rake::DSL`
KOBAYASHI Shuji
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-04-15
Merge pull request #5413 from shuujii/fix-enable_debug_info-in-mrbgems-mruby-...
Yukihiro "Matz" Matsumoto
2021-04-15
Fix `enable_debug_info?` in `mrbgems/mruby-proc-ext/test/proc.rb`
KOBAYASHI Shuji
2021-04-14
Merge pull request #5411 from artichoke/mrb_protect_atexit_prototype_mismatch
Yukihiro "Matz" Matsumoto
2021-04-14
Merge pull request #5410 from mruby/dependabot/github_actions/actions/cache-v...
Yukihiro "Matz" Matsumoto
[prev]
[next]