diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-15 04:19:48 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-15 04:19:48 +0000 |
commit | df92d9c796abfe05ccb4f077754bf9f138cddd49 (patch) | |
tree | 832e4c2f1b7c2c70b431ed18bc1eb9a1742c172d /ChangeLog | |
parent | de860552ebd973fe15d2b26acc13072f84688dca (diff) | |
download | ruby-df92d9c796abfe05ccb4f077754bf9f138cddd49.tar.gz ruby-df92d9c796abfe05ccb4f077754bf9f138cddd49.tar.xz ruby-df92d9c796abfe05ccb4f077754bf9f138cddd49.zip |
* ext/digest/digest.c (rb_digest_base_alloc): need to initialize
buffer. [ruby-dev:21622]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Oct 15 13:17:02 2003 NAKAMURA Usaku <[email protected]> + + * ext/digest/digest.c (rb_digest_base_alloc): need to initialize + buffer. [ruby-dev:21622] + Wed Oct 15 11:23:05 2003 Yukihiro Matsumoto <[email protected]> * marshal.c (w_object): dump extended modules as well. |