diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-08 04:42:46 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-08 04:42:46 +0000 |
| commit | 4ad9d4f0ef3c477f44853c4554d4bb52d8ce33b2 (patch) | |
| tree | 9cc2dd73b586e08de50d1313866b65a025fa2e0c /ChangeLog | |
| parent | 17bf7194228855b3c078bafc015b3f5caffda5bd (diff) | |
| download | ruby-4ad9d4f0ef3c477f44853c4554d4bb52d8ce33b2.tar.gz ruby-4ad9d4f0ef3c477f44853c4554d4bb52d8ce33b2.tar.xz ruby-4ad9d4f0ef3c477f44853c4554d4bb52d8ce33b2.zip | |
* missing/strchr.c (strrchr): fixed a bug for detecting NUL in a
string. [ruby-dev:26985]
* string.c (rb_str_times): should taint empty strings as well.
* object.c (Init_Object): make class_variable_{get,set} public.
[ruby-dev:26965]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -1,9 +1,15 @@ +Thu Sep 8 13:14:57 2005 Tadashi Saito <shiba@mail2.accsnet.ne.jp> + + * missing/strchr.c (strrchr): fixed a bug in detecting NUL in a + string. [ruby-dev:26985] + Wed Sep 7 17:29:27 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/ossl_engine.c (ossl_engine_s_by_id): - OpenSSL::Engine.by_id calls given block before calling ENGINE_init - (block parameter is the return value of this method itself). - this functionality is useful to load dynamic shared engines. + OpenSSL::Engine.by_id calls given block before calling + ENGINE_init (block parameter is the return value of this method + itself). this functionality is useful to load dynamic shared + engines. require "openssl" pkcs11 = OpenSSL::Engine.by_id("dynamic"){|e| @@ -73,6 +79,13 @@ Wed Sep 7 08:35:04 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/etc/etc.c (setup_passwd), ext/etc/extconf.rb: pw_age might be char*. fixed: [ruby-core:05470] +Wed Sep 7 08:32:07 2005 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_times): should taint empty strings as well. + + * object.c (Init_Object): make class_variable_{get,set} public. + [ruby-dev:26965] + Mon Sep 5 22:28:46 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might be |
