summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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-17Relocate filesDaniel 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-13Add TODOs to finalize gemsDaniel Bovensiepen
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-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-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
2012-09-10Merge pull request #460 from iij/pr-nul-in-stringYukihiro "Matz" Matsumoto
compiler may generate broken binary if string literal has NUL characters
2012-09-10Merge pull request #458 from bovi/masterYukihiro "Matz" Matsumoto
Add Tests for current Changes in Code Base
2012-09-10Merge pull request #459 from shancat/warning_fixYukihiro "Matz" Matsumoto
Fixed Windows warning.
2012-09-10OP_EQ should try direct compararison firstYukihiro Matsumoto
2012-09-10use mrb_testYukihiro Matsumoto
2012-09-10eagerly reduce allocated array memoryYukihiro Matsumoto
2012-09-10use mrb_malloc instead of clearing mrb_callocYukihiro Matsumoto
2012-09-10simplify array generation from mrb_runYukihiro Matsumoto
2012-09-10check special_const before calling respond_to?Yukihiro Matsumoto
2012-09-10a string may have NUL characters.Tomoyuki Sahara
2012-09-10Fixed Windows warning.Shannen Saez
Compiling on Windows 7 from a Windows SDK 7 prompt with CMake. `nmake all test` now works with the `tzset()` warning gone.
2012-09-10should have preserved original method nameYukihiro Matsumoto
2012-09-10inlining some mrb_value assignmentsYukihiro Matsumoto
2012-09-09Add Time TestsDaniel Bovensiepen
2012-09-09Add Module TestsDaniel Bovensiepen
2012-09-09Add Kernel TestsDaniel Bovensiepen
2012-09-09mrb might be intialized incompletely from mrbc; close #457Yukihiro Matsumoto
2012-09-06Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-09-06Merge pull request #456 from joequery/test_infoYukihiro "Matz" Matsumoto
Add more info on how to run tests