- 12 Apr, 2019 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The `env` stores stack length in a 10 bit field. See `MRB_ENV_STACK_LEN()` macro.
-
Yukihiro "Matz" Matsumoto authored
Remove incorrect flags updating in `mrb_regexp_p()`
-
Yukihiro "Matz" Matsumoto authored
Fix buffer overflows in parser.
-
Clayton Smith authored
-
- 11 Apr, 2019 1 commit
-
-
KOBAYASHI Shuji authored
-
- 10 Apr, 2019 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Use `mrb_immediate_p()` in `mrb_obj_freeze()` and `mrb_obj_frozen()`
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 09 Apr, 2019 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Extract frozen checking to function
-
Yukihiro "Matz" Matsumoto authored
Remove unneeded function prototypes
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
KOBAYASHI Shuji authored
-
- 08 Apr, 2019 4 commits
-
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 07 Apr, 2019 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix test for `Array#slice`
-
KOBAYASHI Shuji authored
-
- 06 Apr, 2019 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Move `Array#(append|prepend)` from core to `mruby-ary-ext`
-
Yukihiro "Matz" Matsumoto authored
Remove unused `mrb_proc_cfunc_p()`
-
KOBAYASHI Shuji authored
They are not included in ISO standard.
-
KOBAYASHI Shuji authored
-
- 05 Apr, 2019 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
`Module#alias_method` should return `self` in ISO standard
-
KOBAYASHI Shuji authored
-
Yukihiro "Matz" Matsumoto authored
Update version and release date. `mruby 2.0.1 (2019-4-4)`
-
Yukihiro "Matz" Matsumoto authored
Use `mrb_proc_arity` instead of `Proc#arity` call in `Method#arity`
-
Yukihiro "Matz" Matsumoto authored
Modify `#else` and `#endif` annotations in `src/fmt_fp.c` [ci skip]
-
- 04 Apr, 2019 2 commits
-
-
KOBAYASHI Shuji authored
-
Hiroshi Mimaki authored
`mruby 2.0.1 (2019-4-4)`
-
- 03 Apr, 2019 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Remove unnecessary `_set_output_format` call
-
KOBAYASHI Shuji authored
-
KOBAYASHI Shuji authored
Three-digit exponent issue was fixed via another workaround (63b8f5cf).
-
- 02 Apr, 2019 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Pad leading zero to month and day in `MRUBY_RELEASE_DATE`
-
KOBAYASHI Shuji authored
For Ruby compatibility.
-
Yukihiro "Matz" Matsumoto authored
Fix modifiable class name
-
- 01 Apr, 2019 1 commit
-
-
KOBAYASHI Shuji authored
Fix the following example: Object.const_set :A, Module.new{const_set :B, Class.new} ab = A::B.to_s p ab #=> "A::B" # Good ab[0] = "x" p A::B.to_s #=> "x::B" # Bad
-