Remove trailing whitespaces

This commit is contained in:
Giuseppe Scrivano 2014-06-09 09:53:49 +02:00
parent 8a83a9d893
commit a22cd7394b
7 changed files with 19 additions and 10 deletions

View File

@ -1,3 +1,8 @@
2014-06-10 Giuseppe Scrivano <gscrivan@redhat.com>
* build-aux/build_info.pl: Remove trailing whitespaces.
* configure.ac: Likewise.
2014-05-30 Darshit Shah <darnir@gmail.com> 2014-05-30 Darshit Shah <darnir@gmail.com>
* configure.ac: Allow compilation without libpsl. * configure.ac: Allow compilation without libpsl.

View File

@ -100,7 +100,7 @@ EOC
EOC EOC
} }
print $fh <<EOC; print $fh <<EOC;
#else #else
"-$name", "-$name",
#endif #endif

View File

@ -264,7 +264,7 @@ AS_IF([test x"$with_ssl" = xopenssl], [
case $host_os in case $host_os in
*mingw32* ) *mingw32* )
dnl prefer link to openssl dlls if possible. if not then fallback on static libs. if not then error dnl prefer link to openssl dlls if possible. if not then fallback on static libs. if not then error
AC_CHECK_LIB(eay32, EVP_MD_CTX_init) AC_CHECK_LIB(eay32, EVP_MD_CTX_init)
if test x"$ac_cv_lib_eay32_EVP_MD_CTX_init" != xno if test x"$ac_cv_lib_eay32_EVP_MD_CTX_init" != xno
then then
@ -276,7 +276,7 @@ AS_IF([test x"$with_ssl" = xopenssl], [
AC_DEFINE([HAVE_LIBSSL32], [1], [Define to 1 if you have the `ssl32' library (-lssl32).]) AC_DEFINE([HAVE_LIBSSL32], [1], [Define to 1 if you have the `ssl32' library (-lssl32).])
], ],
AC_MSG_ERROR([openssl not found: shared lib eay32 found but ssl32 not found])) AC_MSG_ERROR([openssl not found: shared lib eay32 found but ssl32 not found]))
else else
LIBS+=' -lgdi32' LIBS+=' -lgdi32'
dnl fallback and test static libs dnl fallback and test static libs
@ -565,7 +565,7 @@ AC_CHECK_HEADER(pcre.h,
]) ])
) )
dnl Needed by src/Makefile.am dnl Needed by src/Makefile.am
AM_CONDITIONAL([IRI_IS_ENABLED], [test "X$iri" != "Xno"]) AM_CONDITIONAL([IRI_IS_ENABLED], [test "X$iri" != "Xno"])

View File

@ -1,5 +1,7 @@
2014-06-10 Giuseppe Scrivano <gscrivan@redhat.com> 2014-06-10 Giuseppe Scrivano <gscrivan@redhat.com>
* wget.texi: Remove trailing whitespaces.
* fdl.texi: Copy from gnulib. * fdl.texi: Copy from gnulib.
2014-05-24 Darshit Shah <darnir@gmail.com> 2014-05-24 Darshit Shah <darnir@gmail.com>

View File

@ -935,7 +935,7 @@ Don't use proxies, even if the appropriate @code{*_proxy} environment
variable is defined. variable is defined.
@c man end @c man end
For more information about the use of proxies with Wget, @xref{Proxies}. @xref{Proxies} for more information about the use of proxies with Wget.
@c man begin OPTIONS @c man begin OPTIONS
@cindex quota @cindex quota
@ -1277,8 +1277,8 @@ really important, do not leave them lying in those files either---edit
the files and delete them after Wget has started the download. the files and delete them after Wget has started the download.
@iftex @iftex
For more information about security issues with Wget, @xref{Security @xref{Security Considerations} for more information about security issues
Considerations}. with Wget.
@end iftex @end iftex
@cindex Keep-Alive, turning off @cindex Keep-Alive, turning off
@ -1814,8 +1814,8 @@ really important, do not leave them lying in those files either---edit
the files and delete them after Wget has started the download. the files and delete them after Wget has started the download.
@iftex @iftex
For more information about security issues with Wget, @xref{Security @xref{Security Considerations} for more information about security issues
Considerations}. with Wget.
@end iftex @end iftex
@cindex .listing files, removing @cindex .listing files, removing

View File

@ -1,5 +1,7 @@
2014-06-10 Giuseppe Scrivano <gscrivan@redhat.com> 2014-06-10 Giuseppe Scrivano <gscrivan@redhat.com>
* wget.h: Remove trailing whitespaces.
* retr.c (getproxy): Return a dinamically allocated string and... * retr.c (getproxy): Return a dinamically allocated string and...
(retrieve_from_file, retrieve_url, url_uses_proxy): ...fix the caller (retrieve_from_file, retrieve_url, url_uses_proxy): ...fix the caller
to handle it. to handle it.

View File

@ -366,7 +366,7 @@ typedef enum
Select an appropriate "orig" suffix and a separator character for Select an appropriate "orig" suffix and a separator character for
adding a unique suffix to a file name. adding a unique suffix to a file name.
A VMS ODS2 file system can not tolerate multiple dots. An ODS5 file A VMS ODS2 file system can't tolerate multiple dots. An ODS5 file
system can, but even there not all dots are equal, and heroic effort system can, but even there not all dots are equal, and heroic effort
would be needed to get ".html^.orig" rather than (the less desirable) would be needed to get ".html^.orig" rather than (the less desirable)
"^.html.orig". It's more satisfactory always to use "_orig" on VMS "^.html.orig". It's more satisfactory always to use "_orig" on VMS