- 01 Sep, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 30 Aug, 2014 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
delete obsolete macros (mrb_basic + mrb_object)
-
Yukihiro "Matz" Matsumoto authored
correctly validate symbol length
-
- 29 Aug, 2014 6 commits
-
-
cremno authored
The comment didn't say why the length is reserved. Using RITE_LV_NULL_MARK makes things a bit clearer.
-
cremno authored
This also fixes an off-by-one in mrb_check_intern().
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Remove unused macro.
- 28 Aug, 2014 15 commits
-
-
Tatsuhiko Kubo authored
OutOfRange() is no longer used.
-
Yukihiro "Matz" Matsumoto authored
Fix error handlings for fprintf() and fputs() to file.
-
Yukihiro "Matz" Matsumoto authored
Unify and rename duplicated functions (noregexp() and regexp_check()).
-
Yukihiro "Matz" Matsumoto authored
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Tatsuhiko Kubo authored
Add prefix(mrb) to noregexp() and regexp_check().
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
add write barrier to env on pop call info poped. #2525
-
dycoon authored
-
- 27 Aug, 2014 7 commits
-
-
Tatsuhiko Kubo authored
-
Tatsuhiko Kubo authored
-
Yukihiro "Matz" Matsumoto authored
Add a missing space after ",".
-
Yukihiro "Matz" Matsumoto authored
Remove discareded NULL checks and use mrb_malloc() instead of mrb_realloc().
-
Tatsuhiko Kubo authored
-
Tatsuhiko Kubo authored
-
Tatsuhiko Kubo authored
-
- 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 5 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.
-