summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2015-05-17Merge pull request #2792 from cremno/let-the-c-compiler-validate-the-identifierYukihiro "Matz" Matsumoto
2015-05-17Merge pull request #2791 from cremno/remove-mrb_define_method_vmYukihiro "Matz" Matsumoto
2015-05-17Merge pull request #2790 from bovi/copyright-2015Yukihiro "Matz" Matsumoto
2015-05-15let the C compiler validate the identifiercremno
2015-05-15remove mrb_define_method_vm() functioncremno
2015-05-15Update Coopyright Information to year 2015Daniel Bovensiepen
2015-05-15Merge pull request #2788 from sgnr/dump-without-stdioYukihiro "Matz" Matsumoto
2015-05-14Reenable mrb_dump_irep under DISABLE_STDIO.Simon Génier
2015-05-14Merge pull request #2787 from cremno/remove-unused-token-declarationsYukihiro "Matz" Matsumoto
2015-05-13remove unused token declarationscremno
2015-05-13Merge pull request #2786 from furunkel/set_valueYukihiro "Matz" Matsumoto
2015-05-12Avoid unnecessary stores and reloadsfurunkel
2015-05-12Merge pull request #2785 from bovi/install-docYukihiro "Matz" Matsumoto
2015-05-12Remove INSTALL and improve README insteadDaniel Bovensiepen
2015-05-08Merge pull request #2784 from cremno/fix-splat-without-assignmentYukihiro "Matz" Matsumoto
2015-05-07fix splat without assignment; fix #2781cremno
2015-05-07Merge pull request #2782 from cremno/define-yydebug-macro-conditionallyYukihiro "Matz" Matsumoto
2015-05-07Merge pull request #2783 from pbosetti/masterYukihiro "Matz" Matsumoto
2015-05-07Defining static version of frexpl also fro MIPS platforms.Paolo Bosetti
2015-05-04define YYDEBUG macro conditionallycremno
2015-04-30push cmdarg_stack in lambda body; fix [ruby-bug#11107]Yukihiro "Matz" Matsumoto
2015-04-30Merge pull request #2778 from cremno/fix-load-size-error-macrosYukihiro "Matz" Matsumoto
2015-04-30Merge pull request #2777 from cremno/fix-parser-locals-null-derefYukihiro "Matz" Matsumoto
2015-04-30Merge pull request #2776 from cremno/undef-strndupYukihiro "Matz" Matsumoto
2015-04-30Merge pull request #2774 from cremno/refactor-mrb_read_irep_fileYukihiro "Matz" Matsumoto
2015-04-29always define SIZE_ERROR_MUL() macrocremno
2015-04-29remove SIZE_ERROR() macrocremno
2015-04-29add more descriptive error message and fail earliercremno
2015-04-28fix null dereference (ref: #2769)cremno
2015-04-28prevent accidental macro redefinition of strndup()cremno
2015-04-28fix possible unsigned integer underflowcremno
2015-04-28unify error handlingcremno
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