- 26 Mar, 2013 1 commit
-
-
Masaki Muranaka authored
-
- 25 Mar, 2013 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
remove unused functions 'mrb_strerrno' and 'mrb_bug_errno'.
-
crimsonwoods authored
-
Yukihiro "Matz" Matsumoto authored
Reduce stdio dependency
-
Yukihiro "Matz" Matsumoto authored
Fix indentation in mirb.c
-
Yukihiro "Matz" Matsumoto authored
mruby-sprintf should precede mruby-print
-
mattn authored
-
kano4 authored
-
Yukihiro "Matz" Matsumoto authored
Make topenv() static inlined to avoid compiling error when using clang and -O0 mode
-
Xuejie "Rafael" Xiao authored
-
Yukihiro "Matz" Matsumoto authored
Changed the RData type field to 'const'
-
- 24 Mar, 2013 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Adjusted indent, space and tab
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
Include stddef.h. It is required by size_t. In case you include stdio.h, stddef.h is included indirectly.
-
MATSUMOTO Ryosuke authored
-
- 23 Mar, 2013 23 commits
-
-
Artur K authored
Within the mruby source code the 'type' field is either initialized, or used in const manner. IMHO changing the type after it has been created might cause hard to track errors.
-
Yukihiro "Matz" Matsumoto authored
NaN boxing: fix compilation
-
Yukihiro "Matz" Matsumoto authored
Remove unused mrb_sprintf
-
Cremno authored
Use MRB_SET_VALUE instead of directly accessing members of mrb_value which are different if NaN boxing is enabled.
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
Remove needless prototype
-
Yukihiro Matz Matsumoto authored
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
mruby-print gem
-
Yukihiro Matz Matsumoto authored
-
mattn authored
-
mattn authored
-
Masaki Muranaka authored
For particular environments which has 25 < n < 32 bit int. There is no cost even if you use 16/32bit int targets.
-
Masaki Muranaka authored
Add brances to macro parameter. It may be refactored as GET_UNPACK_{b,c} are used only by GETARG_{b,c}.
-
Masaki Muranaka authored
-
Yukihiro Matz Matsumoto authored
Use mrb_bool instead of int. This is for portability; based on e767ebf but iv_foreach_func must return int
-
Masaki Muranaka authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Modified license information for mruby-random
-
MATSUMOTO Ryosuke authored
-
Yukihiro Matz Matsumoto authored
-
https://github.com/monaka/mrubyYukihiro Matz Matsumoto authored
Merge branch 'pr-add-mrb_ptr_as_string' of https://github.com/monaka/mruby into monaka-pr-add-mrb_ptr_as_string
-
Yukihiro "Matz" Matsumoto authored
Remove _obj_classname()
-