aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Don't run tests which can't run with editline.naruse2012-04-081-2/+2
* * Remove unused variables.naruse2012-04-071-4/+4
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):naruse2012-04-071-0/+64
* * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki2012-04-072-2/+12
* * test/ruby/test_thread.rbshirosaki2012-04-071-0/+1
* * ext/psych/parser.c: fall back to any encoding if the externaltenderlove2012-04-061-1/+1
* Use mount_proc to avoid the delay of writing data to files.naruse2012-04-042-13/+12
* Sleep 0.5sec to wait the file is written on server.naruse2012-04-041-5/+6
* * lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse2012-04-041-1/+2
* Don't call f.close if f is nil or already closed.naruse2012-04-031-1/+1
* * lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse2012-04-031-10/+8
* * test/mkmf/base.rb (TestMkmf#setup): remove uninitialized global variable.nobu2012-04-031-1/+1
* * test/mkmf/base.rb (TestMkmf#teardown): remove meaningless assertion.nobu2012-04-031-1/+0
* * test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa2012-04-031-0/+1
* * test/mkmf: remove generated files and ensure nothing left.nobu2012-04-034-0/+8
* Revert r35180; the fix break the test. see [ruby-dev:30653]naruse2012-04-031-1/+1
* * enumerator.c (inspect_enumerator): suppress uninitializednobu2012-04-031-0/+7
* * lib/optparse/ac.rb: autoconf-like options.nobu2012-04-021-0/+63
* * string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu2012-04-021-4/+18
* Refix of 35206; 0.3 is too small for Ruby's timeout.naruse2012-04-011-3/+3
* ReRefix the test for r35205.naruse2012-04-011-1/+0
* Refix the test for r35205.naruse2012-04-011-5/+4
* Fix the test for r35205.naruse2012-04-011-4/+4
* Client waits only the first line.naruse2012-04-011-1/+1
* * lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse2012-04-011-0/+68
* use super in h.defaultnobu2012-03-311-1/+1
* * hash.c (hash_default_value): extract from rb_hash_aref(), to benobu2012-03-311-0/+8
* * lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo2012-03-311-0/+429
* misplaced rescuenobu2012-03-311-2/+3
* descriptive assertionsnobu2012-03-301-34/+34
* join LocalBarriernobu2012-03-301-1/+2
* * test/ruby/lbtest.rb: print at once including newlines.nobu2012-03-291-4/+4
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-3/+2
* * ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss2012-03-291-0/+5
* * test/openssl/test_x509cert.rb: Exclude test that fails when issuingemboss2012-03-291-1/+2
* * ext/openssl/ossl_asn1.c: raise TypeError when trying to encode nilemboss2012-03-281-0/+12
* * process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu2012-03-281-0/+6
* * marshal.c (r_symreal): default to ASCII-8BIT for non-ascii symbols,nobu2012-03-281-0/+9
* * string.c (str_new_empty): should copy also the encoding as annobu2012-03-271-0/+20
* * lib/net/ftp.rb (parse_pasv_port): refactored.shugo2012-03-261-0/+8
* * test/net/ftp/test_ftp.rb: add the test, which was forgotten in theshugo2012-03-261-0/+102
* * enumerator.c (inspect_enumerator): show method arguments ofshugo2012-03-261-2/+14
* * ruby.c (load_file_internal): bail out if the script is a directory.nobu2012-03-261-0/+5
* * string.c (tr_setup_table): fix multiple non latin argument fornaruse2012-03-251-0/+7
* * enumerator (lazy_initialize): set the instance variable "receiver"shugo2012-03-241-0/+4
* * enumerator (enumerator_inspect): include the original receiver andshugo2012-03-241-0/+12
* * time.c (time_init_1): Time.new will accept seconds as string ornobu2012-03-241-0/+7
* * bignum.c (rb_str_to_inum): must be ASCII compatible encoding asnobu2012-03-232-0/+14
* * test/ruby/test_io.rb (try_fdopen): more GCable.nobu2012-03-231-3/+5
* * transcode.c (str_encode_bang, encoded_dup): if nothing wasnobu2012-03-221-0/+8