- 08 Jul, 2014 1 commit
-
-
David Turnbull authored
-
- 06 Jul, 2014 2 commits
-
-
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 10 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
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix MRB_WORD_BOXING by correctly telling GC which mrb_value types are im...
-
- 01 Jul, 2014 2 commits
-
-
David Turnbull authored
-
Yukihiro "Matz" Matsumoto authored
Use `TRUE` instead of `1` in mirb code.
-
- 30 Jun, 2014 1 commit
-
-
take_cheeze authored
-
- 29 Jun, 2014 3 commits
-
-
take_cheeze authored
* To check imported toolchains for setting up toolchain specific things. * `primary_toolchain` returns the main toolchain name of the build.
-
Yukihiro "Matz" Matsumoto authored
Reduce warning for enumeration
-
ksss authored
22 enumeration values not handled in switch: 'MRB_TT_FALSE', 'MRB_TT_FREE', 'MRB_TT_TRUE'... [-Wswitch]
-
- 28 Jun, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Sacrifice some micro-optimization to remove duplicate code
-
- 27 Jun, 2014 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
take_cheeze authored
* Filter `MRB_TT_ENV` and `MRB_TT_ICLASS`. * Set `mrb->string_class` in `mrb_init_exception` instead.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 26 Jun, 2014 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix typo in doc/api/mruby.h.md
-
Yukihiro "Matz" Matsumoto authored
Document rest mrbconfs.
-
Patrick Pokatilo authored
-