| Commit message (Expand) | Author | Age | Files | Lines |
* | check remote hash tuple | seki | 2005-10-16 | 1 | -0/+8 |
* | * test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers): | nobu | 2005-10-10 | 3 | -58/+25 |
* | * lib/scanf.rb (Scanf::FormatSpecifier#letter, #width): use matched | nobu | 2005-10-08 | 3 | -66/+3 |
* | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz | 2005-10-05 | 2 | -10/+2 |
* | * test/rss/test_content.rb, test/rss/test_syndication.rb: use fcall | nobu | 2005-09-24 | 2 | -8/+8 |
* | * test/net/http/test_http.rb (teardown): ensure that Net::HTTP is version 1.2... | aamine | 2005-09-24 | 1 | -0/+5 |
* | * test/net/http/test_http.rb: new file. | aamine | 2005-09-24 | 1 | -0/+377 |
* | * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun. [r... | aamine | 2005-09-23 | 3 | -7/+69 |
* | sync scanner event name. | aamine | 2005-09-22 | 1 | -3/+3 |
* | remove unexpected debug print | aamine | 2005-09-22 | 1 | -1/+0 |
* | * test/ruby/test_file.rb: check File#chown(nil,nil). [ruby-dev:27140] | aamine | 2005-09-22 | 1 | -0/+15 |
* | * ext/ripper: refactoring code generation tools. [ruby-dev:27247] [ruby-dev:2... | aamine | 2005-09-22 | 3 | -7/+34 |
* | * test/readline/test_readline.rb (TestReadline::replace_stdio): | shugo | 2005-09-22 | 1 | -14/+18 |
* | * test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath on | ocean | 2005-09-20 | 1 | -0/+3 |
* | * test/xmlrpc/test_webrick_server.rb (setup_http_server): | ocean | 2005-09-19 | 1 | -5/+11 |
* | * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: | gotoyuzo | 2005-09-18 | 1 | -0/+11 |
* | * lib/fileutils.rb: use module_function instead of single extend. | aamine | 2005-09-18 | 1 | -0/+175 |
* | * lib/yaml/rubytypes.rb: remove comments that are bungling up | why | 2005-09-17 | 1 | -22/+13 |
* | * test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typo | matz | 2005-09-17 | 1 | -2/+2 |
* | * test/ruby/test_readpartial.rb (test_open_pipe, test_with_stdio): | ocean | 2005-09-17 | 1 | -2/+0 |
* | * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixed | kou | 2005-09-16 | 1 | -0/+54 |
* | * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style | matz | 2005-09-16 | 1 | -2/+3 |
* | * test/logger/test_logger.rb: unintentionally overwritten changes by | nahi | 2005-09-15 | 1 | -0/+2 |
* | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5. | nahi | 2005-09-15 | 35 | -14/+2971 |
* | * test/ruby/test_signal.rb (test_exit_action): skip the test using | usa | 2005-09-15 | 1 | -0/+10 |
* | * lib/logger.rb (Logger): added formatter accessor to logger for | nahi | 2005-09-13 | 1 | -3/+31 |
* | * test/socket/test_socket.rb (test_listen): missed to modify. | nobu | 2005-09-13 | 2 | -2/+2 |
* | * lib/ostruct.rb (new_ostruct_member): Object#send no longer call | nobu | 2005-09-12 | 4 | -5/+5 |
* | * test/socket/test_{udp,socket}.rb: revert unintentional commit. | matz | 2005-09-12 | 2 | -2/+2 |
* | * test/testunit/test_assertions.rb: revert unintentional commit. | matz | 2005-09-12 | 1 | -0/+1 |
* | * eval.c (proc_save_safe_level): no need to restrict safe level | matz | 2005-09-12 | 3 | -7/+6 |
* | * test/dbm/test_dbm.rb: remove locking test, which may not be | matz | 2005-09-12 | 1 | -77/+0 |
* | * test/openssl/test_pkcs7.rb (test_enveloped): skip this test | gotoyuzo | 2005-09-12 | 1 | -0/+6 |
* | Added .document file for lib/uri. | ryan | 2005-09-07 | 1 | -1/+21 |
* | * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. | gotoyuzo | 2005-09-07 | 1 | -0/+148 |
* | fix. | akr | 2005-09-06 | 1 | -1/+0 |
* | add a test to parse files by ripper. | akr | 2005-09-06 | 1 | -0/+20 |
* | * test/logger/test_logger.rb (test_shifting_size): should close log | usa | 2005-08-24 | 1 | -0/+2 |
* | * add test for SHA224, SHA256, SHA384 and SHA512. | gotoyuzo | 2005-08-22 | 1 | -0/+9 |
* | * 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 |