- 01 Oct, 2013 6 commits
-
-
William Light authored
-
William Light authored
In the case where a relative path is specified to a gembox from build_config.rb, it was previously tricky to specify relative gem paths from inside that gembox. For example, consider a project in which mruby is checked out as a submodule in the project root: +- project_root | +- mruby/ | | | +- build_config.rb | | | +- ... | +- my_gembox/ | +- my_gembox.gembox | +- my_gem/ | +- mrbgem.rake | +- ... If build_config.rb refers to my_gembox with a relative path, it's difficult for my_gembox to then refer to my_gem. With this proposed change, my_gembox.gembox can look like this: MRuby::GemBox.new do |conf| conf.gem "my_gem" end
-
Yukihiro "Matz" Matsumoto authored
Added test for inline arrays longer than 126 elements.
-
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.
-
Paolo Bosetti authored
-
- 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 3 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)
-