summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-08-03Time#to_i and Time#usec should care about mrb_int overflow on MRB_INT16; ref ...Yukihiro "Matz" Matsumoto
2014-08-03fix typo with MRB_INT16; fix #2495Yukihiro "Matz" Matsumoto
2014-08-02Merge pull request #2494 from suzukaze/refactor-variable.cYukihiro "Matz" Matsumoto
2014-08-02Use Boolean macro in variable.cJun Hiroe
2014-07-30Merge pull request #2462 from cremno/mirb-malloc-history_pathYukihiro "Matz" Matsumoto
2014-07-27Merge pull request #2490 from suzukaze/refactor_symbolYukihiro "Matz" Matsumoto
2014-07-27Refactor sym_equal() in symbol.cJun Hiroe
2014-07-26Merge pull request #2478 from dreamedge/add_module_functionYukihiro "Matz" Matsumoto
2014-07-24Merge pull request #2477 from take-cheeze/allocf_udYukihiro "Matz" Matsumoto
2014-07-24Merge pull request #2489 from Ancurio/silence_cpp_warnYukihiro "Matz" Matsumoto
2014-07-23Silence "unused parameter" warnings in C++Jonas Kulla
2014-07-24Merge pull request #2488 from ksss/leak-testYukihiro "Matz" Matsumoto
2014-07-23Fix memory leak for test driverksss
2014-07-23check if block is given in eval_under(); fix #2486Yukihiro "Matz" Matsumoto
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-18add Module#module_functiondreamedge
2014-07-17Add field `allocf_ud` to replace current `ud`.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