- 26 Aug, 2014 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
remove unused MSVC strtoll fallback
-
Yukihiro "Matz" Matsumoto authored
printf: cast variables to the expected type
-
Yukihiro "Matz" Matsumoto authored
use MRB_STRINGIZE
-
- 25 Aug, 2014 8 commits
-
-
cremno authored
-
cremno authored
It's defined in mruby/version.h which gets included in mruby.h, so it's safe to use.
-
cremno authored
%x expects unsigned int and %p expects void * GCC emits a diagnostic about %p/void* in pedantic mode: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26542
-
Yukihiro "Matz" Matsumoto authored
Remove spaces in end-of-line.
-
Yukihiro "Matz" Matsumoto authored
Fix and add test for Numeric#pow behavior.
-
Tatsuhiko Kubo authored
-
Tatsuhiko Kubo authored
* Before 2 ** -1 #=> 0 * After 2 ** -1 #=> 0.5
-
Tatsuhiko Kubo authored
-
- 22 Aug, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Use sizeof() instead of strlen().
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
Fix build failed on VS2012
-
bggd authored
-
- 21 Aug, 2014 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove a discarded comparison.
-
Yukihiro "Matz" Matsumoto authored
Unify include guard styles and header comments.
-
Yukihiro "Matz" Matsumoto authored
use mrb_str_cat_lit() instead of mrb_str_cat_cstr().
-
Yukihiro "Matz" Matsumoto authored
changed to call check_cv_name_str in check_cv_name_sym and adjust indent
-
Tatsuhiko Kubo authored
-
kkkkkt authored
-
Tatsuhiko Kubo authored
-
Tatsuhiko Kubo authored
mrb_method_search() does not return NULL. Instead it raises an exception. So it is not necessary to evaluate a return value of mrb_method_search().
-
- 20 Aug, 2014 12 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add API `mrb_data_init` to initialize `MRB_TT_DATA` tagged instance.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Remove empty lines.
-
take_cheeze authored
-
Tatsuhiko Kubo authored
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
Use specified macro(NULL) instead of magic-number.
-
Yukihiro "Matz" Matsumoto authored
Fix error handling for mrb_pool_realloc().
-
Yukihiro "Matz" Matsumoto authored
Fix error handling for mrb_open_allocf().
-
Yukihiro "Matz" Matsumoto authored
Fix error handlings for mrb_open_core().
-
- 19 Aug, 2014 5 commits
-
-
Tatsuhiko Kubo authored
-
Tatsuhiko Kubo authored
When DISABLE_GEMS is not defined and a return value of mrb_open_core() is NULL, mrb_open_allocf() may cause SEGV.
-
Tatsuhiko Kubo authored
mrb_pool_alloc() may return NULL.
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
Fix error hanldlings in read_irep_record().
-