From 187c6da9b0c3e820c9d16fd2607b8a39ee6b87ee Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 29 Dec 2008 07:18:39 +0000 Subject: merges r21136 from trunk into ruby_1_9_1. * win32/Makefile.sub (config.h): do not use snprintf/vsnprintf in msvcrt. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 876b6a269..f46922d3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Dec 28 19:11:03 2008 Nobuyoshi Nakada + + * win32/Makefile.sub (config.h): do not use snprintf/vsnprintf in + msvcrt. + + * sprintf.c: not force to override snprintf/vsnprintf. + [ruby-core:20824] + Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) * ext/dl/test/test_dl2.rb: modify strncpy, strcpy, qsort, types. -- cgit