| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2014-06-26 | Sacrifice some micro-optimization to remove duplicate code | Patrick Pokatilo | |
| 2014-06-26 | Fix typo in doc/api/mruby.h.md | Jun Hiroe | |
| 2014-06-26 | Quote default value. | take_cheeze | |
| 2014-06-26 | Document left mrbconfs. | take_cheeze | |
| 2014-06-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-25 | Merge pull request #2423 from ksss/proc-parameters | Yukihiro "Matz" Matsumoto | |
| Implement Proc#parameters | |||
| 2014-06-25 | Merge pull request #2425 from take-cheeze/mrbconf | Yukihiro "Matz" Matsumoto | |
| Update mrbconf. | |||
| 2014-06-25 | Add notes about restriction of `DISABLE_STDIO`. | take_cheeze | |
| 2014-06-25 | Add documentation of `mrb_value` config. | take_cheeze | |
| 2014-06-25 | Implement Proc#parameters | ksss | |
| 2014-06-25 | Merge pull request #2422 from ksss/aspec-macro | Yukihiro "Matz" Matsumoto | |
| OP_ENTER use MBR_ASPEC_* macros | |||
| 2014-06-25 | OP_ENTER: Rewrite split aspec use macros | ksss | |
| 2014-06-25 | proc.h: MRB_ASPEC_REST() macro return 1 or 0 | ksss | |
| MRB_ASPEC_REST() is macro just only checks whether truthy or falsy. And truthy means exist 1 rest argument in current proc. | |||
| 2014-06-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-25 | Merge pull request #2421 from ksss/safe-arity | Yukihiro "Matz" Matsumoto | |
| Proc#arity return 0 when opcode was not OP_ENTER | |||
| 2014-06-25 | Proc#arity return 0 when opcode was not OP_ENTER | ksss | |
| 2014-06-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-25 | Merge pull request #2420 from ksss/reduce-lv | Yukihiro "Matz" Matsumoto | |
| Not create local variables in scope_new | |||
| 2014-06-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-25 | add a few const qualifier | Santa Zhang | |
| 2014-06-25 | Fix to not print unnecessary comma. | yui-knk | |
| When `n2->car` is 0 and `n2->cdd` is not 0, unnecessary comma was printed before first local variables. | |||
| 2014-06-25 | Merge pull request #2419 from santazhang/use-const | Yukihiro "Matz" Matsumoto | |
| add a few const qualifier | |||
| 2014-06-25 | Not create local variables in scope_new | ksss | |
| 2014-06-24 | add a few const qualifier | Santa Zhang | |
| 2014-06-25 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-06-25 | Merge pull request #2333 from yui-knk/fix/dump | Yukihiro "Matz" Matsumoto | |
| Fix to not print unnecessary comma. | |||
| 2014-06-25 | revert #2344 because of #2395 | Yukihiro "Matz" Matsumoto | |
| 2014-06-24 | Merge pull request #2418 from take-cheeze/sym_intern | Yukihiro "Matz" Matsumoto | |
| Add `Symbol#intern`. | |||
| 2014-06-24 | Add `Symbol#intern`. | take_cheeze | |
