- 04 May, 2014 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add Hash comments
-
Yukihiro "Matz" Matsumoto authored
Fix typo.
-
Jun Hiroe authored
-
yui-knk authored
-
Yukihiro "Matz" Matsumoto authored
Fix comment of exc_inspect (and adjust spaces)
-
Yukihiro "Matz" Matsumoto authored
simply use `isfinite`
-
Yukihiro "Matz" Matsumoto authored
Add Hash#delete_if
-
yui-knk authored
-
- 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 11 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
-