aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNREFUSED.akr2010-05-291-0/+14
* * string.c (sym_inspect): escape ASCII-compatible strings.nobu2010-05-281-0/+7
* * string.c (rb_str_inspect): escape ASCII-compatible strings.nobu2010-05-281-0/+7
* * test/sdbm/test_sdbm.rb (test_s_open_error): doesn't support to avoid readusa2010-05-271-0/+1
* * test/rinda/test_rinda.rb (class TupleSpaceTest): kill a used threadtarui2010-05-261-0/+8
* * test/open-uri/test_open-uri.rb (test_find_proxy_case_sensitive_env):usa2010-05-261-0/+1
* * test/test_tempfile.rb: skip some tests on Windows because unlinking is alwaysusa2010-05-261-0/+4
* * random.c (random_rand): subtraction method of non-numeric cannobu2010-05-261-0/+3
* * regparse.c (add_code_range_to_buf0): fix false negativenaruse2010-05-251-0/+7
* refine an assertion.akr2010-05-251-1/+3
* * test/test_find.rb: skip some tests on Windows.usa2010-05-251-0/+2
* add an assertion.akr2010-05-241-0/+1
* * process.c (rb_f_spawn): use correct command name for the errornobu2010-05-231-0/+11
* * 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