| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2013-01-05 | Fix mrbgem options 689#issuecomment-11911431 | MATSUMOTO Ryosuke | |
| 2013-01-05 | Fixed build dependency | Yuichiro MASUI | |
| 2013-01-05 | Add mruby_ldflags when tools/mruby and tools/mrbc link archive files | MATSUMOTO Ryosuke | |
| 2013-01-05 | Merge remote-tracking branch 'mruby/master' | Daniel Bovensiepen | |
| 2013-01-04 | Merge pull request #687 from masuidrive/fixed_mrbgems_issues | Yukihiro "Matz" Matsumoto | |
| Fixed some mrbgems building issues | |||
| 2013-01-04 | Changed objccflags to objcflags | Yuichiro MASUI | |
| Added cxxflags, objcflags, asmflags to mrbgem.rake Support .cxx and .cc as C++ source in mrbgems | |||
| 2013-01-04 | Merge pull request #686 from skandhas/pr-add-Module-method_defined | Yukihiro "Matz" Matsumoto | |
| Add Module#method_defined? for mruby | |||
| 2013-01-04 | add test for Module#method_defined? | skandhas | |
| 2013-01-04 | add mrb_mod_method_defined | skandhas | |
| 2013-01-03 | Merge pull request #684 from bovi/tiny-beautify | Yukihiro "Matz" Matsumoto | |
| Fix an unnecessary space | |||
| 2013-01-03 | Merge pull request #683 from bovi/doc-compile | Yukihiro "Matz" Matsumoto | |
| Add documentation for compilation process | |||
| 2013-01-04 | Fix an unnecessary space | Daniel Bovensiepen | |
| 2013-01-04 | Fixed pure ruby mrbgems can't compile and fixed build script wrong variable name | Yuichiro MASUI | |
| 2013-01-04 | Add documentation for compilation process | Daniel Bovensiepen | |
| 2013-01-03 | Merge pull request #682 from bovi/doc-rake | Yukihiro "Matz" Matsumoto | |
| Fix documentation for mrbgems | |||
| 2013-01-04 | Fix documentation for mrbgems | Daniel Bovensiepen | |
| 2013-01-04 | add mrbgem.rake | Akira Yumiyama | |
| 2013-01-02 | Merge pull request #680 from bovi/doc-rake | Yukihiro "Matz" Matsumoto | |
| Adapter mrbgems documentation to rake system | |||
| 2013-01-03 | Adapter mrbgems documentation to rake system | Daniel Bovensiepen | |
| 2013-01-02 | Merge pull request #679 from masuidrive/merge_to_cruby_building_script | Yukihiro "Matz" Matsumoto | |
| Rebuild CRuby based building script without Makefile | |||
| 2013-01-03 | Rebuild CRuby based building script without Makefile | Yuichiro MASUI | |
| Tested CRuby 1.8.6 and 1.9.3 You can see building configuration in build_config.rb | |||
| 2012-12-31 | Merge pull request #678 from authorNari/patch-1 | Yukihiro "Matz" Matsumoto | |
| Fix a wrong comment | |||
| 2012-12-31 | Fix a wrong comment | Narihiro Nakamura | |
| 2012-12-31 | add README.md | Akira Yumiyama | |
| 2012-12-31 | mruby-pack | Akira Yumiyama | |
| 2012-12-29 | Merge pull request #677 from skandhas/pr-add-Module-remove_method | Yukihiro "Matz" Matsumoto | |
| Add Module#remove_method for mruby | |||
| 2012-12-29 | add test for Module#remove_method | skandhas | |
| 2012-12-29 | add mrb_mod_remove_method/remove_method | skandhas | |
| 2012-12-28 | minor cosmetic change after #676 | Yukihiro Matz Matsumoto | |
| 2012-12-28 | Merge pull request #676 from skandhas/for-675 | Yukihiro "Matz" Matsumoto | |
| fix correct stack postion for headless case | |||
| 2012-12-28 | fix correct stack postion for headless case | skandhas | |
