ruby--ruby/missing
shugo 99155ccbf2 * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@18734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-08-20 16:04:11 +00:00
..
acosh.c * missing/acosh.c (atanh): should set ERANGE to errno if parameter 2008-06-19 07:51:46 +00:00
alloca.c * missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c, 2007-06-10 09:30:55 +00:00
cbrt.c * math.c (math_cbrt): new method Math.cbrt. 2008-02-09 09:36:03 +00:00
crypt.c * suppress warnings on cygwin, mingw and mswin. 2008-06-01 19:55:25 +00:00
dup2.c * missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c, 2007-06-10 09:30:55 +00:00
erf.c
file.h
fileblocks.c
finite.c
flock.c * include/ruby: moved public headers. 2007-06-10 03:06:15 +00:00
hypot.c
isinf.c * missing/isinf.c (isinf): don't define is the macro is defined. 2007-11-13 16:54:27 +00:00
isnan.c
lgamma_r.c tgamma and lgamma_r is not a error function. 2008-06-15 02:18:06 +00:00
memcmp.c
memmove.c
os2.c
strchr.c
strerror.c
strlcat.c
strlcpy.c
strstr.c
strtol.c
tgamma.c * missing/tgamma.c (tgamma): remove unused variable. 2008-07-02 16:02:52 +00:00
vsnprintf.c * transcode.c (load_transcoder): suppress warning. 2008-08-14 03:20:38 +00:00
x68.c * missing/isinf.c, missing/dup2.c, missing/strtod.c, missing/x68.c, 2007-06-10 09:30:55 +00:00