aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * gem_prelude.rb: load full rubygems at LoadError for activationnobu2010-06-077-0/+113
* * io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641]nobu2010-06-071-0/+4
* * test/ruby/test_array.rb (test_product): test for r28187.nobu2010-06-061-0/+5
* * test/ruby/test_env.rb (class TestEnv): fix typo.tarui2010-06-061-2/+2
* * array.c (rb_ary_product): need to set the length in order to getnobu2010-06-062-0/+16
* * text/ruby/envutil.rb: ToArray when args is String.naruse2010-06-051-0/+1
* * re.c (rb_reg_expr_str): ASCII incompatible stringsnaruse2010-06-051-1/+1
* add an assertion message.akr2010-06-051-1/+1
* * ruby.c (process_options, load_file_internal): $0 seen fromnobu2010-06-051-1/+1
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): support for childnobu2010-06-051-1/+5
* * test/net/imap/test_imap.rb (test_exception_during_shutdown):nobu2010-06-051-0/+1
* * ruby.c (process_options): revert r25330, so that $0 can be seennobu2010-06-051-3/+4
* * file.c (rb_f_test): 'W' should test writable by real uid/git,nobu2010-06-041-1/+1
* * test/dl/test_cfunc.rb: test for r28156tenderlove2010-06-041-0/+4
* * test/rake/test_win32.rb (Rake::TestWin32): update tests.nobu2010-06-031-30/+7
* * test/io/nonblock/test_flush.rb (test_flush): try pipe andnobu2010-06-031-2/+11
* * test/gdbm/test_gdbm.rb (test_s_open_create_new): Windows doesn't supportsusa2010-06-031-2/+2
* * properties.nobu2010-06-021-1/+0
* * test/ruby/test_path.rb (test_path): workaround for drivenobu2010-06-021-1/+1
* * test/ruby/test_path.rb (test_path): get rid of blocking onnobu2010-06-021-2/+2
* * ext/dl/lib/dl/cparser.rb (parse_ctype): add backwards compatibilitytenderlove2010-06-021-0/+13
* * test/ruby/test_{string,symbol}.rb (test_ascii_incomat_inspect):nobu2010-06-022-2/+4
* * test/dl/test_cfunc.rb (test_last_error): CFunc.last_error is thread localusa2010-06-021-4/+6
* * lib/net/http.rb: adding support to rfc5789 patch verb.naruse2010-06-012-0/+25
* * regparse.c (onig_syntax_warn): do not use external strings asnobu2010-05-311-0/+4
* * file.c (file_expand_path): Refix r28102: this breaksnaruse2010-05-311-0/+2
* * string.c (rb_str_inspect): inspect as ASCII when the codepointnaruse2010-05-311-0/+6
* * file.c (file_expand_path): check if expanded dname encoding isnobu2010-05-301-0/+1
* * test/rake/test_application.rb: update a test because of r28089.mame2010-05-301-1/+1
* * parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NULnobu2010-05-292-12/+16
* * lib/rdoc/rdoc.rb (RDoc#read_file_contents): take care of BOM.nobu2010-05-291-0/+12
* * test/ruby/envutil.rb: fix for --disable-gems.nobu2010-05-291-1/+1
* * 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