- 12 Jul, 2014 2 commits
-
-
take_cheeze authored
-
take_cheeze authored
-
- 09 Jul, 2014 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
invalid base shouldn't silently fail
-
Yukihiro "Matz" Matsumoto authored
remove unused `mrb_str_body`
-
cremno authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Use `mrb_print_error` in test error handling.
-
- 08 Jul, 2014 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
David Turnbull authored
-
Yukihiro "Matz" Matsumoto authored
Remove unnecessary out of memory check in `ary_expand_capa`.
-
Yukihiro "Matz" Matsumoto authored
Add new API `mrb_ary_resize`(mruby implementation of `rb_ary_resize`).
-
take_cheeze authored
-
take_cheeze authored
-
- 07 Jul, 2014 1 commit
-
-
take_cheeze authored
Since `mrb_realloc` raises when failed to allocate memory.
-
- 06 Jul, 2014 3 commits
-
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Reduce allocation in shared RArray clearing.
-
- 05 Jul, 2014 1 commit
-
-
take_cheeze authored
-
- 04 Jul, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix type checking in `mrb_flo_to_fixnum`.
-
take_cheeze authored
-
- 03 Jul, 2014 7 commits
-
-
Yukihiro "Matz" Matsumoto authored
Always return non-NULL in `mrb_hash_tbl`.
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
Use RSTR_NOFREE_P in state.c
-
Yukihiro "Matz" Matsumoto authored
Use *_EMBED_* macro in state.c
-
Yukihiro "Matz" Matsumoto authored
Add method `toolchains` and `primary_toolchain` to `MRuby::Build`.
-
Jun Hiroe authored
-
Jun Hiroe authored
-
- 02 Jul, 2014 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add a caution to Your Pull Request document. (suggested by Matz) close #2437
-
Jun Hiroe authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Ensure RVALUE is large enough for word boxing types.
-
David Turnbull authored
-
Yukihiro "Matz" Matsumoto authored
Use `MRB_ARGS_ARG(n, o)` instead of `MRB_ARGS_REQ(n) | MRB_ARGS_OPT(o)`.
-
take_cheeze authored
-