summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2017-01-21Fix incorrect parsing of block parameters.Clayton Smith
2017-01-21Stack position may be bigger than stack bottom; fix #3401Yukihiro "Matz" Matsumoto
2017-01-21Merge pull request #3402 from clayton-shopify/fix-masgn-optimizationYukihiro "Matz" Matsumoto
2017-01-20Remove problematic optimization.Clayton Smith
2017-01-20Integral#step without arg should loop forever as CRuby does.Yukihiro "Matz" Matsumoto
2017-01-18Initialize callinfo->acc; ref #3243Yukihiro "Matz" Matsumoto
2017-01-18Merge pull request #3362 from ksss/procYukihiro "Matz" Matsumoto
2017-01-16Dots is not needed for base 10 negative numbers; fix #3400Yukihiro "Matz" Matsumoto
2017-01-16Merge pull request #3399 from ksss/callerYukihiro "Matz" Matsumoto
2017-01-14Skip when backtrace doesn't getksss
2017-01-14Implement Kernel.#callerksss
2017-01-12Add proper given argument number in the wrong-number-argument error.Yukihiro "Matz" Matsumoto
2017-01-12Add proper stack size calculation; fix #3398Yukihiro "Matz" Matsumoto
2017-01-12Kernel#initialize should not break existing mt; fix #3397Yukihiro "Matz" Matsumoto
2017-01-12Merge pull request #3393 from clayton-shopify/fix-exc-initializeYukihiro "Matz" Matsumoto
2017-01-12Merge pull request #3394 from clayton-shopify/really-fix-nmeYukihiro "Matz" Matsumoto
2017-01-12Merge pull request #3395 from hhc0null/fix-typoYukihiro "Matz" Matsumoto
2017-01-12Fix a typo.hhc0null
2017-01-11Fix 36fc1f14 not checking in the right locationBouke van der Bijl
2017-01-11Use mrb_int for argc.Clayton Smith
2017-01-11Use temporary variable to avoid potential crash; fix #3387Yukihiro "Matz" Matsumoto
2017-01-11String#replace should check replacing string; fix #3374Yukihiro "Matz" Matsumoto
2017-01-11Check if ci->target_class is NULL before dereferencingYukihiro "Matz" Matsumoto
2017-01-11Raises Exception if raising exception class is redefinedYukihiro "Matz" Matsumoto
2017-01-11Exception#initialize to take arbitrary number of args; ref #3384Yukihiro "Matz" Matsumoto
2017-01-09Validate tm values before timegm(); close #3368Yukihiro "Matz" Matsumoto
2017-01-09Merge pull request #3381 from sorah/asnYukihiro "Matz" Matsumoto
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