summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2013-08-08use lstat(2) to check if it's a symlinkTomoyuki Sahara
2013-08-07Merge pull request #1445 from cremno/no_strcpy_and_strcatYukihiro "Matz" Matsumoto
don't use str{cpy,cat} in mruby and mrbc
2013-08-07Merge pull request #1446 from cremno/castsYukihiro "Matz" Matsumoto
MSVC: fix warnings
2013-08-07class.c and numeric.c: fixed MSVC warningsCremno
2013-08-07parse.y: don't use strcatCremno
2013-08-07don't use str{cpy,cat} in mruby and mrbcCremno
The length of each string is known. It should be used.
2013-08-07use intptr_t instead of int64_t for 32bit platformsYukihiro "Matz" Matsumoto
2013-08-07Merge pull request #1444 from Fleurer/issue1442Yukihiro "Matz" Matsumoto
fix #1442
2013-08-07Merge pull request #1443 from wasabiz/add-me-to-authorsYukihiro "Matz" Matsumoto
add "Yuichi Nishiwaki" to AUTHORS
2013-08-07fix #1442fleuria
in the marking root phase, we only marked the root context, but leaving the current context unmarked. when we execute a fiber, the current context would be changed and trigger this issue.
2013-08-07return statement should terminate execution of a method defined by define_methodYukihiro "Matz" Matsumoto
2013-08-07rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby sourceYukihiro "Matz" Matsumoto
2013-08-07Merge branch 'full-nan-boxing' of https://github.com/wasabiz/mruby into ↵Yukihiro "Matz" Matsumoto
wasabiz-full-nan-boxing
2013-08-06Merge pull request #1439 from carsonmcdonald/addtravisbadgeYukihiro "Matz" Matsumoto
Add travisci badge
2013-08-06Add travisci badgeCarson McDonald
2013-08-05Merge pull request #1436 from archSeer/patch-1Yukihiro "Matz" Matsumoto
muby-time: use mrb_free directly
2013-08-05muby-time: use mrb_free directlyBlaž Hrastnik
2013-08-05Merge pull request #1432 from Archytaus/gem_clone_dirYukihiro "Matz" Matsumoto
Custom build path pulls git gems for every build target
2013-08-04Merge pull request #1435 from Bovi-Li/test-fix-orderYukihiro "Matz" Matsumoto
[mrbtest] assert_equal(expect, actual) order fix
2013-08-04add "Yuichi Nishiwaki" to AUTHORSYuichi Nishiwaki
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
Set filename like irb
2013-08-04fix bugs in commentYuichi Nishiwaki
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
API changes: - value.p must be accessed via mrb_value_p macro - value.p must be mutated via MRB_SET_VALUE_P macro
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
End loop if nextc is -1
2013-08-02Merge pull request #1429 from suzukaze/fix-order-of-expected-and-actualYukihiro "Matz" Matsumoto
I fix order of expected and actual from basicobject.rb to true.rb in folder '/test/t'.
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