Hiroshi Mimaki
4e4bfb08cb
Merge pull request #2640 from mruby-Forum/v1.1.0
...
mruby-1.1.0
1.1.0
2014-11-19 09:02:10 +09:00
Yukihiro "Matz" Matsumoto
5c6d6309b6
separate mrb_notimplement() and mrb_notimplement_m(); ref #2636
2014-11-19 01:03:19 +09:00
Yukihiro "Matz" Matsumoto
17507e4460
[ci skip] rephrasing about mailing list description; ref #2639
2014-11-19 00:55:51 +09:00
Yukihiro "Matz" Matsumoto
cd4f3c85b4
Merge pull request #2639 from suzukaze/fix-mailing-list-description
...
Fix mailing list description; ref #2635
2014-11-19 00:53:42 +09:00
Yukihiro "Matz" Matsumoto
7c3f9c8ce7
Merge pull request #2637 from rmosolgo/not-implemented-error-msg
...
fix mrb_notimplement typo
2014-11-19 00:51:47 +09:00
mimaki
b473043acf
mruby-1.1.0
2014-11-18 23:35:19 +09:00
mimaki
e5bacc03f2
Add mruby debugger (mrdb)
2014-11-18 23:33:32 +09:00
Jun Hiroe
80e60dcc21
Fix mailing-list description
2014-11-18 15:31:16 +09:00
Robert Mosolgo
8dc4d9d973
fix mrb_notimplement typo
2014-11-17 12:13:19 -08:00
Yukihiro "Matz" Matsumoto
9980bc20bb
Merge pull request #2636 from ksss/mrb_notimplement
...
Implement C API mrb_notimplement
2014-11-17 17:55:23 +09:00
ksss
9a06cfa9d8
Implement C API mrb_notimplement
2014-11-17 17:42:20 +09:00
Yukihiro "Matz" Matsumoto
70c9866751
add Float::{INFINITY,NAN} if available
2014-11-12 15:46:31 +09:00
Yukihiro "Matz" Matsumoto
887e9f4225
Merge branch 'master' of github.com:mruby/mruby
2014-11-10 11:47:12 +09:00
Yukihiro "Matz" Matsumoto
385fc5ec3b
Merge pull request #2634 from xxuejie/fix-mrb-iv-check-prototype
...
Fix mrb_iv_check function decleration
2014-11-10 11:46:23 +09:00
Xuejie "Rafael" Xiao
164cb87c5b
Fix mrb_iv_check function decleration
2014-11-10 10:12:40 +08:00
Yukihiro "Matz" Matsumoto
4c7e812bc0
Merge branch 'master' of github.com:mruby/mruby
2014-11-08 12:57:33 +09:00
Yukihiro "Matz" Matsumoto
fbadd660d1
Merge pull request #2633 from southwolf/patch-1
...
Modify Arduino build config for IDE >= 1.5.7
2014-11-08 12:56:29 +09:00
Yukihiro "Matz" Matsumoto
cd4467d014
Merge pull request #2631 from mimaki/sizeof_format_not_supported
...
%zu format is not supported by MSVC
2014-11-08 12:55:43 +09:00
SouthWolf
d452be5ba6
change BIN_PATH for new gc in Arduino IDE >= 1.5.7
2014-11-08 11:32:30 +08:00
SouthWolf
6be0dd7de6
Modify Arduino build config for IDE >= 1.5.7
...
Arduino IDE >= 1.5.7 Changed ARDUINO_PATH from `Contents/Resources/Java` to `Contents/Java`, mentioned in #2632
2014-11-08 11:10:11 +08:00
Hiroshi Mimaki
c29185ff13
%zu format is not supported by MSVC
2014-11-06 13:30:42 +09:00
Yukihiro "Matz" Matsumoto
3e0575ecb1
update teeny of MRUBY_VERSION; ref #2629
2014-11-04 22:19:40 +09:00
Yukihiro "Matz" Matsumoto
8a6e600562
avoid using rewind(3) to load mrb files
2014-11-04 14:05:36 +09:00
Yukihiro "Matz" Matsumoto
0e2ab2210c
read whole mrb file at once to calculate correct padding offset; ref #2630
2014-11-04 10:12:46 +09:00
Yukihiro "Matz" Matsumoto
0e40468809
specify alignment specifier for GCC and MSC; ref #2630
2014-11-04 07:10:41 +09:00
Yukihiro "Matz" Matsumoto
be844f9284
Fix misaligned access when reading irep; close #2630
...
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 <alfvegardrisc@gmail.com >
2014-11-04 02:41:42 +09:00
Yukihiro "Matz" Matsumoto
23db5331a6
Merge pull request #2628 from fenrir-naru/cygwin_host
...
Under cygwin host, ncurses.a is only available instead of termcap.a.
2014-10-31 22:09:53 +09:00
M.Naruoka
14bc76d578
Under cygwin host, ncurses.a is only available instead of termcap.a.
2014-10-31 16:48:50 +09:00
Yukihiro "Matz" Matsumoto
378aa8a9c8
avoid wrong ArgumentError from mrb_get_args() when surrounding method takes more than one argument; ref #2627
2014-10-30 10:31:06 +09:00
Yukihiro "Matz" Matsumoto
5bd3d9bc27
add cast to return from aget_index(); ref #2627
2014-10-30 10:27:05 +09:00
Yukihiro "Matz" Matsumoto
69beaea296
Merge pull request #2627 from mattn/fix-2626
...
Handle Array#[float, int] Close #2626
2014-10-30 10:25:57 +09:00
mattn
eaa0296fc5
Handle Array#[float, int] Close #2626
2014-10-29 19:27:20 +09:00
Yukihiro "Matz" Matsumoto
cbbf840440
use mrb_get_args to parse Integer() option; ref #2625
2014-10-29 13:22:04 +09:00
Yukihiro "Matz" Matsumoto
73593f7d19
Merge pull request #2625 from suzukaze/add-kernel.Integer
...
Add kernel#Integer
2014-10-29 13:17:50 +09:00
Jun Hiroe
28c804621a
Add Kernel.Integer
2014-10-29 01:30:30 +09:00
Jun Hiroe
5235e54137
Fix mrb_convert_to_integer.
2014-10-29 01:30:30 +09:00
Yukihiro "Matz" Matsumoto
aec12c30e2
Merge pull request #2624 from suzukaze/refactor-for_body
...
Refactor for_body func
2014-10-28 23:43:29 +09:00
Jun Hiroe
ad77ed8bf3
Refactor for_body func
2014-10-28 23:31:25 +09:00
Yukihiro "Matz" Matsumoto
f4260a851a
Merge pull request #2623 from suzukaze/fix-indent
...
Fix indent
2014-10-28 23:26:48 +09:00
Yukihiro "Matz" Matsumoto
5347fb923d
Merge pull request #2621 from suzukaze/fix-parse_string
...
Replace int with mrb_bool in parse_string func
2014-10-28 23:26:23 +09:00
Yukihiro "Matz" Matsumoto
5d25047344
Merge pull request #2622 from suzukaze/fix-local_var_p
...
Replace int with mrb_bool in local_var_p func
2014-10-28 23:25:38 +09:00
Jun Hiroe
ec7dbee4b1
Fix indent
2014-10-28 01:52:50 +09:00
Jun Hiroe
832b529679
Replace int with mrb_bool in parse_string func
2014-10-28 00:11:34 +09:00
Jun Hiroe
9ca1745833
Replace int with mrb_bool in local_var_p func
2014-10-28 00:11:16 +09:00
Yukihiro "Matz" Matsumoto
9d8be78f3a
Merge pull request #2620 from suzukaze/refactor-yylex
...
Refactor yylex func
2014-10-27 18:00:37 +09:00
Jun Hiroe
34175bf41f
Refactor yylex func
2014-10-27 01:27:00 +09:00
Yukihiro "Matz" Matsumoto
0e3b3bbc08
Merge pull request #2619 from suzukaze/refactor-mrbc_context_new
...
Refactor mrbc_context_new func
2014-10-27 00:47:25 +09:00
Jun Hiroe
7bd2a8508e
Refactor mrbc_context_new func
2014-10-27 00:29:00 +09:00
Yukihiro "Matz" Matsumoto
2ff67f8d47
Merge pull request #2618 from suzukaze/add-kernel.Float
...
Add Kernel#Float
2014-10-25 03:12:42 +09:00
Jun Hiroe
140e9bbf4b
Add Kernel.Float
2014-10-24 01:55:55 +09:00