aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* cancel subversion backfire. sorrymatz2011-03-0738-413/+1463
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-0738-1463/+413
* * test/testunit/test_parallel.rbnagachika2011-03-071-1/+0
* * test/ruby/test_io.rb (TestIO#test_fcntl_lock): small clean up.kosaki2011-03-051-28/+27
* * io.c (io_cntl, nogvl_io_cntl): IO.fcntl() and IO.ioctl()kosaki2011-03-041-0/+34
* * test/testunit/test_parallel.rbnagachika2011-03-041-0/+1
* * process.c (check_exec_redirect_fd, check_exec_redirect): raiseusa2011-03-031-1/+1
* * test/ruby/test_process.rb (test_execopts_redirect): redirecting fdusa2011-03-031-6/+10
* * lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encodingnaruse2011-03-023-104/+72
* * string.c (str_byte_substr): return nil for negative length.nobu2011-03-021-0/+1
* * test/testunit/test_parallel.rb(TestParallel#spawn_runner):sorah2011-03-022-5/+1
* * lib/test/unit/parallel.rb: For Windows.sorah2011-03-011-9/+1
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-03-011-16/+1
* * test/date/{test_date.rb,test_date_attr.rb}: [ruby-dev:43280]tadf2011-03-012-2/+4
* Import rubygems 1.6.0 (released version @ 58d8a0b9)ryan2011-03-0141-396/+1634
* * string.c (rb_str_byteslice): the resulted encoding should keepnaruse2011-03-011-17/+19
* * string.c (rb_str_byteslice): Add String#byteslice. [ruby-core:35376]naruse2011-03-011-0/+29
* * test/testunit/test_rake_integration.rb (test_with_rake_runner):nagachika2011-02-281-1/+6
* * win32/win32.c (rb_w32_spawn): use shell if a commandline containkosaki2011-02-281-5/+4
* * string.c (tr_trans): when the hash for multibyte repl is empty,naruse2011-02-281-0/+1
* * test/testunit/test_parallel.rb: Temporally disable test on Windows.sorah2011-02-281-6/+18
* * test/ruby/test_system.rb (TestSystem#test_system_redirect_win):kosaki2011-02-271-0/+12
* * lib/test/unit.rb, lib/test/unit/parallel.rb: remove trailing spaces.nobu2011-02-261-2/+2
* * lib/test/unit.rb: --jobs-status won't puts over 2 lines.sorah2011-02-261-2/+1
* * ext/psych/lib/psych/scalar_scanner.rb: fix parsing timezone's whosetenderlove2011-02-251-12/+11
* * common.mk: Use $RUNRUBY for worker process.sorah2011-02-241-2/+2
* * test/testunit/tests_for_parallel/misc.rb: Fix bug in r30947.sorah2011-02-241-21/+26
* * test/testunit/test_parallel.rb, test/testunit/parallel/*:sorah2011-02-237-0/+266
* * lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,sorah2011-02-222-27/+31
* * ext/psych/lib/psych/json/stream.rb: do not emit custom tags in mapstenderlove2011-02-212-0/+31
* * ext/psych/lib/psych/json/stream.rb: fix JSON stream emits to usetenderlove2011-02-211-6/+20
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-201-6/+24
* lib/minitest/*.rb: Imported minitest 2.0.2 r6207ryan2011-02-194-22/+22
* Fix tests.naruse2011-02-192-1/+2
* * lib/test/unit.rb: partial revert of r30849. [ruby-core:32864]tenderlove2011-02-181-0/+30
* * test/ruby/test_marshal.rb (test_marshal_dump_extra_iv):nagachika2011-02-171-1/+1
* * eval_jump.c (rb_exec_end_proc): changed at_exit and END prockosaki2011-02-161-1/+22
* Add a test for the encoding of str_aset. [ruby-core:35142]naruse2011-02-151-0/+4
* * array.c (array_join): copy the encoding of the first element asnaruse2011-02-151-0/+7
* * array.c (inspect_ary): don't taint the inspected result of anaruse2011-02-151-8/+0
* * encoding.c (rb_enc_compatible): change the rule for empty strings:naruse2011-02-152-14/+9
* * string.c (rb_enc_cr_str_buf_cat): remove special treatment ofnaruse2011-02-151-2/+2
* * test/ruby/test_system.rb (TestSystem#test_system_at): use findstrusa2011-02-151-1/+1
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-141-0/+13
* * test/ruby/test_system.rb (TestSystem#test_system_at):kosaki2011-02-141-0/+7
* * test/openssl/test_config.rb (OpenSSL#test_freeze): fix errornobu2011-02-131-2/+3
* * test/io/nonblock/test_flush.rb (TestIONonblock#flush_test):nobu2011-02-131-0/+1
* * test/syck/test_string.rb (Syck::TestString#test_non_binary_string):nobu2011-02-132-2/+2
* * test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):nobu2011-02-131-2/+7
* * lib/test/unit.rb (assert_include): add alias.nobu2011-02-128-14/+14