- 03 May, 2014 15 commits
-
-
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.
-
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 8 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.
-
Yukihiro "Matz" Matsumoto authored
Added dump_irep in header.
-
take_cheeze authored
-
take_cheeze authored
-
- 30 Apr, 2014 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Implement Struct#to_h .
-
Yukihiro "Matz" Matsumoto authored
use Kernel#__send__ insteard of Kernel#send
-
Thiago Scalone authored
-
take_cheeze authored
-
ksss authored
-