summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2017-01-01test for [Feature #11547]nobu
2016-12-31vm.c: fix return in lambdanobu
2016-12-30rational.c: memory leak in gcdnobu
2016-12-29test/ruby/test_pack.rb: fix test case added by r57187rhe
2016-12-28numeric.c: reduce fdivnobu
2016-12-27io.c: ARGF fd leaknobu
2016-12-26io.c: fix race between read and closenobu
2016-12-26parse.y: preserve cmdarg stacknobu
2016-12-26vm_eval.c: Symbol#to_proc and instance_execnobu
2016-12-26test/ruby/test_symbol.rb: use begin;end; hacknobu
2016-12-26pack.c: avoid returning uninitialized Stringrhe
2016-12-25string.c: CRLF in paragraph modenobu
2016-12-25string.c: consistent paragraph mode with IOnobu
2016-12-23Increase timeoutnaruse
2016-12-22test_float.rb: add test cases for Float#roundyui-knk
2016-12-21time.c: refine num_exact error messagenobu
2016-12-21eval.c: fix circular causenobu
2016-12-21compile.c: toplevel returnnobu
2016-12-21numeric.c: allow nil as rounding mode optionnobu
2016-12-20io.c: update argf linenonobu
2016-12-20io.c: update argf linenonobu
2016-12-20re.c: consider the case of RMatch::regexp is nilrhe
2016-12-20array.c: do not resize to less than 0rhe
2016-12-20array.c: check array length every time after yieldingrhe
2016-12-18Increase timeoutnaruse
2016-12-17sprintf.c: fix width underflownobu
2016-12-17Increase timeoutnaruse
2016-12-17re.c: non-regexp name referencenobu
2016-12-16multiline heredoc identifiernobu
2016-12-16fix chomping newline only linenobu
2016-12-15parse.y: newline in heredoc identifiernobu
2016-12-14encoding.c: handle needmore error from rb_enc_precise_mbclen()rhe
2016-12-14parse.y: fix yyerror messagenobu
2016-12-12test for Symbol#match? [Feature #12898]nobu
2016-12-12test_m17n.rb: escapenobu
2016-12-12String#match? and Symbol#match?nobu
2016-12-12re.c: char boundarynobu
2016-12-11parse.y: zero codepointsnobu
2016-12-10internal.h: change the default rounding mode to half-upmrkn
2016-12-08vm.c: check type of hash to mergenobu
2016-12-08vm_insnhelper.c: zsuper in refinementsnobu
2016-12-07Extend timeout for Solaris unstable10s.shugo
2016-12-07file.c: cygwin behaviornobu
2016-12-06array.c, enum.c: change sum algorithmmrkn
2016-12-06numeric.c: fix exception message for nil roundingmrkn
2016-12-06Fix typoskazu
2016-12-06EPERM by symlinknobu
2016-12-06EPERM by symlinknobu
2016-12-06re.c: check that MatchData is initializedrhe
2016-12-06test/ruby/test_hash.rb: suppress syntax warningrhe