summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2014-09-03get rid of shadowing variablescremno
2014-09-03Merge pull request #2582 from iij/pr-attr-accessor-save-arenaYukihiro "Matz" Matsumoto
2014-09-03save and restore arena index to prevent arena overflow.Tomoyuki Sahara
2014-09-03Use mrb_str_cat_lit() instead of mrb_str_cat_cstr() for string-literals.Tatsuhiko Kubo
2014-09-02Refactor mrb_obj_is_kind_of_m() in kernel.cJun Hiroe
2014-09-02Refactor obj_is_instance_of() in kernel.cJun Hiroe
2014-09-02implement attr_reader and attr_writer in C; use cfunc closure to speed-upYukihiro "Matz" Matsumoto
2014-09-02refactor valid instance variable name checkYukihiro "Matz" Matsumoto
2014-09-02move mrb_proc_new_cfunc_with_env() to the coreYukihiro "Matz" Matsumoto
2014-09-01remove ci->nreg initialization from cipush()Yukihiro "Matz" Matsumoto
2014-08-30remove unnecessary MRB_API from mrb_num_div(); close #2578Yukihiro "Matz" Matsumoto
2014-08-29use RITE_LV_NULL_MARK for better readabilitycremno
2014-08-29add sym_validate_len() to validate symbol lengthcremno
2014-08-29more OP_MOVE swap detection in peephole optimizationYukihiro "Matz" Matsumoto
2014-08-29allow no_optimize esp. for debuggerYukihiro "Matz" Matsumoto
2014-08-29Remove unused macro.Tatsuhiko Kubo
2014-08-29Merge pull request #2572 from cubicdaiya/issues/fprintf_error_handlingsYukihiro "Matz" Matsumoto
2014-08-29Merge pull request #2570 from cubicdaiya/issues/unify_duplicated_functionsYukihiro "Matz" Matsumoto
2014-08-29Fix mismatches for MRB_API declarations.Tatsuhiko Kubo
2014-08-29adjust node lineno of muiti line statementsYukihiro "Matz" Matsumoto
2014-08-29print lineno of dumping nodeYukihiro "Matz" Matsumoto
2014-08-29revert 6c1dfc9; ref #2525 #2565Yukihiro "Matz" Matsumoto
2014-08-28Rename functions for avoinding symbol confiliction.Tatsuhiko Kubo
2014-08-28Unify duplicated functions (noregexp() and regexp_check()).Tatsuhiko Kubo
2014-08-28revert 6c1dfc9; ref #2525 #2565Yukihiro "Matz" Matsumoto
2014-08-28add write barrier to env on pop call info poped. #2525dycoon
2014-08-28Fix error handlings for fputs().Tatsuhiko Kubo
2014-08-28Fix error handlings for fprintf().Tatsuhiko Kubo
2014-08-27Merge pull request #2567 from cubicdaiya/issues/space_after_comma2Yukihiro "Matz" Matsumoto
2014-08-27Add a missing space after ",".Tatsuhiko Kubo
2014-08-27Use mrb_malloc() instead of mrb_realloc().Tatsuhiko Kubo
2014-08-27Remove discareded NULL checks.Tatsuhiko Kubo
2014-08-26Merge pull request #2563 from cremno/printf-cast-variables-to-expected-typeYukihiro "Matz" Matsumoto
2014-08-26use MRB_STRINGIZEcremno
2014-08-26printf: cast variables to the expected typecremno
2014-08-26Merge pull request #2561 from cubicdaiya/issues/space_EOLYukihiro "Matz" Matsumoto
2014-08-25Fix Numeric#pow behavior.Tatsuhiko Kubo
2014-08-25Remove spaces in end-of-line.Tatsuhiko Kubo
2014-08-22Merge pull request #2552 from cubicdaiya/issues/eval_return_value_mrb_method_...Yukihiro "Matz" Matsumoto
2014-08-21changed to call check_cv_name_str in check_cv_name_sym and adjust indentkkkkkt
2014-08-21Remove a discarded comparison.Tatsuhiko Kubo
2014-08-20Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-08-20should use non NULL scope for raise_error(); ref #2547Yukihiro "Matz" Matsumoto
2014-08-20Fix allocation-error-handlings for scope_new().Tatsuhiko Kubo
2014-08-20Remove empty lines.Tatsuhiko Kubo
2014-08-20Merge pull request #2545 from cubicdaiya/issues/use_null_insteadof_zeroYukihiro "Matz" Matsumoto
2014-08-20Merge pull request #2542 from cubicdaiya/issues/mrb_pool_realloc_error_handlingsYukihiro "Matz" Matsumoto
2014-08-20Fix error handling for mrb_open_allocf().Tatsuhiko Kubo
2014-08-20Fix error handling for mrb_pool_realloc().Tatsuhiko Kubo
2014-08-20Use specified macro(NULL) instead of magic-number.Tatsuhiko Kubo