mirror of
https://github.com/mirror/wget.git
synced 2025-01-27 21:00:31 +08:00
Replace compatibility functions by gnulib functions
This commit is contained in:
parent
e6713474c0
commit
94447e31a6
@ -1,3 +1,10 @@
|
|||||||
|
2014-12-05 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||||
|
|
||||||
|
* bootstrap.conf: Add modules fnmatch, memrchr, strcase, strptime,
|
||||||
|
strtoll, timegm
|
||||||
|
Remove module strcasecmp
|
||||||
|
Use module spawn-pipe instead of deprecated module pipe
|
||||||
|
|
||||||
2014-11-25 Darshit Shah <darnir@gmail.com>
|
2014-11-25 Darshit Shah <darnir@gmail.com>
|
||||||
|
|
||||||
* bootstrap.conf: Add flex as a prerequisite to building Wget from the
|
* bootstrap.conf: Add flex as a prerequisite to building Wget from the
|
||||||
|
@ -36,6 +36,7 @@ clock-time
|
|||||||
close
|
close
|
||||||
connect
|
connect
|
||||||
fcntl
|
fcntl
|
||||||
|
fnmatch
|
||||||
futimens
|
futimens
|
||||||
ftello
|
ftello
|
||||||
getaddrinfo
|
getaddrinfo
|
||||||
@ -52,12 +53,12 @@ listen
|
|||||||
maintainer-makefile
|
maintainer-makefile
|
||||||
mbiter
|
mbiter
|
||||||
mbtowc
|
mbtowc
|
||||||
|
memrchr
|
||||||
mkdir
|
mkdir
|
||||||
mkstemp
|
mkstemp
|
||||||
mkostemp
|
mkostemp
|
||||||
crypto/md5
|
crypto/md5
|
||||||
crypto/sha1
|
crypto/sha1
|
||||||
pipe
|
|
||||||
quote
|
quote
|
||||||
quotearg
|
quotearg
|
||||||
recv
|
recv
|
||||||
@ -69,10 +70,14 @@ sigprocmask
|
|||||||
sigpipe
|
sigpipe
|
||||||
snprintf
|
snprintf
|
||||||
socket
|
socket
|
||||||
|
spawn-pipe
|
||||||
stdbool
|
stdbool
|
||||||
strcasestr
|
strcase
|
||||||
strerror_r-posix
|
strerror_r-posix
|
||||||
|
strptime
|
||||||
strtok_r
|
strtok_r
|
||||||
|
strtoll
|
||||||
|
timegm
|
||||||
tmpdir
|
tmpdir
|
||||||
unlocked-io
|
unlocked-io
|
||||||
update-copyright
|
update-copyright
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2014-12-05 Tim Ruehsen <tim.ruehsen@gmx.de>
|
||||||
|
|
||||||
|
* Makefile.am: Removed reference to cmpt.c
|
||||||
|
|
||||||
2014-12-04 Darshit Shah <darnir@gmail.com>
|
2014-12-04 Darshit Shah <darnir@gmail.com>
|
||||||
|
|
||||||
* ftp.c (getftp): Remove a call to assert(1) and replace with error message
|
* ftp.c (getftp): Remove a call to assert(1) and replace with error message
|
||||||
|
@ -42,7 +42,7 @@ LIBS = @LIBICONV@ @LIBINTL@ @LIBS@ $(LIB_CLOCK_GETTIME)
|
|||||||
EXTRA_DIST = css.l css.c css_.c build_info.c.in
|
EXTRA_DIST = css.l css.c css_.c build_info.c.in
|
||||||
|
|
||||||
bin_PROGRAMS = wget
|
bin_PROGRAMS = wget
|
||||||
wget_SOURCES = cmpt.c connect.c convert.c cookies.c ftp.c \
|
wget_SOURCES = connect.c convert.c cookies.c ftp.c \
|
||||||
css_.c css-url.c \
|
css_.c 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 \
|
||||||
|
1427
src/cmpt.c
1427
src/cmpt.c
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user