summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2016-12-28Merge pull request #3366 from ksss/spliceYukihiro "Matz" Matsumoto
2016-12-27Check array max sizeksss
2016-12-25Fix segv when primitive valueksss
2016-12-25Merge pull request #3364 from ksss/string2Yukihiro "Matz" Matsumoto
2016-12-23Check overflow string lengthksss
2016-12-23Do nothing when empty stringksss
2016-12-18Add "not reached" mark in mrb_ary_concat()Yukihiro "Matz" Matsumoto
2016-12-15Fix crash when exponent is -2147483648Clayton Smith
2016-12-13Check type before calling mrb_range_ptr.Clayton Smith
2016-12-13Restore callinfo offset in mrb_yield_with_class()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-12should not try to set classpath for frozen classes; ref #3340Yukihiro "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-11Implement Object#freezeTakashi Kokubun
2016-12-10Merge pull request #3329 from bouk/reuseYukihiro "Matz" Matsumoto
2016-12-10gc.c: dead_slot is boolean; ref #3339Yukihiro "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-08Removed unnecessary const macro - const keyword is already a dependencyFelix Jones
2016-12-08disable define const on VSYasuhiro Matsumoto
2016-12-08fix build on vs2013-vs2015Yasuhiro Matsumoto
2016-12-08fix issues of mrb_gc_unregister introduced in 09b1185Kazuho Oku
2016-12-07Mark all the built-in classes during GC sweepBouke van der Bijl
2016-12-08Merge pull request #3328 from shugo/hash-dup-default_procYukihiro "Matz" Matsumoto
2016-12-07Removed the errno declaration from string.cFelix Jones
2016-12-07Copy default_proc by Hash#dup.Shugo Maeda
2016-12-07Wrapped string.c errno with ifndef macro for platforms that use inbuilt errno...Felix Jones
2016-12-06Add type check for cls before allocationYukihiro "Matz" Matsumoto
2016-12-05Merge pull request #3318 from bouk/splat-stackYukihiro "Matz" Matsumoto
2016-12-04Add symbol type check for Module#undef_methodYukihiro "Matz" Matsumoto
2016-12-03add MRB_API to mrb_float_read(); ref #3270Yukihiro "Matz" Matsumoto
2016-12-03Import locale insensitive strtod() from Ruby1.8; fix #3270Yukihiro "Matz" Matsumoto
2016-12-03Merge branch 'method-missing-segfault' of https://github.com/bouk/mruby into ...Yukihiro "Matz" Matsumoto
2016-12-03Check before retrieving struct RRange pointer; fix #3320Yukihiro "Matz" Matsumoto
2016-12-03Merge pull request #3317 from bouk/missing-to-sYukihiro "Matz" Matsumoto
2016-12-03Merge pull request #3321 from clayton-shopify/fix-proc-crash-upstreamYukihiro "Matz" Matsumoto
2016-12-02Fix segfault in mrb_proc_copy.Clayton Smith
2016-12-01Use mrb_ptr instead of mrb_cptr in Kernel#to_sBouke van der Bijl
2016-12-01Fix stack move segfaulting in OP_ARYCATBouke van der Bijl
2016-12-01Fix more integer overflows.Clayton Smith
2016-12-01Fix compile error by #3309Yukihiro "Matz" Matsumoto
2016-11-30Prevent array size calculation overflows.Clayton Smith
2016-11-30Prohibit instantiation of immediate objectsYukihiro "Matz" Matsumoto
2016-11-30Merge pull request #3278 from bouk/dup-classYukihiro "Matz" Matsumoto
2016-11-30check ttype before object allocation; fix #3294Yukihiro "Matz" Matsumoto
2016-11-29Use size_t to calculate bytes needed for array.Clayton Smith
2016-11-29ary_concat: support self concatenation; fix #3302Yukihiro "Matz" Matsumoto
2016-11-28pre-allocate arena overflow errorYukihiro "Matz" Matsumoto