summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2016-11-27Safeguard against using MRB_INT64 with MRB_WORD_BOXING in 32-bit modeTomasz Dabrowski
2016-11-27Merge pull request #3299 from dabroz/feature-16-bit-nanYukihiro "Matz" Matsumoto
2016-11-26Fixed NaN boxing when MRB_INT16 is setTomasz Dąbrowski
2016-11-26removed failing test for Time#initialize; ref #3295Yukihiro "Matz" Matsumoto
2016-11-26Merge pull request #3293 from ksss/enum-firstYukihiro "Matz" Matsumoto
2016-11-26Merge pull request #3295 from bouk/time-segYukihiro "Matz" Matsumoto
2016-11-26Merge pull request #3298 from dabroz/patch-1Yukihiro "Matz" Matsumoto
2016-11-25Fix typo in istruct.hTomasz Dąbrowski
2016-11-25Fix null pointer dereference in mrb_time_initializeBouke van der Bijl
2016-11-25Argument more strictlyksss
2016-11-25Like a Enumerable#takeksss
2016-11-25stop warnings in the test; ref #3280Yukihiro "Matz" Matsumoto
2016-11-25Merge branch 'bouk-nested-empty-heredoc'Yukihiro "Matz" Matsumoto
2016-11-25resolve conflict; ref #3279Yukihiro "Matz" Matsumoto
2016-11-25Merge branch 'bouk-struct-array-members'Yukihiro "Matz" Matsumoto
2016-11-25resolve conflict; ref #3281Yukihiro "Matz" Matsumoto
2016-11-25Merge branch 'bouk-127-segfaults'Yukihiro "Matz" Matsumoto
2016-11-25resolve conflict; ref #3283Yukihiro "Matz" Matsumoto
2016-11-25Merge branch 'bouk-retry-codegen-misalign'Yukihiro "Matz" Matsumoto
2016-11-25resolve conflict; ref #3285Yukihiro "Matz" Matsumoto
2016-11-25Merge branch 'bouk-empty-ternary'Yukihiro "Matz" Matsumoto
2016-11-25resolve conflict; ref #3286Yukihiro "Matz" Matsumoto
2016-11-25Merge pull request #3287 from bouk/proc-arityYukihiro "Matz" Matsumoto
2016-11-25Merge pull request #3284 from bouk/remove-method-segfaultYukihiro "Matz" Matsumoto
2016-11-25Merge pull request #3282 from bouk/fix-break-instance-classYukihiro "Matz" Matsumoto
2016-11-25Merge pull request #3280 from bouk/struct-redefineYukihiro "Matz" Matsumoto
2016-11-25Merge pull request #3288 from bouk/chomp-bang-lenYukihiro "Matz" Matsumoto
2016-11-25Merge pull request #3289 from bouk/setbyte-lenYukihiro "Matz" Matsumoto
2016-11-25Merge pull request #3290 from bouk/unsafe-peepYukihiro "Matz" Matsumoto
2016-11-24Fix unsafe peephole optimizationFrancis Bogsanyi
2016-11-24Read length after args in String#setbyteCraig Lehmann
2016-11-24Get String length after args in String#chomp!Clayton Smith
2016-11-24Fix calling .arity on Proc with undefined `initialize`Francois Chagnon
2016-11-24Fix segfault caused by empty condition in ternaryBouke van der Bijl
2016-11-24Fix codegen issue causing misaligned registerBouke van der Bijl
2016-11-24Fix segfault on remove_method with invalid argumentBouke van der Bijl
2016-11-24Fix segfault on method call with exactly 127 argumentsBouke van der Bijl
2016-11-24Fix segfault when defining class inside instance_exec on primitiveBouke van der Bijl
2016-11-24Don't allow array parameter in Struct.newClayton Smith
2016-11-24Remove constant when a struct is redefined.Clayton Smith
2016-11-24Fix nested empty heredoc causing segfaultBouke van der Bijl
2016-11-24use MRB_PRId instead of %d for mrb_intYukihiro "Matz" Matsumoto
2016-11-24Merge pull request #3277 from dabroz/feature-float-toleranceYukihiro "Matz" Matsumoto
2016-11-24Merge pull request #3276 from dabroz/authorYukihiro "Matz" Matsumoto
2016-11-24redo should work well in for statement; fix #3275Yukihiro "Matz" Matsumoto
2016-11-24Fixed Range.size to use proper floating point toleranceTomasz Dąbrowski
2016-11-24Fixed float tolerance in tests when MRB_USE_FLOAT is setTomasz Dąbrowski
2016-11-24Update AUTHORSTomasz Dąbrowski
2016-11-24fixed a bug in self modifying Array#[]=; fix #3274Yukihiro "Matz" Matsumoto
2016-11-24always call Hash#default if no key found; fix #3272Yukihiro "Matz" Matsumoto