summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-09-21Add Support for Ruby Extensions, C Extensions and Test IntegrationDaniel Bovensiepen
2012-09-20Optimize MakefileDaniel Bovensiepen
2012-09-20Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-09-20Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-09-20OP_CALL for cfunc must restore callinfo; close #476Yukihiro Matsumoto
2012-09-20Remove TODO. This point is finishedDaniel Bovensiepen
2012-09-20Integrate tests into mrbgemsDaniel Bovensiepen
2012-09-20Add default makefile for GemsDaniel Bovensiepen
2012-09-19add hello world test programDaniel Bovensiepen
2012-09-19Modify information messagesDaniel Bovensiepen
2012-09-19Ignore generated filesDaniel Bovensiepen
2012-09-19Merge remote-tracking branch 'upstream/master' into mrbgemsDaniel Bovensiepen
2012-09-19Some additional changes to compile properlyDaniel Bovensiepen
2012-09-19remove second gemDaniel Bovensiepen
2012-09-19Built generator for an variable amount of gemsDaniel Bovensiepen
2012-09-18Merge pull request #475 from bovi/contributingYukihiro "Matz" Matsumoto
2012-09-18Merge pull request #474 from monaka/pr-generic-sh-elf-supportYukihiro "Matz" Matsumoto
2012-09-18re-formulate some sentencesDaniel Bovensiepen
2012-09-18Emphasis commandsDaniel Bovensiepen
2012-09-18Add a contribution information fileDaniel Bovensiepen
2012-09-18Generic sh-elf target support.Masaki Muranaka
2012-09-17Relocate filesDaniel Bovensiepen
2012-09-15Merge pull request #473 from bovi/integer-step-testYukihiro "Matz" Matsumoto
2012-09-15Merge pull request #472 from bovi/kernel-to-s-testYukihiro "Matz" Matsumoto
2012-09-15Add test case for Integer#stepDaniel Bovensiepen
2012-09-15Remove old location of md5 sourceDaniel Bovensiepen
2012-09-15Relocated md5 sourceDaniel Bovensiepen
2012-09-15Small modifications for locationDaniel Bovensiepen
2012-09-15Integer#step addedYukihiro Matsumoto
2012-09-15Numeric#{upto,downto}: limit may not be an integerYukihiro Matsumoto
2012-09-15Don't check ObjectID of Kernel#to_s. Only class check of instanceDaniel Bovensiepen
2012-09-13Add TODOs to finalize gemsDaniel Bovensiepen
2012-09-13should define String#+ (non inlined); close #469Yukihiro Matsumoto
2012-09-13Add a first implementation of mrbgems with one fixed MD5 gemDaniel Bovensiepen
2012-09-13make mrbc aware of the gem initDaniel Bovensiepen
2012-09-13Add init function for gems to init of coreDaniel Bovensiepen
2012-09-13Change mrblib Makefile to include gemsDaniel Bovensiepen
2012-09-13change global Makefile by adding mrbgems to itDaniel Bovensiepen
2012-09-13Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-09-12Merge pull request #468 from iij/pr-exception-without-mesgYukihiro "Matz" Matsumoto
2012-09-12check if an Exception instance has a "mesg" attributeTomoyuki Sahara
2012-09-12mrb_sym can be short integer; reduced 10KBYukihiro Matsumoto
2012-09-12remoce duplicate declaration of TOUPPER/TOLOWERYukihiro Matsumoto
2012-09-12Merge pull request #467 from iij/pr-fix-include-path-procYukihiro "Matz" Matsumoto
2012-09-12Merge pull request #466 from iij/pr-signed-charYukihiro "Matz" Matsumoto
2012-09-12Fix include path in proc.h.Kouki Ooyatsu
2012-09-12two more wrapper macros for ctype.hTomoyuki Sahara
2012-09-12typo fixedYukihiro Matsumoto
2012-09-12Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-09-10Merge pull request #463 from emboss/define_dbl_dig_conditionallyYukihiro "Matz" Matsumoto