summaryrefslogtreecommitdiffhomepage
path: root/src/re.c
AgeCommit message (Expand)Author
2013-02-28Cleanup Regexp codesmattn
2013-02-15REGEXP_CLASSmattn
2013-02-15Pluggable Regexpmattn
2012-11-04replace RBASIC by mrb_basicYukihiro Matz Matsumoto
2012-11-04replace SYM2ID() by mrb_symbol()Yukihiro Matz Matsumoto
2012-08-18reduce mrb_funcall invocationsYukihiro Matsumoto
2012-08-01make mrb_funcall_argv and mrb_funcall_with_block to take mrb_sym as a method ...Yukihiro Matsumoto
2012-07-25Undefine new for class rather than instance.Max Anselm
2012-06-27sizeof("a") is bigger by one than strlen("a")Yukihiro Matsumoto
2012-06-27use return value from sprintf/snprintfYukihiro Matsumoto
2012-06-23reduce calling mrb_str_new_cstr() to avoid strlen(); #301Yukihiro Matsumoto
2012-06-21reduce calling of strlen(); #301Yukihiro Matsumoto
2012-06-20remove RuntimeError from mrb_stateYukihiro Matsumoto
2012-06-15Remove TRUE/FALSE definition in C sources. (Reported by #282 but not applied.)Masaki Muranaka
2012-06-15use ENABLE/DISABLE instead of INCLUDE for configuration macro namesYukihiro Matsumoto
2012-05-31remove unused prototypesYukihiro Matsumoto
2012-05-31resolve conflictYukihiro Matsumoto
2012-05-24made mrb_get_args() better (optinal args, type checks); close #173 #176Yukihiro Matsumoto
2012-05-23cast style consistencyYukihiro Matsumoto
2012-05-20More C++ compilability work: mrb_obj_alloc void* conversionsMitchell Blank Jr
2012-05-16Remove some redundant function declarations.Masaki Muranaka
2012-05-10remove regex_class and match_class from mrb_stateYukihiro Matsumoto
2012-05-09move declaration in the middleYukihiro Matsumoto
2012-05-09partial VC supportYukihiro Matsumoto
2012-05-07RRegexp.src should not be mrb_valueYukihiro Matsumoto
2012-05-07RMatch.src should not be mrb_valueYukihiro Matsumoto
2012-05-07RMatch.regexp should not be mrb_valueYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-24mv variable.h to mruby/variable.hYukihiro Matsumoto
2012-04-23remove code for unsupported taint-modeYukihiro Matsumoto
2012-04-23Merge branch 'master' of github.com:mruby/mrubymimaki
2012-04-23add file headermimaki
2012-04-20remove dependency to SIZEOF_VOIDPYukihiro Matsumoto
2012-04-20add mruby sourcesmimaki