summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-07-22Merge pull request #2482 from take-cheeze/exc_ttYukihiro "Matz" Matsumoto
2014-07-22restore mrb_get_args() in f_instance_eval to check arguments typeYukihiro "Matz" Matsumoto
2014-07-22exception in instance_eval should not exit mrb_run; fix #2483Yukihiro "Matz" Matsumoto
2014-07-21Use MRB_TT_EXCEPTION in exception object.take_cheeze
2014-07-21since #1441, NaN boxing with 64bit pointer works; close #2476Yukihiro "Matz" Matsumoto
2014-07-21Merge pull request #2481 from take-cheeze/move_word_box_structYukihiro "Matz" Matsumoto
2014-07-20Move word boxing structs to "mruby/boxing_word.h".take_cheeze
2014-07-20Merge pull request #2480 from take-cheeze/test_backtraceYukihiro "Matz" Matsumoto
2014-07-19Print backtrace of crashed test in verbose mode.take_cheeze
2014-07-17Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-07-17avoid infinite recursion when error was happened in #inspect; fix #2474Yukihiro "Matz" Matsumoto
2014-07-17Merge pull request #2475 from take-cheeze/full_core_listYukihiro "Matz" Matsumoto
2014-07-16Check mrbgem.rake instead of directory to ignore empty directories in full-core.take_cheeze
2014-07-16need to call write_barrier on every fiber context switchYukihiro "Matz" Matsumoto
2014-07-16git push origin masterMerge branch 'take-cheeze-instance_eval'Yukihiro "Matz" Matsumoto
2014-07-16remove unused local variables; ref #2473Yukihiro "Matz" Matsumoto
2014-07-15Implement string compiling `instance_eval` method.take_cheeze
2014-07-15fiber stack allocation size should be bigger than irep->nregsYukihiro "Matz" Matsumoto
2014-07-15backtrace supression condition was wrong; fix #2472Yukihiro "Matz" Matsumoto
2014-07-15Merge pull request #2471 from take-cheeze/const_defined_at_retYukihiro "Matz" Matsumoto
2014-07-15Merge pull request #2464 from take-cheeze/inherit_verbose_flagYukihiro "Matz" Matsumoto
2014-07-14Set `$mrbtest_verbose` flag in `mrb_init_test_driver`.take_cheeze
2014-07-14Use `mrb_bool` as return type of `mrb_const_defined_at`.take_cheeze
2014-07-13Merge pull request #2465 from cubicdaiya/feature/comment_styleYukihiro "Matz" Matsumoto
2014-07-13use C style comments instead of C++ style commentsTatsuhiko Kubo
2014-07-12Merge pull request #2463 from take-cheeze/fix_rakeYukihiro "Matz" Matsumoto
2014-07-12Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-07-12rescue SystemStackError that comes from inspecting self-referencing Hashes an...Yukihiro "Matz" Matsumoto
2014-07-12avoid print backtrace for SystemStackErrorYukihiro "Matz" Matsumoto
2014-07-12Fix rake failure since `mrbtest_objs` isn't flattened.take_cheeze
2014-07-12use SystemStackError instead of RuntimeErrorYukihiro "Matz" Matsumoto
2014-07-12Run mrbgem and core tests on minimum dependencies.take_cheeze
2014-07-12check the return value of `fwrite`cremno
2014-07-12remove spaces after open parensYukihiro "Matz" Matsumoto
2014-07-12initialize `args` in `parse_args`cremno
2014-07-12coding style adjustmentscremno
2014-07-12update expected error message in bintestcremno
2014-07-12rewrite strippingcremno
2014-07-12check `mrb_open` return valuecremno
2014-07-12Add `SyntaxError` test and don't print compilation error to stderr in eval.take_cheeze
2014-07-12Use `mrb_parse_nstring` instead in eval.take_cheeze
2014-07-12Merge pull request #2458 from take-cheeze/min_dep_testYukihiro "Matz" Matsumoto
2014-07-12Run mrbgem and core tests on minimum dependencies.take_cheeze
2014-07-12Merge pull request #2460 from cremno/mrb_dump_irep_binary-report-fwrite-failureYukihiro "Matz" Matsumoto
2014-07-11check the return value of `fwrite`cremno
2014-07-11remove spaces after open parensYukihiro "Matz" Matsumoto
2014-07-10Merge pull request #2457 from cremno/mruby-strip-rewriteYukihiro "Matz" Matsumoto
2014-07-09initialize `args` in `parse_args`cremno
2014-07-09coding style adjustmentscremno
2014-07-09update expected error message in bintestcremno