summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-09-21should adjust pc after OP_CALLYukihiro Matsumoto
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-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-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-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-13should define String#+ (non inlined); close #469Yukihiro Matsumoto
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
2012-09-10Merge pull request #465 from shancat/mingw_fixYukihiro "Matz" Matsumoto
2012-09-11Fixes #464.Shannen Saez
2012-09-11Define DBL_DIG only if it wasn't previously definedemboss
2012-09-10Merge pull request #462 from bovi/test-for-460Yukihiro "Matz" Matsumoto
2012-09-10Merge pull request #461 from bovi/makefile-writing-fixesYukihiro "Matz" Matsumoto
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
2012-09-10Merge pull request #458 from bovi/masterYukihiro "Matz" Matsumoto
2012-09-10Merge pull request #459 from shancat/warning_fixYukihiro "Matz" Matsumoto
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
2012-09-10should have preserved original method nameYukihiro Matsumoto
2012-09-10inlining some mrb_value assignmentsYukihiro Matsumoto
2012-09-09Add Time TestsDaniel Bovensiepen