- 13 Mar, 2014 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 12 Mar, 2014 12 commits
-
-
Yukihiro "Matz" Matsumoto authored
add MRB_INT_BIT
-
Yukihiro "Matz" Matsumoto authored
add including limits.h.
-
Yukihiro "Matz" Matsumoto authored
add mrb_strlen_lit
-
tmash06 authored
Because Android's libc(bionic) defines SIZE_MAX at limits.h.
-
cremno authored
strlen(3) + string literal is usually optimized but strlen(3) doesn't check if its argument is really a string literal. This is important for mruby's _static functions to which some _lit macros are expanded (string literals have static storage). See comment for some additional info. remove unnecessary parentheses
-
Yukihiro "Matz" Matsumoto authored
ignore *.pdb
-
Yukihiro "Matz" Matsumoto authored
Added a short description about mruby gems
-
Joachim Baran authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Suppress warnings.
-
Yukihiro "Matz" Matsumoto authored
Fix mrb_funcall calling.
-
take_cheeze authored
-
- 11 Mar, 2014 5 commits
-
-
cremno authored
-
take_cheeze authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
fix sym_intern argument type
-
ksss authored
-
- 10 Mar, 2014 9 commits
-
-
Yukihiro "Matz" Matsumoto authored
add assertion method `assert_nothing_raised'
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
set bit field for mrb_bool
-
Yukihiro "Matz" Matsumoto authored
set bool macro
-
ksss authored
-
ksss authored
-
Yukihiro "Matz" Matsumoto authored
Reduce mrb_open calls in mrbgem test.
-
Yukihiro "Matz" Matsumoto authored
Add comments at end of include guard
-
cubicdaiya authored
-
- 09 Mar, 2014 5 commits
-
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Add comments to notify files are auto generated.
-
Masaki Muranaka authored
-
Yukihiro "Matz" Matsumoto authored
Use mrb_str_new_cstr() instead of mrb_str_new() with strlen().
-
Masaki Muranaka authored
-
- 08 Mar, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
use mrb_str_cat_lit for literals
-