- 17 Feb, 2013 1 commit
-
-
Daniel Bovensiepen authored
-
- 15 Feb, 2013 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
Extend MiniRake::DSL module to prevent inheritance pollution
-
Yukihiro Matz Matsumoto authored
-
- 12 Feb, 2013 5 commits
-
-
Ravil Bayramgalin authored
```include MiniRake::DSL``` on toplevel will pollute ancestor tree of every object. ```extend MiniRake::DSL``` will add those methods only to ```main``` object. Rake does the same: https://github.com/jimweirich/rake/blob/master/lib/rake/dsl_definition.rb#L153
-
Yukihiro "Matz" Matsumoto authored
Added String#sub/sub! and String#gsub/gsub!
-
Yukihiro "Matz" Matsumoto authored
Fix typos in compilation guide
-
Yuichiro MASUI authored
-
Ravil Bayramgalin authored
-
- 11 Feb, 2013 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
string contains null byte check utility function (mrb_str_to_cstr)
-
Akira Yumiyama authored
-
- 10 Feb, 2013 1 commit
-
-
Yukihiro Matz Matsumoto authored
-
- 09 Feb, 2013 6 commits
-
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Don't overwrite ciidx if it is already set.
-
Yukihiro "Matz" Matsumoto authored
add mrbtest verbose mode ('-v' option)
-
Yukihiro "Matz" Matsumoto authored
Add documentation for Android toolchain
-
Yukihiro Matz Matsumoto authored
-
Akira Yumiyama authored
-
- 08 Feb, 2013 3 commits
-
-
Daniel Bovensiepen authored
-
Carson McDonald authored
-
Yukihiro "Matz" Matsumoto authored
Fix incorrect index use. nerr was being used for warning buffer check.
-
- 07 Feb, 2013 4 commits
-
-
Carson McDonald authored
-
Yukihiro "Matz" Matsumoto authored
Change task rule based on build_dir so main rules don't clobber gem rules
-
Yukihiro "Matz" Matsumoto authored
Ignore empty gems
-
mattn authored
-
- 06 Feb, 2013 5 commits
-
-
Carson McDonald authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Add semi-colon after the statement.
-
Masaki Muranaka authored
-
Yukihiro "Matz" Matsumoto authored
mrb_any_to_s rewrite
-
- 05 Feb, 2013 1 commit
-
-
Cremno authored
use %p instead of %lx to prevent truncation and for consistency
-
- 04 Feb, 2013 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Generate mrbtest.a file for sparete from driver.o
-
Yukihiro "Matz" Matsumoto authored
Add androideabi toolchain rake task (Build mruby with Android NDK)
-
Yukihiro "Matz" Matsumoto authored
Modify handling of large fixnum
-
Yukihiro "Matz" Matsumoto authored
Fix potential bug about Hash.
-
Yukihiro "Matz" Matsumoto authored
Restore arena in `String#split`.
-
Yukihiro "Matz" Matsumoto authored
Remove declarations of undefined functions
-
- 03 Feb, 2013 4 commits
-
-
Cremno authored
-
Masamitsu MURASE authored
-
Masamitsu MURASE authored
-
Masamitsu MURASE authored
-