summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2012-06-01remove KASH from mruby.hYukihiro Matsumoto
2012-06-01remove REALLOC_NYukihiro Matsumoto
2012-06-01move respond_to and instance_of prototypes to mruby.hYukihiro Matsumoto
2012-06-01add prototype for mrb_garbage_collect()Yukihiro Matsumoto
2012-06-01add prototype for mrb_garbage_collect()Yukihiro Matsumoto
2012-06-01remove unused event related declarationsYukihiro Matsumoto
2012-06-01new API mrb_gc_protect() to add object to arenaYukihiro Matsumoto
2012-06-01reorder mrb_ary_new_from_values() args to (argc, argv)Yukihiro Matsumoto
2012-05-31correctly share string bodiesYukihiro Matsumoto
2012-05-31remove unused prototypesYukihiro Matsumoto
2012-05-31remove unused str_new_frozenYukihiro Matsumoto
2012-05-31allow string shared bodyYukihiro Matsumoto
2012-05-31resolve conflictYukihiro Matsumoto
2012-05-31disable ENCODING and REGEXP; regexp will be back in the futureYukihiro Matsumoto
2012-05-31remove #new from immediate classesYukihiro Matsumoto
2012-05-30rename ruby_digitmap to mrb_digitmapYukihiro Matsumoto
2012-05-24made mrb_get_args() better (optinal args, type checks); close #173 #176Yukihiro Matsumoto
2012-05-22remove unused prototype from hash.hYukihiro Matsumoto
2012-05-22remove unused MT code from hash.hYukihiro Matsumoto
2012-05-22always use value.i for MRB_TT_FALSEYukihiro Matsumoto
2012-05-20More C++ compilability work: mrb_obj_alloc void* conversionsMitchell Blank Jr
2012-05-19C++ compilability - don't define types inside othersMitchell Blank Jr
2012-05-19C++ compilability -- make mrb_object() macro return an RObject, not voidMitchell Blank Jr
2012-05-19remove dependency to node.h and pool.hYukihiro Matsumoto
2012-05-18fixed a typoYukihiro Matsumoto
2012-05-18move compile.h to mruby/compile.hYukihiro Matsumoto
2012-05-18add extern "C" guardsYukihiro Matsumoto
2012-05-18add extern "C" guards; close #126Yukihiro Matsumoto
2012-05-17redefine POST/NEG FIXABLE using INT_MIN/MAXYukihiro Matsumoto
2012-05-17add mrb_define_singleton_method/mrb_define_module_functionYukihiro Matsumoto
2012-05-15remove "comparison is always true" warningYukihiro Matsumoto
2012-05-11remove unused #includeYukihiro Matsumoto
2012-05-10remove encode_class and converter_class from mrb_stateYukihiro Matsumoto
2012-05-10remove regex_class and match_class from mrb_stateYukihiro Matsumoto
2012-05-10remove mrb->range_classYukihiro Matsumoto
2012-05-09temporal VC patch from nkshigeruYukihiro Matsumoto
2012-05-09move declaration in the middleYukihiro Matsumoto
2012-05-09partial VC supportYukihiro Matsumoto
2012-05-07RMatch.src should not be mrb_valueYukihiro Matsumoto
2012-05-06add const to char*Yuichiro MASUI
2012-05-06Time class available; based on code from @beoran; sorry for jumbo patchYukihiro Matsumoto
2012-05-05hash refactoredYukihiro Matsumoto
2012-05-05use int8_t for ttYukihiro Matsumoto
2012-05-05move mrb_obj_is_instance_of from range.c to kernel.cYukihiro Matsumoto
2012-05-04move mrb_str_new prototype to mruby.hYukihiro Matsumoto
2012-05-01remove ruby_strdup() prototypeYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-30remove bit field from mrb_valueYukihiro Matsumoto
2012-04-30changed type of mrb_int to plain int by defaultYukihiro Matsumoto
2012-04-30return value of mrb_obj_is_kind_of() should be int (used as boolean); fix #71Yukihiro Matsumoto