summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-11-17fix mrb_notimplement typoRobert Mosolgo
2014-11-17Merge pull request #2636 from ksss/mrb_notimplementYukihiro "Matz" Matsumoto
2014-11-17Implement C API mrb_notimplementksss
2014-11-12add Float::{INFINITY,NAN} if availableYukihiro "Matz" Matsumoto
2014-11-10Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-11-10Merge pull request #2634 from xxuejie/fix-mrb-iv-check-prototypeYukihiro "Matz" Matsumoto
2014-11-10Fix mrb_iv_check function declerationXuejie "Rafael" Xiao
2014-11-08Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-11-08Merge pull request #2633 from southwolf/patch-1Yukihiro "Matz" Matsumoto
2014-11-08Merge pull request #2631 from mimaki/sizeof_format_not_supportedYukihiro "Matz" Matsumoto
2014-11-08change BIN_PATH for new gc in Arduino IDE >= 1.5.7SouthWolf
2014-11-08Modify Arduino build config for IDE >= 1.5.7SouthWolf
2014-11-06%zu format is not supported by MSVCHiroshi Mimaki
2014-11-04update teeny of MRUBY_VERSION; ref #2629Yukihiro "Matz" Matsumoto
2014-11-04avoid using rewind(3) to load mrb filesYukihiro "Matz" Matsumoto
2014-11-04read whole mrb file at once to calculate correct padding offset; ref #2630Yukihiro "Matz" Matsumoto
2014-11-04specify alignment specifier for GCC and MSC; ref #2630Yukihiro "Matz" Matsumoto
2014-11-04Fix misaligned access when reading irep; close #2630Yukihiro "Matz" Matsumoto
2014-10-31Merge pull request #2628 from fenrir-naru/cygwin_hostYukihiro "Matz" Matsumoto
2014-10-31Under cygwin host, ncurses.a is only available instead of termcap.a.M.Naruoka
2014-10-30avoid wrong ArgumentError from mrb_get_args() when surrounding method takes m...Yukihiro "Matz" Matsumoto
2014-10-30add cast to return from aget_index(); ref #2627Yukihiro "Matz" Matsumoto
2014-10-30Merge pull request #2627 from mattn/fix-2626Yukihiro "Matz" Matsumoto
2014-10-29Handle Array#[float, int] Close #2626mattn
2014-10-29use mrb_get_args to parse Integer() option; ref #2625Yukihiro "Matz" Matsumoto
2014-10-29Merge pull request #2625 from suzukaze/add-kernel.IntegerYukihiro "Matz" Matsumoto
2014-10-29Add Kernel.IntegerJun Hiroe
2014-10-29Fix mrb_convert_to_integer.Jun Hiroe
2014-10-28Merge pull request #2624 from suzukaze/refactor-for_bodyYukihiro "Matz" Matsumoto
2014-10-28Refactor for_body funcJun Hiroe
2014-10-28Merge pull request #2623 from suzukaze/fix-indentYukihiro "Matz" Matsumoto
2014-10-28Merge pull request #2621 from suzukaze/fix-parse_stringYukihiro "Matz" Matsumoto
2014-10-28Merge pull request #2622 from suzukaze/fix-local_var_pYukihiro "Matz" Matsumoto
2014-10-28Fix indentJun Hiroe
2014-10-28Replace int with mrb_bool in parse_string funcJun Hiroe
2014-10-28Replace int with mrb_bool in local_var_p funcJun Hiroe
2014-10-27Merge pull request #2620 from suzukaze/refactor-yylexYukihiro "Matz" Matsumoto
2014-10-27Refactor yylex funcJun Hiroe
2014-10-27Merge pull request #2619 from suzukaze/refactor-mrbc_context_newYukihiro "Matz" Matsumoto
2014-10-27Refactor mrbc_context_new funcJun Hiroe
2014-10-25Merge pull request #2618 from suzukaze/add-kernel.FloatYukihiro "Matz" Matsumoto
2014-10-24Add Kernel.FloatJun Hiroe
2014-10-23Merge pull request #2617 from suzukaze/add-kernel.HashYukihiro "Matz" Matsumoto
2014-10-21Add Kernel.HashJun Hiroe
2014-10-21Merge pull request #2616 from suzukaze/add-kernel.StringYukihiro "Matz" Matsumoto
2014-10-20Add Kernel.StringJun Hiroe
2014-10-20instance_methods etc should not include undef'ed method names; based on a pat...Yukihiro "Matz" Matsumoto
2014-10-20Merge pull request #2612 from suzukaze/refactor-mrb_f_arrayYukihiro "Matz" Matsumoto
2014-10-19Refactor mrb_f_array funcJun Hiroe
2014-10-19refactoring C part of #2611Yukihiro "Matz" Matsumoto