| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decode | gotoyuzo | 2005-08-22 | 2 | -0/+81 |
* | * lib/logger.rb (write, shift_log?, shift_log): file shifting race | nahi | 2005-08-20 | 1 | -18/+80 |
* | * test/ruby/test_iterator.rb (test_block_passing): more tests. | nobu | 2005-08-17 | 1 | -0/+6 |
* | dbm/test_dbm.rb: specify pid for Process.wait. | akr | 2005-08-12 | 3 | -18/+66 |
* | * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes): | kou | 2005-08-11 | 1 | -0/+50 |
* | * test/ruby/test_iterator.rb (test_block_passing): yield in method | nobu | 2005-08-10 | 1 | -0/+8 |
* | * parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamic | nobu | 2005-08-08 | 1 | -0/+53 |
* | * test/ruby/test_fnmatch.rb: separated from test_file.rb. | ocean | 2005-08-08 | 2 | -191/+105 |
* | * test/ruby/test_method.rb: added. [ruby-dev:26761] | nahi | 2005-08-08 | 1 | -0/+42 |
* | * test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743] | nahi | 2005-08-07 | 1 | -0/+29 |
* | add exclude_end? method to DuckRange. | akr | 2005-08-05 | 1 | -1/+6 |
* | add a test for duck-type range. | akr | 2005-08-04 | 1 | -0/+12 |
* | use private_methods and protected_methods instead of respond_to? to check | seki | 2005-07-31 | 2 | -3/+34 |
* | * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTP | kou | 2005-07-22 | 1 | -1/+25 |
* | * test/ruby/test_env.rb (setup, teardown): do not depend on the behavior sett... | nobu | 2005-07-14 | 1 | -4/+4 |
* | * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5. | kou | 2005-07-08 | 2 | -25/+13 |
* | * win32/win32.c (open_ifs_socket): new function. | usa | 2005-07-06 | 1 | -7/+7 |
* | * test/{dbm,gdbm,sdbm}/test_{dbm,gdbm,sdbm}.rb: skip some tests | usa | 2005-07-04 | 3 | -0/+32 |
* | * test/wsdl/document/test_rpc.rb: compare formatted time string of | nahi | 2005-07-03 | 1 | -2/+5 |
* | avoid some race condition | akr | 2005-07-03 | 1 | -1/+6 |
* | * ext/socket/socket.c (unix_send_io, unix_recv_io): support x86-64 and | akr | 2005-07-02 | 1 | -12/+14 |
* | add a test for [ruby-dev:26383]. | akr | 2005-06-30 | 1 | -0/+6 |
* | * ext/dbm/dbm.c (fdbm_closed): new method DBM#closed? | usa | 2005-06-20 | 3 | -3/+9 |
* | * ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream. | shugo | 2005-06-17 | 1 | -0/+2 |
* | * array.c (rb_ary_nitems): add the block feature to Array#nitems. | matz | 2005-06-08 | 2 | -2/+2 |
* | skip test if openssl is not available. | akr | 2005-06-07 | 1 | -2/+5 |
* | kill a process spawned by test_exit_action. | akr | 2005-06-05 | 1 | -3/+8 |
* | * test/dbm/test_dbm.rb: merged from ext/dbm/testdbm.rb. | akr | 2005-06-04 | 2 | -4/+1186 |
* | add a test for file descriptor passing. | akr | 2005-06-04 | 1 | -0/+28 |
* | fix another IPv6 issue. | akr | 2005-06-03 | 1 | -1/+1 |
* | avoid IPv6 issue. | akr | 2005-06-03 | 1 | -3/+3 |
* | add ML number. | akr | 2005-06-03 | 1 | -2/+2 |
* | set verify_mode to avoid a warning. | akr | 2005-06-03 | 1 | -0/+1 |
* | * test/sdbm/test_sdbm.rb: renamed from ext/sdbm/testsdbm.rb with | akr | 2005-06-03 | 1 | -0/+515 |
* | add a test. | akr | 2005-06-03 | 1 | -0/+26 |
* | add a test for [ruby-dev:26128]. | akr | 2005-06-03 | 1 | -0/+23 |
* | * struct.c: accessing >10 member caused segmentation fault. [ruby-dev:26247] | aamine | 2005-06-01 | 1 | -0/+12 |
* | * test/openssl/test_x509store.rb: add test for expired CRL | gotoyuzo | 2005-05-28 | 1 | -7/+28 |
* | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): | gotoyuzo | 2005-05-27 | 2 | -0/+11 |
* | * lib/fileutils.rb (remove_entry_secure): add documentation. | aamine | 2005-05-26 | 1 | -8/+41 |
* | * lib/fileutils.rb (rm_r): use lchown(2), not chown(2). [ruby-dev:26226] | aamine | 2005-05-25 | 1 | -26/+35 |
* | * test/readline/test_readline.rb: do not test libedit. | shugo | 2005-05-24 | 1 | -1/+1 |
* | * test/soap/calc: method name 'set' was able to crash with a class Set. | nahi | 2005-05-23 | 4 | -16/+31 |
* | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4. | nahi | 2005-05-22 | 45 | -168/+2252 |
* | * ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858] | shugo | 2005-05-19 | 1 | -9/+16 |
* | * test/ruby/test_array.rb: add test for find_all. (based on Daniel Berger's p... | ocean | 2005-05-13 | 1 | -0/+10 |
* | add tests for reading an extended file | akr | 2005-05-12 | 1 | -0/+45 |
* | * lib/webrick/cgi.rb: new methods WEBrick::CGI#[], WEBrick::CGI#logger | gotoyuzo | 2005-04-29 | 2 | -1/+7 |
* | * lib/net/http.rb: new method Net::HTTP.post_form. | aamine | 2005-04-20 | 1 | -0/+22 |
* | * lib/fileutils.rb (remove_file): ignore exceptions caused by chmod. | aamine | 2005-04-14 | 1 | -11/+28 |