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
2021-05-30
sprintf.c: avoid object allocation in integer formatting.
Yukihiro "Matz" Matsumoto
2021-05-30
numeric.c: introduce `mrb_int_to_cstr()` to dump `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-05-29
codegen.c: just raise the exception on broken node for assignments.
Yukihiro "Matz" Matsumoto
2021-05-28
kernel.c: avoid recursive VM call in `mrb_f_caller`.
Yukihiro "Matz" Matsumoto
2021-05-28
kernel.c: `caller` should not include the frame for itself.
Yukihiro "Matz" Matsumoto
2021-05-27
array.c: unify `mrb_ary_ref` and `mrb_ary_entry`
Yukihiro "Matz" Matsumoto
2021-05-22
mruby-sprintf: reduce float digits to avoid test failure.
Yukihiro "Matz" Matsumoto
2021-05-22
fp_fmt.c: remove `mrb_float_to_cstr()`.
Yukihiro "Matz" Matsumoto
2021-05-21
sprintf.c: remove specifiers `%a` and `%A`.
Yukihiro "Matz" Matsumoto
2021-05-18
parse.y: allow "command" syntax in endless method definition.
Yukihiro "Matz" Matsumoto
2021-05-18
parse.y: endless singleton method definition can omit parens.
Yukihiro "Matz" Matsumoto
2021-05-17
Global renaming regarding `integer` and `float`.
Yukihiro "Matz" Matsumoto
2021-05-17
Rename `mrb_fixnum_to_str` to `mrb_integer_to_str`.
Yukihiro "Matz" Matsumoto
2021-05-17
Rename `mrb_flo_to_fixnum` to `mrb_float_to_integer`.
Yukihiro "Matz" Matsumoto
2021-05-17
rational.c: update function prefixes.
Yukihiro "Matz" Matsumoto
2021-05-15
mruby-array-ext/array.c: implement `Array#rotate` in C.
Yukihiro "Matz" Matsumoto
2021-05-14
mruby-array-ext/array.c: implement `Array#compact` in C.
Yukihiro "Matz" Matsumoto
2021-05-14
array.rb: replace `can't` with `cannot`.
Yukihiro "Matz" Matsumoto
2021-05-13
string.c: remove unnecessary branch in the internal method.
Yukihiro "Matz" Matsumoto
2021-05-13
range.c: avoid use of `mrb_fixnum_p`.
Yukihiro "Matz" Matsumoto
2021-05-13
mruby-test: `MRB_INT_MAX` etc. may not fit in `Fixnum` (inline int).
Yukihiro "Matz" Matsumoto
2021-05-08
time.c: Windows API provides `clock_gettime`.
Yukihiro "Matz" Matsumoto
2021-05-05
Extend the tab with 8 whitespace
dearblue
2021-05-05
Merge pull request #5442 from dearblue/mruby-pack
Yukihiro "Matz" Matsumoto
2021-05-03
Fix documents for `mruby-io`
dearblue
2021-05-03
Update gem spec for `mruby-sleep`
dearblue
2021-05-02
Rename mrbgems/mruby-inline-struct with mrbgems/mruby-test-inline-struct
dearblue
2021-05-02
Run the task only once when `parse.y` is updated
dearblue
2021-05-01
io.rb,print.rb: `puts` to expand array arguments.
Yukihiro "Matz" Matsumoto
2021-04-29
Fix typo in `mrbgems/mruby-io/mrblib/io.rb`; ref cb55e7eca
KOBAYASHI Shuji
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
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-26
mruby.c: specify file names for libraries set by `-r`; fix #5427
Yukihiro "Matz" Matsumoto
2021-04-26
Merge pull request #5423 from dearblue/gc-red
Yukihiro "Matz" Matsumoto
2021-04-25
Merge pull request #5422 from dearblue/binding1
Yukihiro "Matz" Matsumoto
2021-04-24
Skip tests that use `Float` inside; ref #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
Introduce `MRB_GC_RED`
dearblue
2021-04-23
Avoid ill-advised `goto`
dearblue
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
test/math.rb: `10**30` could cause integer overflow; ref #5420
Yukihiro "Matz" Matsumoto
2021-04-20
Remove unused `#include` in `complex.c` and `rational.c`
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
time.c: add integer boundary check for year.
Yukihiro "Matz" Matsumoto
2021-04-17
array.rb: add `Array#intersect?` from Ruby3.0.1.
Yukihiro "Matz" Matsumoto
[prev]
[next]