summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-05-02rename mrb_class_obj_get -> mrb_class_getAkira Yumiyama
2013-05-02remove unused MakefileAkira Yumiyama
2013-05-02update run_test.rbAkira Yumiyama
2013-05-02update run_test.rbAkira Yumiyama
2013-05-02Merge pull request #1230 from bovi/copyright-yearYukihiro "Matz" Matsumoto
Push Copyright year up to 2013
2013-05-02Push Copyright year up to 2013Daniel Bovensiepen
2013-05-02Fix add_dependency declaration documentationDaniel Bovensiepen
2013-05-02Improve mrbgems documentationDaniel Bovensiepen
2013-05-02Add more documentation for Gem::SpecificationDaniel Bovensiepen
2013-05-02Improve Gem::Specification for support of dependencies and requirementsDaniel Bovensiepen
2013-05-02Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-01Merge pull request #1228 from bovi/mrbgems-core-gemYukihiro "Matz" Matsumoto
Implementation of :core parameter for conf.gem
2013-05-01Merge pull request #1227 from bovi/patch-2Yukihiro "Matz" Matsumoto
Cosmetic improvements of mrbgems documentation
2013-05-01Merge pull request #1226 from bovi/patch-1Yukihiro "Matz" Matsumoto
ArduinoDue Target Cosmetic Change
2013-05-01Merge pull request #1224 from h2so5/remove-mrb_class_obj_getYukihiro "Matz" Matsumoto
Remove mrb_class_obj_get
2013-05-02Apply :core parameter to full-core.gemboxDaniel Bovensiepen
2013-05-02Apply :core parameter to default.gemboxDaniel Bovensiepen
2013-05-02Implement :core parameter for conf.gemDaniel Bovensiepen
2013-05-02Cosmetic improvements of mrbgems documentationDaniel Bovensiepen
Cosmetic improvements of mrbgems documentation
2013-05-02ArduinoDue Target Cosmetic ChangeDaniel Bovensiepen
small cosmetic change
2013-05-01Remove mrb_class_obj_geth2so5
2013-04-30the receiver should be included in ancestors even when it's a singleton classYukihiro "Matz" Matsumoto
2013-04-29remove unnecessary intern; access to non-member cause IndexErrorYukihiro "Matz" Matsumoto
2013-04-29rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with ↵Yukihiro "Matz" Matsumoto
identifier in mruby
2013-04-29remove our own prototype for sprintf(); ref #1223Yukihiro "Matz" Matsumoto
2013-04-29Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-04-29use uint8_t for mrb_bool instead of unsigned int; close #1222Yukihiro "Matz" Matsumoto
2013-04-28Merge pull request #1221 from monaka/pr-revert-file-access-modeYukihiro "Matz" Matsumoto
Revert file access mode to 0644.
2013-04-29Revert file access mode to 0644.Masaki Muranaka
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
Documentation for MRuby::GemBox usage
2013-04-28Merge pull request #1220 from arton/masterYukihiro "Matz" Matsumoto
add extern funcs declaration and casts for cimpiling C++ compiler
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
GemBox
2013-04-27Merge pull request #1217 from ↵Yukihiro "Matz" Matsumoto
skandhas/pr-detect-cyclic-include-in-Moudle#include detect cyclic-include in Module#include
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