summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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-29use mrb_free to free random stateYukihiro "Matz" Matsumoto
2013-04-29change return value of mrb_free from void* to voidYukihiro "Matz" Matsumoto
2013-04-29fix memory leaks in mruby-randomYukihiro "Matz" Matsumoto
2013-04-28Merge pull request #1219 from cadwallion/gembox_docsYukihiro "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
2013-04-28add extern funcs declaration and casts for cimpiling C++ compilerarton
2013-04-27Adds documentation for MRuby::GemBox usageAndrew Nordman
2013-04-28mrb_str_new_static(): zero copy string creationYukihiro "Matz" Matsumoto
2013-04-27fix gembox rake tasks to support Ruby 1.8Yukihiro "Matz" Matsumoto
2013-04-27Merge pull request #1218 from bovi/gemboxYukihiro "Matz" Matsumoto
2013-04-27Merge pull request #1217 from skandhas/pr-detect-cyclic-include-in-Moudle#inc...Yukihiro "Matz" Matsumoto
2013-04-27IMPROVE: Move GemBox to more logical source locationDaniel Bovensiepen
2013-04-27FIX: Default build should use default GEMs and not all Core GEMsDaniel Bovensiepen
2013-04-27Use gembox for travis buildDaniel Bovensiepen
2013-04-27Use gembox for default buildDaniel Bovensiepen
2013-04-27Add gembox which contains all default GEMsDaniel Bovensiepen
2013-04-27Add gembox which contains all core GEMsDaniel Bovensiepen
2013-04-27Add gembox featureDaniel Bovensiepen
2013-04-27detect cyclic-include in Module#includeskandhas
2013-04-26quote error message in mrbconf.h to stop warningYukihiro "Matz" Matsumoto
2013-04-26Merge pull request #1216 from monaka/pr-code-cleanup-20130426Yukihiro "Matz" Matsumoto
2013-04-26Merge pull request #1215 from monaka/pr-avoid-define-MRB_INT16-and-MRB_INT64-...Yukihiro "Matz" Matsumoto
2013-04-26Add a descrption of MRB_INT16.Masaki Muranaka
2013-04-26Avoid defining MRB_INT16 adn MRB_INT64 at the same time. This is a poka-yoke.Masaki Muranaka
2013-04-26Remove macro ANYARGS. It is not used in the core and bundled mrbgems. And it ...Masaki Muranaka
2013-04-26Add void to function parameters. This is for compatibility with C++Masaki Muranaka
2013-04-26Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-04-26small cosmetic refactoringYukihiro "Matz" Matsumoto
2013-04-26rename mrb_interned API functionsYukihiro "Matz" Matsumoto
2013-04-26Merge branch 'suppress_intern' of https://github.com/crimsonwoods/mruby into ...Yukihiro "Matz" Matsumoto
2013-04-25Merge pull request #1214 from monaka/pr-cleanup-load.cYukihiro "Matz" Matsumoto
2013-04-25remove unnecessary local variableYukihiro "Matz" Matsumoto
2013-04-25Merge pull request #1212 from monaka/pr-fixup-stringYukihiro "Matz" Matsumoto
2013-04-25Remove redundant whitespaces. Just cosmetic.Masaki Muranaka
2013-04-25Add comments why there is no need to put the SIZE_ERROR check. It is for revi...Masaki Muranaka
2013-04-25Add error checks for small environments which pointer is less than 32bit. The...Masaki Muranaka
2013-04-25More strict NULL checks.Masaki Muranaka
2013-04-25Fix underlying memory leaks. When realloc is failed, memories are leaked.Masaki Muranaka
2013-04-25suppress intern inside of 'respond_to?'.crimsonwoods
2013-04-25Remove sprintf().Masaki Muranaka
2013-04-25Add tests to make sure. As we do not use standard library for formatting.Masaki Muranaka
2013-04-25Move regression test as String#dump is not in ther core but the mrbgems.Masaki Muranaka
2013-04-25remove calling sprintf(); ref #1210Yukihiro "Matz" Matsumoto
2013-04-24Merge pull request #1211 from skandhas/pr-fix-Module-ancestorsYukihiro "Matz" Matsumoto
2013-04-24Merge pull request #1210 from iij/pr-inspect-many-non-printablesYukihiro "Matz" Matsumoto