- 07 Jan, 2014 2 commits
-
-
-
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 14 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'
-
h2so5 authored
-
cremno authored
It's better to have one message for the same error than two different (although similar worded) ones.
-
cremno authored
- HAVE_IEEEFP_H is nowhere defined or needed at all - FreeBSD < 4 is unsupported since years - MSVC workaround (around what exactly?)
-
cremno authored
-
cremno authored
-
cremno authored
-
cremno authored
- File.exists? is deprecated since 2.1.0 - tasks/mruby_build_commands.rake:268: ambiguous argument
-
- 01 Jan, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-