- 11 Mar, 2014 1 commit
-
-
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 18 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
use mrb_str_cat_lit for literals
-
Yukihiro "Matz" Matsumoto authored
use NAN and INFINITY macros
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Make type casts safer
-
Yukihiro "Matz" Matsumoto authored
fix #1823
-
cremno authored
-
cremno authored
The macro str_to_mrb_float (strto[df]) converts a string to a number, but these two macros can be used to directly get the special value. The NAN macro requires quiet NaN support, but so does str_to_mrb_float. This change also circumvents missing C99 support in Microsoft's C library. Its (or ISO C90's) strtod doesn't parse "nan" or "inf".
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
ksss authored
-
Masaki Muranaka authored
-
Yukihiro "Matz" Matsumoto authored
Use sizeof(void*) instead of mrb_int size and extend embed string size.
-
Yukihiro "Matz" Matsumoto authored
two pool fixes
-
Yukihiro "Matz" Matsumoto authored
support linenoise in mirb
-
- 07 Mar, 2014 7 commits
-
-
cremno authored
-
cremno authored
C4146 (unary minus operator applied to unsigned type, result still unsigned)
-
takkaw authored
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Embed small string
-