summaryrefslogtreecommitdiffhomepage
path: root/include/mrbconf.h
AgeCommit message (Expand)Author
2012-07-13allow DISABLE/ENABLE_SATDIOYukihiro Matsumoto
2012-06-28do not undef config macro MRB_USE_FLOATYukihiro Matsumoto
2012-06-27do not undef config macrosYukihiro Matsumoto
2012-06-17allow disabling Struct classYukihiro Matsumoto
2012-06-15use ENABLE/DISABLE instead of INCLUDE for configuration macro namesYukihiro Matsumoto
2012-06-15Time class made optinalYukihiro Matsumoto
2012-06-14make Math module optionalYukihiro Matsumoto
2012-06-13stop using strtol (via readint) except in load.c; use custom readint_floatYukihiro Matsumoto
2012-06-12Make sprintf/format optional.Masaki Muranaka
2012-06-03Refactor hardcoded PARSER_DUMP macroJon
2012-05-31disable ENCODING and REGEXP; regexp will be back in the futureYukihiro Matsumoto
2012-05-09temporal VC patch from nkshigeruYukihiro Matsumoto
2012-05-09partial VC supportYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-30changed type of mrb_int to plain int by defaultYukihiro Matsumoto
2012-04-28strtof() may not be available on some platform; use strtod() then cast to floatYukihiro Matsumoto
2012-04-27allow float/double switchYukihiro Matsumoto
2012-04-23Merge branch 'master' of github.com:mruby/mrubymimaki
2012-04-23add file headermimaki
2012-04-20remove dependency to SIZEOF_LONG/LONG_LONGYukihiro Matsumoto
2012-04-20remove SIZEOF_FLOAT/DOUBLEYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF___INT64Yukihiro Matsumoto
2012-04-20remove SIZEOF_SHORTYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF_INTYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF_VOIDPYukihiro Matsumoto
2012-04-20add mruby sourcesmimaki