summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-09-19Merge pull request #2594 from yasuyuki/hashYukihiro "Matz" Matsumoto
2014-09-18copy documentation comment from CRubyINOUE Yasuyuki
2014-09-18remove line number from raise messageINOUE Yasuyuki
2014-09-18refactor Hash generator loopINOUE Yasuyuki
2014-09-17Merge pull request #2592 from miura1729/original2Yukihiro "Matz" Matsumoto
2014-09-16update outdated links to the original program.Miura Hideki
2014-09-15change mrb_sym type from uint16_t to uint32_tYukihiro "Matz" Matsumoto
2014-09-12constify pointer from RARRAY_PTR to detect potential write barrier bugs.Yukihiro "Matz" Matsumoto
2014-09-10add benchmark/bm_app_lc_fizzbuzz.rbYukihiro "Matz" Matsumoto
2014-09-09Merge pull request #2590 from cubicdaiya/issues/inline2Yukihiro "Matz" Matsumoto
2014-09-09Add inline to str_with_class().Tatsuhiko Kubo
2014-09-08Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-09-08Merge pull request #2589 from take-cheeze/fix_msvc_cxxYukihiro "Matz" Matsumoto
2014-09-08Fix MSVC C++ ABI build. Close #2588.take_cheeze
2014-09-08remove execution bit from benchmark/fib39.rbYukihiro "Matz" Matsumoto
2014-09-08fixed wandering filename problemYukihiro "Matz" Matsumoto
2014-09-06implement Hash.[]INOUE Yasuyuki
2014-09-05Merge pull request #2587 from take-cheeze/fix_def_gem_loadYukihiro "Matz" Matsumoto
2014-09-05Fix default gem loading in `generate_gem_table`.take_cheeze
2014-09-05support native byteorder in mrb files; ref 3492beYukihiro "Matz" Matsumoto
2014-09-05condition refactoring in load.cYukihiro "Matz" Matsumoto
2014-09-05add some MRB_API to function prototypesYukihiro "Matz" Matsumoto
2014-09-05Merge branch 'cremno-add-symbol-table-overflow-check'Yukihiro "Matz" Matsumoto
2014-09-05use uint16_t instead of short; ref #2568Yukihiro "Matz" Matsumoto
2014-09-04refactor MACRO to avoid local variable name conflict; ref #2585Yukihiro "Matz" Matsumoto
2014-09-04Merge pull request #2585 from cremno/get-rid-of-shadowing-variables-mrbgemsYukihiro "Matz" Matsumoto
2014-09-04Merge pull request #2586 from cremno/fix-strict-aliasing-rule-violationYukihiro "Matz" Matsumoto
2014-09-04fix strict aliasing rule violationcremno
2014-09-04get rid of shadowing variables (mrbgems)cremno
2014-09-04instance variable name validation based on <ctype.h>; fix #2584Yukihiro "Matz" Matsumoto
2014-09-04wrong iseq conversion flagYukihiro "Matz" Matsumoto
2014-09-04avoid iseq allocation from static irep binary. it reduces 424KB allocation fo...Yukihiro "Matz" Matsumoto
2014-09-04rename a local variable current_node -> nodetype; ref #2583Yukihiro "Matz" Matsumoto
2014-09-04Merge pull request #2583 from cremno/get-rid-of-shadowing-variablesYukihiro "Matz" Matsumoto
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-03Merge pull request #2581 from cubicdaiya/issues/use_litYukihiro "Matz" Matsumoto
2014-09-03Use mrb_str_cat_lit() instead of mrb_str_cat_cstr() for string-literals.Tatsuhiko Kubo
2014-09-02Merge pull request #2580 from suzukaze/refactor-kernel.cYukihiro "Matz" Matsumoto
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-01attr_reader and attr_writer should return nilYukihiro "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-30Merge pull request #2577 from cremno/remove-obsolete-macrosYukihiro "Matz" Matsumoto
2014-08-30Merge pull request #2576 from cremno/correctly-validate-symbol-lengthYukihiro "Matz" Matsumoto