- 18 Feb, 2013 20 commits
-
-
Masamitsu MURASE authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Remove DISABLE_REGEXP
-
Yukihiro "Matz" Matsumoto authored
Changed debugger hook to disable
-
Yuichiro MASUI authored
-
mattn authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Added a hook at VM code fetch.
-
Yukihiro "Matz" Matsumoto authored
Pluggable regexp
-
Yukihiro "Matz" Matsumoto authored
add assert_{true,nil,equal} methods.
-
Akira Yumiyama authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
Conflicts: src/class.c
-
Yukihiro "Matz" Matsumoto authored
Fix mirb crash
-
Yukihiro "Matz" Matsumoto authored
String#gsub fix with last character
-
Yukihiro "Matz" Matsumoto authored
Add Module#remove_const Test Case
-
Yukihiro "Matz" Matsumoto authored
fix incorrect output for Module#remove_const
-
- 17 Feb, 2013 2 commits
-
-
Carson McDonald authored
support.
-
Daniel Bovensiepen authored
-
- 16 Feb, 2013 3 commits
-
-
Daniel Bovensiepen authored
-
Yuichiro MASUI authored
-
skandhas authored
-
- 15 Feb, 2013 7 commits
-
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
Extend MiniRake::DSL module to prevent inheritance pollution
-
mattn authored
-
Yukihiro Matz Matsumoto authored
-
mattn authored
-
Yukihiro Matz Matsumoto authored
-
mattn authored
-
- 14 Feb, 2013 1 commit
-
-
mattn 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
-