summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-03-03run enabled gem's bintest onlytake_cheeze
2014-03-03Kernel#send does not use mrb_funcall anymore for most cases; ref #1680Yukihiro "Matz" Matsumoto
2014-03-03Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-03rescue clause should understand splats; close #1786Yukihiro "Matz" Matsumoto
2014-03-03Merge pull request #1785 from tmash06/fix_include_guard_styleYukihiro "Matz" Matsumoto
2014-03-03fix include guard style.Tatsuya Matsumoto
2014-03-02Merge pull request #1784 from tmash06/fix_memory_leak_in_mruby-randomYukihiro "Matz" Matsumoto
2014-03-02fix a memory leak in mruby-random.Tatsuya Matsumoto
2014-03-02Merge pull request #1780 from monaka/pr-add-ssh-protocol-support-for-bitbucketYukihiro "Matz" Matsumoto
2014-03-02Merge pull request #1779 from akuroda/pr_test_string_timesYukihiro "Matz" Matsumoto
2014-03-02add tests for String#*Akira Kuroda
2014-03-02Add ssh protocol support for bitbucket.Masaki Muranaka
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