Age | Commit message (Expand) | Author |
2006-02-11 | * eval.c (eval): no need to push ruby_class. [ruby-dev:28176] | matz |
2006-02-02 | * eval.c (eval): need not to protect $SAFE value. | matz |
2006-01-16 | * ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item): | ocean |
2006-01-10 | * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded in | ocean |
2006-01-10 | * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quoted | ocean |
2006-01-01 | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) |
2005-12-29 | * test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead of | akr |
2005-12-24 | * stable version 1.8.4 released. | matz |
2005-12-19 | * parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047] | nobu |
2005-12-14 | * test/gdbm/test_gdbm.rb: specify pid for the argument of | eban |
2005-12-12 | * test/openssl/test_ssl.rb (test_parallel): call GC.start to close | gotoyuzo |
2005-12-11 | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) |
2005-11-22 | * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid. | gotoyuzo |
2005-11-22 | * file.c (rb_file_s_basename): skip slashes just after UNC top slashes. | usa |
2005-11-20 | * test/ruby/test_array.rb (test_misc): added some tests | ocean |
2005-11-18 | * file.c (rb_file_s_dirname): should use skipprefix for UNC path. | usa |
2005-11-18 | * file.c (file_s_dirname): added checks for some patterns with drive | usa |
2005-11-15 | * array.c (rb_ary_fill): tail elements were vanished when the middle | ocean |
2005-11-02 | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) |
2005-10-31 | * test/gdbm/test_gdbm.rb, test/sdbm/test_sdbm.rb (test_s_open_error): | usa |
2005-10-30 | * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data must | gotoyuzo |
2005-10-30 | * lib/webrick/httpservlet/cgihandler.rb | gotoyuzo |
2005-10-30 | * test/ruby/test_float.rb (test_precision): test by assert_in_delta. | ocean |
2005-10-16 | check remote hash tuple | seki |
2005-10-10 | * test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers): | nobu |
2005-09-23 | * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (ba... | aamine |
2005-09-23 | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) |
2005-09-22 | * test/readline/test_readline.rb (TestReadline::replace_stdio): | shugo |
2005-09-20 | * test/wsdl/simpletype/rpc/test_rpc.rb, test/wsdl/ref/test_ref.rb, | nahi |
2005-09-20 | * test/webrick/test_cgi.rb: set ENV["PATH"] to CGIEnvPath on | ocean |
2005-09-20 | * test/dbm/test_dbm.rb (TestDBM::test_s_open_error): remove | matz |
2005-09-20 | * test/readline/test_readline.rb (TestReadline::replace_stdio): | matz |
2005-09-19 | * test/xmlrpc/test_webrick_server.rb (setup_http_server): | ocean |
2005-09-19 | * lib/fileutils.rb (cp_r): default is :dereference_root=>true for backward co... | aamine |
2005-09-19 | * test/fileutils/test_fileutils.rb: backported from trunk (1.36). (again) [ru... | aamine |
2005-09-18 | * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c: | gotoyuzo |
2005-09-17 | * lib/yaml/rubytypes.rb: remove comments that are bungling up | why |
2005-09-16 | * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixed | kou |
2005-09-15 | * test/logger/test_logger.rb: unintentionally overwritten changes by | nahi |
2005-09-15 | * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5. | nahi |
2005-09-15 | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) |
2005-09-15 | * test/ruby/test_signal.rb (test_exit_action): skip the test using | usa |
2005-09-13 | * lib/logger.rb (Logger): added formatter accessor to logger for | nahi |
2005-09-12 | * test/openssl/test_pkcs7.rb (test_enveloped): skip this test | gotoyuzo |
2005-09-12 | * test/dbm/test_dbm.rb: remove locking test, which may not be | matz |
2005-09-10 | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) |
2005-09-10 | * ext/openssl/lib/digest.rb: added SHA224, SHA256, SHA384 and SHA512. | gotoyuzo |
2005-09-10 | * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_error | gotoyuzo |
2005-08-31 | * test/gdbm/test_gdbm.rb (teardown): should remove GDBM temporary | usa |
2005-08-24 | * test/logger/test_logger.rb (test_shifting_size): should close log | usa |