summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2016-02-05Hash: check flags before accessing ifnone; ref #980Yukihiro "Matz" Matsumoto
2016-02-04cache UTF8 status for utf8_strlen(); ref #980Yukihiro "Matz" Matsumoto
2016-02-04cache mrb_regexp_p(); ref #980Yukihiro "Matz" Matsumoto
2016-02-04Merge pull request #3096 from hlogmans/masterYukihiro "Matz" Matsumoto
2016-02-03Fix missing dependency on mruby-print to support 'puts'Hugo Logmans
2016-01-31Merge pull request #3093 from retrage/retrage/devYukihiro "Matz" Matsumoto
2016-01-31Merge pull request #3092 from kenhys/fix-suportedYukihiro "Matz" Matsumoto
2016-01-31Fix a typoHAYASHI Kentaro
2016-01-30Add String#rjust test to mruby-string-extAkira Moroo
2016-01-30Add String#rjust to mruby-string-extAkira Moroo
2016-01-28Merge pull request #3091 from visualsayed/fix_hash_replace_methodYukihiro "Matz" Matsumoto
2016-01-27protect NoMethodError from calling to_hash in replaceSayed Abdelhaleem
2016-01-22Merge pull request #3090 from kou/fix-segv-by-stack-extension-in-mrb-get-argsYukihiro "Matz" Matsumoto
2016-01-22Fix SEGV by stack extension in mrb_get_args()Kouhei Sutou
2016-01-21mruby-random: fixed wrong fixnum conversionYukihiro "Matz" Matsumoto
2016-01-20Merge pull request #3088 from maclover7/patch-1Yukihiro "Matz" Matsumoto
2016-01-19Small grammar fixJon Moss
2016-01-19Merge pull request #3087 from kou/fix-segv-on-rerasing-no-memory-errorYukihiro "Matz" Matsumoto
2016-01-19Fix SEGV on re-raising NoMemoryErrorKouhei Sutou
2016-01-18Merge pull request #3086 from pra85/2016Yukihiro "Matz" Matsumoto
2016-01-18Update license year range to 2016Prayag Verma
2016-01-14Merge pull request #3084 from syohex/all-zerosYukihiro "Matz" Matsumoto
2016-01-14Fix all zero string caseSyohei YOSHIDA
2016-01-14Add tests which passes all zero string to Kernel#IntegerSyohei YOSHIDA
2016-01-14Merge pull request #3082 from jefffederman/feature/install-mruby-with-ruby-in...Yukihiro "Matz" Matsumoto
2016-01-13Update README to mention ruby version management toolsJeff Federman
2016-01-13Merge pull request #3081 from val00274/fix_toolchains_paramsYukihiro "Matz" Matsumoto
2016-01-13Fix build error in ruby 1.8.asatou
2016-01-11Merge pull request #3080 from kou/fix-class-variable-in-moduleYukihiro "Matz" Matsumoto
2016-01-11Fix class variable reference in moduleKouhei Sutou
2016-01-08fixed a problem with upvar access from instance_eval; ref #3072Yukihiro "Matz" Matsumoto
2016-01-08Merge pull request #3077 from sgnr/output-backtrace-segfaultYukihiro "Matz" Matsumoto
2016-01-07Fix segfault on mrb_exc_backtrace.Simon Génier
2016-01-07replace mrb_toplevel_run() by mrb_top_run()Yukihiro "Matz" Matsumoto
2016-01-07mruby-eval: fixed receiver value in eval context; close #3072Yukihiro "Matz" Matsumoto
2016-01-07change mrb_run related API names; compatibility macros providedYukihiro "Matz" Matsumoto
2016-01-07move KHASH_DECLARE(ht..) to mruby/hash.h; close #3073Yukihiro "Matz" Matsumoto
2016-01-07mruby-sprintf to use mrb_int formatting macros; ref #3076Yukihiro "Matz" Matsumoto
2016-01-07Merge pull request #3074 from syohex/precision-parameter-typeYukihiro "Matz" Matsumoto
2016-01-07printf precision parameter must be 'int' typeSyohei YOSHIDA
2016-01-06Merge pull request #3071 from ksss/symbolYukihiro "Matz" Matsumoto
2016-01-06Merge pull request #3070 from kazuho/kazuho/printf-specifiersYukihiro "Matz" Matsumoto
2016-01-06define `MRB_PRI?` that map to `PRI?NN` depending on the size of `mrb_int`Kazuho Oku
2016-01-06symname_p support `!~`ksss
2016-01-05bytes2chars() conversion to fail if target byte offset is not on the characte...Yukihiro "Matz" Matsumoto
2016-01-04stack_extend before eval_under()Yukihiro "Matz" Matsumoto
2016-01-02instance_eval should pass the receiver as a block parameter; close #3029Yukihiro "Matz" Matsumoto
2016-01-02mirb: enlarge code buffer size to 4KBYukihiro "Matz" Matsumoto
2016-01-02mruby-fiber: fiber_switch() to use nesting VM when it's called from C API or ...Yukihiro "Matz" Matsumoto
2016-01-01Merge pull request #3068 from kazuho/kazuho/osx-_setjmpYukihiro "Matz" Matsumoto