| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-03 | Use advanced GemList as list for GEMs | Daniel Bovensiepen | |
| 2013-05-03 | Implement GemList which can identify GEM duplicates | Daniel Bovensiepen | |
| 2013-05-03 | sort mrbgem's mrblib/*.rb files | Akira Yumiyama | |
| - https://github.com/mruby/mruby/commit/5de9a8cc50052db105ea8ba06d64b95cb1b57db1 | |||
| 2013-05-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-05-02 | Merge pull request #1229 from bovi/dependencies_requirements | Yukihiro "Matz" Matsumoto | |
| First strik on GEM Dependencies | |||
| 2013-05-02 | rename mrb_class_obj_get -> mrb_class_get | Akira Yumiyama | |
| 2013-05-02 | remove unused Makefile | Akira Yumiyama | |
| 2013-05-02 | update run_test.rb | Akira Yumiyama | |
| 2013-05-02 | update run_test.rb | Akira Yumiyama | |
| 2013-05-02 | Merge pull request #1230 from bovi/copyright-year | Yukihiro "Matz" Matsumoto | |
| Push Copyright year up to 2013 | |||
| 2013-05-02 | Push Copyright year up to 2013 | Daniel Bovensiepen | |
| 2013-05-02 | Fix add_dependency declaration documentation | Daniel Bovensiepen | |
| 2013-05-02 | Improve mrbgems documentation | Daniel Bovensiepen | |
| 2013-05-02 | Add more documentation for Gem::Specification | Daniel Bovensiepen | |
| 2013-05-02 | Improve Gem::Specification for support of dependencies and requirements | Daniel Bovensiepen | |
| 2013-05-02 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-05-01 | Merge pull request #1228 from bovi/mrbgems-core-gem | Yukihiro "Matz" Matsumoto | |
| Implementation of :core parameter for conf.gem | |||
| 2013-05-01 | Merge pull request #1227 from bovi/patch-2 | Yukihiro "Matz" Matsumoto | |
| Cosmetic improvements of mrbgems documentation | |||
| 2013-05-01 | Merge pull request #1226 from bovi/patch-1 | Yukihiro "Matz" Matsumoto | |
| ArduinoDue Target Cosmetic Change | |||
| 2013-05-01 | Merge pull request #1224 from h2so5/remove-mrb_class_obj_get | Yukihiro "Matz" Matsumoto | |
| Remove mrb_class_obj_get | |||
| 2013-05-02 | Apply :core parameter to full-core.gembox | Daniel Bovensiepen | |
| 2013-05-02 | Apply :core parameter to default.gembox | Daniel Bovensiepen | |
| 2013-05-02 | Implement :core parameter for conf.gem | Daniel Bovensiepen | |
| 2013-05-02 | Cosmetic improvements of mrbgems documentation | Daniel Bovensiepen | |
| Cosmetic improvements of mrbgems documentation | |||
| 2013-05-02 | ArduinoDue Target Cosmetic Change | Daniel Bovensiepen | |
| small cosmetic change | |||
| 2013-05-01 | Remove mrb_class_obj_get | h2so5 | |
| 2013-04-30 | the receiver should be included in ancestors even when it's a singleton class | Yukihiro "Matz" Matsumoto | |
| 2013-04-29 | remove unnecessary intern; access to non-member cause IndexError | Yukihiro "Matz" Matsumoto | |
| 2013-04-29 | rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with ↵ | Yukihiro "Matz" Matsumoto | |
| identifier in mruby | |||
| 2013-04-29 | remove our own prototype for sprintf(); ref #1223 | Yukihiro "Matz" Matsumoto | |
| 2013-04-29 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-04-29 | use uint8_t for mrb_bool instead of unsigned int; close #1222 | Yukihiro "Matz" Matsumoto | |
| 2013-04-28 | Merge pull request #1221 from monaka/pr-revert-file-access-mode | Yukihiro "Matz" Matsumoto | |
| Revert file access mode to 0644. | |||
| 2013-04-29 | Revert file access mode to 0644. | Masaki Muranaka | |
| 2013-04-29 | always use unsigned int as mrb_bool even in C++ | Yukihiro "Matz" Matsumoto | |
| 2013-04-29 | use mrb_free to free random state | Yukihiro "Matz" Matsumoto | |
| 2013-04-29 | change return value of mrb_free from void* to void | Yukihiro "Matz" Matsumoto | |
| 2013-04-29 | fix memory leaks in mruby-random | Yukihiro "Matz" Matsumoto | |
| 2013-04-28 | Merge pull request #1219 from cadwallion/gembox_docs | Yukihiro "Matz" Matsumoto | |
| Documentation for MRuby::GemBox usage | |||
| 2013-04-28 | Merge pull request #1220 from arton/master | Yukihiro "Matz" Matsumoto | |
| add extern funcs declaration and casts for cimpiling C++ compiler | |||
| 2013-04-29 | rename hash related gc functions | Yukihiro "Matz" Matsumoto | |
| 2013-04-29 | fix mrb_string_shared memory leaks | Yukihiro "Matz" Matsumoto | |
| 2013-04-29 | move mrb_shared_string definition to src/string.c | Yukihiro "Matz" Matsumoto | |
| 2013-04-28 | add extern funcs declaration and casts for cimpiling C++ compiler | arton | |
| 2013-04-27 | Adds documentation for MRuby::GemBox usage | Andrew Nordman | |
| 2013-04-28 | mrb_str_new_static(): zero copy string creation | Yukihiro "Matz" Matsumoto | |
| 2013-04-27 | fix gembox rake tasks to support Ruby 1.8 | Yukihiro "Matz" Matsumoto | |
| 2013-04-27 | Merge pull request #1218 from bovi/gembox | Yukihiro "Matz" Matsumoto | |
| GemBox | |||
| 2013-04-27 | Merge pull request #1217 from ↵ | Yukihiro "Matz" Matsumoto | |
| skandhas/pr-detect-cyclic-include-in-Moudle#include detect cyclic-include in Module#include | |||
| 2013-04-27 | IMPROVE: Move GemBox to more logical source location | Daniel Bovensiepen | |
