| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-08 | Merge pull request #2449 from take-cheeze/mrb_ary_resize | Yukihiro "Matz" Matsumoto | |
| Add new API `mrb_ary_resize`(mruby implementation of `rb_ary_resize`). | |||
| 2014-07-08 | Use `mrb_print_error` to print exception instead of `mrb_p`. | take_cheeze | |
| 2014-07-08 | Print error instead of printing return value of report. | take_cheeze | |
| 2014-07-08 | Add IO#close_on_exec= | dreamedge | |
| and a test on test/io.rb | |||
| 2014-07-07 | Remove unnecessary out of memory check in `ary_expand_capa`. | take_cheeze | |
| Since `mrb_realloc` raises when failed to allocate memory. | |||
| 2014-07-07 | add IO.close_on_exec? | dreamedge | |
| 2014-07-06 | Add new API `mrb_ary_resize`(mruby implementation of `rb_ary_resize`). | take_cheeze | |
| 2014-07-06 | reformat else part; ref #2447 | Yukihiro "Matz" Matsumoto | |
| 2014-07-06 | Merge pull request #2447 from take-cheeze/reduce_ary_clear_alloc | Yukihiro "Matz" Matsumoto | |
| Reduce allocation in shared RArray clearing. | |||
| 2014-07-05 | Reduce allocation in shared RArray clearing. | take_cheeze | |
| 2014-07-04 | Merge pull request #2446 from take-cheeze/fix_mrb_flo_to_fixnum | Yukihiro "Matz" Matsumoto | |
| Fix type checking in `mrb_flo_to_fixnum`. | |||
| 2014-07-04 | Fix type checking in `mrb_flo_to_fixnum`. | take_cheeze | |
| 2014-07-03 | Merge pull request #2444 from take-cheeze/fix_mrb_hash_tbl | Yukihiro "Matz" Matsumoto | |
| Always return non-NULL in `mrb_hash_tbl`. | |||
| 2014-07-03 | Always return non-NULL in `mrb_hash_tbl`. | take_cheeze | |
| 2014-07-03 | Merge pull request #2442 from suzukaze/use-mrb-str-nofree-macro | Yukihiro "Matz" Matsumoto | |
| Use RSTR_NOFREE_P in state.c | |||
| 2014-07-03 | Merge pull request #2443 from suzukaze/use-mrb-str-emebed-macro | Yukihiro "Matz" Matsumoto | |
| Use *_EMBED_* macro in state.c | |||
| 2014-07-03 | Merge pull request #2432 from take-cheeze/toolchains | Yukihiro "Matz" Matsumoto | |
| Add method `toolchains` and `primary_toolchain` to `MRuby::Build`. | |||
| 2014-07-03 | Use *_EMBED_* macro in state.c | Jun Hiroe | |
| 2014-07-03 | Use RSTR_NOFREE_P in state.c | Jun Hiroe | |
| 2014-07-03 | Merge pull request #2440 from suzukaze/add-pr-docs2 | Yukihiro "Matz" Matsumoto | |
| Add a caution to Your Pull Request document. (suggested by Matz) close #2437 | |||
| 2014-07-03 | Add a caution to Your Pull Request document. | Jun Hiroe | |
| 2014-07-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-07-03 | fiber stack should not be cleared by zero when MRB_NAN_BOXING is set; close ↵ | Yukihiro "Matz" Matsumoto | |
| #2439 | |||
| 2014-07-03 | Merge pull request #2438 from AE9RB/upstream | Yukihiro "Matz" Matsumoto | |
| Ensure RVALUE is large enough for word boxing types. | |||
| 2014-07-02 | Ensure RVALUE is large enough for word boxing types. | David Turnbull | |
| 2014-07-02 | Merge pull request #2436 from take-cheeze/mrb_args_arg | Yukihiro "Matz" Matsumoto | |
| Use `MRB_ARGS_ARG(n, o)` instead of `MRB_ARGS_REQ(n) | MRB_ARGS_OPT(o)`. | |||
| 2014-07-02 | Use `MRB_ARGS_ARG(n, o)` instead of `MRB_ARGS_REQ(n) | MRB_ARGS_OPT(o)`. | take_cheeze | |
| 2014-07-02 | time overflow check; ref #2337 | Yukihiro "Matz" Matsumoto | |
| 2014-07-02 | Merge pull request #2434 from AE9RB/master | Yukihiro "Matz" Matsumoto | |
| Fix MRB_WORD_BOXING by correctly telling GC which mrb_value types are im... | |||
| 2014-07-02 | regen. | Tomoyuki Sahara | |
| 2014-07-02 | more TCP options (for NetBSD). | Tomoyuki Sahara | |
| 2014-07-02 | sort. | Tomoyuki Sahara | |
| 2014-07-02 | Merge pull request #14 from dreamedge/add_tcp_constants | Tomoyuki Sahara | |
| Add TCP_* constants included in "netinet/tcp.h". | |||
| 2014-07-01 | Fix MRB_WORD_BOXING by correctly telling GC which mrb_value types are immediate. | David Turnbull | |
| 2014-07-02 | Add TCP_* constants included in "netinet/tcp.h". | dreamedge | |
| ex: TCP_NODELAY, TCP_CORK, ... | |||
| 2014-07-02 | Merge pull request #2433 from take-cheeze/mirb_bool_val | Yukihiro "Matz" Matsumoto | |
| Use `TRUE` instead of `1` in mirb code. | |||
| 2014-06-30 | Use `TRUE` instead of `1` in mirb code. | take_cheeze | |
| 2014-06-29 | Add method `toolchains` and `primary_toolchain` to `MRuby::Build`. | take_cheeze | |
| * To check imported toolchains for setting up toolchain specific things. * `primary_toolchain` returns the main toolchain name of the build. | |||
| 2014-06-29 | Merge pull request #2431 from ksss/warning-objectspace | Yukihiro "Matz" Matsumoto | |
| Reduce warning for enumeration | |||
| 2014-06-29 | Reduce warning for enumeration | ksss | |
| 22 enumeration values not handled in switch: 'MRB_TT_FALSE', 'MRB_TT_FREE', 'MRB_TT_TRUE'... [-Wswitch] | |||
| 2014-06-28 | Merge pull request #2430 from SHyx0rmZ/remove-duplicate | Yukihiro "Matz" Matsumoto | |
| Sacrifice some micro-optimization to remove duplicate code | |||
| 2014-06-28 | git push origin masterMerge branch 'take-cheeze-fix_each_obj_crash' | Yukihiro "Matz" Matsumoto | |
| 2014-06-28 | remove String class initialization in error.c; ref #2429 | Yukihiro "Matz" Matsumoto | |
| 2014-06-28 | ObjectSpace.each_object should filter out internal (i.e. obj->c == NULL) ↵ | Yukihiro "Matz" Matsumoto | |
| objects; ref #2429 | |||
| 2014-06-28 | Fix crash in method call in `ObjectSpace.each_object` block. | take_cheeze | |
| * Filter `MRB_TT_ENV` and `MRB_TT_ICLASS`. * Set `mrb->string_class` in `mrb_init_exception` instead. | |||
| 2014-06-27 | initialize nomem_err->mesg->c before exposing to Ruby world; close #2428 | Yukihiro "Matz" Matsumoto | |
| 2014-06-27 | reduce mrb_funcall in exception allocation | Yukihiro "Matz" Matsumoto | |
| 2014-06-27 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-27 | Merge pull request #2427 from suzukaze/fix-typo | Yukihiro "Matz" Matsumoto | |
| Fix typo in doc/api/mruby.h.md | |||
| 2014-06-27 | Merge pull request #2426 from take-cheeze/mrbconf | Yukihiro "Matz" Matsumoto | |
| Document rest mrbconfs. | |||
