- 01 Mar, 2013 1 commit
-
-
mattn authored
-
- 28 Feb, 2013 22 commits
-
-
Yukihiro "Matz" Matsumoto authored
Fix arena size check.
-
Yukihiro "Matz" Matsumoto authored
Adjust space
-
MATSUMOTO Ryosuke authored
-
Yukihiro "Matz" Matsumoto authored
Move Math::TOLERANCE to mruby-math
-
Yukihiro "Matz" Matsumoto authored
Modification of CONTRIBUTING.md
-
Daniel Bovensiepen authored
-
Daniel Bovensiepen authored
Some minor fixes of the CONTRIBUTING.md file.
-
Daniel Bovensiepen authored
-
Carson McDonald authored
-
Yukihiro Matz Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
s/mgem/mrbgem/
-
Yukihiro "Matz" Matsumoto authored
Do not generate test_args_hash variable if it is not used
-
Yukihiro "Matz" Matsumoto authored
Cleanup Regexp codes
-
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
-
mattn authored
-
Yuichiro MASUI authored
-
Xuejie "Rafael" Xiao 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 4 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
-