summaryrefslogtreecommitdiffhomepage
path: root/include/mrbconf.h
AgeCommit message (Expand)Author
2013-03-24resolve conflictYukihiro Matz Matsumoto
2013-03-22Add configuration macro MRB_PARSER_BUF_SIZE.Masaki Muranaka
2013-03-18applying C++ patch from @monaka to support C++ bool type; close #1019Yukihiro Matz Matsumoto
2013-03-14experimental MRB_INT16 addedYukihiro Matz Matsumoto
2013-03-14Define type mrb_bool. It is typedef-ed to _Bool on C99, unsigned int on MSVC.Masaki Muranaka
2013-03-12Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.Masaki Muranaka
2013-03-08define and use print format macros for mrb_intCremno
2013-03-05Include stdio.h in mrbconf.h instead of C extension sources.Masaki Muranaka
2013-03-04Separate Kernel#sprintf support from mruby core. It's moved to mrbgems.Masaki Muranaka
2013-03-03Merge pull request #884 from monaka/pr-use-MRB_IREP_ARRY_INIT_SIZE-macroYukihiro "Matz" Matsumoto
2013-03-03Remove trailing whitespaces. This is just a cosmetic change.Masaki Muranaka
2013-03-01Pluggable Structmattn
2013-02-28Pluggable Mathmattn
2013-02-26Fix buildmattn
2013-02-25Use MRB_IREP_ARRAY_INIT_SIZE macro. It should be configurable since it is pos...Masaki Muranaka
2013-02-23Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.Masaki Muranaka
2013-02-21better comment description for mrbconf.h configurationYukihiro Matz Matsumoto
2013-02-21remove unused HAVE_UNISTD_H altogether; ref #865Yukihiro Matz Matsumoto
2013-02-21Clean up mrbconf.hbrainopia
2013-02-17Merge pull request #851 from mattn/bye_bye_regexpYukihiro "Matz" Matsumoto
2013-02-18Changed debugger hook to disableYuichiro MASUI
2013-02-18Remove DISABLE_REGEXPmattn
2013-02-17Merge pull request #845 from masuidrive/hook_fetchYukihiro "Matz" Matsumoto
2013-02-17Created hook at VM code fetch. It's for debuggerYuichiro MASUI
2013-02-15Pluggable Regexpmattn
2013-01-26defined printf macro for mrb_intYuichiro MASUI
2013-01-22Fixed mistakeYuichiro MASUI
2013-01-21Fixed MRB_INT64 warningYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI
2012-12-18Derive DISABLE_GEMS macro according to build configurationXuejie Xiao
2012-12-16MSVC doesn't define strtoll but _strtoi64.Cremno
2012-11-22Deactivate / Activate GEMs Flag introduced into mrbconf.hDaniel Bovensiepen
2012-11-16define MRB_INT64 flag for mrb_int as 64bitYuichiro MASUI
2012-10-27define convert method mrb_int/mrb_float with C stringYuichiro MASUI
2012-10-17defining mrb_int also requires MRB_INT_{MAX,MIN} to be definedYukihiro Matsumoto
2012-09-12mrb_sym can be short integer; reduced 10KBYukihiro Matsumoto
2012-09-04rename config macro name IV_INITIAL_SIZE -> IVHASH_INIT_SIZEYukihiro Matsumoto
2012-08-14NaN boxingYukihiro Matsumoto
2012-08-12now segmented list can be used as instance variable tables by -DMRB_USE_IV_SE...Yukihiro Matsumoto
2012-07-31POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters.Masaki Muranaka
2012-07-30add description of MRB_IV_INITIAL_SIZEYukihiro Matsumoto
2012-07-30khash refactoring; no more MRB_KHASH_INITIAL_SIZEYukihiro Matsumoto
2012-07-30add description of MRB_HEAP_PAGE_SIZEYukihiro Matsumoto
2012-07-30better mrbconf decsriptionYukihiro Matsumoto
2012-07-30remove __STDC_LIMIT_MACROS for INT32_MAXYukihiro Matsumoto
2012-07-30fixed the comment EnglishYukihiro Matsumoto
2012-07-29Define __STDC_LIMIT_MACROS for INT32_MAX in C++Max Anselm
2012-07-19use no malloc in mrb_funcall; close #386Yukihiro Matsumoto
2012-07-18MRB_FUNCALL_ARGC_MAX support. (refs comments in #324).Masaki Muranaka
2012-07-13allow DISABLE/ENABLE_SATDIOYukihiro Matsumoto