summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2004-07-18* test/openssl/test_ssl.rb: add workaround for Cygwin.gotoyuzo
2004-07-16* test/openssl/ssl_server.rb, test/openssl/test_ssl.rb: workaround togotoyuzo
2004-07-14* ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type ofgotoyuzo
2004-07-14* util.c (ruby_strtod): should not convert string in the form ofocean
2004-07-13* lib/uri/generic.rb (URI::Generic#merge_path):akira
2004-07-10 * test/soap/marshal/test_struct.rb: use qualified build-tin class namenahi
2004-07-06 * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou
2004-07-05 * lib/rss/{trackback,syndication,dublincore,content}.rb: workedkou
2004-07-05* lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr
2004-07-03 * added files:nahi
2004-06-30* ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo
2004-06-30* test/ruby/test_file.rb (test_fnmatch): some tests for File.fnmatchocean
2004-06-25add an assertion.akr
2004-06-22* sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.usa
2004-06-20* test/openssl/test_ssl.rb: use Process.kill to kill child processgotoyuzo
2004-06-19* eval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method): notnobu
2004-06-16Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods.michal
2004-06-16* test/ruby/test_array.rb: use local variables instead of a globalnobu
2004-06-09* lib/uri/generic.rb (URI::Generic::merge,akira
2004-05-27 * test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).nahi
2004-05-26* add test for OpenSSL::SSL.gotoyuzo
2004-05-26 * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read andnahi
2004-05-25* eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu
2004-05-24* test/openssl/test_x509name.rb: short names of some OIDs (serialNumbergotoyuzo
2004-05-21* test_x509crl.rb (test_basic): add test for CRL issuer.gotoyuzo
2004-05-20 * lib/csv.rb: fixed a few bugs around multi char record/field separator.nahi
2004-05-19* rescue LoadError. [ruby-dev:23539]gotoyuzo
2004-05-19* test/ruby/envutil.rb (EnvUtil::rubybin): give priority tonobu
2004-05-19* test/inlinetest.rb (InlineTest::loadtest): requiring library withnobu
2004-05-18 * lib/csv.rb: writes lines with "\n" when row separator is not given.nahi
2004-05-17* test for OpenSSL::X509gotoyuzo
2004-05-16* ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr
2004-05-15* test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1ocean
2004-05-15* ext/syck/MANIFEST, ext/syck/depend: new file.nobu
2004-05-15* lib/yaml.rb: removed fallback to pure Ruby parser.why
2004-05-14* test/ruby/test_float.rb: Add test for util.c revision 1.42.ocean
2004-05-09 * test/ruby/test_float.rb: added test_strtod to test Float("0").nahi
2004-05-07* lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...aamine
2004-05-07add freeze test for dbm and gdbm.akr
2004-05-02* test/fileutils/test_fileutils.rb (rm_f, rm_r): test :force flag.aamine
2004-04-21check hash tuple sizeseki
2004-04-15add a gdbm test for [ruby-dev:23381]akr
2004-04-13change pattern matching [druby-ja:98]seki
2004-04-08* test/soap/calc/test_calc_cgi.rb: not parent, parent directory of it.nobu
2004-04-08* test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: restore $:nobu
2004-04-08* ext/extmk.rb (extmake): skip uncompiled extensions.nobu
2004-04-07add an assertion for [0x100000000].pack("U").akr
2004-04-07add test for [ruby-dev:23344].akr
2004-04-07* lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou
2004-04-06fix hash tuple bugseki