- 10 Dec, 2016 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fix segfault in gen_values with NOVAL and more than 127 args
-
- 09 Dec, 2016 2 commits
-
-
Bouke van der Bijl authored
-
Yukihiro "Matz" Matsumoto authored
Fix segfault when undef is called with more than 126 arguments
-
- 08 Dec, 2016 9 commits
-
-
Bouke van der Bijl authored
The issue is that when there are more than 126 arguments an array needs to be created to pass the arguments on with. Reported by https://hackerone.com/revskills
-
Yukihiro "Matz" Matsumoto authored
Removed unnecessary const macro - const keyword is already a dependency
-
Felix Jones authored
-
Yukihiro "Matz" Matsumoto authored
fix build on vs2013-vs2015
-
Yasuhiro Matsumoto authored
-
Yasuhiro Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Promote load_exec to mruby API as mrb_load_exec (fixes #3248)
-
Yukihiro "Matz" Matsumoto authored
fix issues of mrb_gc_unregister introduced in 09b11850
-
Kazuho Oku authored
* fixes partial copy of objects in GC root array (due to missing `* sizeof(mrb_value)`) * restores the behavior that permitted an unregistered object to be used as an argument
-
- 07 Dec, 2016 8 commits
-
-
Tomasz Dąbrowski authored
-
Yukihiro "Matz" Matsumoto authored
Copy default_proc by Hash#dup.
-
Yukihiro "Matz" Matsumoto authored
Removed the errno declaration from string.c
-
Felix Jones authored
-
Shugo Maeda 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 13 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.
-