summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2004-10-31* lib/rss/maker/*.rb: added RSS Maker.kou
2004-10-30* eval.c (rb_eval): NODE_XSTR should pass copy of literal string.matz
2004-10-29add a test for a problem of [ruby-talk:116455]akr
2004-10-29add test for [ruby-dev:24643].akr
2004-10-16* lib/rss/: untabified.kou
2004-10-16* lib/rss: supported prety print.kou
2004-10-15* ext/openssl/ossl_x509store.cgotoyuzo
2004-10-09* test/ripper/test_scanner_events.rb: test location information.aamine
2004-10-09add test for [ruby-dev:24460]akr
2004-10-03test String#sum for bits=0..7.akr
2004-10-03add test for String#sum.akr
2004-09-23* ext/ripper/Makefile.dev: removed.aamine
2004-09-20* test/ripper/test_scanner_events.rb: tokens must be reordered.aamine
2004-09-20* test/ripper/test_scanner_events.rb: test #lineno and #column.aamine
2004-09-20* parse.y [ripper]: adjust lineno and columns for multi-line strings.aamine
2004-09-20* parse.y [ripper]: unify old_lex_p and token_head.aamine
2004-09-19* test/ripper/test_scanner_events.rb: test spaces before heredoc mark.aamine
2004-09-17* array.c (rb_ary_delete): element comparison might change arraymatz
2004-09-13* ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optionalgotoyuzo
2004-09-12* ext/ripper: ripper extention added.aamine
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