summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-08-04add commentary to value representationYuichi Nishiwaki
2013-08-04bugfix: the bit mask was smaller than the size it should beYuichi Nishiwaki
2013-08-04revert one of the API changes: MRB_SET_VALUE_P no longer usedYuichi Nishiwaki
2013-08-04cosmetic changesYuichi Nishiwaki
2013-08-04implement 64bit nan-boxingYuichi Nishiwaki
2013-08-03add read barrier to value.pYuichi Nishiwaki
2013-08-05Merge pull request #1436 from archSeer/patch-1Yukihiro "Matz" Matsumoto
2013-08-05muby-time: use mrb_free directlyBlaž Hrastnik
2013-08-05Merge pull request #1432 from Archytaus/gem_clone_dirYukihiro "Matz" Matsumoto
2013-08-04Merge pull request #1435 from Bovi-Li/test-fix-orderYukihiro "Matz" Matsumoto
2013-08-04Improve test of mruby-objectspace-ext GEMDaniel Bovensiepen
2013-08-04Improve test of mruby-toplevel-ext GEMDaniel Bovensiepen
2013-08-04Improve test of mruby-symbol-ext GEMDaniel Bovensiepen
2013-08-04Improve test of mruby-string-ext GEMDaniel Bovensiepen
2013-08-04Improve test of mruby-range-ext GEMDaniel Bovensiepen
2013-08-04Improve test of mruby-proc-ext GEMDaniel Bovensiepen
2013-08-04Improve test of mruby-object-ext GEMDaniel Bovensiepen
2013-08-04Improve test of mruby-numeric-ext GEMDaniel Bovensiepen
2013-08-04Improve test of mruby-hash-ext GEMDaniel Bovensiepen
2013-08-04Improve test of mruby-enum-ext GEMDaniel Bovensiepen
2013-08-04Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-08-04should protect resume fiber by write barrier; close #1434Yukihiro "Matz" Matsumoto
2013-08-04Merge pull request #1433 from carsonmcdonald/mirbfilenameYukihiro "Matz" Matsumoto
2013-08-03Set filename like irbCarson McDonald
2013-08-04Added support for custom gem clone directories when using gitRyan Scott
2013-08-02Merge pull request #1430 from carsonmcdonald/regexparsefixYukihiro "Matz" Matsumoto
2013-08-02Merge pull request #1429 from suzukaze/fix-order-of-expected-and-actualYukihiro "Matz" Matsumoto
2013-08-02End loop if nextc is -1Carson McDonald
2013-08-02I fix order of actual and expect test value in typeerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in true.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in syntax.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in symbol.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in string.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in standarderror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in runtimeerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in rangeerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in range.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in proc.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in object.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in numeric.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in nomethoderror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in nil.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in nameerror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in module.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in localjumperror.rb.Jun Hiroe
2013-08-02I fix order of actual and expect test value in literals.rb.Jun Hiroe
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