| Age | Commit message (Collapse) | Author |
|
take-cheeze-values_at
|
|
mruby-math: define and use `Math::DomainError`
|
|
Domain errors are detected as per ISO C99 and may differ from CRuby.
|
|
|
|
miss __MINGW32__ macro check
|
|
Add API `mrb_get_values_at()` to mruby/range.h .
|
|
|
|
Implement Struct#to_h .
|
|
|
|
|
|
|
|
|
|
Add Array#select_bang
|
|
|
|
|
|
|
|
|
|
|
|
Add Array#keep_if
|
|
Use mrb_int in mrbgem rest arguments getting.
|
|
|
|
Only a nil binding will be supported.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add test of $0 value in bin/mruby related to #2103 .
|
|
|
|
|
|
|
|
|
|
Remove `Struct` defined check in test.
|
|
|
|
|
|
|
|
|
|
|
|
Suppress test script syntax warning.
|
|
|
|
|
|
Implement Symbol#casecmp
|
|
String#casecmp should be call `to_str`
|
|
Symbol class include Comparable module.
|
|
|
|
when non String object sent
And should be raise TypeError
when can not responsed to `to_str`
|
|
|
|
|