- 10 Jan, 2014 5 commits
-
-
h2so5 authored
-
Yukihiro "Matz" Matsumoto authored
add operator "!~".
-
Yukihiro "Matz" Matsumoto authored
fix ISO reference number of String#=~.
-
Tomoyuki Sahara authored
-
Tomoyuki Sahara authored
-
- 08 Jan, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 07 Jan, 2014 15 commits
-
-
Yukihiro "Matz" Matsumoto authored
string.c: remove str_mod_check
-
Yukihiro "Matz" Matsumoto authored
add String#reverse, String#reverse! for UTF-8
-
Yukihiro "Matz" Matsumoto authored
remove superfluous includes
-
h2so5 authored
-
cremno authored
Clang 3.4 emits '-Wunused-function' - and it's really unused! But according to the description this seems to be a bug: >Warn whenever a static function is declared but not defined or >a non-inline static function is unused. This warning is enabled by -Wall. Source: <http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html>
-
cremno authored
- reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style)
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Remove duplicate test for mruby-string-utf8
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
-
mattn authored
-
- 06 Jan, 2014 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
tests for "case" expression.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
adjust proc->target_class according to surrounding proc->target_class; based on a patch from @Fleurer; close #1627
-
Tomoyuki Sahara authored
-
- 05 Jan, 2014 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Test for raise in ensure
-
Yukihiro "Matz" Matsumoto authored
Reduce unnecessary mrbgems full test rebuild.
-
Carson McDonald authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
h2so5 authored
-
- 04 Jan, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Test case statement with splat
-
Carson McDonald authored
-
Yukihiro "Matz" Matsumoto authored
object_id may not return Fixnum (ISO says Integer), since intptr_t may be bigger than Fixnum, so type check for Numeric; ref #1630
-
Yukihiro "Matz" Matsumoto authored
-
- 03 Jan, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-