- 28 Feb, 2013 6 commits
-
-
Yukihiro "Matz" Matsumoto authored
Rake respects verbose flag also for test and clean target
-
Yukihiro "Matz" Matsumoto authored
Regexp: %r notation bug fix.
-
Yukihiro "Matz" Matsumoto authored
Pluggable Math
-
Daniel Bovensiepen authored
-
mattn authored
-
Kouki Ooyatsu authored
be able to parse any delimiters. variable expansion isn't supported yet. * sample code ``` def matchpath(str) puts "#{str} is ..." if %r!img/! =~ str then puts "match" else puts "not match" end end matchpath("img/a.png") # => match matchpath("/usr/local/bin") # => not match matchpath("book/img/local") # => match ```
-
- 27 Feb, 2013 13 commits
-
-
Yukihiro "Matz" Matsumoto authored
Put mruby-time mgem into the repository.
-
Yukihiro "Matz" Matsumoto authored
Pluggable Time class
-
Yukihiro "Matz" Matsumoto authored
Ignore *.d, *.o, and /lib
-
Yukihiro "Matz" Matsumoto authored
Remove freeze leftovers
-
Yukihiro "Matz" Matsumoto authored
mrb_funcall_with_block: raised exception corrupts ci and stack
-
Yukihiro "Matz" Matsumoto authored
Add document for array_copy
-
brainopia authored
-
Yukihiro "Matz" Matsumoto authored
Modify stack position of NODE_DEF and NODE_SDEF.
-
Yukihiro "Matz" Matsumoto authored
Simplify mrb_range_beg_len(). Don't use OTHER macro.
-
Yukihiro "Matz" Matsumoto authored
Modify handling of NODE_RETURN and NODE_NEXT.
-
NARUSE, Yui authored
-
Yukihiro "Matz" Matsumoto authored
Clean code up.
-
NARUSE, Yui authored
-
- 26 Feb, 2013 11 commits
-
-
Masamitsu MURASE authored
-
Masamitsu MURASE authored
Increase TEST_INFINITE_RECURSION_MAX value from 100000 to 1000000 because modification of handling of `NODE_RETURN` reduces stack size.
-
Masamitsu MURASE authored
-
Masaki Muranaka authored
-
Masaki Muranaka authored
-
Cremno authored
see #894 / [ruby-talk:404969]
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
Remove needress file
-
Yukihiro "Matz" Matsumoto authored
Remove needless files
-
Masaki Muranaka authored
-
mattn authored
-
- 25 Feb, 2013 10 commits
-
-
mattn authored
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
Add skip method for test
-
mattn authored
-
Yukihiro "Matz" Matsumoto authored
Make OP_ASGN faster.
-
Yukihiro "Matz" Matsumoto authored
chipKitMax32 target example
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro Matz Matsumoto authored
-
-