summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2005-05-19* ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo
2005-05-13* test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p...ocean
2005-05-12add tests for reading an extended fileakr
2005-04-29* lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#loggergotoyuzo
2005-04-20* lib/net/http.rb: new method Net::HTTP.post_form.aamine
2005-04-14* lib/fileutils.rb (remove_file): ignore exceptions caused by chmod.aamine
2005-04-13* lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.kou
2005-04-11adhoc patch for [druby-ja:123]seki
2005-04-07* eval.c (rb_call0): "return" event hook should be always executedshugo
2005-04-07* test/rss/test_maker_dc.rb (test_date): added a test for #date=kou
2005-04-07* lib/rss/maker/dublincore.rb: _really_ supported multiple Dublinkou
2005-04-06* test/ruby/test_env.rb (test_key): should test ENV.key instead ofocean
2005-04-05* lib/rss/dublincore.rb: supported multiple DublinCore items.kou
2005-03-29use new_with instead of reinit [ruby-dev:25961]seki
2005-03-23* parse.y (primary): fix lineno of rescue and ensure.shugo
2005-03-22* test/ruby/test_settracefunc.rb (test_event): added tests forshugo
2005-03-16* test/ruby/test_settracefunc.rb: added test for c-return.shugo
2005-03-13remove test_gcseki
2005-03-09* ext/openssl/ossl_ssl.c: OpenSSL::SSL::SSLContexts suports callbacks:gotoyuzo
2005-03-07* object.c (inspect_obj): unintended space removal.matz
2005-03-06duplicate tests removed.akr
2005-03-05* ext/openssl/ossl_ssl.c (ossl_start_ssl): should wait for thatgotoyuzo
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2005-02-28improved keeper threadseki
2005-02-23* lib/uri/generic.rb (split_userinfo): should split ":pass" into ""akira
2005-02-19(DRbObject#respond_to?) take two arguments. [ruby-dev:25722]seki
2005-02-17* lib/drb/drb.rb (DRbServer.default_safe_level): fix typo.ocean
2005-02-17 * lib/test/unit/collector.rb (collect_file): now deletes paths addedntalbott
2005-02-16update unittest, port from v1.8seki
2005-02-16* test/openssl/ssl_server.rb: get rid of race condition.nobu
2005-02-14* ext/openssl/lib/openssl/ssl.rbgotoyuzo
2005-02-13add safe_leve, default_safe_level ([druby-ja:120])seki
2005-02-13* lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): addedkou
2005-02-07add test_rand_0x100000000.akr
2005-02-04* test/ripper/test_scanner_events.rb: fix test.aamine
2005-02-03* lib/rss: supported Image module.kou
2005-01-26* test/fileutils/test_fileutils.rb (setup): support BSD style directory group...aamine
2005-01-26* test/fileutils/test_fileutils.rb: remove junk print statement.aamine
2005-01-26* test/fileutils/test_fileutils.rb (setup): support BSD style directory group...aamine
2005-01-21* lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8.shugo
2005-01-15* lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.kou
2005-01-10* test/webrick/utils.rb: resuce LoadError.gotoyuzo
2005-01-10* lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): shouldgotoyuzo
2005-01-08* test/webrick/test_server.rb (test_daemon): delete an assertiongotoyuzo
2005-01-08* test/fileutils/test_fileutils.rb (test_copy_entry): copy_entry copies only ...aamine
2005-01-08update readpartial document.akr
2005-01-07* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo
2005-01-05use MockClock.sleep instead of Kernel.sleep [ruby-dev:25387]seki
2005-01-04* random.c (init_by_array): imported from mt19937ar-cok.tgz.akr
2005-01-04use DRbService.ext_service. reduce sleepseki