From b6b0ed67936292fb8928b8aad1c96928e7034cd2 Mon Sep 17 00:00:00 2001 From: shugo Date: Wed, 20 Aug 2008 16:04:11 +0000 Subject: * configure.in: removed strftime from AC_REPLACE_FUNCS(). * include/ruby/missing.h: removed prototype for strftime(). * missing/strftime.c: removed. * time.c (time_to_s): use rb_strftime() instead of strftime(3). (time_zone): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cc759ef1a..d64c7d194 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Aug 21 00:51:42 2008 Shugo Maeda + + * configure.in: removed strftime from AC_REPLACE_FUNCS(). + + * include/ruby/missing.h: removed prototype for strftime(). + + * missing/strftime.c: removed. + + * time.c (time_to_s): use rb_strftime() instead of strftime(3). + (time_zone): ditto. + Thu Aug 21 00:49:50 2008 NAKAMURA Usaku * strftime.c: win32 support. -- cgit