mirror of
https://github.com/mirror/wget.git
synced 2025-01-27 04:40:41 +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>
|
||||
|
||||
* bootstrap.conf: Add flex as a prerequisite to building Wget from the
|
||||
|
@ -36,6 +36,7 @@ clock-time
|
||||
close
|
||||
connect
|
||||
fcntl
|
||||
fnmatch
|
||||
futimens
|
||||
ftello
|
||||
getaddrinfo
|
||||
@ -52,12 +53,12 @@ listen
|
||||
maintainer-makefile
|
||||
mbiter
|
||||
mbtowc
|
||||
memrchr
|
||||
mkdir
|
||||
mkstemp
|
||||
mkostemp
|
||||
crypto/md5
|
||||
crypto/sha1
|
||||
pipe
|
||||
quote
|
||||
quotearg
|
||||
recv
|
||||
@ -69,10 +70,14 @@ sigprocmask
|
||||
sigpipe
|
||||
snprintf
|
||||
socket
|
||||
spawn-pipe
|
||||
stdbool
|
||||
strcasestr
|
||||
strcase
|
||||
strerror_r-posix
|
||||
strptime
|
||||
strtok_r
|
||||
strtoll
|
||||
timegm
|
||||
tmpdir
|
||||
unlocked-io
|
||||
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>
|
||||
|
||||
* 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
|
||||
|
||||
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 \
|
||||
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 \
|
||||
|
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