summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-12-03Ruby's Time#yday should start from 1; close #581Yukihiro Matz Matsumoto
2012-12-01Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-30Merge pull request #573 from skandhas/pr-add-Module-module_evalYukihiro "Matz" Matsumoto
2012-11-30Merge pull request #580 from shtirlic/fix_warnsYukihiro "Matz" Matsumoto
2012-11-30Merge pull request #578 from tricknotes/stop-warningYukihiro "Matz" Matsumoto
2012-11-30Merge pull request #579 from skandhas/pr-remove-incorrect-pop-in-codegenYukihiro "Matz" Matsumoto
2012-12-01Fix typos: invalide -> invalid; patch from @darashi; close #577Yukihiro Matz Matsumoto
2012-11-30add test for 'Abbreviated variable assignment as returns'skandhas
2012-11-30remove incorrect pop() in codegenskandhas
2012-11-30Stop warning: extra ';' outside of a functionRyunosuke SATO
2012-11-29Fix compile warnings in mirbshtirlic
2012-11-28Small cosmetic change in the documentation for mrbgemsDaniel Bovensiepen
2012-11-27Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-27add Module#class_eval testskandhas
2012-11-27add Module#class_evalskandhas
2012-11-27add comments for Module#module_evalskandhas
2012-11-27add Module#module_eval testskandhas
2012-11-27add Module#module_evalskandhas
2012-11-26Merge pull request #572 from skandhas/pr-add-Module-instance_methodsYukihiro "Matz" Matsumoto
2012-11-26add comments for Module#instance_methodsskandhas
2012-11-26Change link-order for mrbgems as suggested by @sogabe to avoid linking-errorDaniel Bovensiepen
2012-11-26add Module#instance_methods testskandhas
2012-11-26Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-26add Module#instance_methodsskandhas
2012-11-26make 'class_instance_method_list' into a non-static funcionskandhas
2012-11-25Merge pull request #571 from skandhas/pr-add-Module-include-pYukihiro "Matz" Matsumoto
2012-11-24add comment for Module#include?skandhas
2012-11-24add Module#include? testskandhas
2012-11-24add Module#include?skandhas
2012-11-24Add usage documentation for mrbgems Daniel Bovensiepen
2012-11-23Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-11-23Add the usage of MRUBY_ROOT to the mrbgems build system, so that we can easil...Daniel Bovensiepen
2012-11-23Improve examples with an absolute path to the mruby treeDaniel Bovensiepen
2012-11-23Improve documentation to latest changesDaniel Bovensiepen
2012-11-23Respect dynamic GEMS.active file in mrbgems/generator.cDaniel Bovensiepen
2012-11-23Respect dynamic GEMS.active file in mrbgems/Makefile4gemDaniel Bovensiepen
2012-11-23Respect dynamic GEMS.active fileDaniel Bovensiepen
2012-11-23Change default location of GEMS.active fileDaniel Bovensiepen
2012-11-23Add ACTIVE_GEMS flag to MakefileDaniel Bovensiepen
2012-11-23Merge pull request #570 from skandhas/pr-remove-redundant-LOOP_NORMAL-checkupsYukihiro "Matz" Matsumoto
2012-11-23add assert 'BS Block 35'skandhas
2012-11-23add assert 'BS Block 34'skandhas
2012-11-23modify the order of BS BLOCK assert. Because 'BS BLOCK 32' is already defined...skandhas
2012-11-23remove redundant LOOP_NORMAL checkups in function:codegen. and fix #561skandhas
2012-11-23Adapt Ruby example to meaningful archive nameDaniel Bovensiepen
2012-11-23Adapt c example to meaningful archive nameDaniel Bovensiepen
2012-11-23Adapt c and ruby example to meaningful archive nameDaniel Bovensiepen
2012-11-23Change build process to create meaningful Archive file instead of gem.aDaniel Bovensiepen
2012-11-23Modify GEM build process to support external GEMs outside of the mruby treeDaniel Bovensiepen
2012-11-22pull request issue 553 - try to fix brken linkChristian Mauceri