summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2016-12-22Should call initialize method if definedksss
2016-12-21One less argument for raisef(); fix #3355Yukihiro "Matz" Matsumoto
2016-12-21Proc shouldn't have `initialize` methodksss
2016-12-21Merge pull request #3358 from takjn/add-example-rx630Yukihiro "Matz" Matsumoto
2016-12-21Added example for cross-compiling for Renesas RX630Jun Takeda
2016-12-18Check if width is zero or negative before fill; fix #3347Yukihiro "Matz" Matsumoto
2016-12-18Prohibit mixture of posarg and nextarg; ref #3347Yukihiro "Matz" Matsumoto
2016-12-18Add "not reached" mark in mrb_ary_concat()Yukihiro "Matz" Matsumoto
2016-12-18NODE_NEGATE cdr may not be code-node; fix #3348 ref #3324Yukihiro "Matz" Matsumoto
2016-12-18Zero length heredoc still crashed; ref Shopify/mruby-internal#81Yukihiro "Matz" Matsumoto
2016-12-17Merge pull request #3346 from clayton-shopify/fix-float-readYukihiro "Matz" Matsumoto
2016-12-15Fix crash when exponent is -2147483648Clayton Smith
2016-12-14remove debug code; ref #3344Yukihiro "Matz" Matsumoto
2016-12-14Merge pull request #3345 from clayton-shopify/fix-range-beg-lenYukihiro "Matz" Matsumoto
2016-12-13Check type before calling mrb_range_ptr.Clayton Smith
2016-12-13tLABEL should not come after conditional ternary; fix #3344Yukihiro "Matz" Matsumoto
2016-12-13Restore callinfo offset in mrb_yield_with_class()Yukihiro "Matz" Matsumoto
2016-12-13void_expr_error(): n may be NULL.Yukihiro "Matz" Matsumoto
2016-12-13Add assertion to make sure new capacity does not overflow.Yukihiro "Matz" Matsumoto
2016-12-13Make sure str->capa is under MRB_INT_MAX; fix #3342Yukihiro "Matz" Matsumoto
2016-12-13Fixed wrong condition in new_sym() that breaks symbol data.Yukihiro "Matz" Matsumoto
2016-12-13Failed to realloc irep->syms in certain condition.Yukihiro "Matz" Matsumoto
2016-12-12should not try to set classpath for frozen classes; ref #3340Yukihiro "Matz" Matsumoto
2016-12-12Merge pull request #3341 from kou/support-pkg-config-in-mrbgem-rakeYukihiro "Matz" Matsumoto
2016-12-12freeze classes/modules; ref #3340Yukihiro "Matz" Matsumoto
2016-12-12freeze instance variables; ref #3340Yukihiro "Matz" Matsumoto
2016-12-12rename prefix RBASIC_ to MRB_; ref #3340Yukihiro "Matz" Matsumoto
2016-12-12Merge pull request #3340 from k0kubun/object-freezeYukihiro "Matz" Matsumoto
2016-12-11Support pkg-config in mrbgem.rakeKouhei Sutou
2016-12-11Implement Object#freezeTakashi Kokubun
2016-12-10Merge pull request #3329 from bouk/reuseYukihiro "Matz" Matsumoto
2016-12-10Merge branch 'bouk-negate'Yukihiro "Matz" Matsumoto
2016-12-10Merge pull request #3324 from bouk/mruby/bouk-negateYukihiro "Matz" Matsumoto
2016-12-10gc.c: dead_slot is boolean; ref #3339Yukihiro "Matz" Matsumoto
2016-12-10Merge pull request #3339 from kazuho/kazuho/retain-page-with-tt-envYukihiro "Matz" Matsumoto
2016-12-10do not destroy a page with an active TT_ENV (e.g. an env referred from TT_FIBER)Kazuho Oku
2016-12-10Clear parsing_heredoc at the end of fileYukihiro "Matz" Matsumoto
2016-12-10Merge pull request #3338 from bouk/break-127Yukihiro "Matz" Matsumoto
2016-12-09Fix segfault in gen_values with NOVAL and more than 127 argsBouke van der Bijl
2016-12-09Merge pull request #3337 from bouk/undef-127Yukihiro "Matz" Matsumoto
2016-12-08Fix segfault when undef is called with exactly 127 argumentsBouke van der Bijl
2016-12-09Merge pull request #3336 from AltimitSystems/string.const.macroYukihiro "Matz" Matsumoto
2016-12-08Removed unnecessary const macro - const keyword is already a dependencyFelix Jones
2016-12-08Merge pull request #3335 from mattn/fix-vs2013Yukihiro "Matz" Matsumoto
2016-12-08disable define const on VSYasuhiro Matsumoto
2016-12-08fix build on vs2013-vs2015Yasuhiro Matsumoto
2016-12-08Merge pull request #3331 from dabroz/feature-load-execYukihiro "Matz" Matsumoto
2016-12-08Merge pull request #3333 from kazuho/kazuho/mrb_gc_unregisterYukihiro "Matz" Matsumoto
2016-12-08fix issues of mrb_gc_unregister introduced in 09b1185Kazuho Oku
2016-12-07Promote load_exec to mruby API as mrb_load_exec (fixes #3248)Tomasz Dąbrowski