From eda54e6d4751d78f1343884932f10811df404a45 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 4 Aug 2006 11:46:44 +0000 Subject: * sprintf.c (rb_str_format): a bug in %c type check. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ab7cc04fe..c56458ef2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,10 @@ Fri Aug 4 13:56:51 2006 Nobuyoshi Nakada * pack.c (pack_pack): check argument overrun for 'P'. based on a patch by rucila . fixed: [ruby-dev:29182] +Fri Aug 4 02:42:29 2006 Yukihiro Matsumoto + + * sprintf.c (rb_str_format): a bug in %c type check. + Fri Aug 4 01:28:19 2006 Tanaka Akira * io.c (io_reopen): STDERR.reopen(File.open("/dev/null", "w")) should -- cgit