- 04 May, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
simply use `isfinite`
-
Yukihiro "Matz" Matsumoto authored
Add Hash#delete_if
-
- 03 May, 2014 21 commits
-
-
cremno authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
Fix docs path.
-
Yukihiro "Matz" Matsumoto authored
Suppress warning when using readline in mirb.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
separate mrb_range_beg_len() into two: the one truncates range into the sequence size, and the one does not. #values_at uses the latter.
-
yui-knk authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
add namespace prefix to `dump_irep`
-
Yukihiro "Matz" Matsumoto authored
mruby-math: define and use `Math::DomainError`
-
Yukihiro "Matz" Matsumoto authored
MSVC: treat implicit function decl. as error
-
Yukihiro "Matz" Matsumoto authored
Fix indent
-
Yukihiro "Matz" Matsumoto authored
Delete unused variable in Array#delete_if
-
- 02 May, 2014 12 commits
-
-
cremno authored
Domain errors are detected as per ISO C99 and may differ from CRuby.
-
cremno authored
-
cremno authored
As equivalent to GCC's `-Werror-implicit-function-declaration`.
-
Jun Hiroe authored
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
Refactor rshift
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
Update time.c
-
windwiny authored
miss __MINGW32__ macro check
-
take_cheeze authored
Add API `mrb_get_values_at()` to mruby/range.h .
-
Yukihiro "Matz" Matsumoto authored
goto STOP if ridx==0
-
sasaki takeru authored
-
- 01 May, 2014 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
On overflow, clear new stack space before mrb_raise
-
Yukihiro "Matz" Matsumoto authored
Remove use of define_singleton_method.
-
Carson McDonald authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Implement header searcher to use readline in mirb if possible.
-