- 29 Aug, 2014 2 commits
-
-
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 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 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Remove a discarded comparison.
-