mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Use the gnulib snprintf module.
This commit is contained in:
parent
1b2092fd06
commit
c702d99f7b
@ -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>
|
2010-05-16 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
* md5: Remove directory.
|
* md5: Remove directory.
|
||||||
|
@ -45,6 +45,7 @@ recv
|
|||||||
select
|
select
|
||||||
send
|
send
|
||||||
setsockopt
|
setsockopt
|
||||||
|
snprintf
|
||||||
socket
|
socket
|
||||||
stdbool
|
stdbool
|
||||||
strcasestr
|
strcasestr
|
||||||
|
@ -194,7 +194,7 @@ dnl Checks for library functions.
|
|||||||
dnl
|
dnl
|
||||||
AC_FUNC_MMAP
|
AC_FUNC_MMAP
|
||||||
AC_FUNC_FSEEKO
|
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(strtoll usleep ftello sigblock sigsetjmp memrchr wcwidth mbtowc)
|
||||||
AC_CHECK_FUNCS(sleep symlink)
|
AC_CHECK_FUNCS(sleep symlink)
|
||||||
|
|
||||||
|
@ -4,6 +4,12 @@
|
|||||||
(advance_declaration): Close the tag if '<' is found.
|
(advance_declaration): Close the tag if '<' is found.
|
||||||
(map_html_tags): Likewise.
|
(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>
|
2010-05-27 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
* main.c (main): Exit with failure when -k is specified and -O is not
|
* main.c (main): Exit with failure when -k is specified and -O is not
|
||||||
|
@ -44,7 +44,7 @@ wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c \
|
|||||||
css.l css-url.c \
|
css.l css-url.c \
|
||||||
ftp-basic.c ftp-ls.c hash.c host.c html-parse.c html-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 \
|
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) \
|
utils.c exits.c build_info.c $(IRI_OBJ) \
|
||||||
css-url.h css-tokens.h connect.h convert.h cookies.h \
|
css-url.h css-tokens.h connect.h convert.h cookies.h \
|
||||||
ftp.h hash.h host.h html-parse.h html-url.h \
|
ftp.h hash.h host.h html-parse.h html-url.h \
|
||||||
|
1007
src/snprintf.c
1007
src/snprintf.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user