| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2012-12-21 | add mrb_mod_cvar_set | skandhas | |
| 2012-12-20 | Prettify Rakefile | Davide D'Agostino | |
| 2012-12-20 | Allow COMPILE_MODE to be changed from ENV | Davide D'Agostino | |
| 2012-12-21 | add mrb_mod_cv_set, mrb_cv_set | skandhas | |
| 2012-12-20 | Merge pull request #655 from skandhas/pr-add-Module_class_variable_get | Yukihiro "Matz" Matsumoto | |
| Add Module#class_variable_get for mruby | |||
| 2012-12-20 | refactor mrb_vm_cv_get | skandhas | |
| 2012-12-20 | add test for Module#class_variable_get | skandhas | |
| 2012-12-20 | add check_cv_name | skandhas | |
| 2012-12-20 | mrb_mod_cvar_get | skandhas | |
| 2012-12-20 | add mrb_cv_get | skandhas | |
| 2012-12-20 | add mrb_mod_cv_get | skandhas | |
| 2012-12-20 | Merge pull request #654 from mattn/default_task | Yukihiro "Matz" Matsumoto | |
| add 'default' task if not specified. | |||
| 2012-12-20 | add 'default' task if not specified. | mattn | |
| 2012-12-19 | Merge pull request #652 from mattn/env_enable_gems | Yukihiro "Matz" Matsumoto | |
| possible to specify ENABLE_GEMS=true. | |||
| 2012-12-20 | replace "minirake" to "ruby minirake" for non UNIX platforms | Yukihiro Matz Matsumoto | |
| 2012-12-20 | possible to specify ENABLE_GEMS=true. | mattn | |
| 2012-12-20 | update INSTALL document based on #650; according to #651 | Yukihiro Matz Matsumoto | |
| 2012-12-19 | Merge pull request #650 from monaka/pr-fix-document-to-use-minirake | Yukihiro "Matz" Matsumoto | |
| Fix document. (Use minirake instead of make.) | |||
| 2012-12-19 | Merge pull request #651 from bovi/make-rake | Yukihiro "Matz" Matsumoto | |
| Add Makefile for backward compatibility of shell build processes. | |||
| 2012-12-19 | Merge pull request #649 from masamitsu-murase/fix_string_bytes | Yukihiro "Matz" Matsumoto | |
| Modify String#bytes. | |||
| 2012-12-20 | Add makefile for backward compatibility of shell build processes. | Daniel Bovensiepen | |
| 2012-12-19 | Modify String#bytes. | Masamitsu MURASE | |
| It should return non-negative integer. | |||
| 2012-12-19 | Fix document. (Use minirake instead of make.) | Masaki Muranaka | |
| 2012-12-19 | prototype refactoring on mrb_load_irep(); close #647 | Yukihiro Matz Matsumoto | |
| 2012-12-19 | small refactoring for Array#each | Yukihiro Matz Matsumoto | |
| 2012-12-19 | Merge pull request #648 from RyanScottLewis/master | Yukihiro "Matz" Matsumoto | |
| Slightly faster Array#each method. | |||
| 2012-12-19 | Merge pull request #646 from cremno/msvc-include-float-header | Yukihiro "Matz" Matsumoto | |
| MSVC: include float header for _isnan and _finite | |||
| 2012-12-19 | Update Array#each to be slightly faster. | Ryan Scott Lewis | |
