aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-172-0/+4
* * eval.c (rb_call0): argument update propagation. [ruby-dev:28044]matz2006-02-131-1/+1
* * eval.c (eval): no need to push ruby_class. [ruby-dev:28176]matz2006-02-112-2/+6
* * eval.c (eval): need not to protect $SAFE value.matz2006-02-021-1/+1
* * ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean2006-01-161-0/+19
* * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean2006-01-101-0/+17
* * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean2006-01-101-0/+11
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2006-01-011-0/+42
* * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead ofakr2005-12-291-4/+4
* * stable version 1.8.4 released.matz2005-12-241-1/+1
* * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]nobu2005-12-191-0/+27
* * test/gdbm/test_gdbm.rb: specify pid for the argument ofeban2005-12-141-6/+6
* * test/openssl/test_ssl.rb (test_parallel): call GC.start to closegotoyuzo2005-12-121-0/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-12-113-0/+633
* * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.gotoyuzo2005-11-221-0/+74
* * file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa2005-11-221-15/+114
* * test/ruby/test_array.rb (test_misc): added some testsocean2005-11-201-0/+11
* * file.c (rb_file_s_dirname): should use skipprefix for UNC path.usa2005-11-181-6/+14
* * file.c (file_s_dirname): added checks for some patterns with driveusa2005-11-181-0/+71
* * array.c (rb_ary_fill): tail elements were vanished when the middleocean2005-11-151-0/+23
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-11-021-0/+50
* * test/gdbm/test_gdbm.rb, test/sdbm/test_sdbm.rb (test_s_open_error):usa2005-10-312-0/+2
* * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data mustgotoyuzo2005-10-301-0/+5
* * lib/webrick/httpservlet/cgihandler.rbgotoyuzo2005-10-303-0/+45
* * test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean2005-10-301-4/+4
* check remote hash tupleseki2005-10-161-0/+8
* * test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers):nobu2005-10-101-56/+24
* * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (ba...aamine2005-09-231-1/+16
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-09-232-0/+50
* * test/readline/test_readline.rb (TestReadline::replace_stdio):shugo2005-09-221-13/+16
* * test/wsdl/simpletype/rpc/test_rpc.rb, test/wsdl/ref/test_ref.rb,nahi2005-09-204-4/+52
* * test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath onocean2005-09-201-0/+3
* * test/dbm/test_dbm.rb (TestDBM::test_s_open_error): removematz2005-09-201-8/+0
* * test/readline/test_readline.rb (TestReadline::replace_stdio):matz2005-09-201-0/+1
* * test/xmlrpc/test_webrick_server.rb (setup_http_server):ocean2005-09-191-5/+11
* * lib/fileutils.rb (cp_r): default is :dereference_root=>true for backward co...aamine2005-09-191-1/+4
* * test/fileutils/test_fileutils.rb: backported from trunk (1.36). (again) [ru...aamine2005-09-191-64/+382
* * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c:gotoyuzo2005-09-181-0/+11
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-171-22/+13
* * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixedkou2005-09-161-0/+54
* * test/logger/test_logger.rb: unintentionally overwritten changes bynahi2005-09-151-0/+2
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5.nahi2005-09-158-16/+19
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-09-1529-0/+2953
* * test/ruby/test_signal.rb (test_exit_action): skip the test usingusa2005-09-151-0/+10
* * lib/logger.rb (Logger): added formatter accessor to logger fornahi2005-09-131-3/+31
* * test/openssl/test_pkcs7.rb (test_enveloped): skip this testgotoyuzo2005-09-121-0/+6
* * test/dbm/test_dbm.rb: remove locking test, which may not bematz2005-09-122-83/+4
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-09-102-0/+207
* * ext/openssl/lib/digest.rb: added SHA224, SHA256, SHA384 and SHA512.gotoyuzo2005-09-101-0/+9
* * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_errorgotoyuzo2005-09-101-0/+22