aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove2010-05-221-0/+75
* * ext/win32ole/win32ole.c (ole_invoke): raise NoMethodErrorsuke2010-05-201-0/+7
* * ext/psych/lib/psych/stream.rb: adding YAML streaming API fortenderlove2010-05-201-0/+49
* * ext/psych/emitter.c: output strings are automatically transcodedtenderlove2010-05-192-0/+73
* Fix test to follow NetBSD's setenv(3).naruse2010-05-191-1/+7
* * vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame2010-05-191-0/+4
* Fix test to follow the behavior of NetBSD's dlsym.naruse2010-05-191-2/+10
* * test/csv/test_interface.rb (test_write_hash): may need to set binary modeusa2010-05-191-5/+5
* * test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C.usa2010-05-191-2/+6
* * test/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb): should useusa2010-05-191-2/+2
* * test/openssl/test_ssl.rb (test_client_auth): Errno::ECONNRESET is raised onusa2010-05-191-1/+1
* * test/openssl/test_ssl.rb (server_loop): treat Errno::ENOTSOCK just like asusa2010-05-191-1/+1
* * ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove2010-05-191-0/+9
* * ext/psych/emitter.c: using xmalloc and xfree for memory allocationtenderlove2010-05-191-0/+19
* * test/logger/test_logger.rb: close logger (or logdevice) if it's related tousa2010-05-191-10/+27
* * test/socket/test_addrinfo.rb: ipaddr.rb defines Socket::AF_INET6 as an Objectusa2010-05-191-1/+1
* * test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip ifusa2010-05-191-2/+10
* * enc/iso_2022_jp.h: add CP50220.naruse2010-05-171-0/+9
* * test/ruby/test_dir_m17n.rb: changes for windows.usa2010-05-171-26/+46
* * parse.y (parser_read_escape, parser_tokadd_escape): allow a hex ormame2010-05-161-1/+4
* * ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test):yugui2010-05-161-1/+1
* * test/ruby/test_rubyoptions.rb (test_segv_test): VC runtime adds some messagesusa2010-05-141-2/+12
* * test/ruby/test_process.rb: skip some tests on Windows.usa2010-05-141-17/+17
* * test/ruby/test_io_m17n.rb (test_textmode_paragraph_binaryread):nobu2010-05-131-2/+0
* add a test.akr2010-05-131-0/+12
* * test/scanf/test_scanf.rb (ScanfTests#each_test): yield in order.nobu2010-05-131-7/+10
* * ext/io/console/console.c (get_write_fd): return primary fd if nonobu2010-05-131-0/+9
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_cbuf_select),nobu2010-05-131-11/+11
* * test/ruby/test_process.rb: skip some tests on Windows.usa2010-05-131-45/+62
* * test/ruby/test_io_m17n.rb (test_stdin_external_encoding_with_reopen): skipusa2010-05-131-0/+1
* add a test.akr2010-05-121-8/+15
* new test file.akr2010-05-121-0/+73
* * numeric.c (flo_to_s): make minimum string representation.nobu2010-05-121-0/+7
* * re.c (rb_reg_initialize_m): fix wrong index for the langnaruse2010-05-121-0/+4
* * test/rake/test_task_arguments.rb: makes ENV empty during testsmame2010-05-111-2/+7
* * ext/bigdecimal/lib/bigdecimal/math.rb (atan), test/bigdecimal/test_bigmath....mrkn2010-05-111-0/+2
* * ext/psych/parser.c (parse): Return strings encoded astenderlove2010-05-101-0/+16
* * test/ruby/test_fiber.rb: add ML ref.mame2010-05-091-1/+1
* * cont.c (fiber_switch): raise FiberError when returning to deadmame2010-05-091-0/+11
* * test/rubygems/mockgemui.rb (MockGemUi::TTY),nobu2010-05-093-0/+8
* * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc):nobu2010-05-091-1/+1
* * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc):nobu2010-05-091-1/+1
* * test/dl/test_callback.rb: fixing valgrind errors. Ruby string may betenderlove2010-05-091-1/+2
* * test/net/imap/test_imap.rb: use IPv4 forshugo2010-05-091-9/+17
* * lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo2010-05-081-0/+37
* * test/dl/test_base.rb (libc_so, libm_so): supports solaris.yugui2010-05-081-0/+12
* * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not getnobu2010-05-081-0/+11
* don't sleep indefinitely. collect the zombie.akr2010-05-071-3/+6
* Revert r26058 "* test/webrick/test_server.rb (test_daemon): simply use fork's...naruse2010-05-071-2/+8
* * ext/bigdecimal/bigdecimal.c (VpCtoV): fix to check overflow.naruse2010-05-061-0/+1