Replace compatibility functions by gnulib functions

This commit is contained in:
Tim Rühsen 2014-12-05 11:57:28 +01:00
parent e6713474c0
commit 94447e31a6
5 changed files with 19 additions and 1430 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

File diff suppressed because it is too large Load Diff