summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-09-03Update range.h.mdRalph Desir
2015-09-03Cleaned up the version.h markdown.Ralph Desir
2015-09-03Cleaned up the re.h markdown.Ralph Desir
2015-09-03Added range markdown.Ralph Desir(Mav7)
2015-09-02Added reg.h markdown.Ralph Desir
2015-09-02Added regular expression header markdown.Ralph Desir(Mav7)
2015-09-02Created version.h markdown.Ralph Desir
2015-09-02doc/api/mruby/version.h.mdRalph Desir(Mav7)
2015-09-01Update string.h.mdRalph Desir
2015-08-31Update string.h.mdRalph Desir
2015-08-31Update string.h.mdRalph Desir
2015-08-30Update string.h.mdRalph Desir
2015-08-30Added string markdown.Ralph Desir(Mav7)
2015-07-17Deleted range and string markdowns for now.Ralph Desir(Mav7)
2015-07-17Update hash.h.mdRalph Desir
2015-07-17Update hash.h.mdRalph Desir
2015-07-08Update hash.h.mdRalph Desir
2015-07-08Added new markdowns.Mav7
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