summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2013-01-30remove src/cdump.c to resolve; need make cleanYukihiro Matz Matsumoto
2013-01-29Removed mrbc -C option what's C function dump. and TAB to spaceYuichiro MASUI
2013-01-29Merge pull request #766 from masuidrive/mrbint64Yukihiro "Matz" Matsumoto
2013-01-29Remove API mrb_str_catf().Masaki Muranaka
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
2013-01-16supress cast warning on C++.mattn
2013-01-15Merge pull request #734 from monaka/pr-error-check-inprovement-in-cdump-and-dumpYukihiro "Matz" Matsumoto
2013-01-15include/mruby/cdump.h: Add new error codes.Masaki Muranaka
2013-01-13fix typostakkaw
2013-01-10add mrb_check_hash_typeskandhas
2013-01-09Add a comment: the usage of MRB_DUMP_GENERAL_FAILURE.Masaki Muranaka
2013-01-08remove MRUBY_VERSION for the time being; close #700Yukihiro Matz Matsumoto
2013-01-07Merge pull request #702 from monaka/pr-check-cdump-with-disable-stdioYukihiro "Matz" Matsumoto
2013-01-08Merge remote-tracking branch 'mruby/master' into array-clearDaniel Bovensiepen
2013-01-08Export mrb_ary_clear in array.hDaniel Bovensiepen
2013-01-07Merge pull request #705 from authorNari/compact_flagsYukihiro "Matz" Matsumoto
2013-01-07Compact flags for GCNarihiro Nakamura
2013-01-07Add check for using cdump with DISABLE_STDIO option.Masaki Muranaka
2013-01-07Remove DEBUG macro definitions.Masaki Muranaka
2013-01-07Add the generational gcNarihiro Nakamura
2012-12-23add mrb_mod_cv_defined and mrb_cv_definedskandhas
2012-12-21add mrb_mod_cv_set, mrb_cv_setskandhas
2012-12-20add mrb_cv_getskandhas
2012-12-20add mrb_mod_cv_getskandhas
2012-12-19prototype refactoring on mrb_load_irep(); close #647Yukihiro Matz Matsumoto
2012-12-18Derive DISABLE_GEMS macro according to build configurationXuejie Xiao
2012-12-16MSVC doesn't define strtoll but _strtoi64.Cremno
2012-12-14add mrb_closure_new_cfunc to headerJan Berdajs
2012-12-12new function mrb_obj_iv_ifnone()Yukihiro Matz Matsumoto
2012-12-12add MRB_TT_VOIDPYukihiro Matz Matsumoto
2012-12-07Merge pull request #479 from bovi/mrbgemsYukihiro "Matz" Matsumoto
2012-12-07move prototype for mrb_load_irep to mruby/irep.h; close #569Yukihiro Matz Matsumoto
2012-12-07Integrate refactoring of commit f1ed1436240a2d0d3d45a7061ade26cdc25be352Daniel Bovensiepen
2012-12-07mange arena_idx smarter for smaller ARENA_SIZE; now default to 100 from 1024Yukihiro Matz Matsumoto
2012-12-07refactor and move irep malloc away to mrb_add_irep()Yukihiro Matz Matsumoto
2012-12-05rename mrb_load_irep for mrbtest to be consistent to name changeDaniel Bovensiepen
2012-12-05rename mrb_load_irep etc. for naming consistencyYukihiro Matz Matsumoto
2012-12-01Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-30Stop warning: extra ';' outside of a functionRyunosuke SATO
2012-11-22Deactivate / Activate GEMs Flag introduced into mrbconf.hDaniel Bovensiepen
2012-11-16define MRB_INT64 flag for mrb_int as 64bitYuichiro MASUI
2012-11-14make mrb_hash_keys() non static functionYukihiro Matz Matsumoto
2012-11-09add Module#class_variablesskandhas
2012-11-05inline include/mruby/object.hYukihiro Matz Matsumoto
2012-11-04remove ROBJECT_{IVPTR,NUMIV}Yukihiro Matz Matsumoto
2012-11-04replace RBASIC by mrb_basicYukihiro Matz Matsumoto
2012-11-04remove NUM2CHR macroYukihiro Matz Matsumoto