| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |
| 2013-04-27 | FIX: Default build should use default GEMs and not all Core GEMs | Daniel Bovensiepen | |
| 2013-04-27 | Use gembox for travis build | Daniel Bovensiepen | |
| 2013-04-27 | Use gembox for default build | Daniel Bovensiepen | |
| 2013-04-27 | Add gembox which contains all default GEMs | Daniel Bovensiepen | |
| 2013-04-27 | Add gembox which contains all core GEMs | Daniel Bovensiepen | |
| 2013-04-27 | Add gembox feature | Daniel Bovensiepen | |
| 2013-04-27 | detect cyclic-include in Module#include | skandhas | |
| 2013-04-26 | quote error message in mrbconf.h to stop warning | Yukihiro "Matz" Matsumoto | |
| 2013-04-26 | Merge pull request #1216 from monaka/pr-code-cleanup-20130426 | Yukihiro "Matz" Matsumoto | |
| Code clean-up | |||
| 2013-04-26 | Merge pull request #1215 from ↵ | Yukihiro "Matz" Matsumoto | |
| monaka/pr-avoid-define-MRB_INT16-and-MRB_INT64-at-the-same-time Avoid to define MRB_INT16 and MRB_INT64 at the same time | |||
| 2013-04-26 | Add a descrption of MRB_INT16. | Masaki Muranaka | |
| 2013-04-26 | Avoid defining MRB_INT16 adn MRB_INT64 at the same time. This is a poka-yoke. | Masaki Muranaka | |
| 2013-04-26 | Remove macro ANYARGS. It is not used in the core and bundled mrbgems. And it ↵ | Masaki Muranaka | |
| is possible to conflict an application's macro. | |||
| 2013-04-26 | Add void to function parameters. This is for compatibility with C++ | Masaki Muranaka | |
| 2013-04-26 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-04-26 | small cosmetic refactoring | Yukihiro "Matz" Matsumoto | |
| 2013-04-26 | rename mrb_interned API functions | Yukihiro "Matz" Matsumoto | |
