summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-09-27fix: mrbgems\mruby-sprintf\src\sprintf.c(618): warning C4244: 'initializing':...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-sprintf\src\sprintf.c(516): warning C4244: 'function': con...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-math\src\math.c(660): warning C4244: 'function': conversio...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-math\src\math.c(491): warning C4244: '=': conversion from ...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-kernel-ext\src\kernel.c(114): warning C4244: 'function': c...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-fiber\src\fiber.c(215): warning C4244: '=': conversion fro...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-exit\src\mruby-exit.c(10): warning C4244: 'function': conv...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-eval\src\eval.c(301): warning C4244: 'function': conversio...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-eval\src\eval.c(214): warning C4244: '=': conversion from ...Tomasz Dąbrowski
2017-09-27fix: mrbgems\mruby-compiler\core\parse.y(3455): warning C4244: 'function': co...Tomasz Dąbrowski
2017-09-27fix: include\mruby/gc.h(43): warning C4200: nonstandard extension used: zero-...Tomasz Dąbrowski
2017-09-25The `[]` special method call should be able to take a block.Yukihiro "Matz" Matsumoto
2017-09-25The `lex_state` after literals should be `EXPR_ENDARG`.Yukihiro "Matz" Matsumoto
2017-09-25The symbols should not take brace blocks.Yukihiro "Matz" Matsumoto
2017-09-25Merge pull request #3813 from dabroz/feature-fix-dateYukihiro "Matz" Matsumoto
2017-09-25change DISABLE_STDIO to MRB_DISABLE_STDIO in mruby-time/time.cTomasz Dabrowski
2017-09-23The first instruction was skipped mistakenly in ensure clause; fix #3811Yukihiro "Matz" Matsumoto
2017-09-22`OP_EPOP` operand may be bigger than `mrb->c->eidx`; fix #3810Yukihiro "Matz" Matsumoto
2017-09-12Remove temporary limitation of `OP_EPOP`.Yukihiro "Matz" Matsumoto
2017-09-12receiver variables must be "mrb_int" for mrb_get_args("i").Tomoyuki Sahara
2017-09-12remove whitespaces at the end of line.Tomoyuki Sahara
2017-09-11The callinfo stack may be reallocated in `cipush`; fix rest of #3809Yukihiro "Matz" Matsumoto
2017-09-11The ensure stack may be empty at `OP_EPOP`; fix 1st part of #3809Yukihiro "Matz" Matsumoto
2017-09-06Avoid calling `mrb_funcall` to invoke `#initialize` from `Class.new`.Yukihiro "Matz" Matsumoto
2017-09-05Avoid recursion from `mark_context()`.Yukihiro "Matz" Matsumoto
2017-09-05Avoid crossing C function boundary from `OP_EPOP`; ref #3789Yukihiro "Matz" Matsumoto
2017-09-05Restrict `OP_EPOP` operand to `1`; ref #3789Yukihiro "Matz" Matsumoto
2017-09-04Merge pull request #37 from udzura/fix-typesTomoyuki Sahara
2017-09-04Fix type int to mrb_intUchio KONDO
2017-09-04Restructure `irep->outer` chain; fix #3804Yukihiro "Matz" Matsumoto
2017-09-04Call `initialize` only when it's not empty.Yukihiro "Matz" Matsumoto
2017-09-03Merge pull request #3806 from flaviommedeiros/masterYukihiro "Matz" Matsumoto
2017-09-03Merge pull request #3805 from fl0l0u/patch-1Yukihiro "Matz" Matsumoto
2017-09-02Update print.cfl0l0u
2017-09-02Trying to make the source code more understandable by removing mixing of tern...Flavio Medeiros
2017-09-02Merge pull request #3802 from christopheraue/proc_break_testsYukihiro "Matz" Matsumoto
2017-09-01Avoid copying over initialized procs using `initialize_copy`; fix #3803Yukihiro "Matz" Matsumoto
2017-09-01Update method cache clearing.Yukihiro "Matz" Matsumoto
2017-09-01Make the default integer size to be `MRB_INT64` on 64bit systems; close #3800Yukihiro "Matz" Matsumoto
2017-08-30Tested LocalJumpErrors caused by break in a procChristopher Aue
2017-08-30Merge pull request #3801 from christopheraue/assert_raise_refactoringYukihiro "Matz" Matsumoto
2017-08-30Allowed to pass multiple exceptions to assert_raiseChristopher Aue
2017-08-30Set the ORPHAN flag in `Proc.new`; fix #3798Yukihiro "Matz" Matsumoto
2017-08-30Fixed a critical typo; ref #3798Yukihiro "Matz" Matsumoto
2017-08-30Need to mark `mrb->range_class`; fix #3797Yukihiro "Matz" Matsumoto
2017-08-30Merge pull request #3799 from christopheraue/assert_raise_refactoringYukihiro "Matz" Matsumoto
2017-08-29Refactored #assert_raise and #assert_nothing_raisedChristopher Aue
2017-08-29Need to update `ci` after `callinfo` stack reallocation; fix #3796Yukihiro "Matz" Matsumoto
2017-08-29Exclude the top-level closure from `each_object`; fix #3793Yukihiro "Matz" Matsumoto
2017-08-29Revert "Clear `irep->outer` when no `Proc` reference the `irep`; fix #3793"Yukihiro "Matz" Matsumoto