summaryrefslogtreecommitdiffhomepage
path: root/src/regparse.c
AgeCommit message (Collapse)Author
2012-11-04replace RTEST() by mrb_test_p()Yukihiro Matz Matsumoto
2012-06-15use ENABLE/DISABLE instead of INCLUDE for configuration macro namesYukihiro Matsumoto
2012-05-23cast style consistencyYukihiro Matsumoto
2012-05-19C++ compilability: "not" is a C++ keyword, avoid itMitchell Blank Jr
see http://en.cppreference.com/w/cpp/language/operator_alternative
2012-05-19Helper functions for st_foreach() return "enum st_retval" not "int"Mitchell Blank Jr
Just making this a bit more consistent throughout the code
2012-04-30rm whitespaceroco
2012-04-20add mruby sourcesmimaki