summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-03-02Merge pull request #1777 from take-cheeze/command_improvementYukihiro "Matz" Matsumoto
2014-03-02remove explicit use of g++take_cheeze
2014-03-02use shallow clone in git gemtake_cheeze
2014-03-02use c++ compiler to link when c++ abi is enabledtake_cheeze
2014-03-02allow command like "ccache gcc"take_cheeze
2014-03-02wrap function prototype by extern "C"Yukihiro "Matz" Matsumoto
2014-03-02add const to char* to pacify warnings for string litral to char* conversionYukihiro "Matz" Matsumoto
2014-03-01clear exc_catched before jumping to L_RAISEtake_cheeze
2014-03-01define mrbconfs on all compilertake_cheeze
2014-03-01define __STDC_* macros in y.tab.cxx tootake_cheeze
2014-03-01wrap scope with do {} while()take_cheeze
2014-03-01revert wrong build_config.rbtake_cheeze
2014-03-01use g++ to linktake_cheeze
2014-03-01name c++ abi buildtake_cheeze
2014-03-01move jmpbuf_id to generated filetake_cheeze
2014-03-01fix compile error of min/max macrotake_cheeze
2014-03-01add cxx_abi travis testtake_cheeze
2014-03-01fix compile errortake_cheeze
2014-03-01support c++ exceptiontake_cheeze
2014-03-01Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-01allow send method not to call mrb_funcall if calling method is implemented in...Yukihiro "Matz" Matsumoto
2014-03-01should build "all" before "test"; close #1774Yukihiro "Matz" Matsumoto
2014-03-01exception in fiber should make resume to raise in parent fiber context; close...Yukihiro "Matz" Matsumoto
2014-03-01Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-01revert changes to mrbconf.hYukihiro "Matz" Matsumoto
2014-03-01Merge branch 'issues/comment_style' of https://github.com/cubicdaiya/mruby in...Yukihiro "Matz" Matsumoto
2014-03-01Merge pull request #1773 from tmash06/remove_unnecessary_gitkeepYukihiro "Matz" Matsumoto
2014-03-01need to initialize flags for pooled strings; close #1768Yukihiro "Matz" Matsumoto
2014-03-01add _FLAG to SET_SHARED macros; ref #1750Yukihiro "Matz" Matsumoto
2014-03-01Merge branch 'array-shared-macro' of https://github.com/ksss/mruby into ksss-...Yukihiro "Matz" Matsumoto
2014-03-01remove unnecessary .gitkeepTatsuya Matsumoto
2014-03-01use C style comments instead of C++ style commentscubicdaiya
2014-03-01Merge pull request #1771 from take-cheeze/add_authorYukihiro "Matz" Matsumoto
2014-03-01Please add me to the author.take_cheeze
2014-03-01mrb_fiber_yield() is available now; you have to link mruby-fiber mrbgem to us...Yukihiro "Matz" Matsumoto
2014-02-28cancel 313f6b; add fallthrough commentYukihiro "Matz" Matsumoto
2014-02-28Merge pull request #1756 from chasonr/sprintf-utf8Yukihiro "Matz" Matsumoto
2014-02-28support break from fiber block; fix #1766Yukihiro "Matz" Matsumoto
2014-02-27Test for UTF-8 as mattn suggests.chasonr
2014-02-28restore proc after restoring from fiber; ref #1766Yukihiro "Matz" Matsumoto
2014-02-28Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-02-28swap actual and expected; ref #1764Yukihiro "Matz" Matsumoto
2014-02-28Merge pull request #1763 from cubicdaiya/issues/mrb_str_new_static_bugYukihiro "Matz" Matsumoto
2014-02-28fix test for Array#[]ksss
2014-02-28fix SEGV bug for mrb_str_new_staticcubicdaiya
2014-02-28Merge pull request #1762 from cubicdaiya/issues/mrb_str_new_bugYukihiro "Matz" Matsumoto
2014-02-28fix SEGV bug for mrb_str_newcubicdaiya
2014-02-28remove break altogether in ci loopYukihiro "Matz" Matsumoto
2014-02-28Merge pull request #1761 from take-cheeze/mruby-stripYukihiro "Matz" Matsumoto
2014-02-28Merge pull request #1760 from cubicdaiya/issues/make_mrb_str_dump_a_bit_fasterYukihiro "Matz" Matsumoto