From 498c4c2442ca64e5760787fd796bf9b67cb9c756 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 27 Jul 2005 14:30:09 +0000 Subject: * gc.c (obj_free): make message formant consistent with one from gc_mark(). [ruby-talk:149668] * sprintf.c (quad_t): prepare quad_t as well. [ruby-talk:149668] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d245b21e7..2b18fb0d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jul 27 23:23:54 2005 Yukihiro Matsumoto + + * gc.c (obj_free): make message formant consistent with one from + gc_mark(). [ruby-talk:149668] + + * sprintf.c (quad_t): prepare quad_t as well. [ruby-talk:149668] + Wed Jul 27 22:11:37 2005 Kouhei Sutou * sample/rss/tdiary_plugin: removed. because the plugin -- cgit