- 01 Mar, 2014 23 commits
-
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
allow send method not to call mrb_funcall if calling method is implemented in Ruby; fix #1680 ref #1765
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
https://github.com/cubicdaiya/mrubyYukihiro "Matz" Matsumoto authored
Merge branch 'issues/comment_style' of https://github.com/cubicdaiya/mruby into cubicdaiya-issues/comment_style
-
Yukihiro "Matz" Matsumoto authored
remove unnecessary .gitkeep
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
-
- 28 Feb, 2014 13 commits
-
-
Tatsuya Matsumoto authored
-
cubicdaiya authored
According to CONTRIBUTING.md, Don't use C++ style comments /* This is the prefered comment style */ Use C++ style comments only for temporary comment e.g. commenting out some code lines.
-
Yukihiro "Matz" Matsumoto authored
Please add me to the author.
-
take_cheeze authored
-
Yukihiro "Matz" Matsumoto authored
mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to use the function; there's no function available to create new fiber from C (countapart of Lua's lua_newthread), but that's because you cannot create a new fiber from C due to mruby C API design limitation. define your method to create fibers in Ruby; close #1269
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Implement sprintf("%c") for UTF-8.
-
Yukihiro "Matz" Matsumoto authored
-
chasonr authored
The string is "Hello world" in Japanese. (hat tip: Google Translate.)
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
fix SEGV bug for mrb_str_new_static
-
- 27 Feb, 2014 4 commits
-
-
ksss authored
-
cubicdaiya authored
mrb_str_new_static causes seg-fault when 3rd argument is negative.
-
Yukihiro "Matz" Matsumoto authored
fix SEGV bug for mrb_str_new
-
cubicdaiya authored
mrb_str_new causes seg-fault when 3rd argument is negative.
-