summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-03-04Merge pull request #1795 from cubicdaiya/issues/off_by_one_errorYukihiro "Matz" Matsumoto
fix off-by-one error in String#rindex(fixnum)
2014-03-04Merge pull request #1792 from cubicdaiya/issues/fix_invalid_commentYukihiro "Matz" Matsumoto
fix a comment end of include guard
2014-03-04fix off-by-one error in String#rindex(fixnum)cubicdaiya
null-terminated string should not be included in search targets.
2014-03-04fix a comment end of include guardcubicdaiya
2014-03-04Merge pull request #1791 from iij/pr-numeric-divYukihiro "Matz" Matsumoto
add Integer#div and Float#div to mruby-numeric-ext
2014-03-04add Integer#div and Float#div.Tomoyuki Sahara
2014-03-04Merge pull request #1790 from iij/pr-float-divmodYukihiro "Matz" Matsumoto
fix Float#divmod returns nil
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
Introduce mrb_exc_new_str_lit for C string literals
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; ↵Yukihiro "Matz" Matsumoto
ref #1782
2014-03-03Merge pull request #1787 from take-cheeze/bintest_improvementYukihiro "Matz" Matsumoto
`bintest` improvement.
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
fix include guard style.
2014-03-03fix include guard style.Tatsuya Matsumoto
2014-03-02Merge pull request #1784 from tmash06/fix_memory_leak_in_mruby-randomYukihiro "Matz" Matsumoto
fix a memory leak in mruby-random.
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
Add ssh protocol support for bitbucket.
2014-03-02Merge pull request #1779 from akuroda/pr_test_string_timesYukihiro "Matz" Matsumoto
add tests for String#*
2014-03-02add tests for String#*Akira Kuroda
add test cases for 0 and -1
2014-03-02Add ssh protocol support for bitbucket.Masaki Muranaka
2014-03-02Merge pull request #1777 from take-cheeze/command_improvementYukihiro "Matz" Matsumoto
Command improvements.
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 ↵Yukihiro "Matz" Matsumoto
in Ruby; fix #1680 ref #1765