ruby--ruby/ext/openssl
matz 018837b84f * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.
[ruby-talk:117841]

* ruby.h (FL_ABLE): nodes are not subject for flag operations.

* io.c (ARGF_FORWARD): should have specified argv explicitly,
  since we no longer have frame->argv saved.  [ruby-dev:24602]

* string.c (RESIZE_CAPA): check string attribute before modifying
  capacity member of string structure.  [ruby-dev:24594]

* ext/zlib/zlib.c (gzreader_gets): use memchr() to to gain
  performance.  [ruby-talk:117701]

* sprintf.c (rb_f_sprintf): raise ArgumentError for extra
  arguments, unless (digit)$ style used.

* io.c (rb_io_fptr_finalize): leave stdin/stdout/stderr open in
  interpreter termination.  [ruby-dev:24579]

* eval.c (frame_free): Guy Decoux solved the leak problem.
  Thanks.  [ruby-core:03549]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-10-27 09:29:26 +00:00
..
lib * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optional 2004-09-13 12:35:25 +00:00
.cvsignore * ext/io/wait/.cvsignore: added. 2003-09-04 10:39:29 +00:00
MANIFEST MANIFEST update. 2004-03-23 05:49:10 +00:00
extconf.rb * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, 2004-06-30 10:48:43 +00:00
openssl_missing.c * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, 2004-06-30 10:48:43 +00:00
openssl_missing.h * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, 2004-06-30 10:48:43 +00:00
ossl.c * exception message clean-up by Ian Macdonald <ian@caliban.org>. 2004-03-29 07:54:38 +00:00
ossl.h * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12. 2003-12-11 12:29:08 +00:00
ossl_asn1.c * ext/openssl/ossl_asn1.c (ossl_asn1cons_to_der): fix type of 2004-07-14 09:09:36 +00:00
ossl_asn1.h * ext/openssl/ossl_asn1.h: global symbols should be declared 2003-10-04 18:45:53 +00:00
ossl_bio.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_bio.h * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_bn.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_bn.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_cipher.c * ext/openssl/ossl_cipher.c (ossl_cipher_set_padding): last modify is 2004-07-01 04:50:33 +00:00
ossl_cipher.h * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse. 2003-09-05 09:08:40 +00:00
ossl_config.c * exception message clean-up by Ian Macdonald <ian@caliban.org>. 2004-03-29 07:54:38 +00:00
ossl_config.h * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h. 2003-09-08 10:31:38 +00:00
ossl_digest.c * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, 2004-06-30 10:48:43 +00:00
ossl_digest.h * ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse. 2003-09-05 09:08:40 +00:00
ossl_engine.c * lib/ext/openssl/extconf.rb: add check for some engine functions 2003-10-05 13:58:02 +00:00
ossl_engine.h * ext/openssl/ossl_engine.c: add a new module OpenSSL::Engine. 2003-10-02 08:47:11 +00:00
ossl_hmac.c * ext/openssl/extconf.rb: check for EVP_CIPHER_CTX_copy, ENGINE_add, 2004-06-30 10:48:43 +00:00
ossl_hmac.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_ns_spki.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_ns_spki.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_ocsp.c * ext/openssl/ossl_ocsp.c (ossl_ocspreq_initialize): the argument 2003-09-20 19:18:22 +00:00
ossl_ocsp.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_pkcs7.c * exception message clean-up by Ian Macdonald <ian@caliban.org>. 2004-03-29 07:54:38 +00:00
ossl_pkcs7.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_pkcs12.c * ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argument 2003-12-15 00:30:12 +00:00
ossl_pkcs12.h * ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12. 2003-12-11 12:29:08 +00:00
ossl_pkey.c * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returns 2004-01-08 12:24:22 +00:00
ossl_pkey.h OpenSSL update 2003-09-12 13:46:48 +00:00
ossl_pkey_dh.c * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should create 2004-06-21 16:36:19 +00:00
ossl_pkey_dsa.c * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should create 2004-06-21 16:36:19 +00:00
ossl_pkey_rsa.c * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should create 2004-06-21 16:36:19 +00:00
ossl_rand.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_rand.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_ssl.c * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers. 2004-10-27 09:29:26 +00:00
ossl_ssl.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_version.h * ext/openssl: imported. 2003-07-23 16:12:24 +00:00
ossl_x509.c * ext/openssl/ossl.h: include openssl/conf.h and openssl/conf_api.h. 2003-09-08 10:31:38 +00:00
ossl_x509.h * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method 2003-11-01 09:24:55 +00:00
ossl_x509attr.c * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2i 2004-08-23 23:59:44 +00:00
ossl_x509cert.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_x509crl.c * ext/openssl: all files are reviewed to simplify and avoid memory leak. 2003-09-17 09:05:02 +00:00
ossl_x509ext.c * ext/openssl/ossl_x509attr.c (ossl_x509attr_initialize): d2i 2004-08-23 23:59:44 +00:00
ossl_x509name.c * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optional 2004-09-13 12:35:25 +00:00
ossl_x509req.c * ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function for 2003-11-13 07:48:20 +00:00
ossl_x509revoked.c * ext/openssl/ruby_missing.c: rid of unnecessary backward 2003-09-06 08:56:09 +00:00
ossl_x509store.c * ext/openssl/ossl_x509store.c 2004-10-15 09:16:19 +00:00
ruby_missing.h * ext/openssl/ruby_missing.c: rid of unnecessary backward 2003-09-06 08:56:57 +00:00