summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2010-06-05* ruby.c (process_options): revert r25330, so that $0 can be seennobu
2010-06-04* file.c (rb_f_test): 'W' should test writable by real uid/git,nobu
2010-06-04* test/dl/test_cfunc.rb: test for r28156tenderlove
2010-06-03* test/rake/test_win32.rb (Rake::TestWin32): update tests.nobu
2010-06-03* test/io/nonblock/test_flush.rb (test_flush): try pipe andnobu
2010-06-03* test/gdbm/test_gdbm.rb (test_s_open_create_new): Windows doesn't supportsusa
2010-06-02* properties.nobu
2010-06-02* test/ruby/test_path.rb (test_path): workaround for drivenobu
2010-06-02* test/ruby/test_path.rb (test_path): get rid of blocking onnobu
2010-06-02* ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibilitytenderlove
2010-06-02 * test/ruby/test_{string,symbol}.rb (test_ascii_incomat_inspect):nobu
2010-06-02* test/dl/test_cfunc.rb (test_last_error): CFunc.last_error is thread localusa
2010-06-01* lib/net/http.rb: adding support to rfc5789 patch verb.naruse
2010-05-31* regparse.c (onig_syntax_warn): do not use external strings asnobu
2010-05-31* file.c (file_expand_path): Refix r28102: this breaksnaruse
2010-05-31* string.c (rb_str_inspect): inspect as ASCII when the codepointnaruse
2010-05-30* file.c (file_expand_path): check if expanded dname encoding isnobu
2010-05-30* test/rake/test_application.rb: update a test because of r28089.mame
2010-05-29* parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NULnobu
2010-05-29* lib/rdoc/rdoc.rb (RDoc#read_file_contents): take care of BOM.nobu
2010-05-29* test/ruby/envutil.rb: fix for --disable-gems.nobu
2010-05-29* lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNREFUSED.akr
2010-05-28* string.c (sym_inspect): escape ASCII-compatible strings.nobu
2010-05-28* string.c (rb_str_inspect): escape ASCII-compatible strings.nobu
2010-05-27* test/sdbm/test_sdbm.rb (test_s_open_error): doesn't support to avoid readusa
2010-05-26* test/rinda/test_rinda.rb (class TupleSpaceTest): kill a used threadtarui
2010-05-26* test/open-uri/test_open-uri.rb (test_find_proxy_case_sensitive_env):usa
2010-05-26* test/test_tempfile.rb: skip some tests on Windows because unlinking is alwaysusa
2010-05-26* random.c (random_rand): subtraction method of non-numeric cannobu
2010-05-25* regparse.c (add_code_range_to_buf0): fix false negativenaruse
2010-05-25refine an assertion.akr
2010-05-25* test/test_find.rb: skip some tests on Windows.usa
2010-05-24add an assertion.akr
2010-05-23* process.c (rb_f_spawn): use correct command name for the errornobu
2010-05-22* ext/psych/lib/psych/json/stream.rb: adding a JSON streaming APItenderlove
2010-05-20* ext/win32ole/win32ole.c (ole_invoke): raise NoMethodErrorsuke
2010-05-20* ext/psych/lib/psych/stream.rb: adding YAML streaming API fortenderlove
2010-05-19* ext/psych/emitter.c: output strings are automatically transcodedtenderlove
2010-05-19Fix test to follow NetBSD's setenv(3).naruse
2010-05-19* vm_eval.c (rb_f_caller): return [] instead of nil when the functionmame
2010-05-19Fix test to follow the behavior of NetBSD's dlsym.naruse
2010-05-19* test/csv/test_interface.rb (test_write_hash): may need to set binary modeusa
2010-05-19* test/dl/test_func.rb (test_sinf): sinf() doesn't exist in the standard of C.usa
2010-05-19* test/win32ole/test_folderitem2_invokeverb.rb (test_invokeverb): should useusa
2010-05-19* test/openssl/test_ssl.rb (test_client_auth): Errno::ECONNRESET is raised onusa
2010-05-19* test/openssl/test_ssl.rb (server_loop): treat Errno::ENOTSOCK just like asusa
2010-05-19* ext/psych/lib/psych.rb: Adding Psych::Exceptiontenderlove
2010-05-19* ext/psych/emitter.c: using xmalloc and xfree for memory allocationtenderlove
2010-05-19* test/logger/test_logger.rb: close logger (or logdevice) if it's related tousa
2010-05-19* test/socket/test_addrinfo.rb: ipaddr.rb defines Socket::AF_INET6 as an Objectusa