summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
More Contributing Documentation
2012-09-18Merge pull request #474 from monaka/pr-generic-sh-elf-supportYukihiro "Matz" Matsumoto
Generic sh-elf target support.
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
Add test case for Integer#step
2012-09-15Merge pull request #472 from bovi/kernel-to-s-testYukihiro "Matz" Matsumoto
Don't check ObjectID of Kernel#to_s. Only class check of instance
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
check if an Exception instance has a "mesg" attribute
2012-09-12check if an Exception instance has a "mesg" attributeTomoyuki Sahara
fix the issue that "Exception.new.inspect" causes SIGSEGV.
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
Fix include path in proc.h.
2012-09-12Merge pull request #466 from iij/pr-signed-charYukihiro "Matz" Matsumoto
two more wrapper macros for ctype.h
2012-09-12Fix include path in proc.h.Kouki Ooyatsu
2012-09-12two more wrapper macros for ctype.hTomoyuki Sahara
we need them on the platform where 'char' is signed.
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
Define DBL_DIG only if it wasn't previously defined
2012-09-10Merge pull request #465 from shancat/mingw_fixYukihiro "Matz" Matsumoto
Fixes #464.
2012-09-11Fixes #464.Shannen Saez
2012-09-11Define DBL_DIG only if it wasn't previously definedemboss
DBL_DIG may already be defined on the target system, defining it without checking first may overwrite system values.
2012-09-10Merge pull request #462 from bovi/test-for-460Yukihiro "Matz" Matsumoto
Add Test Case for Issue #460
2012-09-10Merge pull request #461 from bovi/makefile-writing-fixesYukihiro "Matz" Matsumoto
Fix writing errors in Makefiles
2012-09-10Add Test Case for Issue #460Daniel Bovensiepen
2012-09-10Fix writing errors in MakefilesDaniel Bovensiepen
2012-09-10Array#reverse! should call ary_modifyYukihiro Matsumoto