summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-04-28fix null dereference (ref: #2769)cremno
2015-04-27Merge pull request #2773 from syohex/fix-misspellingYukihiro "Matz" Matsumoto
2015-04-27Fix misspellings in documentSyohei YOSHIDA
2015-04-27C++ compilation failed due to skipping iniitalization by goto out_superYukihiro "Matz" Matsumoto
2015-04-27Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2015-04-27super should not be called outside of a method; fix #2770Yukihiro "Matz" Matsumoto
2015-04-27parser_state->locals may be NULL on some error conditions; fix #2769Yukihiro "Matz" Matsumoto
2015-04-25Merge pull request #2772 from furunkel/bench_taskYukihiro "Matz" Matsumoto
2015-04-24Remove benchmarks not in mrubyfurunkel
2015-04-24Output PNG instead of PDFfurunkel
2015-04-24Add some of MRI's benchmarksfurunkel
2015-04-24Use separate build config directory for benchmark filesfurunkel
2015-04-24Include name of current build config in data directory namefurunkel
2015-04-24Renamefurunkel
2015-04-24Let all benchmarks start with bm_furunkel
2015-04-24Add build files for benchmarkings; add mandelbrot benchmarkfurunkel
2015-04-23Don't echo to stdoutfurunkel
2015-04-23Add task for running and plotting benchmarksfurunkel
2015-04-19Merge pull request #2766 from furunkel/builtin_overflowYukihiro "Matz" Matsumoto
2015-04-19Merge pull request #2768 from kou/suppress-write-strings-warningsYukihiro "Matz" Matsumoto
2015-04-18Suppress warnings generated by -Wwrite-stringsKouhei Sutou
2015-04-18Enable -Wwrite-strings by default for GCCKouhei Sutou
2015-04-17Use builtins for overflow math if possiblefurunkel
2015-04-17Merge pull request #2765 from miura1729/original2Yukihiro "Matz" Matsumoto
2015-04-17Fix to avoid warningMiura Hideki
2015-04-17Merge pull request #2762 from miura1729/originalYukihiro "Matz" Matsumoto
2015-04-17Add test of negative arguments for Integer#%Miura Hideki
2015-04-03Merge pull request #2755 from Yuuhei-Okazaki/fix_maxbreakpoint_referenceYukihiro "Matz" Matsumoto
2015-04-03Merge pull request #2754 from cremno/remove-unnecessary-inttypes.h-inclusionYukihiro "Matz" Matsumoto
2015-04-02Merge pull request #2753 from cremno/vs2015-has-inline-kwYukihiro "Matz" Matsumoto
2015-03-31fix maximum value of the index when access breakpoints.Yuhei Okazaki
2015-03-30remove unnecessary <inttypes.h> inclusioncremno
2015-03-30MSVC 2015 implements inline keywordcremno
2015-03-23Merge pull request #2750 from cremno/call-c11-timespec_getYukihiro "Matz" Matsumoto
2015-03-23Merge pull request #2751 from cremno/refactor-write_pool_blockYukihiro "Matz" Matsumoto
2015-03-22refactor write_pool_block()cremno
2015-03-22call C11's timespec_get()cremno
2015-03-21Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2015-03-21execute ensure clause only when skipping call frame; fix #2726Yukihiro "Matz" Matsumoto
2015-03-20Merge pull request #2747 from jbreeden/vcpp_exceptionsYukihiro "Matz" Matsumoto
2015-03-18Fix exceptions for visualcppJared Breeden
2015-03-16Merge pull request #2746 from tarosay/tarosaYukihiro "Matz" Matsumoto
2015-03-16I have added the #ifdef __CYGWIN32__ to modify the fmt_fp.cTarosa
2015-03-16I modified the undefined frexpl in cygwin of makeTarosa
2015-03-06Merge pull request #2740 from govm/stack_extend-in-mrb_f_sendYukihiro "Matz" Matsumoto
2015-03-05stack_extend in mrb_f_sendGo Saito
2015-02-28Merge pull request #2738 from kou/use-ptrdiff-tYukihiro "Matz" Matsumoto
2015-02-28Use ptrdiff_t to suppress signedness warningKouhei Sutou
2015-02-27Merge pull request #2736 from cremno/delete-prototypes-of-undefined-functionsYukihiro "Matz" Matsumoto
2015-02-27fix MSVC initialization issue by a patch from @dyama; close #2734Yukihiro "Matz" Matsumoto