aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz2004-10-301-1/+1
* add a test for a problem of [ruby-talk:116455]akr2004-10-291-1/+5
* add test for [ruby-dev:24643].akr2004-10-291-0/+7
* * lib/rss/: untabified.kou2004-10-1610-1223/+1223
* * lib/rss: supported prety print.kou2004-10-161-1/+12
* * ext/openssl/ossl_x509store.cgotoyuzo2004-10-151-0/+32
* * test/ripper/test_scanner_events.rb: test location information.aamine2004-10-091-14/+40
* add test for [ruby-dev:24460]akr2004-10-091-0/+11
* test String#sum for bits=0..7.akr2004-10-031-1/+1
* add test for String#sum.akr2004-10-031-0/+19
* * ext/ripper/Makefile.dev: removed.aamine2004-09-233-449/+413
* * test/ripper/test_scanner_events.rb: tokens must be reordered.aamine2004-09-201-3/+4
* * test/ripper/test_scanner_events.rb: test #lineno and #column.aamine2004-09-201-19/+59
* * parse.y [ripper]: adjust lineno and columns for multi-line strings.aamine2004-09-201-6/+8
* * parse.y [ripper]: unify old_lex_p and token_head.aamine2004-09-201-4/+7
* * test/ripper/test_scanner_events.rb: test spaces before heredoc mark.aamine2004-09-191-30/+22
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-171-1/+1
* * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optionalgotoyuzo2004-09-131-0/+99
* * ext/ripper: ripper extention added.aamine2004-09-123-0/+1759
* * lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...aamine2004-09-101-0/+8
* * ext/stringio/stringio.c (strio_write): zero fill a gap if exsts.nobu2004-09-081-1/+1
* don't modify $/akr2004-09-071-12/+6
* test_ungetc_paragraph: restore $/.akr2004-09-071-7/+12
* add test for [ruby-dev:24060], [ruby-dev:24065], [ruby-dev:24103],akr2004-09-075-4/+110
* 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