Commit Graph

15065 Commits

Author SHA1 Message Date
skandhas f6c44d0dff make 'class_instance_method_list' into a non-static funcion 2012-11-26 11:20:48 +08:00
Yukihiro "Matz" Matsumoto d03bd87dc0 Merge pull request #571 from skandhas/pr-add-Module-include-p
add "Module#include?" for mruby
2012-11-25 06:31:42 -08:00
skandhas 25a02a5b8b add comment for Module#include? 2012-11-24 16:26:36 +08:00
skandhas cd8e9c1463 add Module#include? test 2012-11-24 16:21:37 +08:00
skandhas 59035eb33d add Module#include? 2012-11-24 16:04:11 +08:00
Daniel Bovensiepen e9f8736882 Add usage documentation for mrbgems 2012-11-24 14:33:19 +08:00
Daniel Bovensiepen b6a102481a Merge remote-tracking branch 'upstream/master' into mrbgems 2012-11-23 22:50:38 +08:00
Daniel Bovensiepen cc382f9bac Add the usage of MRUBY_ROOT to the mrbgems build system, so that we can easily build everywhere 2012-11-23 22:49:21 +08:00
Daniel Bovensiepen 3d81ed3dc1 Improve examples with an absolute path to the mruby tree 2012-11-23 22:48:31 +08:00
Daniel Bovensiepen b7911ad18e Improve documentation to latest changes 2012-11-23 19:48:06 +08:00
Daniel Bovensiepen e32077fed1 Respect dynamic GEMS.active file in mrbgems/generator.c 2012-11-23 19:42:29 +08:00
Daniel Bovensiepen 660eb545db Respect dynamic GEMS.active file in mrbgems/Makefile4gem 2012-11-23 19:42:10 +08:00
Daniel Bovensiepen 755938aa57 Respect dynamic GEMS.active file 2012-11-23 19:41:44 +08:00
Daniel Bovensiepen fdc030ab46 Change default location of GEMS.active file 2012-11-23 19:41:13 +08:00
Daniel Bovensiepen c73fa1e1da Add ACTIVE_GEMS flag to Makefile 2012-11-23 19:19:47 +08:00
Yukihiro "Matz" Matsumoto 32bacb21a2 Merge pull request #570 from skandhas/pr-remove-redundant-LOOP_NORMAL-checkups
remove redundant LOOP_NORMAL checkups in function:codegen. and fix #561
2012-11-23 02:50:34 -08:00
skandhas 6c8d2ca399 add assert 'BS Block 35' 2012-11-23 16:25:42 +08:00
skandhas 385f129aca add assert 'BS Block 34' 2012-11-23 16:22:24 +08:00
skandhas a316e92da3 modify the order of BS BLOCK assert. Because 'BS BLOCK 32' is already defined at line:349 2012-11-23 16:20:04 +08:00
skandhas 7bae52fc56 remove redundant LOOP_NORMAL checkups in function:codegen. and fix #561 2012-11-23 16:10:14 +08:00
Daniel Bovensiepen 8a5d40785c Adapt Ruby example to meaningful archive name 2012-11-23 02:55:52 +08:00
Daniel Bovensiepen 71bb91d72a Adapt c example to meaningful archive name 2012-11-23 02:55:35 +08:00
Daniel Bovensiepen 7e7b89a6fa Adapt c and ruby example to meaningful archive name 2012-11-23 02:55:18 +08:00
Daniel Bovensiepen e8b9915532 Change build process to create meaningful Archive file instead of gem.a 2012-11-23 02:54:49 +08:00
Daniel Bovensiepen e162f6d20b Modify GEM build process to support external GEMs outside of the mruby tree 2012-11-23 02:07:20 +08:00
Christian Mauceri 186fd9a303 pull request issue 553 - try to fix brken link 2012-11-22 15:26:23 +01:00
Daniel Bovensiepen a76647ead7 Clean build documentation for mrbgems a bit more 2012-11-22 20:44:34 +08:00
Daniel Bovensiepen 151521b325 Fix some build documentation for mrbgems 2012-11-22 20:37:16 +08:00
Daniel Bovensiepen 1c8bc4d9a1 Improve README 2012-11-22 20:22:26 +08:00
Christian Mauceri 06ca237bab pull request issue 553 2012-11-22 12:55:03 +01:00
Daniel Bovensiepen 4e2161c7ee Deactivate / Activate GEMs Flag introduced into mrbc 2012-11-22 19:18:01 +08:00
Daniel Bovensiepen 4f55a3e0b4 Deactivate / Activate GEMs Flag introduced into mruby 2012-11-22 19:01:02 +08:00
Daniel Bovensiepen a26e5c05c7 Deactivate / Activate GEMs Flag introduced into mirb 2012-11-22 19:00:52 +08:00
Daniel Bovensiepen 2a2e206809 Deactivate / Activate GEMs Flag introduced into mrbtest 2012-11-22 19:00:39 +08:00
Daniel Bovensiepen 35edbb0688 Deactivate / Activate GEMs Flag introduced into src/init.c 2012-11-22 19:00:24 +08:00
Daniel Bovensiepen 6ebc1918de Deactivate / Activate GEMs Flag introduced into mrbconf.h 2012-11-22 19:00:11 +08:00
Daniel Bovensiepen dbde619bc5 Deactivate / Activate GEMs Flag introduced into Makefile 2012-11-22 18:59:59 +08:00
Beoran 039679f1af Keep stack depth and allocation better under control and fix crash on infinite recursion. 2012-11-22 11:02:17 +01:00
Daniel Bovensiepen 74121d624f Clean GEM Generator a bit more 2012-11-22 17:40:53 +08:00
Daniel Bovensiepen d1efcb4c85 Rename GEM init file 2012-11-22 16:52:07 +08:00
Daniel Bovensiepen 8c86ee93e3 Adapt new GEM compile process to ignore list 2012-11-22 16:51:33 +08:00
Daniel Bovensiepen c794d1c46b Merge remote-tracking branch 'upstream/master' into mrbgems 2012-11-22 16:14:54 +08:00
Daniel Bovensiepen 953cbff65c Make GEM build choosable. Respect GEMS.active file for choices of which GEM to build 2012-11-22 16:13:16 +08:00
Yukihiro "Matz" Matsumoto 276b77021f Merge pull request #564 from xxuejie/master
Use check_float to test equality of float values in Math#round test
2012-11-21 00:04:57 -08:00
Yukihiro Matz Matsumoto ae6a7e5aae Merge branch 'master' of github.com:mruby/mruby 2012-11-21 17:01:09 +09:00
Yukihiro Matz Matsumoto 76f0e755e9 handle return from blocks, especially from lambda blocks; close #561 2012-11-21 17:00:06 +09:00
Daniel Bovensiepen 754c853300 Merge remote-tracking branch 'upstream/master' into mrbgems 2012-11-21 15:58:52 +08:00
Daniel Bovensiepen ed92a86212 Include dynamically GEMs into mruby 2012-11-21 15:57:49 +08:00
Daniel Bovensiepen 1e4d20a766 Include dynamically GEMs into mirb 2012-11-21 15:57:41 +08:00
Daniel Bovensiepen a9513c1d1d Include dynamically GEMs into mrbtest 2012-11-21 15:57:24 +08:00