wget/src
Darshit Shah a11bfc2d4e Use a separate domain for translating gnulib
Use the --po-domain option to gnulib-tool to create a new textdomain
that can be used by gnulib files for translations. This way, we don't
have to maintain the list of all files that require translations in
gnulib.

* bootstrap.conf: Use --po-domain and --po-base options to create a
  separate base for gnulib translations
* src/main.c(i18n_initialize): Call bindtextdomain on wget-gnulib to
  include those translations as well
* Makefile.am: Add new directory gnulib_po to SUBDIRS
* configure.ac: Generate gnulib_po/Makefile.in
* lib/Makefile.am: Set AM_CPPFLAGS to empty since gnulib.mk expects it
  to be set
2020-12-27 21:15:45 +01:00
..
build_info.c.in Add options --bind-dns-address and --dns-servers 2016-03-23 09:26:22 +01:00
connect.c Fix SSL/TLS timeout issues. 2020-05-01 17:53:47 +02:00
connect.h New implementation for openssl_read, openssl_peek ssl_connect_with_timeout (openssl) 2020-05-01 17:51:48 +02:00
convert.c * src/convert.c (downloaded_files_free): Only compile if DEBUG_MALLOC or TESTING is defined 2020-05-01 17:54:58 +02:00
convert.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
cookies.c * src/cookies.c (cookie_jar_delete): Set psl to NULL after calling psl_free 2020-02-27 14:38:01 +01:00
cookies.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
css-tokens.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
css-url.c Update copyright year to 2020 2020-01-10 12:56:08 +01:00
css-url.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
css.l Update copyright year to 2020 2020-01-10 12:56:08 +01:00
decc_ver.c Ensure main calls bindtextdomain 2014-06-12 18:49:14 +02:00
DESCRIP_DEPS.MMS imported patch vms-overlay 2010-01-09 15:24:02 -08:00
DESCRIP_MODS.MMS Remove trailing empty lines 2014-06-12 18:49:15 +02:00
DESCRIP_SRC.MMS Remove trailing empty lines 2014-06-12 18:49:15 +02:00
exits.c Update copyright year to 2020 2020-01-10 12:56:08 +01:00
exits.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
ftp-basic.c * src/ftp-basic.c (ftp_request): Remove use of alloca 2020-02-13 17:10:01 +01:00
ftp-ls.c * src/ftp-ls.c (eat_carets): Fix caret decoding issue (Coverity #1419653) 2020-02-21 14:55:03 +01:00
ftp-opie.c Update copyright year to 2020 2020-01-10 12:56:08 +01:00
ftp.c * src/ftp.c (ftp_loop_internal): Check for VERIFCERTERR to avoid SIGABRT 2020-06-29 18:04:52 +02:00
ftp.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
gnutls.c * src/gnutls.c (ssl_init): Small cleanup fixing output of ncerts 2020-05-22 15:49:12 +02:00
hash.c Fix typos found by codespell 2020-02-20 16:21:33 +01:00
hash.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
host.c * src/host.c (lookup_host): Fix uninitialized pointer access in c-ares code 2020-06-21 11:37:28 +02:00
host.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
hsts.c Update copyright year to 2020 2020-01-10 12:56:08 +01:00
hsts.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
html-parse.c * src/html-parse.c (name_allowed): Remove use of alloca 2020-02-13 17:01:29 +01:00
html-parse.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
html-url.c * src/html-url.c (cleanup_html_url): Only compile for DEBUG_MALLOC or TESTING 2020-02-27 19:51:55 +01:00
html-url.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
http-ntlm.c * src/http-ntlm.c (mkhash): Fix read buffer overflow 2020-03-06 11:37:57 +01:00
http-ntlm.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
http.c * src/http.c (http_cleanup): Reset wget_cookie_jar after freeing 2020-12-13 18:23:39 +01:00
http.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
init.c New implementation for openssl_read, openssl_peek ssl_connect_with_timeout (openssl) 2020-05-01 17:51:48 +02:00
init.h Remove use of alloca in setoptval 2020-02-13 16:39:36 +01:00
iri.c Update copyright year to 2020 2020-01-10 12:56:08 +01:00
iri.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
log.c * src/log.c (log_cleanup): Only compile for DEBUG_MALLOC or TESTING 2020-02-27 19:56:05 +01:00
log.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
main.c Use a separate domain for translating gnulib 2020-12-27 21:15:45 +01:00
Makefile.am Add code coverage reporting 2020-03-05 20:24:07 +01:00
metalink.c * src/metalink.c: Include filename.h instead of dosname.h 2020-03-28 19:26:12 +01:00
metalink.h * src/metalink.h: Include dirname.h, remove declaration of last_component 2020-02-12 16:10:58 +01:00
mswindows.c Update copyright year to 2020 2020-01-10 12:56:08 +01:00
mswindows.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
netrc.c * src/netrc.c (free_netrc): Only compile if DEBUG_MALLOC or TESTING is defined 2020-05-01 17:54:58 +02:00
netrc.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
openssl.c Fix SSL/TLS timeout issues. 2020-05-01 17:53:47 +02:00
options.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
progress.c Set interactive to true for bar progress. 2020-05-01 17:53:21 +02:00
progress.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
ptimer.c Update copyright year to 2020 2020-01-10 12:56:08 +01:00
ptimer.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
recur.c Update copyright year to 2020 2020-01-10 12:56:08 +01:00
recur.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
res.c Add missing linefeed in output strings 2020-04-18 18:39:50 +02:00
res.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
retr.c Fix SSL/TLS timeout issues. 2020-05-01 17:53:47 +02:00
retr.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
spider.c * src/spider.c (spider_cleanup): Only compile for DEBUG_MALLOC or TESTING 2020-02-27 19:54:48 +01:00
spider.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
ssl.h Add ssl_cleanup to free memory 2020-02-27 14:29:25 +01:00
sysdep.h Remove alloca includes and macros 2020-02-14 16:13:50 +01:00
url.c Split unique_name into two functions with just one arg 2020-02-22 12:59:18 +01:00
url.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
utils.c Add missing linefeed in output strings 2020-04-18 18:39:50 +02:00
utils.h Split unique_name into two functions with just one arg 2020-02-22 12:59:18 +01:00
version.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00
vms.c Remove trailing empty lines 2014-06-12 18:49:15 +02:00
warc.c * src/warc.c (warc_write_start_record): Check return values of fseek, fflush (Coverity #1419650) 2020-02-21 17:38:41 +01:00
warc.h Add buffer size param to warc_uuid_str 2020-02-13 11:28:18 +01:00
wget.h Remove alloca includes and macros 2020-02-14 16:13:50 +01:00
xattr.c Update copyright year to 2020 2020-01-10 12:56:08 +01:00
xattr.h Update copyright year to 2020 2020-01-10 12:56:08 +01:00