| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-27 | Safeguard against using MRB_INT64 with MRB_WORD_BOXING in 32-bit mode | Tomasz Dabrowski | |
| 2016-11-27 | Merge pull request #3299 from dabroz/feature-16-bit-nan | Yukihiro "Matz" Matsumoto | |
| Fixed NaN boxing when MRB_INT16 is set | |||
| 2016-11-26 | Fixed NaN boxing when MRB_INT16 is set | Tomasz Dąbrowski | |
| 2016-11-26 | removed failing test for Time#initialize; ref #3295 | Yukihiro "Matz" Matsumoto | |
| 2016-11-26 | Merge pull request #3293 from ksss/enum-first | Yukihiro "Matz" Matsumoto | |
| Fix incompatibility for Enumerable#first | |||
| 2016-11-26 | Merge pull request #3295 from bouk/time-seg | Yukihiro "Matz" Matsumoto | |
| Fix null pointer dereference in mrb_time_initialize | |||
| 2016-11-26 | Merge pull request #3298 from dabroz/patch-1 | Yukihiro "Matz" Matsumoto | |
| Fix typo in istruct.h | |||
| 2016-11-25 | Fix typo in istruct.h | Tomasz Dąbrowski | |
| 2016-11-25 | Fix null pointer dereference in mrb_time_initialize | Bouke van der Bijl | |
| Reported by https://hackerone.com/raydot | |||
| 2016-11-25 | Argument more strictly | ksss | |
| 2016-11-25 | Like a Enumerable#take | ksss | |
| 2016-11-25 | stop warnings in the test; ref #3280 | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | Merge branch 'bouk-nested-empty-heredoc' | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | resolve conflict; ref #3279 | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | Merge branch 'bouk-struct-array-members' | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | resolve conflict; ref #3281 | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | Merge branch 'bouk-127-segfaults' | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | resolve conflict; ref #3283 | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | Merge branch 'bouk-retry-codegen-misalign' | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | resolve conflict; ref #3285 | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | Merge branch 'bouk-empty-ternary' | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | resolve conflict; ref #3286 | Yukihiro "Matz" Matsumoto | |
| 2016-11-25 | Merge pull request #3287 from bouk/proc-arity | Yukihiro "Matz" Matsumoto | |
| Fix calling .arity on Proc with undefined `initialize` | |||
| 2016-11-25 | Merge pull request #3284 from bouk/remove-method-segfault | Yukihiro "Matz" Matsumoto | |
| Fix segfault on remove_method with invalid argument | |||
| 2016-11-25 | Merge pull request #3282 from bouk/fix-break-instance-class | Yukihiro "Matz" Matsumoto | |
| Fix segfault when defining class inside instance_exec on primitive | |||
| 2016-11-25 | Merge pull request #3280 from bouk/struct-redefine | Yukihiro "Matz" Matsumoto | |
| Remove constant when a struct is redefined. | |||
| 2016-11-25 | Merge pull request #3288 from bouk/chomp-bang-len | Yukihiro "Matz" Matsumoto | |
| Get String length after args in String#chomp! | |||
| 2016-11-25 | Merge pull request #3289 from bouk/setbyte-len | Yukihiro "Matz" Matsumoto | |
| Read length after args in String#setbyte | |||
| 2016-11-25 | Merge pull request #3290 from bouk/unsafe-peep | Yukihiro "Matz" Matsumoto | |
| Fix unsafe peephole optimization | |||
| 2016-11-24 | Fix unsafe peephole optimization | Francis Bogsanyi | |
| Reported by https://hackerone.com/dkasak | |||
| 2016-11-24 | Read length after args in String#setbyte | Craig Lehmann | |
| Prevents RCE Reported by https://hackerone.com/raydot | |||
| 2016-11-24 | Get String length after args in String#chomp! | Clayton Smith | |
| Fixes RCE issue Reported by @bouk | |||
| 2016-11-24 | Fix calling .arity on Proc with undefined `initialize` | Francois Chagnon | |
| Reported by @bouk | |||
| 2016-11-24 | Fix segfault caused by empty condition in ternary | Bouke van der Bijl | |
| Reported by https://hackerone.com/jpenalbae | |||
| 2016-11-24 | Fix codegen issue causing misaligned register | Bouke van der Bijl | |
| Reported by https://hackerone.com/haquaman | |||
| 2016-11-24 | Fix segfault on remove_method with invalid argument | Bouke van der Bijl | |
| Reported by https://hackerone.com/jpenalbae | |||
| 2016-11-24 | Fix segfault on method call with exactly 127 arguments | Bouke van der Bijl | |
| Reported by https://hackerone.com/dkasak | |||
| 2016-11-24 | Fix segfault when defining class inside instance_exec on primitive | Bouke van der Bijl | |
| 2016-11-24 | Don't allow array parameter in Struct.new | Clayton Smith | |
| 2016-11-24 | Remove constant when a struct is redefined. | Clayton Smith | |
| 2016-11-24 | Fix nested empty heredoc causing segfault | Bouke van der Bijl | |
| As reported by https://hackerone.com/jpenalbae | |||
| 2016-11-24 | use MRB_PRId instead of %d for mrb_int | Yukihiro "Matz" Matsumoto | |
| 2016-11-24 | Merge pull request #3277 from dabroz/feature-float-tolerance | Yukihiro "Matz" Matsumoto | |
| Fixed float tolerance in tests when MRB_USE_FLOAT is set | |||
| 2016-11-24 | Merge pull request #3276 from dabroz/author | Yukihiro "Matz" Matsumoto | |
| Update AUTHORS | |||
| 2016-11-24 | redo should work well in for statement; fix #3275 | Yukihiro "Matz" Matsumoto | |
| 2016-11-24 | Fixed Range.size to use proper floating point tolerance | Tomasz Dąbrowski | |
| 2016-11-24 | Fixed float tolerance in tests when MRB_USE_FLOAT is set | Tomasz Dąbrowski | |
| 2016-11-24 | Update AUTHORS | Tomasz Dąbrowski | |
| 2016-11-24 | fixed a bug in self modifying Array#[]=; fix #3274 | Yukihiro "Matz" Matsumoto | |
| 2016-11-24 | always call Hash#default if no key found; fix #3272 | Yukihiro "Matz" Matsumoto | |
