Commit Graph

1928 Commits

Author SHA1 Message Date
Yukihiro "Matz" Matsumoto 65901c3dbd Merge pull request #679 from masuidrive/merge_to_cruby_building_script
Rebuild CRuby based building script without Makefile
2013-01-02 09:54:05 -08:00
Yuichiro MASUI 7c469c0b9d Rebuild CRuby based building script without Makefile
Tested CRuby 1.8.6 and 1.9.3

You can see building configuration in build_config.rb
2013-01-03 02:24:15 +09:00
Yukihiro "Matz" Matsumoto a48fc0d795 Merge pull request #678 from authorNari/patch-1
Fix a wrong comment
2012-12-31 01:33:18 -08:00
Narihiro Nakamura 8c27e43779 Fix a wrong comment 2012-12-31 15:59:23 +09:00
Yukihiro "Matz" Matsumoto 50e3a53d73 Merge pull request #677 from skandhas/pr-add-Module-remove_method
Add Module#remove_method for mruby
2012-12-29 01:02:05 -08:00
skandhas 9219c856a8 add test for Module#remove_method 2012-12-29 14:44:28 +08:00
skandhas 779a73e7de add mrb_mod_remove_method/remove_method 2012-12-29 14:22:35 +08:00
Yukihiro Matz Matsumoto c836187cf2 minor cosmetic change after #676 2012-12-28 18:10:26 +09:00
Yukihiro "Matz" Matsumoto d7b762ae2b Merge pull request #676 from skandhas/for-675
fix correct stack postion for headless case
2012-12-28 00:59:40 -08:00
skandhas 320a931965 fix correct stack postion for headless case 2012-12-28 16:48:33 +08:00
Yukihiro Matz Matsumoto 9d56acb709 wrong stack position for headless case; close #675 2012-12-28 17:12:22 +09:00
Yukihiro "Matz" Matsumoto be122b73d3 Merge pull request #674 from mattn/readline
use readline if it's enabled.
2012-12-27 23:15:31 -08:00
mattn 1d91470db6 use readline if it's enabled. 2012-12-28 02:22:26 +09:00
Yukihiro "Matz" Matsumoto 5ae22ea4b3 Merge pull request #672 from mattn/cd_backslash
replace all slash to backslash in `cd /path/to/folder` for windows.
2012-12-26 05:57:55 -08:00
mattn b1832da2db replace all slash to backslash in cd /path/to/folder for windows. 2012-12-26 12:25:32 +09:00
Yukihiro "Matz" Matsumoto c0af042603 Merge pull request #671 from skandhas/pr-add-Module_remove_class_variable
Add Module#remove_class_variable for mruby.
2012-12-25 04:35:50 -08:00
skandhas 3ffe8fe105 add test for Module#remove_class_variable 2012-12-25 12:13:31 +08:00
skandhas 4eb3ddfd30 add mrb_mod_remove_cvar 2012-12-25 12:07:54 +08:00
Yukihiro "Matz" Matsumoto 74554e041a Merge pull request #670 from matsumoto-r/support_gem_libs_list
Support GEM_LIBS_LIST in Makefile4gem
2012-12-23 15:47:59 -08:00
MATSUMOTO Ryosuke c0f46d98a7 Support GEM_LIBS_LIST in Makefile4gem 2012-12-24 00:13:38 +09:00
Yukihiro "Matz" Matsumoto 210193478a Merge pull request #669 from skandhas/pr-add-Module-class-variable-defined
Add Module#class_variable_defined? for mruby
2012-12-23 06:27:17 -08:00
skandhas bdd0cc0111 add test for Module#class_variable_defined? 2012-12-23 15:52:27 +08:00
skandhas 3f54c90529 add mrb_mod_cvar_defined 2012-12-23 15:46:12 +08:00
skandhas 9599381ae3 add mrb_mod_cv_defined and mrb_cv_defined 2012-12-23 15:25:24 +08:00
Yukihiro "Matz" Matsumoto b42d17adb3 Merge pull request #668 from matsumoto-r/support_gem_flags_list
Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS
2012-12-22 07:40:51 -08:00
Yukihiro "Matz" Matsumoto 22c72b4d2a Merge pull request #667 from masuidrive/add_mruby_libs_to_makefile
Added MRUBY_LIBS to mrbgems Makefile
2012-12-22 07:40:20 -08:00
Yukihiro "Matz" Matsumoto c9ba3a16d4 Merge pull request #666 from skandhas/pr-add-nameerror-for-mrb_mod_cv_get
mruby should be throw a NameError, if class variable is not exist.
2012-12-22 07:39:55 -08:00
MATSUMOTO Ryosuke b6c39975ab Support MakefileGemList for MRUBY_CFLAGS and MRUBY_LDFLAGS
Other apps using mruby like mod_mruby easy to link mrbgems dynamically by MakefileGemList
2012-12-22 23:30:37 +09:00
Yuichiro MASUI a2ae2a3923 Added MRUBY_LIBS to mrbgems Makefile 2012-12-22 21:53:42 +09:00
skandhas eeb7779603 mruby should be throw a NameError, if class variable is not exist. 2012-12-22 20:37:19 +08:00
Yukihiro "Matz" Matsumoto a30c7fa730 Merge pull request #665 from masuidrive/add_mruby_cflags_in_mrbgems
Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems
2012-12-21 08:57:08 -08:00
Yuichiro MASUI dee0b2283c Add MRUBY_CFLAGS / MRUBY_LDFLAGS to mrbgems 2012-12-22 01:38:06 +09:00
Yukihiro "Matz" Matsumoto 429359819a Merge pull request #662 from skandhas/pr-add-Module-class_variable_set
Add Module#class_variable_set for mruby
2012-12-21 07:19:25 -08:00
Yukihiro Matz Matsumoto 46a3bd76e5 Merge branch 'master' of github.com:mruby/mruby 2012-12-22 00:14:43 +09:00
Yukihiro Matz Matsumoto bfd41bd6bf avoid printing backtrace line with unknown place info 2012-12-22 00:11:45 +09:00
Yukihiro Matz Matsumoto 141d0d841c should copy lineno info to child scope 2012-12-22 00:11:19 +09:00
Yukihiro Matz Matsumoto 6a16cad1bf should save ciidx in exception raised from VM 2012-12-21 23:55:17 +09:00
Yukihiro Matz Matsumoto 40ea525d1e should raise error on return in block in top-level; close #664 2012-12-21 23:52:40 +09:00
Yukihiro "Matz" Matsumoto 8941859b0e Merge pull request #663 from monaka/pr-fix-cmake-build-failure-by-mrbgems
[cmake] Add -DDISABLE_GEMS to compile options.
2012-12-21 06:22:46 -08:00
Masaki Muranaka 1c4d81cdad Add -DDISABLE_GEMS to compile options. 2012-12-21 19:19:37 +09:00
skandhas f612f32aef fix mrb_mod_cv_set and add test for Module#class_variable_set 2012-12-21 16:17:13 +08:00
Yukihiro "Matz" Matsumoto 091367850d Merge pull request #660 from DAddYE/patch-2
Prettify Rakefile
2012-12-20 23:19:15 -08:00
Yukihiro "Matz" Matsumoto a67d126c45 Merge pull request #659 from DAddYE/patch-1
Allow COMPILE_MODE to be changed from ENV
2012-12-20 23:18:39 -08:00
Davide D'Agostino 706d77bf98 Reuse code for paths 2012-12-20 23:18:31 -08:00
Davide D'Agostino bd7cf2f251 Allow ACTIVE_GEMS to be changed from ENV 2012-12-20 23:16:31 -08:00
skandhas d06512b093 add mrb_mod_cvar_set 2012-12-21 15:09:40 +08:00
Davide D'Agostino 54092d0a16 Prettify Rakefile 2012-12-20 22:53:43 -08:00
Davide D'Agostino d34c4c45f5 Allow COMPILE_MODE to be changed from ENV 2012-12-20 22:51:07 -08:00
skandhas 824bacbee4 add mrb_mod_cv_set, mrb_cv_set 2012-12-21 14:22:35 +08:00
Yukihiro "Matz" Matsumoto e48ed9c964 Merge pull request #655 from skandhas/pr-add-Module_class_variable_get
Add Module#class_variable_get for mruby
2012-12-20 07:35:34 -08:00