summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-03-03* test/ruby/test_math.rb: add tests for the above change.gogotanaka
2015-03-03test_rubyoptions.rb: use assert_segvnobu
2015-03-02* test/ruby/test_symbol.rb: avoid a false positive in AIXodaira
2015-03-02envutil.rb: fix typonobu
2015-03-02envutil.rb: fix const namenobu
2015-03-02test_process.rb: remove intermediate child processnobu
2015-03-02envutil.rb: timeout_error argument to invoke_rubynobu
2015-03-02envutil.rb: signal list to invoke_rubynobu
2015-03-02signal.c: nil for invalid signumnobu
2015-03-02* test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINEngoto
2015-03-01io/wait: fix return value for buffered readnormal
2015-03-01envutil.rb: signal argumentnobu
2015-03-01add tests for strptime("%s.%N").akr
2015-02-28enum.c: Fixnum onlynobu
2015-02-28enum.c: limit sizenobu
2015-02-28variable.c: preserve name encoding of subclassnobu
2015-02-27* lib/rubygems: Update to RubyGems 2.4.6 and HEAD(800f2e6).hsbt
2015-02-27* lib/rake: Update to rake (9237e74), typo fix and remove needlesshsbt
2015-02-26test_io.rb: separate platform-specific testsnobu
2015-02-25* ext/win32/Win32API.rb (initialize): accept both a string and an arrayusa
2015-02-25dir.c: same encoding to the patternnobu
2015-02-24* lib/cmath.rb (log): raise ArgumentError when more than 2 argumentsgogotanaka
2015-02-24* test/ruby/test_math.rb: Use assert_infinity instead of assert_equal(1.0/0, ...gogotanaka
2015-02-24complex.c: multiply as rotationnobu
2015-02-24* test/ruby/test_math.rb(test_cbrt): Add an assertion for Math.cbrt(1.0/0)gogotanaka
2015-02-24string.c: smart chompnobu
2015-02-23string.c: proper exceptionnobu
2015-02-22* time.c: zone encoding should be US-ASCII if all 7-bits. Fix r46907.eregon
2015-02-22* vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinementsktsj
2015-02-21re.c: RMatch::regexp can be nilnobu
2015-02-20file.c: fix handle leaknobu
2015-02-20test_file_exhaustive.rb: tests for File.identical?nobu
2015-02-20test_file_exhaustive.rb: remove useless assignmentnobu
2015-02-20test_file.rb: just skip assertionnobu
2015-02-19test_rubyoptions.rb: fix for r46355 and r49638nobu
2015-02-18win32/file.c: fix drive letternobu
2015-02-17* ext/psych/lib/psych.rb: bump psych version.tenderlove
2015-02-17resolv.rb: fix equalitynobu
2015-02-17win32/file.c: fix drive letternobu
2015-02-13* ext/coverage/coverage.c: Add Coverage.peek_result. Allows you totenderlove
2015-02-13* lib/base64.rb: make urlsafe mode user-friendly.mame
2015-02-13test_cipher.rb: ignore wrap mode errosnobu
2015-02-12test_random.rb: addnobu
2015-02-12test_cipher.rb: show cipher namenobu
2015-02-12drbtest.rb: refactornobu
2015-02-11* compar.c (cmp_equal): no more error hiding for Comparable#==.eregon
2015-02-11generator.c: fix infinite recursionnobu
2015-02-10* test/win32ole/test_word.rb: use skip method to skip test.suke
2015-02-10* vm_insnhelper.c (vm_call_method): stop method search when a methodshugo
2015-02-10* lib/net/ftp.rb (chdir, delete, gettextfile, mdtm, mkdir, nlst,shugo