summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2013-07-24rename mrb_garbage_collect() to mrb_full_gc()fleuria
2013-07-18Merge pull request #1382 from suzukaze/add-commentsYukihiro "Matz" Matsumoto
2013-07-15Repalace int with mrb_bool because a return value is boolean.Jun Hiroe
2013-07-15Add comments.Jun Hiroe
2013-07-14Replace int with mrb_bool because a return value is boolean.Jun Hiroe
2013-07-10put pointer tables before bitmap to avoid alignment issues; ref #1353Yukihiro "Matz" Matsumoto
2013-07-07Merge pull request #1353 from mirichi/khashYukihiro "Matz" Matsumoto
2013-07-07It optimizes more.mirichi
2013-07-07Merge pull request #1352 from k-tsj/change-param-type-to-suppress-warningsYukihiro "Matz" Matsumoto
2013-07-07Change parameter type to suppress -Wsign-compare warningsKazuki Tsujimoto
2013-07-07kh_resize_##name bug fixed.mirichi
2013-07-06khash optimizemirichi
2013-07-04Add comments in mrb_state struct.Jun Hiroe
2013-07-01Add mrb_class_get_under()h2so5
2013-06-29Merge pull request #1318 from Fleurer/refactor_reallocYukihiro "Matz" Matsumoto
2013-06-28refactor mrb_realloc()fleuria
2013-06-27include inttypes.h if _MSC_VER is not definedCremno
2013-06-27Visual Studio 2013 support + strtof + inlineCremno
2013-06-25add mrb_malloc_simple() that returns NULL on errorYukihiro "Matz" Matsumoto
2013-06-10restructure header files; move non config lines away from mrbconf.hYukihiro "Matz" Matsumoto
2013-05-29small refactoring over word boxingYukihiro "Matz" Matsumoto
2013-05-26Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-26Add MRB_WORD_BOXING mode (represent mrb_value as a word)kimu_shu
2013-05-26mruby error messages should be directed to stderrYukihiro "Matz" Matsumoto
2013-05-23manage fiber status (create|running|resumed|terminated)Yukihiro "Matz" Matsumoto
2013-05-22garbage collect context (fiber) properlyYukihiro "Matz" Matsumoto
2013-05-20primary mruby fiber implementationYukihiro "Matz" Matsumoto
2013-05-18Merge remote-tracking branch 'origin/master'Ryan Scott
2013-05-18Fixed the each object callback to be more consistent with other callbacks.Ryan Scott
2013-05-17Changed the each_object callback so that a pointer is passed for the object, ...Ryan Scott
2013-05-17Changed the object_count so that it only iterates over the RBasic object, not...Ryan Scott
2013-05-17First implementation of ObjectSpace moved outside of gc.cRyan Scott
2013-05-14mrbc to take multiple files, preserving debug information if -g given; close ...Yukihiro "Matz" Matsumoto
2013-05-13move mruby's showcallinfo into the coreYukihiro "Matz" Matsumoto
2013-05-12Implemented ObjectSpace.count_objects to count the number of allocated object...Ryan Scott
2013-05-11Potential fix for 'inline' macro redefinition error - VS2012 C++Ryan Scott
2013-05-10change mrb_bug to get mrb_state and %S formatterYukihiro "Matz" Matsumoto
2013-05-10change mrb_warn to get mrb_state and %S formatterYukihiro "Matz" Matsumoto
2013-05-10Rename parameter names for mrb_yieldKeita Obo
2013-05-05fix typos.crimsonwoods
2013-05-02Push Copyright year up to 2013Daniel Bovensiepen
2013-05-01Remove mrb_class_obj_geth2so5
2013-04-29rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with identif...Yukihiro "Matz" Matsumoto
2013-04-29use uint8_t for mrb_bool instead of unsigned int; close #1222Yukihiro "Matz" Matsumoto
2013-04-29always use unsigned int as mrb_bool even in C++Yukihiro "Matz" Matsumoto
2013-04-29change return value of mrb_free from void* to voidYukihiro "Matz" Matsumoto
2013-04-28Merge pull request #1220 from arton/masterYukihiro "Matz" Matsumoto
2013-04-29rename hash related gc functionsYukihiro "Matz" Matsumoto
2013-04-29fix mrb_string_shared memory leaksYukihiro "Matz" Matsumoto
2013-04-29move mrb_shared_string definition to src/string.cYukihiro "Matz" Matsumoto