summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-08-02I fix order of actual and expect test value in kernel.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in integer.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in indexerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in hash.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in gc.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in float.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in false.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in exception.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in enumerable.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in class.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in bs_block.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in basicobject.rb.Jun Hiroe
2013-08-02Merge pull request #1428 from murasesyuka/add_mrbc_help_optionYukihiro "Matz" Matsumoto
2013-08-02add mrbc -h optionmurase_syuka
2013-08-01Merge pull request #1426 from Fleurer/clear-all-oldYukihiro "Matz" Matsumoto
2013-08-01revise the comment in mrb_full_gc()fleuria
2013-08-01add comment for clear_all_old()fleuria
2013-08-01remove unused inspect_rangeYukihiro "Matz" Matsumoto
2013-08-01Merge pull request #1425 from Bovi-Li/test-assert-fixYukihiro "Matz" Matsumoto
2013-08-01Fix order of actual and expect test value for ArrayDaniel Bovensiepen
2013-08-01Fix order of actual and expect test value for ArgumentErrorDaniel Bovensiepen
2013-07-31Merge pull request #1424 from Bovi-Li/test-assertYukihiro "Matz" Matsumoto
2013-08-01Fix assignment of block as actual value and not expectedDaniel Bovensiepen
2013-08-01ci->target_class should be updated as well; #1418Yukihiro "Matz" Matsumoto
2013-07-31move mrb_gc_arena_restore() after cipop(); a bug found by Kilo KawaiYukihiro "Matz" Matsumoto
2013-07-31add new mrbgem mruby-exitYukihiro "Matz" Matsumoto
2013-07-31remove unnecessary spacesYukihiro "Matz" Matsumoto
2013-07-31stop storing target_class info for C defined methodsYukihiro "Matz" Matsumoto
2013-07-31remove unused mrb_proc_new_with_target()Yukihiro "Matz" Matsumoto
2013-07-30Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-07-30forget to re-initialize target_class for top-level eval; close #1418Yukihiro "Matz" Matsumoto
2013-07-29Merge pull request #1421 from carsonmcdonald/fixfor1419Yukihiro "Matz" Matsumoto
2013-07-29Merge pull request #1416 from suzukaze/refactor-object-ext-object.cYukihiro "Matz" Matsumoto
2013-07-29Merge pull request #1417 from suzukaze/fix-doc-mrbgemsYukihiro "Matz" Matsumoto
2013-07-28Add a couple splat testsCarson McDonald
2013-07-28Remove pop that was done when not a return valCarson McDonald
2013-07-27I replace 'Pre-Conditions' with 'Preconditions' because the former is a wrong...Jun Hiroe
2013-07-27replace "if not" to "unless"Yukihiro "Matz" Matsumoto
2013-07-27I replace 0 with NULL because struct pointer be should set NULL in.Jun Hiroe
2013-07-27Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-07-26Merge pull request #1410 from Fleurer/introduce-mrb-assertYukihiro "Matz" Matsumoto
2013-07-26Merge pull request #1414 from suzukaze/correct-mistake-of-grammer-in-readme.md-2Yukihiro "Matz" Matsumoto
2013-07-26Merge pull request #1413 from suzukaze/correct-mistake-of-grammer-in-readme.mdYukihiro "Matz" Matsumoto
2013-07-26I correct the mistakes of grammer in README.md. 'update' word is an countable...Jun Hiroe
2013-07-26I correct the mistakes of grammer in README.md.Jun Hiroe
2013-07-26Merge pull request #1412 from h2so5/rename-pull-gems-optionYukihiro "Matz" Matsumoto
2013-07-26Rename --pull_gems to --pull-gemsh2so5
2013-07-25refactor out longjmp() to a functionYukihiro "Matz" Matsumoto
2013-07-25enabe MRB_DEBUG on travis_config.rbfleuria
2013-07-25if mrbc.run fail, abort rakefleuria