| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-02 | add explicit casts | Yukihiro "Matz" Matsumoto | |
| 2017-01-02 | use size_t instead of int | Yukihiro "Matz" Matsumoto | |
| 2017-01-02 | Merge pull request #3367 from ksss/str-modify | Yukihiro "Matz" Matsumoto | |
| Fix segv on str_buf_cat | |||
| 2017-01-02 | Fix memory error on str_buf_cat | ksss | |
| Modify from nofree to embed string | |||
| 2017-01-02 | Small refactoring: should use RSTR_CAPA | ksss | |
| 2017-01-01 | Initialize potentially uninitialized variable tsec. | Yukihiro "Matz" Matsumoto | |
| 2017-01-01 | Initialize potentially uninitialized variable z | Yukihiro "Matz" Matsumoto | |
| 2016-12-31 | str_buf_cat(): better size check added; ref #3342 | Yukihiro "Matz" Matsumoto | |
| 2016-12-31 | str_buf_cat(): should allocate at least RSTRING_EMBED_LEN_MAX+1. | Yukihiro "Matz" Matsumoto | |
| 2016-12-31 | ary_expand_capa(): refine conditions to avoid infinite loop; ref #3353 | Yukihiro "Matz" Matsumoto | |
| 2016-12-31 | ary_expand_capa(): size calculation by size_t; fix #3353 | Yukihiro "Matz" Matsumoto | |
| Also more size checks added. | |||
| 2016-12-30 | method_missing() may have CALL_MAXARGS-1 arguments; fix #3351 | Yukihiro "Matz" Matsumoto | |
| The issue was reported by https://hackerone.com/ston3 | |||
| 2016-12-28 | save/restore arena index around yield; ref #3359 | Yukihiro "Matz" Matsumoto | |
| 2016-12-28 | Merge pull request #3366 from ksss/splice | Yukihiro "Matz" Matsumoto | |
| Check array max size | |||
| 2016-12-27 | Check array max size | ksss | |
| Fix #3354 | |||
| 2016-12-26 | Merge pull request #3365 from ksss/freeze | Yukihiro "Matz" Matsumoto | |
| Fix segv when primitive value | |||
| 2016-12-26 | Merge pull request #72 from masahino/add_pointer_casting | Tomoyuki Sahara | |
| Add pointer casting | |||
| 2016-12-25 | Fix segv when primitive value | ksss | |
| Fix #3352 | |||
| 2016-12-25 | Merge pull request #3364 from ksss/string2 | Yukihiro "Matz" Matsumoto | |
| Check overflow string length | |||
| 2016-12-25 | Merge pull request #3363 from ksss/string | Yukihiro "Matz" Matsumoto | |
| Do nothing when empty string | |||
| 2016-12-24 | Add pointer casting | masahino | |
| 2016-12-23 | Check overflow string length | ksss | |
| Fix #3360 | |||
| 2016-12-23 | Do nothing when empty string | ksss | |
| Fix #3361 | |||
| 2016-12-22 | Should call initialize method if defined | ksss | |
| 2016-12-21 | One less argument for raisef(); fix #3355 | Yukihiro "Matz" Matsumoto | |
| This issue was reported by https://hackerone.com/mg36 | |||
| 2016-12-21 | Proc shouldn't have `initialize` method | ksss | |
| Fix #3356 | |||
| 2016-12-21 | Merge pull request #3358 from takjn/add-example-rx630 | Yukihiro "Matz" Matsumoto | |
| Added example for cross-compiling on Renesas RX630 | |||
| 2016-12-21 | Added example for cross-compiling for Renesas RX630 | Jun Takeda | |
| 2016-12-19 | Merge pull request #71 from eagletmt/readlink | Tomoyuki Sahara | |
| Add File.readlink | |||
| 2016-12-18 | Check if width is zero or negative before fill; fix #3347 | Yukihiro "Matz" Matsumoto | |
| Reported by https://hackerone.com/haquaman. | |||
| 2016-12-18 | Prohibit mixture of posarg and nextarg; ref #3347 | Yukihiro "Matz" Matsumoto | |
| 2016-12-18 | Add "not reached" mark in mrb_ary_concat() | Yukihiro "Matz" Matsumoto | |
| 2016-12-18 | NODE_NEGATE cdr may not be code-node; fix #3348 ref #3324 | Yukihiro "Matz" Matsumoto | |
| Reported by Denis Kasak https://hackerone.com/dkasak | |||
| 2016-12-18 | Zero length heredoc still crashed; ref Shopify/mruby-internal#81 | Yukihiro "Matz" Matsumoto | |
| 2016-12-17 | Fix memory leak in error case | Kohei Suzuki | |
| 2016-12-17 | Add File.readlink | Kohei Suzuki | |
| 2016-12-17 | Merge pull request #3346 from clayton-shopify/fix-float-read | Yukihiro "Matz" Matsumoto | |
| Fix crash when exponent is -2147483648 | |||
| 2016-12-16 | Merge pull request #70 from eagletmt/chmod | Tomoyuki Sahara | |
| Add File.chmod | |||
| 2016-12-16 | Add File.chmod | Kohei Suzuki | |
| 2016-12-15 | Fix crash when exponent is -2147483648 | Clayton Smith | |
| 2016-12-14 | remove debug code; ref #3344 | Yukihiro "Matz" Matsumoto | |
| 2016-12-14 | Merge pull request #3345 from clayton-shopify/fix-range-beg-len | Yukihiro "Matz" Matsumoto | |
| Check type before calling mrb_range_ptr. | |||
| 2016-12-13 | Check type before calling mrb_range_ptr. | Clayton Smith | |
| 2016-12-13 | tLABEL should not come after conditional ternary; fix #3344 | Yukihiro "Matz" Matsumoto | |
| 2016-12-13 | Restore callinfo offset in mrb_yield_with_class() | Yukihiro "Matz" Matsumoto | |
| 2016-12-13 | void_expr_error(): n may be NULL. | Yukihiro "Matz" Matsumoto | |
| Reported from @clayton-shopify. | |||
| 2016-12-13 | Add assertion to make sure new capacity does not overflow. | Yukihiro "Matz" Matsumoto | |
| 2016-12-13 | Make sure str->capa is under MRB_INT_MAX; fix #3342 | Yukihiro "Matz" Matsumoto | |
| 2016-12-13 | Fixed wrong condition in new_sym() that breaks symbol data. | Yukihiro "Matz" Matsumoto | |
| 2016-12-13 | Failed to realloc irep->syms in certain condition. | Yukihiro "Matz" Matsumoto | |
| Also msym size changed to 512 from 256. | |||
