summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-15 04:19:48 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-15 04:19:48 +0000
commitdf92d9c796abfe05ccb4f077754bf9f138cddd49 (patch)
tree832e4c2f1b7c2c70b431ed18bc1eb9a1742c172d /ChangeLog
parentde860552ebd973fe15d2b26acc13072f84688dca (diff)
downloadruby-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45b5460f2..1df7f4154 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
OSZAR »