From 3afe82becf948b9b076ac513f3b3cb3524f73886 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 22 May 2009 15:22:36 +0000 Subject: * missing/vsnprintf.c (errno): [BUG] fixes a compilation error on SIZEOF_LONG > SIZEOF_INT. (BSD_vfprintf): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b2655e17b..c4ce83c06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri May 22 23:22:53 2009 Yuki Sonoda (Yugui) + + * missing/vsnprintf.c (errno): [BUG] fixes a compilation + error on SIZEOF_LONG > SIZEOF_INT. + (BSD_vfprintf): ditto. + Fri May 22 23:20:48 2009 Yuki Sonoda (Yugui) * spec/default.mspec: follows runruby.rb's move at r23542. -- cgit