- 01 Oct, 2019 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Remove a trailing space in `MRUBY_DESCRIPTION`
-
- 30 Sep, 2019 1 commit
-
-
KOBAYASHI Shuji authored
-
- 29 Sep, 2019 15 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove unnecessary type `mrb_hash_value`
-
Yukihiro "Matz" Matsumoto authored
Print missing `:` before newline in `mrb_parser_dump`
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Allow rethrowing `MRB_TT_BREAK`
-
dearblue authored
-
Yukihiro "Matz" Matsumoto authored
Restore GC arena frequently
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Remove unnecessary assignments
-
dearblue authored
-
Yukihiro "Matz" Matsumoto authored
Add an annotation about the return value
-
Yukihiro "Matz" Matsumoto authored
The return value from `mrb_delete_key` needs to be protected from GC in some cases.
-
dearblue authored
-
Yukihiro "Matz" Matsumoto authored
Remove unused node type in `codegen()`
-
dearblue authored
-
- 28 Sep, 2019 1 commit
-
-
KOBAYASHI Shuji authored
-
- 27 Sep, 2019 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Simplify arguments check in `String#rindex`
-
Yukihiro "Matz" Matsumoto authored
-
KOBAYASHI Shuji authored
Also fix document about type of the first argument.
-
- 26 Sep, 2019 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Use type predicate macros instead of `mrb_type` if possible
-
Yukihiro "Matz" Matsumoto authored
-
KOBAYASHI Shuji authored
For efficiency with `MRB_WORD_BOXING` (implement type predicate macros for all `enum mrb_vtype`).
-
Yukihiro "Matz" Matsumoto authored
The following two may be different: * `%d` for `int` * `%i` for `mrb_int`
-
- 25 Sep, 2019 11 commits
-
-
Yukihiro "Matz" Matsumoto authored
Use inttypes for `snprintf()`
-
Yukihiro "Matz" Matsumoto authored
Keep the type of `posarg` consistent
-
Yukihiro "Matz" Matsumoto authored
Remove `MRB_TT_HAS_BASIC` macro
-
Yukihiro "Matz" Matsumoto authored
Fix `MRB_WITHOUT_FLOAT` reversal; fix #4598
-
Yukihiro "Matz" Matsumoto authored
Add "fall through"
-
Yukihiro "Matz" Matsumoto authored
* mrb_sym2name -> mrb_sym_name * mrb_sym2name_len -> mrb_sym_name_len * mrb_sym2str -> mrb_sym_str
-
dearblue authored
-
dearblue authored
Match the type with the caller and related functions.
-
dearblue authored
-
dearblue authored
-
KOBAYASHI Shuji authored
The value of `MRB_TT_HAS_BASIC` is meaningless because `MRB_TT_HAS_BASIC` is no longer used with `MRB_WORD_BOXING` at b2c3d88f.
-
- 24 Sep, 2019 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
`Exception#initialize` should not allow two or more arguments
-
KOBAYASHI Shuji authored
-
- 23 Sep, 2019 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix `Fixnum` overflow test in `Integer#<<` test
-
KOBAYASHI Shuji authored
- Skip when `MRB_WITHOUT_FLOAT` is defined. - Make `Fixnum` overflow even when `MRB_INT64` is defined.
-