aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* change pattern matching [druby-ja:98]seki2004-04-131-1/+2
* * test/soap/calc/test_calc_cgi.rb: not parent, parent directory of it.nobu2004-04-081-1/+1
* * test/drb/drbtest.rb, test/soap/calc/test_calc_cgi.rb: restore $:nobu2004-04-082-4/+14
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-084-11/+8
* add an assertion for [0x100000000].pack("U").akr2004-04-071-0/+1
* add test for [ruby-dev:23344].akr2004-04-071-1/+6
* * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou2004-04-071-0/+31
* fix hash tuple bugseki2004-04-061-8/+36
* check zlib existence.akr2004-04-061-4/+9
* update test_new_nil.akr2004-04-051-7/+1
* * test/zlib/test_zlib.rb: new file.akr2004-04-051-0/+16
* add test_symmetry_bignum.akr2004-04-011-0/+6
* add test_pack_U.akr2004-04-011-0/+11
* add 2 assertions.akr2004-03-311-0/+2
* add a test. [ruby-dev:22619]akr2004-03-311-4/+14
* more tests for Time.utc.akr2004-03-311-5/+29
* add test for minimum 32bit signed time_t for Time.utc.akr2004-03-301-1/+2
* * time.c (search_time_t): limit guess range by mktime if it isakr2004-03-301-0/+10