summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-07-12Merge pull request #2883 from jbreeden/array_join_nilYukihiro "Matz" Matsumoto
2015-07-11Removing unndeeded to_sjbreeden
2015-07-11Patching array joinjbreeden
2015-07-09Merge pull request #2880 from mattn/llroundYukihiro "Matz" Matsumoto
2015-07-09use round for llround. some platform (ex: mingw32) doesn't have llround.Yasuhiro Matsumoto
2015-07-07method_missing definition may be undefined; fix #2878Yukihiro "Matz" Matsumoto
2015-07-07Merge pull request #2877 from cremno/fix-dangling-ptrYukihiro "Matz" Matsumoto
2015-07-07Merge pull request #2876 from joans321/masterYukihiro "Matz" Matsumoto
2015-07-07Merge pull request #2875 from davydovanton/doc-comment-typoYukihiro "Matz" Matsumoto
2015-07-06fix androideabi cross-compile error : undefined reference to 'frexpl'xuejianqing
2015-07-05Fix typo in comment in String#mrb_cstr_to_inum [skip ci]Anton Davydov
2015-07-03Merge pull request #2871 from archSeer/patch-2Yukihiro "Matz" Matsumoto
2015-07-03Merge pull request #2874 from cremno/fix-parser-oob-writeYukihiro "Matz" Matsumoto
2015-07-03Merge pull request #2873 from cremno/fix-coverity-missing-break-in-switchYukihiro "Matz" Matsumoto
2015-07-03fix dangling pointercremno
2015-07-03fix oob write by actually truncating buffercremno
2015-07-03remove unnecessary default casecremno
2015-07-02add missing fall through commentscremno
2015-07-02Fix incorrect memory allocation of mrdb_state_new.Blaž Hrastnik
2015-07-01Merge pull request #2869 from cremno/refactor-print.cYukihiro "Matz" Matsumoto
2015-07-01Merge pull request #2868 from sgnr/avoid-narrowing-cast-in-flo-roundYukihiro "Matz" Matsumoto
2015-06-29Avoid a narrowing cast in flo_round under MRB_INT64.Simon Génier
2015-06-29Merge pull request #2867 from kou/proc-fix-gc-crashYukihiro "Matz" Matsumoto
2015-06-29Fix a crash bug when GC is ran while creating a proc with envKouhei Sutou
2015-06-29Merge pull request #2866 from jurriaan/fix-crashYukihiro "Matz" Matsumoto
2015-06-29Merge pull request #2863 from suzukaze/fix-typoYukihiro "Matz" Matsumoto
2015-06-29Merge pull request #2862 from scalone/recursive_cloneYukihiro "Matz" Matsumoto
2015-06-29Merge pull request #2861 from scalone/quotes_useYukihiro "Matz" Matsumoto
2015-06-29Merge pull request #2860 from franckverrot/move-docYukihiro "Matz" Matsumoto
2015-06-28Fix segfault found using afl-fuzzJurriaan Pruis
2015-06-28Rename extended xxxx class or module to xxxx class or module extensionJun Hiroe
2015-06-28Fix typo; Replace extensional with extendedJun Hiroe
2015-06-26Fix quotes use during load special path gem of gem.Thiago Scalone
2015-06-26Add —-recursive option to automatically update submodules from git mgems.Thiago Scalone
2015-06-26Respect the directory structure of `include`Franck Verrot
2015-06-25Merge pull request #2859 from mattn/fix-rootYukihiro "Matz" Matsumoto
2015-06-25Merge pull request #2858 from franckverrot/remove-unnecessary-backticksYukihiro "Matz" Matsumoto
2015-06-25add_dependency doesn't workmattn
2015-06-24Remove unnecessary backticks.Franck Verrot
2015-06-24Merge branch 'furunkel-deprecated'Yukihiro "Matz" Matsumoto
2015-06-24remove deprecated.hYukihiro "Matz" Matsumoto
2015-06-24Merge branch 'deprecated' of https://github.com/furunkel/mruby into furunkel-...Yukihiro "Matz" Matsumoto
2015-06-24Merge pull request #2857 from hone/cross_compile_targetsYukihiro "Matz" Matsumoto
2015-06-24Merge pull request #2853 from jbreeden/alloc_docYukihiro "Matz" Matsumoto
2015-06-23add host_target/build_target options for CrossBuild'ng native extensionsTerence Lee
2015-06-23rewrite printstr() to get rid of code duplicationcremno
2015-06-23Move deprecated macros and functions to dedicated header filefurunkel
2015-06-22Merge branch 'master' of http://github.com/mruby/mruby into alloc_docJared Breeden
2015-06-22Fixes #912Jared Breeden
2015-06-23Merge pull request #2852 from jbreeden/mrb_string_value_cstr_patchYukihiro "Matz" Matsumoto