summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
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
2012-11-04remove NUM2CHR macroYukihiro Matz Matsumoto
2012-11-04remove FL_XXX macrosYukihiro Matz Matsumoto
2012-11-04replace SYM2ID() by mrb_symbol()Yukihiro Matz Matsumoto
2012-11-04remove reference to ruby_verbose and ruby_debugYukihiro Matz Matsumoto
2012-11-04replace RTEST() by mrb_test_p()Yukihiro Matz Matsumoto
2012-11-04add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()Yukihiro Matz Matsumoto
2012-11-04replace SYMBOL_P() by mrb_symbol_p()Yukihiro Matz Matsumoto
2012-11-04add mrb_float_p()Yukihiro Matz Matsumoto
2012-11-04replace FIXNUM_P() by mrb_fixnum_p()Yukihiro Matz Matsumoto
2012-11-03Module#dup should copy class methods as wellYukihiro Matz Matsumoto
2012-10-28Merge pull request #510 from masuidrive/masterYukihiro "Matz" Matsumoto
2012-10-27define convert method mrb_int/mrb_float with C stringYuichiro MASUI
2012-10-25Use substitution instead of memset in structure initialization.Masaki Muranaka
2012-10-23mrb_raisef(): new function. Same as previou version of mrb_raise().Masaki Muranaka
2012-10-22Use MRB_DUMP_SIZE_OF_CHAR instead of sizeof(char).Masaki Muranaka
2012-10-17should not free() static iseq from cdumpYukihiro Matsumoto
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-12Merge pull request #467 from iij/pr-fix-include-path-procYukihiro "Matz" Matsumoto
2012-09-12Fix include path in proc.h.Kouki Ooyatsu
2012-09-12two more wrapper macros for ctype.hTomoyuki Sahara
2012-09-10OP_EQ should try direct compararison firstYukihiro Matsumoto
2012-09-06MRB_TT_MAIN is an immediate type; need make clean; close #452Yukihiro Matsumoto