| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2012-12-28 | wrong stack position for headless case; close #675 | Yukihiro Matz Matsumoto | |
| 2012-12-27 | Merge pull request #674 from mattn/readline | Yukihiro "Matz" Matsumoto | |
| use readline if it's enabled. | |||
| 2012-12-28 | use readline if it's enabled. | mattn | |
| 2012-12-26 | Merge pull request #672 from mattn/cd_backslash | Yukihiro "Matz" Matsumoto | |
| replace all slash to backslash in `cd /path/to/folder` for windows. | |||
| 2012-12-26 | replace all slash to backslash in `cd /path/to/folder` for windows. | mattn | |
| 2012-12-25 | Merge pull request #671 from skandhas/pr-add-Module_remove_class_variable | Yukihiro "Matz" Matsumoto | |
| Add Module#remove_class_variable for mruby. | |||
| 2012-12-25 | add test for Module#remove_class_variable | skandhas | |
| 2012-12-25 | add mrb_mod_remove_cvar | skandhas | |
| 2012-12-23 | Merge pull request #670 from matsumoto-r/support_gem_libs_list | Yukihiro "Matz" Matsumoto | |
| Support GEM_LIBS_LIST in Makefile4gem | |||
| 2012-12-24 | Support GEM_LIBS_LIST in Makefile4gem | MATSUMOTO Ryosuke | |
| 2012-12-23 | Merge pull request #669 from skandhas/pr-add-Module-class-variable-defined | Yukihiro "Matz" Matsumoto | |
| Add Module#class_variable_defined? for mruby | |||
| 2012-12-23 | add test for Module#class_variable_defined? | skandhas | |
| 2012-12-23 | add mrb_mod_cvar_defined | skandhas | |
| 2012-12-23 | add mrb_mod_cv_defined and mrb_cv_defined | skandhas | |
| 2012-12-22 | Merge pull request #668 from matsumoto-r/support_gem_flags_list | Yukihiro "Matz" Matsumoto | |
| Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS | |||
| 2012-12-22 | Merge pull request #667 from masuidrive/add_mruby_libs_to_makefile | Yukihiro "Matz" Matsumoto | |
| Added MRUBY_LIBS to mrbgems Makefile | |||
| 2012-12-22 | Merge pull request #666 from skandhas/pr-add-nameerror-for-mrb_mod_cv_get | Yukihiro "Matz" Matsumoto | |
| mruby should be throw a NameError, if class variable is not exist. | |||
| 2012-12-22 | Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS | MATSUMOTO Ryosuke | |
| Other apps using mruby like mod_mruby easy to link mrbgems dynamically by MakefileGemList | |||
| 2012-12-22 | Added MRUBY_LIBS to mrbgems Makefile | Yuichiro MASUI | |
| 2012-12-22 | mruby should be throw a NameError, if class variable is not exist. | skandhas | |
| 2012-12-21 | Merge pull request #665 from masuidrive/add_mruby_cflags_in_mrbgems | Yukihiro "Matz" Matsumoto | |
| Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems | |||
| 2012-12-22 | Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems | Yuichiro MASUI | |
| 2012-12-21 | Merge pull request #662 from skandhas/pr-add-Module-class_variable_set | Yukihiro "Matz" Matsumoto | |
| Add Module#class_variable_set for mruby | |||
| 2012-12-22 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matz Matsumoto | |
| 2012-12-22 | avoid printing backtrace line with unknown place info | Yukihiro Matz Matsumoto | |
| 2012-12-22 | should copy lineno info to child scope | Yukihiro Matz Matsumoto | |
| 2012-12-21 | should save ciidx in exception raised from VM | Yukihiro Matz Matsumoto | |
| 2012-12-21 | should raise error on return in block in top-level; close #664 | Yukihiro Matz Matsumoto | |
| 2012-12-21 | Merge pull request #663 from monaka/pr-fix-cmake-build-failure-by-mrbgems | Yukihiro "Matz" Matsumoto | |
| [cmake] Add -DDISABLE_GEMS to compile options. | |||
| 2012-12-21 | Add -DDISABLE_GEMS to compile options. | Masaki Muranaka | |
| 2012-12-21 | fix mrb_mod_cv_set and add test for Module#class_variable_set | skandhas | |
| 2012-12-20 | Merge pull request #660 from DAddYE/patch-2 | Yukihiro "Matz" Matsumoto | |
| Prettify Rakefile | |||
| 2012-12-20 | Merge pull request #659 from DAddYE/patch-1 | Yukihiro "Matz" Matsumoto | |
| Allow COMPILE_MODE to be changed from ENV | |||
| 2012-12-20 | Reuse code for paths | Davide D'Agostino | |
| 2012-12-20 | Allow ACTIVE_GEMS to be changed from ENV | Davide D'Agostino | |
