summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2004-09-10* lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...aamine
2004-09-08* ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.nobu
2004-09-07don't modify $/akr
2004-09-07test_ungetc_paragraph: restore $/.akr
2004-09-07add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103],akr
2004-08-16check constants (Fcntl::F_SETFL, Fcntl::F_GETFL and Fcntl::O_NONBLOCK)akr
2004-08-16rescue NotImplementedError by fcntl.akr
2004-08-11add test.akr
2004-08-08* lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root.aamine
2004-08-06* ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil.akr
2004-08-02* test/ruby/test_file.rb (test_fnmatch): added more tests.ocean
2004-07-28* eval.c (rb_call0): should call rb_call_super() directly formatz
2004-07-25* win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean
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