| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-19 | Merge pull request #2640 from mruby-Forum/v1.1.01.1.0 | Hiroshi Mimaki | |
| mruby-1.1.0 | |||
| 2014-11-19 | separate mrb_notimplement() and mrb_notimplement_m(); ref #2636 | Yukihiro "Matz" Matsumoto | |
| 2014-11-19 | [ci skip] rephrasing about mailing list description; ref #2639 | Yukihiro "Matz" Matsumoto | |
| 2014-11-19 | Merge pull request #2639 from suzukaze/fix-mailing-list-description | Yukihiro "Matz" Matsumoto | |
| Fix mailing list description; ref #2635 | |||
| 2014-11-19 | Merge pull request #2637 from rmosolgo/not-implemented-error-msg | Yukihiro "Matz" Matsumoto | |
| fix mrb_notimplement typo | |||
| 2014-11-18 | mruby-1.1.0 | mimaki | |
| 2014-11-18 | Add mruby debugger (mrdb) | mimaki | |
| 2014-11-18 | Fix mailing-list description | Jun Hiroe | |
| 2014-11-17 | fix mrb_notimplement typo | Robert Mosolgo | |
| 2014-11-17 | Merge pull request #2636 from ksss/mrb_notimplement | Yukihiro "Matz" Matsumoto | |
| Implement C API mrb_notimplement | |||
| 2014-11-17 | Implement C API mrb_notimplement | ksss | |
| 2014-11-12 | add Float::{INFINITY,NAN} if available | Yukihiro "Matz" Matsumoto | |
| 2014-11-10 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-11-10 | Merge pull request #2634 from xxuejie/fix-mrb-iv-check-prototype | Yukihiro "Matz" Matsumoto | |
| Fix mrb_iv_check function decleration | |||
| 2014-11-10 | Fix mrb_iv_check function decleration | Xuejie "Rafael" Xiao | |
| 2014-11-08 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-11-08 | Merge pull request #2633 from southwolf/patch-1 | Yukihiro "Matz" Matsumoto | |
| Modify Arduino build config for IDE >= 1.5.7 | |||
| 2014-11-08 | Merge pull request #2631 from mimaki/sizeof_format_not_supported | Yukihiro "Matz" Matsumoto | |
| %zu format is not supported by MSVC | |||
| 2014-11-08 | change BIN_PATH for new gc in Arduino IDE >= 1.5.7 | SouthWolf | |
| 2014-11-08 | Modify Arduino build config for IDE >= 1.5.7 | SouthWolf | |
| Arduino IDE >= 1.5.7 Changed ARDUINO_PATH from `Contents/Resources/Java` to `Contents/Java`, mentioned in #2632 | |||
| 2014-11-06 | %zu format is not supported by MSVC | Hiroshi Mimaki | |
| 2014-11-04 | update teeny of MRUBY_VERSION; ref #2629 | Yukihiro "Matz" Matsumoto | |
| 2014-11-04 | avoid using rewind(3) to load mrb files | Yukihiro "Matz" Matsumoto | |
| 2014-11-04 | read whole mrb file at once to calculate correct padding offset; ref #2630 | Yukihiro "Matz" Matsumoto | |
| 2014-11-04 | specify alignment specifier for GCC and MSC; ref #2630 | Yukihiro "Matz" Matsumoto | |
| 2014-11-04 | Fix misaligned access when reading irep; close #2630 | Yukihiro "Matz" Matsumoto | |
| Add padding bytes before iseq block that may be used as mrb_code[]. Note that dumped mrb format has changed. Based on a patch from kimu_shu <[email protected]> | |||
| 2014-10-31 | Merge pull request #2628 from fenrir-naru/cygwin_host | Yukihiro "Matz" Matsumoto | |
| Under cygwin host, ncurses.a is only available instead of termcap.a. | |||
| 2014-10-31 | Under cygwin host, ncurses.a is only available instead of termcap.a. | M.Naruoka | |
| 2014-10-30 | avoid wrong ArgumentError from mrb_get_args() when surrounding method takes ↵ | Yukihiro "Matz" Matsumoto | |
| more than one argument; ref #2627 | |||
| 2014-10-30 | add cast to return from aget_index(); ref #2627 | Yukihiro "Matz" Matsumoto | |
| 2014-10-30 | Merge pull request #2627 from mattn/fix-2626 | Yukihiro "Matz" Matsumoto | |
| Handle Array#[float, int] Close #2626 | |||
| 2014-10-29 | Handle Array#[float, int] Close #2626 | mattn | |
| 2014-10-29 | use mrb_get_args to parse Integer() option; ref #2625 | Yukihiro "Matz" Matsumoto | |
| 2014-10-29 | Merge pull request #2625 from suzukaze/add-kernel.Integer | Yukihiro "Matz" Matsumoto | |
| Add kernel#Integer | |||
| 2014-10-29 | Add Kernel.Integer | Jun Hiroe | |
| 2014-10-29 | Fix mrb_convert_to_integer. | Jun Hiroe | |
| 2014-10-28 | Merge pull request #2624 from suzukaze/refactor-for_body | Yukihiro "Matz" Matsumoto | |
| Refactor for_body func | |||
| 2014-10-28 | Refactor for_body func | Jun Hiroe | |
| 2014-10-28 | Merge pull request #2623 from suzukaze/fix-indent | Yukihiro "Matz" Matsumoto | |
| Fix indent | |||
| 2014-10-28 | Merge pull request #2621 from suzukaze/fix-parse_string | Yukihiro "Matz" Matsumoto | |
| Replace int with mrb_bool in parse_string func | |||
| 2014-10-28 | Merge pull request #2622 from suzukaze/fix-local_var_p | Yukihiro "Matz" Matsumoto | |
| Replace int with mrb_bool in local_var_p func | |||
| 2014-10-28 | Fix indent | Jun Hiroe | |
| 2014-10-28 | Replace int with mrb_bool in parse_string func | Jun Hiroe | |
| 2014-10-28 | Replace int with mrb_bool in local_var_p func | Jun Hiroe | |
| 2014-10-27 | Merge pull request #2620 from suzukaze/refactor-yylex | Yukihiro "Matz" Matsumoto | |
| Refactor yylex func | |||
| 2014-10-27 | Refactor yylex func | Jun Hiroe | |
| 2014-10-27 | Merge pull request #2619 from suzukaze/refactor-mrbc_context_new | Yukihiro "Matz" Matsumoto | |
| Refactor mrbc_context_new func | |||
| 2014-10-27 | Refactor mrbc_context_new func | Jun Hiroe | |
| 2014-10-25 | Merge pull request #2618 from suzukaze/add-kernel.Float | Yukihiro "Matz" Matsumoto | |
| Add Kernel#Float | |||
| 2014-10-24 | Add Kernel.Float | Jun Hiroe | |
