Use the gnulib snprintf module.

This commit is contained in:
Giuseppe Scrivano 2010-05-27 13:59:46 +02:00
parent 1b2092fd06
commit c702d99f7b
6 changed files with 15 additions and 1009 deletions

View File

@ -1,3 +1,9 @@
2010-05-27 Giuseppe Scrivano <gscrivano@gnu.org>
* bootstrap.conf (gnulib_modules): Add `snprintf' module.
* configure.ac: Remove check for the `snprintf' function.
2010-05-16 Giuseppe Scrivano <gscrivano@gnu.org>
* md5: Remove directory.

View File

@ -45,6 +45,7 @@ recv
select
send
setsockopt
snprintf
socket
stdbool
strcasestr

View File

@ -194,7 +194,7 @@ dnl Checks for library functions.
dnl
AC_FUNC_MMAP
AC_FUNC_FSEEKO
AC_CHECK_FUNCS(strptime timegm snprintf vsnprintf vasprintf drand48)
AC_CHECK_FUNCS(strptime timegm vsnprintf vasprintf drand48)
AC_CHECK_FUNCS(strtoll usleep ftello sigblock sigsetjmp memrchr wcwidth mbtowc)
AC_CHECK_FUNCS(sleep symlink)

View File

@ -4,6 +4,12 @@
(advance_declaration): Close the tag if '<' is found.
(map_html_tags): Likewise.
2010-05-27 Giuseppe Scrivano <gscrivano@gnu.org>
* Makefile.am (wget_SOURCES): Remove `snprintf.c'.
* snprintf.c: Remove file.
2010-05-27 Giuseppe Scrivano <gscrivano@gnu.org>
* main.c (main): Exit with failure when -k is specified and -O is not

View File

@ -44,7 +44,7 @@ wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c \
css.l css-url.c \
ftp-basic.c ftp-ls.c hash.c host.c html-parse.c html-url.c \
http.c init.c log.c main.c netrc.c progress.c ptimer.c \
recur.c res.c retr.c snprintf.c spider.c url.c \
recur.c res.c retr.c spider.c url.c \
utils.c exits.c build_info.c $(IRI_OBJ) \
css-url.h css-tokens.h connect.h convert.h cookies.h \
ftp.h hash.h host.h html-parse.h html-url.h \

File diff suppressed because it is too large Load Diff