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