- 07 Jan, 2014 10 commits
-
-
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>
-
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 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
use macros for assignments to ci->err
-
Yukihiro "Matz" Matsumoto authored
-
h2so5 authored
-
- 02 Jan, 2014 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
tiny word boxing optimization
-
Yukihiro "Matz" Matsumoto authored
remove superfluous return in codedump_all
-
Yukihiro "Matz" Matsumoto authored
Fix extended arena check in gc_protect
-
Yukihiro "Matz" Matsumoto authored
use the same error msg as mrb_str_to_cstr/CRuby
-
Yukihiro "Matz" Matsumoto authored
remove various preprocessor conditionals
-
Yukihiro "Matz" Matsumoto authored
NaN boxing: use uintptr_t for bit manipulations
-
Yukihiro "Matz" Matsumoto authored
fix some warnings emitted by 'ruby -w'
-