| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-01-10 | Merge pull request #720 from skandhas/pr-add-mrb_check_hash_type | Yukihiro "Matz" Matsumoto | |
| add mrb_check_hash_type | |||
| 2013-01-10 | add mrb_check_hash_type | skandhas | |
| 2013-01-09 | Merge pull request #718 from mattn/remove_compiler_warnings | Yukihiro "Matz" Matsumoto | |
| Remove compiler warnings | |||
| 2013-01-10 | remove compiler warnings. | mattn | |
| 2013-01-09 | Merge pull request #716 from carsonmcdonald/crossdepfix | Yukihiro "Matz" Matsumoto | |
| Make conf.bins work for cross compiled deps as well as the host. | |||
| 2013-01-09 | Merge pull request #717 from xxuejie/master | Yukihiro "Matz" Matsumoto | |
| Host's mrbc file should be used when cross-compiling mrbtest.c | |||
| 2013-01-09 | Test ruby library should depend on host's mrbc, not its own mrbc | Xuejie Xiao | |
| 2013-01-10 | Merge branch 'master' of https://github.com/mruby/mruby | mattn | |
| 2013-01-09 | Make conf.bins work for cross compiled deps as well as the host. | Carson McDonald | |
| 2013-01-09 | Merge pull request #714 from masuidrive/add_flags_for_building | Yukihiro "Matz" Matsumoto | |
| Added conf.bins for defining bulding binaries | |||
| 2013-01-09 | Merge pull request #713 from masuidrive/add_s_options_to_ar | Yukihiro "Matz" Matsumoto | |
| Added s flag to ar command | |||
| 2013-01-10 | jump address error when value taken from if statement without else clause; ↵ | Yukihiro Matz Matsumoto | |
| close #712 | |||
| 2013-01-09 | Added conf.bins for defining bulding binaries | Yuichiro MASUI | |
| 2013-01-09 | Added s flag to ar command | Yuichiro MASUI | |
| 2013-01-08 | Merge pull request #710 from monaka/pr-strict-error-checking | Yukihiro "Matz" Matsumoto | |
| Strict runtime error checking | |||
| 2013-01-09 | Add a comment: the usage of MRB_DUMP_GENERAL_FAILURE. | Masaki Muranaka | |
| 2013-01-09 | Fix error handlings. | Masaki Muranaka | |
| 2013-01-09 | Merge branch 'master' of github.com:mruby/mruby into pr-strict-error-checking | Masaki Muranaka | |
| 2013-01-08 | Merge pull request #709 from monaka/pr-remove-redundant-null-checks | Yukihiro "Matz" Matsumoto | |
| Remove redundant null checks. | |||
| 2013-01-09 | Extract each expresion in "if" statements. It is for maintainability. | Masaki Muranaka | |
| 2013-01-09 | Remove redundant null checks. | Masaki Muranaka | |
| 2013-01-09 | Merge branch 'master' of https://github.com/mruby/mruby | mattn | |
| 2013-01-08 | remove MRUBY_VERSION for the time being; close #700 | Yukihiro Matz Matsumoto | |
| 2013-01-08 | Merge branch 'master' of https://github.com/mruby/mruby | mattn | |
| 2013-01-07 | Merge pull request #702 from monaka/pr-check-cdump-with-disable-stdio | Yukihiro "Matz" Matsumoto | |
| Add check for using cdump with DISABLE_STDIO option. | |||
| 2013-01-07 | Merge pull request #707 from bovi/array-clear | Yukihiro "Matz" Matsumoto | |
| Export Array#clear in array.h | |||
| 2013-01-08 | Merge remote-tracking branch 'mruby/master' into array-clear | Daniel Bovensiepen | |
| 2013-01-08 | Export mrb_ary_clear in array.h | Daniel Bovensiepen | |
| 2013-01-08 | Merge branch 'master' of https://github.com/mruby/mruby | mattn | |
| 2013-01-08 | don't use static class instances | Yukihiro "Matz" Matsumoto | |
| 2013-01-07 | Merge pull request #706 from masuidrive/add_gem_github_option | Yukihiro "Matz" Matsumoto | |
| Added gem :github option | |||
| 2013-01-08 | Added gem :github option | Yuichiro MASUI | |
| 2013-01-07 | Merge pull request #705 from authorNari/compact_flags | Yukihiro "Matz" Matsumoto | |
| Compact flags for GC | |||
| 2013-01-07 | Merge pull request #704 from authorNari/gc_test | Yukihiro "Matz" Matsumoto | |
| Add test cases for GC API | |||
| 2013-01-07 | Merge pull request #703 from authorNari/skip_sweeping_old | Yukihiro "Matz" Matsumoto | |
| Skip sweeping old slots which don't contain any young object in the minor GC | |||
| 2013-01-07 | Merge pull request #701 from monaka/pr-remove-debug-macros | Yukihiro "Matz" Matsumoto | |
| Remove debug macros from mruby.h | |||
| 2013-01-07 | Skip sweeping old slots which don't contain any young object. | Narihiro Nakamura | |
| 2013-01-07 | Compact flags for GC | Narihiro Nakamura | |
| 2013-01-07 | add test cases for GC API | Narihiro Nakamura | |
| 2013-01-07 | Add check for using cdump with DISABLE_STDIO option. | Masaki Muranaka | |
| 2013-01-07 | gc.c: Enable DEBUG(x) if GC_DEBUG is defined. | Masaki Muranaka | |
| vm.c: Enable DEBUG(x) if VM_DEBUG is defined. | |||
| 2013-01-07 | Remove DEBUG macro definitions. | Masaki Muranaka | |
| 2013-01-06 | Merge pull request #698 from masuidrive/improve_mrbgems_test | Yukihiro "Matz" Matsumoto | |
| improve mrbgems | |||
| 2013-01-07 | Run mrbgems test run on isolate mrb_state each rb file. | Yuichiro MASUI | |
| Can access to current gem's name through GEMNAME from test. Can change assert library each mrbgems. used spec.test_preload on mrbgem.rake. assert library should set $ok_test, $ko_test, $kill_test, $asserts. | |||
| 2013-01-06 | Merge pull request #696 from authorNari/gengc | Yukihiro "Matz" Matsumoto | |
| Generational Garbage Collection for mruby | |||
| 2013-01-07 | Add the generational gc | Narihiro Nakamura | |
| 2013-01-07 | These places need the write barrier | Narihiro Nakamura | |
| 2013-01-06 | Merge pull request #693 from masamitsu-murase/modify_unless | Yukihiro "Matz" Matsumoto | |
| Modify NODE_IF handling. | |||
| 2013-01-06 | Merge pull request #694 from masuidrive/remove_xcode | Yukihiro "Matz" Matsumoto | |
| Removed XCode build | |||
| 2013-01-06 | Merge pull request #695 from masuidrive/refactoring_gitignore | Yukihiro "Matz" Matsumoto | |
| Remove unused rules in .gitignore and Makefile | |||
