summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-07-15Refactor `Build#compile_as_cxx`.take_cheeze
2015-07-14Merge pull request #2884 from jbreeden/doc_bang_modifierYukihiro "Matz" Matsumoto
2015-07-13Fix typojbreeden
2015-07-13Add ! documentation to mruby.h.mdjbreeden
2015-07-14mrb_get_args: improve function description about !Yukihiro "Matz" Matsumoto
2015-07-14mrb_get_args: allow d!Yukihiro "Matz" Matsumoto
2015-07-14mrb_get_args: allow A,H,s,z,a,d specifiers to take ! to accept nil.Yukihiro "Matz" Matsumoto
2015-07-13use "S!" specifier of mrb_get_args() to improve #2882 fix.Yukihiro "Matz" Matsumoto
2015-07-13allow '!' after 'S' specifier of mrb_get_args() that allow nil.Yukihiro "Matz" Matsumoto
2015-07-13refactor mrb_bob_missing to share raising NoMethodError code; fix #2878Yukihiro "Matz" Matsumoto
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