summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-07-08Merge pull request #2449 from take-cheeze/mrb_ary_resizeYukihiro "Matz" Matsumoto
2014-07-08Use `mrb_print_error` to print exception instead of `mrb_p`.take_cheeze
2014-07-08Print error instead of printing return value of report.take_cheeze
2014-07-08Add IO#close_on_exec=dreamedge
2014-07-07Remove unnecessary out of memory check in `ary_expand_capa`.take_cheeze
2014-07-07add IO.close_on_exec?dreamedge
2014-07-06Add new API `mrb_ary_resize`(mruby implementation of `rb_ary_resize`).take_cheeze
2014-07-06reformat else part; ref #2447Yukihiro "Matz" Matsumoto
2014-07-06Merge pull request #2447 from take-cheeze/reduce_ary_clear_allocYukihiro "Matz" Matsumoto
2014-07-05Reduce allocation in shared RArray clearing.take_cheeze
2014-07-04Merge pull request #2446 from take-cheeze/fix_mrb_flo_to_fixnumYukihiro "Matz" Matsumoto
2014-07-04Fix type checking in `mrb_flo_to_fixnum`.take_cheeze
2014-07-03Merge pull request #2444 from take-cheeze/fix_mrb_hash_tblYukihiro "Matz" Matsumoto
2014-07-03Always return non-NULL in `mrb_hash_tbl`.take_cheeze
2014-07-03Merge pull request #2442 from suzukaze/use-mrb-str-nofree-macroYukihiro "Matz" Matsumoto
2014-07-03Merge pull request #2443 from suzukaze/use-mrb-str-emebed-macroYukihiro "Matz" Matsumoto
2014-07-03Merge pull request #2432 from take-cheeze/toolchainsYukihiro "Matz" Matsumoto
2014-07-03Use *_EMBED_* macro in state.cJun Hiroe
2014-07-03Use RSTR_NOFREE_P in state.cJun Hiroe
2014-07-03Merge pull request #2440 from suzukaze/add-pr-docs2Yukihiro "Matz" Matsumoto
2014-07-03Add a caution to Your Pull Request document.Jun Hiroe
2014-07-03Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-07-03fiber stack should not be cleared by zero when MRB_NAN_BOXING is set; close #...Yukihiro "Matz" Matsumoto
2014-07-03Merge pull request #2438 from AE9RB/upstreamYukihiro "Matz" Matsumoto
2014-07-02Ensure RVALUE is large enough for word boxing types.David Turnbull
2014-07-02Merge pull request #2436 from take-cheeze/mrb_args_argYukihiro "Matz" Matsumoto
2014-07-02Use `MRB_ARGS_ARG(n, o)` instead of `MRB_ARGS_REQ(n) | MRB_ARGS_OPT(o)`.take_cheeze
2014-07-02time overflow check; ref #2337Yukihiro "Matz" Matsumoto
2014-07-02Merge pull request #2434 from AE9RB/masterYukihiro "Matz" Matsumoto
2014-07-02regen.Tomoyuki Sahara
2014-07-02more TCP options (for NetBSD).Tomoyuki Sahara
2014-07-02sort.Tomoyuki Sahara
2014-07-02Merge pull request #14 from dreamedge/add_tcp_constantsTomoyuki Sahara
2014-07-01Fix MRB_WORD_BOXING by correctly telling GC which mrb_value types are immediate.David Turnbull
2014-07-02Add TCP_* constants included in "netinet/tcp.h".dreamedge
2014-07-02Merge pull request #2433 from take-cheeze/mirb_bool_valYukihiro "Matz" Matsumoto
2014-06-30Use `TRUE` instead of `1` in mirb code.take_cheeze
2014-06-29Add method `toolchains` and `primary_toolchain` to `MRuby::Build`.take_cheeze
2014-06-29Merge pull request #2431 from ksss/warning-objectspaceYukihiro "Matz" Matsumoto
2014-06-29Reduce warning for enumerationksss
2014-06-28Merge pull request #2430 from SHyx0rmZ/remove-duplicateYukihiro "Matz" Matsumoto
2014-06-28git push origin masterMerge branch 'take-cheeze-fix_each_obj_crash'Yukihiro "Matz" Matsumoto
2014-06-28remove String class initialization in error.c; ref #2429Yukihiro "Matz" Matsumoto
2014-06-28ObjectSpace.each_object should filter out internal (i.e. obj->c == NULL) obje...Yukihiro "Matz" Matsumoto
2014-06-28Fix crash in method call in `ObjectSpace.each_object` block.take_cheeze
2014-06-27initialize nomem_err->mesg->c before exposing to Ruby world; close #2428Yukihiro "Matz" Matsumoto
2014-06-27reduce mrb_funcall in exception allocationYukihiro "Matz" Matsumoto
2014-06-27Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-06-27Merge pull request #2427 from suzukaze/fix-typoYukihiro "Matz" Matsumoto
2014-06-27Merge pull request #2426 from take-cheeze/mrbconfYukihiro "Matz" Matsumoto