| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2013-01-06 | Merge pull request #692 from masuidrive/fixed_mrbgem_cxx_objc_flags | Yukihiro "Matz" Matsumoto | |
| Added cxx/objc/asmflags in mrbgems | |||
| 2013-01-06 | Remove unused rules in .gitignore and Makefile | Yuichiro MASUI | |
| 2013-01-06 | Removed XCode build | Yuichiro MASUI | |
| 2013-01-06 | `unless` without `else` should return nil if the condition is true. | Masamitsu MURASE | |
| 2013-01-06 | Modify NODE_IF handling. | Masamitsu MURASE | |
| When "unless" is used without "else", tree->cdr->car of NODE_IF is NULL. In this case, pop() should not be called because codegen generates no code. | |||
| 2013-01-06 | Added cxx/objc/asmflags in mrbgems. Sorry, I forgot it | Yuichiro MASUI | |
| 2013-01-05 | Merge pull request #691 from masuidrive/fixed_build_dependency | Yukihiro "Matz" Matsumoto | |
| Fixed build dependency | |||
| 2013-01-05 | Merge pull request #690 from matsumoto-r/fix_mrbgems_flags | Yukihiro "Matz" Matsumoto | |
| Add mruby_ldflags when tools/mruby and tools/mrbc link archive files | |||
| 2013-01-05 | Add mruby_ldflags to mrbtest | MATSUMOTO Ryosuke | |
