- 01 Oct, 2013 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
fix #1519
-
fleuria authored
the 128th element in an array literal would trigger a corner case on splat mode checking, in which mruby will splat an that value into its parent array. the issue was masked by the fact of ary_concat() also accept non-array value: 1.9.3p286 :002> a = 1 1.9.3p286 :003> [*a] => [1] the expected behaviour should be OP_ARYPUSH the 128th element, instead of splat it by OP_ARYCAT.
-
- 29 Sep, 2013 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Remove function delaration not implemented in code
-
- 28 Sep, 2013 1 commit
-
-
Dusan D. Majkic authored
-
- 26 Sep, 2013 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
fix build error when ENABLE_DEBUG is defined
-
Atsushi_Morimoto authored
-
Yukihiro "Matz" Matsumoto authored
fix bugs on Heredocument
-
- 24 Sep, 2013 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
eliminate use of traditional intern API (mrb_intern()) completely
-
Yuichi Nishiwaki authored
-
Yuichi Nishiwaki authored
-
- 22 Sep, 2013 1 commit
-
-
FUKUZAWA-Tadashi authored
- heredoc in array literal - heredoc in args - heredoc in expression expand
-
- 21 Sep, 2013 4 commits
-
-
Yukihiro "Matz" Matsumoto authored
Use self for the given proc in mrb_yield
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 20 Sep, 2013 2 commits
-
-
Keita Obo authored
-
Yukihiro "Matz" Matsumoto authored
-
- 19 Sep, 2013 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Fixed self value in a block is changed with return value
-
Yukihiro "Matz" Matsumoto authored
remove executable bit from include/mruby/dump.h file
-
- 17 Sep, 2013 2 commits
- 16 Sep, 2013 1 commit
-
-
Thomas Schmidt authored
-
- 12 Sep, 2013 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Fix checking return value of fread()
-
- 10 Sep, 2013 1 commit
-
-
Akito Mochizuki authored
-
- 07 Sep, 2013 5 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix insufficient preparation to call mrb_debug_info_append_file.
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
- 04 Sep, 2013 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
MSVC: compilation works again (+minor style fixes)
-
Yukihiro "Matz" Matsumoto authored
BUG: mrb_irep_free (access of freed memory)
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
- 03 Sep, 2013 1 commit
-
-
Cremno authored
-