summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-04-29move mrb_shared_string definition to src/string.cYukihiro "Matz" Matsumoto
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
2013-04-25fix Module#ancestors and update testskandhas
2013-04-25a string may have a lot of non-printable chars.Tomoyuki Sahara
2013-04-25aspec bits should be packed in Ax; ref #1209Yukihiro "Matz" Matsumoto
2013-04-25remove too many paren; ref #1209Yukihiro "Matz" Matsumoto
2013-04-25add new macro MRB_ARGS_ARG(n1,n2) to specify required and optional arugments ...Yukihiro "Matz" Matsumoto
2013-04-25modify functions to suppress symbol registration into intern pool.crimsonwoods
2013-04-25modify the type of return value (mrb_bool => mrb_value).crimsonwoods
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-04-25add new functions to check if symbols are interned without registration.crimsonwoods
2013-04-25put MRB_ prefix before ARGS_XXX macros; ref #1206Yukihiro "Matz" Matsumoto
2013-04-25rename MRB_ARGS_XXX to MRB_ASPEC_XXX; ref #1206Yukihiro "Matz" Matsumoto