aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* check constants (Fcntl::F_SETFL, Fcntl::F_GETFL and Fcntl::O_NONBLOCK)akr2004-08-161-5/+4
* rescue NotImplementedError by fcntl.akr2004-08-161-1/+5
* add test.akr2004-08-111-0/+69
* * lib/fileutils.rb (cp_r): copies symlink to symlink, except cp_r root.aamine2004-08-082-16/+72
* * ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil.akr2004-08-061-0/+8
* * test/ruby/test_file.rb (test_fnmatch): added more tests.ocean2004-08-021-0/+104
* * eval.c (rb_call0): should call rb_call_super() directly formatz2004-07-282-6/+10
* * win32/win32.{h,c} (rb_w32_{f,fd,fs}open): workaround for bcc32'socean2004-07-251-3/+0
* * test/openssl/test_ssl.rb: add workaround for Cygwin.gotoyuzo2004-07-181-0/+4
* * test/openssl/ssl_server.rb, test/openssl/test_ssl.rb: workaround togotoyuzo2004-07-162-9/+2
* * ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type ofgotoyuzo2004-07-141-0/+2
* * util.c (ruby_strtod): should not convert string in the form ofocean2004-07-141-3/+20
* * lib/uri/generic.rb (URI::Generic#merge_path):akira2004-07-131-0/+27
* * test/soap/marshal/test_struct.rb: use qualified build-tin class namenahi2004-07-101-2/+2
* * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou2004-07-063-26/+198
* * lib/rss/{trackback,syndication,dublincore,content}.rb: workedkou2004-07-051-0/+12
* * lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr2004-07-051-0/+7
* * added files:nahi2004-07-0325-21/+1532
* * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add,gotoyuzo2004-06-303-0/+161
* * test/ruby/test_file.rb (test_fnmatch): some tests for File.fnmatchocean2004-06-301-0/+78
* add an assertion.akr2004-06-251-0/+1
* * sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.usa2004-06-221-0/+66
* * test/openssl/test_ssl.rb: use Process.kill to kill child processgotoyuzo2004-06-202-17/+24
* * eval.c (proc_set_safe_level, proc_invoke, rb_mod_define_method): notnobu2004-06-191-0/+31
* Add extend testcase for #first, #last, #shift, #unshift, #pop, #push methods.michal2004-06-161-0/+28
* * test/ruby/test_array.rb: use local variables instead of a globalnobu2004-06-161-49/+49
* * lib/uri/generic.rb (URI::Generic::merge,akira2004-06-091-0/+14
* * test/csv/test_csv.rb: illegal require module name (../lib/csv.rb).nahi2004-05-271-1/+1
* * add test for OpenSSL::SSL.gotoyuzo2004-05-262-0/+262
* * lib/csv.rb (CSV.read, CSV.readlines): added. works as IO.read andnahi2004-05-261-29/+49
* * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu2004-05-251-0/+5
* * test/openssl/test_x509name.rb: short names of some OIDs (serialNumbergotoyuzo2004-05-242-8/+25
* * test_x509crl.rb (test_basic): add test for CRL issuer.gotoyuzo2004-05-213-0/+145
* * lib/csv.rb: fixed a few bugs around multi char record/field separator.nahi2004-05-201-0/+153
* * rescue LoadError. [ruby-dev:23539]gotoyuzo2004-05-194-7/+35
* * test/ruby/envutil.rb (EnvUtil::rubybin): give priority tonobu2004-05-191-1/+3
* * test/inlinetest.rb (InlineTest::loadtest): requiring library withnobu2004-05-191-1/+2
* * lib/csv.rb: writes lines with "\n" when row separator is not given.nahi2004-05-181-310/+164
* * test for OpenSSL::X509gotoyuzo2004-05-175-0/+799
* * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr2004-05-162-3/+38
* * test/ruby/test_float.rb(test_strtod): Add test for signed 0.000...1ocean2004-05-151-0/+4
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-151-17/+23
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-151-2/+2
* * test/ruby/test_float.rb: Add test for util.c revision 1.42.ocean2004-05-141-0/+2
* * test/ruby/test_float.rb: added test_strtod to test Float("0").nahi2004-05-091-0/+12
* * lib/fileutils.rb (fu_list): Array() breaks pathes including "\n". [ruby-cor...aamine2004-05-071-0/+18
* add freeze test for dbm and gdbm.akr2004-05-072-0/+38
* * test/fileutils/test_fileutils.rb (rm_f, rm_r): test :force flag.aamine2004-05-021-0/+19
* check hash tuple sizeseki2004-04-211-19/+26
* add a gdbm test for [ruby-dev:23381]akr2004-04-151-0/+33