- 01 Mar, 2013 18 commits
-
-
Yukihiro Matz Matsumoto authored
-
-
mattn authored
-
mattn authored
-
mattn authored
-
mattn authored
Should be MRB_DATA class. RStruct isn't managed by mruby core. So it should be self-managed class instances.
-
Yukihiro "Matz" Matsumoto authored
Remove unused struct and more
-
Yukihiro "Matz" Matsumoto authored
format some source code (class.c)
-
Yukihiro "Matz" Matsumoto authored
Use typedef names as possible
-
skandhas authored
-
mattn authored
-
mattn authored
-
mattn authored
-
mattn authored
-
Masaki Muranaka authored
-
mattn authored
-
Masaki Muranaka authored
-
Masaki Muranaka 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 ```
-