summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2017-02-01test_time.rb: use UTCnobu
2017-01-31time.c (time_strftime): avoid garbage in common casenormal
2017-01-31test_io.rb: separate a testnobu
2017-01-31sprintf.c: avoid garbage in common (no exception) casenormal
2017-01-30io.c (rb_io_syswrite): avoid leaving garbage after writenormal
2017-01-30string.c (rb_str_tmp_frozen_release): release embedded stringsnormal
2017-01-30reduce iterations for slower machinesnobu
2017-01-25io.c: close before waitnobu
2017-01-24eval.c: copy special exceptionnobu
2017-01-23object.c: no TypeError at Symbolnobu
2017-01-20SecureRandom should try /dev/urandom first [Bug #9569]shyouhei
2017-01-19parse.y: rescue/else/ensure in do-endnobu
2017-01-19string.c: rindex(//) should set $~.shugo
2017-01-19parse.y: chomp by -lnobu
2017-01-18vm_method.c: resolve refined method to undefnobu
2017-01-18class.c: non-keyword hash classnobu
2017-01-16test_rational.rb: messagesnobu
2017-01-13error.c: movednobu
2017-01-13error.c: movednobu
2017-01-12immediate message mode of compile errornobu
2017-01-11string.c: replacement and blocknobu
2017-01-11string.c: yield invalid partnobu
2017-01-11string.c: block for scrub with ASCII-incompatiblenobu
2017-01-10compile.c: check compilenobu
2017-01-07fix optimization for hash aset/aref with fstringeregon
2017-01-06test_io.rb: squiggly heredocnobu
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