- 04 May, 2014 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
Embedded document
-
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 10 commits
-
-
Nobuyoshi Nakada authored
-
Nobuyoshi Nakada authored
-
Nobuyoshi Nakada authored
skips() advance after the string skipped.
-
Nobuyoshi Nakada authored
tabs are allowed after `=begin` and `=end`. raise `SyntaxError` if no =end is found.
-
Nobuyoshi Nakada authored
the input must rest the length of a string to be peeked at least. fixes parse error at embedded documents by string eval, and `-e` command line options.
-
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
-