Age | Commit message (Expand) | Author |
2005-07-14 | * test/ruby/test_env.rb (setup, teardown): do not depend on the behavior sett... | nobu |
2005-07-08 | * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5. | kou |
2005-07-06 | * win32/win32.c (open_ifs_socket): new function. | usa |
2005-07-04 | * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some tests | usa |
2005-07-03 | * test/wsdl/document/test_rpc.rb: compare formatted time string of | nahi |
2005-07-03 | avoid some race condition | akr |
2005-07-02 | * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 and | akr |
2005-06-30 | add a test for [ruby-dev:26383]. | akr |
2005-06-20 | * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed? | usa |
2005-06-17 | * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream. | shugo |
2005-06-08 | * array.c (rb_ary_nitems): add the block feature to Array#nitems. | matz |
2005-06-07 | skip test if openssl is not available. | akr |
2005-06-05 | kill a process spawned by test_exit_action. | akr |
2005-06-04 | * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb. | akr |
2005-06-04 | add a test for file descriptor passing. | akr |
2005-06-03 | fix another IPv6 issue. | akr |
2005-06-03 | avoid IPv6 issue. | akr |
2005-06-03 | add ML number. | akr |
2005-06-03 | set verify_mode to avoid a warning. | akr |
2005-06-03 | * test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb with | akr |
2005-06-03 | add a test. | akr |
2005-06-03 | add a test for [ruby-dev:26128]. | akr |
2005-06-01 | * struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247] | aamine |
2005-05-28 | * test/openssl/test_x509store.rb: add test for expired CRL | gotoyuzo |
2005-05-27 | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): | gotoyuzo |
2005-05-26 | * lib/fileutils.rb (remove_entry_secure): add documentation. | aamine |
2005-05-25 | * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226] | aamine |
2005-05-24 | * test/readline/test_readline.rb: do not test libedit. | shugo |
2005-05-23 | * test/soap/calc: method name 'set' was able to crash with a class Set. | nahi |
2005-05-22 | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4. | nahi |
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-12 | add tests for reading an extended file | akr |
2005-04-29 | * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#logger | gotoyuzo |
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-11 | adhoc patch for [druby-ja:123] | seki |
2005-04-07 | * eval.c (rb_call0): "return" event hook should be always executed | shugo |
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 Dublin | kou |
2005-04-06 | * test/ruby/test_env.rb (test_key): should test ENV.key instead of | ocean |
2005-04-05 | * lib/rss/dublincore.rb: supported multiple DublinCore items. | kou |
2005-03-29 | use 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 for | shugo |
2005-03-16 | * test/ruby/test_settracefunc.rb: added test for c-return. | shugo |
2005-03-13 | remove test_gc | seki |
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 |