summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2004-12-05* ext/openssl/ossl_pkey_rsa.c (ossl_rsa_public_encrypt,gotoyuzo
2004-12-05* lib/optparse.rb (OptionParser::Completion#complete): new parameternobu
2004-12-04* lib/fileutils.rb: (In previous commit) new method chown.aamine
2004-12-04* lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]aamine
2004-12-02* test/xmlrpc/test_parser.rb, test/xmlrpc/data/*.expected: Expectedmneumann
2004-12-02* test/readline/test_readline.rb: fix for NetBSD.shugo
2004-11-29* ext/stringio/stringio.c (strio_write): insufficiently filled stringnobu
2004-11-29* test/io/nonblock/test_flush.rb: abandon tests when io/nonblock isnobu
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-29* test/io/nonblock/test_flush.rb: test transferred data.nobu
2004-11-29* io.c (fptr_finalize): must not use FILE after fclose().nobu
2004-11-28* lib/rss/rss.rb (RSS::NotSetError): added.kou
2004-11-28* regparse.c, test/ruby/test_regexp.rb: fixed problem with UTF-8 characters t...ksaito
2004-11-28* regexec.c, test/ruby/test_regexp.rb: fixed segmentation falut ([ruby-dev:24...ksaito
2004-11-27* lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou
2004-11-27* lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,kou
2004-11-20* test/ruby/test_io.rb (test_gets_rs): add more tests.aamine
2004-11-20* test/runner.rb (CROSS_COMPILING): need to require rbconfig.rb beforeeban
2004-11-19* test/xmlrpc/test_webrick_server.rb : move `requrie "webrick/https"'eban
2004-11-19* lib/rss/maker/0.9.rb (RSS::Maker::RSS09::Image#have_required_values):kou
2004-11-19* lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou
2004-11-19* lib/test/unit/collector/dir.rb: add support for directory nameeban
2004-11-19* ext/readline/readline.c (readline_s_set_completion_append_character):shugo
2004-11-18* string.c (str_gsub): internal buffer should not be listed bymatz
2004-11-18* hash.c (rb_f_getenv): prohibit for $SAFE=4. [ruby-dev:24908]matz
2004-11-18* parse.y (f_rest_arg): store rest args into invisible local variabenobu
2004-11-18* ext/readline/readline.c: check $SAFE.shugo
2004-11-17Wed Nov 17 23:47:30 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi
2004-11-17* lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con...mneumann
2004-11-17* test/openssl/ssl_server.rb: try to listen ports from 20443 to 20542gotoyuzo
2004-11-16added new test case (which spawn off a webrick XML-RPC server)mneumann
2004-11-16* fixed test cases so that they can be run from any directorymneumann
2004-11-16* applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsingmneumann
2004-11-15* imported and refactored original test casesmneumann
2004-11-13Sun Nov 14 08:46:33 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>nahi
2004-11-11* test/ruby/test_file.rb (test_truncate_wbuf): we want to testusa
2004-11-08add DRb::ExtServManager#uri=.seki
2004-11-03* test/rss/*.rb: removed tab width configuration headers.kou
2004-11-01* lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou
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