summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-01-09Put package's libs flag after %{objs}Sorah Fukumori
2017-01-07Merge pull request #3380 from syucream/fix-assertYukihiro "Matz" Matsumoto
2017-01-07Pass when assert returns a false valueRyo Okubo
2017-01-07Add ary_modify() checks; close #3379Yukihiro "Matz" Matsumoto
2017-01-06Merge pull request #3377 from ksss/respond_toYukihiro "Matz" Matsumoto
2017-01-06Merge pull request #3376 from bovi/2017-copyrightYukihiro "Matz" Matsumoto
2017-01-06Check intern object returned by mrb_check_string_typeksss
2017-01-06Update Copyright to 2017Daniel Bovensiepen
2017-01-06Improve capacity enhancing conditionsYukihiro "Matz" Matsumoto
2017-01-06Add pointer cast to pacify warnings.Yukihiro "Matz" Matsumoto
2017-01-06Move mrb_assert() position.Yukihiro "Matz" Matsumoto
2017-01-06Merge pull request #3371 from takjn/removed_unnecessary_escape_charcterYukihiro "Matz" Matsumoto
2017-01-06Should not deallocate shared string referring static; fix #3373Yukihiro "Matz" Matsumoto
2017-01-05Removed ununnecessary escape character '\' for MRUBY_XXX in libmruby.flags.makJun Takeda
2017-01-05Add new method Kernel#frozen?; ref #3370Yukihiro "Matz" Matsumoto
2017-01-05Merge pull request #3369 from ksss/fix-str-prependYukihiro "Matz" Matsumoto
2017-01-05Add mrb_hash_modify() to Hash#{delete,clear}; ref #3370Yukihiro "Matz" Matsumoto
2017-01-04Rewrite String#prepend with Rubyksss
2017-01-02add explicit castsYukihiro "Matz" Matsumoto
2017-01-02use size_t instead of intYukihiro "Matz" Matsumoto
2017-01-02Merge pull request #3367 from ksss/str-modifyYukihiro "Matz" Matsumoto
2017-01-02Fix memory error on str_buf_catksss
2017-01-02Small refactoring: should use RSTR_CAPAksss
2017-01-01Initialize potentially uninitialized variable tsec.Yukihiro "Matz" Matsumoto
2017-01-01Initialize potentially uninitialized variable zYukihiro "Matz" Matsumoto
2016-12-31str_buf_cat(): better size check added; ref #3342Yukihiro "Matz" Matsumoto
2016-12-31str_buf_cat(): should allocate at least RSTRING_EMBED_LEN_MAX+1.Yukihiro "Matz" Matsumoto
2016-12-31ary_expand_capa(): refine conditions to avoid infinite loop; ref #3353Yukihiro "Matz" Matsumoto
2016-12-31ary_expand_capa(): size calculation by size_t; fix #3353Yukihiro "Matz" Matsumoto
2016-12-30method_missing() may have CALL_MAXARGS-1 arguments; fix #3351Yukihiro "Matz" Matsumoto
2016-12-28save/restore arena index around yield; ref #3359Yukihiro "Matz" Matsumoto
2016-12-28Merge pull request #3366 from ksss/spliceYukihiro "Matz" Matsumoto
2016-12-27Check array max sizeksss
2016-12-26Merge pull request #3365 from ksss/freezeYukihiro "Matz" Matsumoto
2016-12-25Fix segv when primitive valueksss
2016-12-25Merge pull request #3364 from ksss/string2Yukihiro "Matz" Matsumoto
2016-12-25Merge pull request #3363 from ksss/stringYukihiro "Matz" Matsumoto
2016-12-23Check overflow string lengthksss
2016-12-23Do nothing when empty stringksss
2016-12-21One less argument for raisef(); fix #3355Yukihiro "Matz" Matsumoto
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