- 05 Aug, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 04 Aug, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add build on Trusty and OS X
-
Hiro Asari authored
The default 6.1 was slow
-
Hiro Asari authored
-
- 03 Aug, 2015 5 commits
-
-
Hiro Asari authored
-
Hiro Asari authored
-
Hiro Asari authored
-
Yukihiro "Matz" Matsumoto authored
be able to source with :path for mrbgems
-
Yukihiro "Matz" Matsumoto authored
-
- 02 Aug, 2015 1 commit
-
-
Terence Lee authored
-
- 01 Aug, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 30 Jul, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
pop cmdarg in lambda body; fix [ruby-bug#11380]
-
- 29 Jul, 2015 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
mrbgem compile should be depend on mrbgem.rake
-
Yukihiro "Matz" Matsumoto authored
Shallow clone mgem source
- 27 Jul, 2015 3 commits
-
-
Zachary Scott authored
-
Yukihiro "Matz" Matsumoto authored
update mrbgems doc
-
xuejianqing authored
-
- 26 Jul, 2015 2 commits
-
-
xuejianqing authored
-
Yukihiro "Matz" Matsumoto authored
fix android compile bug : uninitialized constant GCC_VERSION
-
- 25 Jul, 2015 1 commit
-
-
xuejianqing authored
-
- 23 Jul, 2015 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Add ability to change compiler versions for androideabi
-
Seba Gamboa authored
-
- 20 Jul, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Fix indents; Indent is two spaces; Delete tabs [skip ci]
-
- 19 Jul, 2015 1 commit
-
-
Jun Hiroe authored
-
- 18 Jul, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Added documentation for hash.
-
- 17 Jul, 2015 4 commits
-
-
Ralph Desir(Mav7) authored
-
Ralph Desir authored
-
Ralph Desir authored
-
Yukihiro "Matz" Matsumoto authored
Don't crash if pattern not found for sub
-
- 16 Jul, 2015 7 commits
-
-
Jared Breeden authored
-
Yukihiro "Matz" Matsumoto authored
64bit Cygwin also doesn't have frexpl(3)
-
Yukihiro "Matz" Matsumoto authored
use mrb_str_cat_str() instead of mrb_str_append()
-
Yukihiro "Matz" Matsumoto authored
delete mrb_free()-related non-NULL checks
-
takkaw authored
-
cremno authored
No need to optimize since a program only exits once and errors are rare. Also the mruby source code doesn't have these kind of checks elsewhere. The ones in {Time,Random}#initialize are kept because there it actually matters since initialization always happens and re-initialization is unlikely.
-
cremno authored
If the argument is always a string, then mrb_str_cat_str() can be directly called instead of indirectly by mrb_str_append(). mrb_any_to_s(), mrb_obj_as_string(), mrb_inspect() always return a string.
-
- 15 Jul, 2015 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-