- 07 Dec, 2016 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Removed the errno declaration from string.c
-
Felix Jones authored
-
Felix Jones authored
-
Yukihiro "Matz" Matsumoto authored
set `MRB_64BIT` if the sizeof(size_t) is 8
-
Kazuho Oku authored
-
- 06 Dec, 2016 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The function used to return NULL on error, but not checked in the caller site.
-
- 05 Dec, 2016 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Fix stack move segfaulting in OP_ARYCAT
-
- 04 Dec, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
The following codes used to be SyntaxError: (1) a = <<-EOD; hello EOD (2) <<-EOD.bla begin k EOD end
-
Yukihiro "Matz" Matsumoto authored
-
- 03 Dec, 2016 14 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
The function was renamed to `mrb_float_read(const char*, char**)`.
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
https://github.com/bouk/mrubyYukihiro "Matz" Matsumoto authored
Merge branch 'method-missing-segfault' of https://github.com/bouk/mruby into bouk-method-missing-segfault
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix segfault when using result of rest assignment
-
Yukihiro "Matz" Matsumoto authored
range->edges may be NULL for example when #initialize_copy removed.
-
Yukihiro "Matz" Matsumoto authored
Use mrb_ptr instead of mrb_cptr in Kernel#to_s
-
Yukihiro "Matz" Matsumoto authored
Fix some incompatibility for Enumerator#with_index
-
Yukihiro "Matz" Matsumoto authored
Fix segfault in mrb_proc_copy.
-
Yukihiro "Matz" Matsumoto authored
Fix more integer overflows.
-
- 02 Dec, 2016 1 commit
-
-
Clayton Smith authored
-
- 01 Dec, 2016 14 commits
-
-
Bouke van der Bijl authored
Reported by https://hackerone.com/haquaman
-
Bouke van der Bijl authored
This is to avoid segfault when WORD_BOXING is enabled Reported by https://hackerone.com/brakhane
-
Bouke van der Bijl authored
Reported by https://hackerone.com/haquaman Testcase (couldn't get it to work as a test): def nil.b b *nil end nil.b
-
Clayton Smith authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Feature/multi unicode escape
-
Yukihiro "Matz" Matsumoto authored
Add test for recently fixed bugs
-
Yukihiro "Matz" Matsumoto authored
-
Nobuyoshi Nakada authored
-
Nobuyoshi Nakada authored
-
Nobuyoshi Nakada authored
-
Nobuyoshi Nakada authored
-
ksss authored
-
ksss authored
-