summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-03-05Merge pull request #1797 from take-cheeze/doc_updateYukihiro "Matz" Matsumoto
2014-03-05Merge pull request #1796 from mattn/fix_1793Yukihiro "Matz" Matsumoto
2014-03-05fix typotake_cheeze
2014-03-05update compilation notestake_cheeze
2014-03-04Fix #1793mattn
2014-03-04Merge pull request #1795 from cubicdaiya/issues/off_by_one_errorYukihiro "Matz" Matsumoto
2014-03-04Merge pull request #1792 from cubicdaiya/issues/fix_invalid_commentYukihiro "Matz" Matsumoto
2014-03-04fix off-by-one error in String#rindex(fixnum)cubicdaiya
2014-03-04fix a comment end of include guardcubicdaiya
2014-03-04Merge pull request #1791 from iij/pr-numeric-divYukihiro "Matz" Matsumoto
2014-03-04add Integer#div and Float#div.Tomoyuki Sahara
2014-03-04Merge pull request #1790 from iij/pr-float-divmodYukihiro "Matz" Matsumoto
2014-03-04add tests for Integer#divmod.Tomoyuki Sahara
2014-03-04Fix Float#divmod.Tomoyuki Sahara
2014-03-04Merge pull request #1789 from cubicdaiya/feature/mrb_exc_new_str_litYukihiro "Matz" Matsumoto
2014-03-04Use mrb_exc_new_str_lit widelycubicdaiya
2014-03-04introduce mrb_exc_new_str_lit for C string literalscubicdaiya
2014-03-04Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-03-04add new macros for MRB_STR_SHARED operations, based on 0f7aecf from @ksss; re...Yukihiro "Matz" Matsumoto
2014-03-03Merge pull request #1787 from take-cheeze/bintest_improvementYukihiro "Matz" Matsumoto
2014-03-03use tempfile moduletake_cheeze
2014-03-03add test to check striped binary works correctlytake_cheeze
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