Remove trailing empty lines

This commit is contained in:
Giuseppe Scrivano 2014-06-11 16:17:32 +02:00
parent 3b502901c0
commit dd1b69c600
110 changed files with 114 additions and 107 deletions

View File

@ -1065,4 +1065,3 @@ developed inside the GNU project. Therefore the information given above
applies also for every other Free Software Project. Contact
`coordinator@translationproject.org' to make the `.pot' files available
to the translation teams.

View File

@ -1,5 +1,9 @@
2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com>
* ABOUT-NLS: Remove terminating empty lines.
* MAILING-LIST: Likewise.
* util/rmold.pl: Likewise.
* util/trunc.c (main): Ensure bindtextdomain is called.
2014-06-10 Giuseppe Scrivano <gscrivan@redhat.com>

View File

@ -47,4 +47,3 @@ for submitting and discussing patches to GNU Wget.
Messages from <wget-patches@sunsite.dk> are archived at
`http://news.gmane.org/gmane.comp.web.wget.patches'.

View File

@ -1,3 +1,7 @@
2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com>
* fdl.texi: Remove terminating empty lines.
2014-06-10 Giuseppe Scrivano <gscrivan@redhat.com>
* wget.texi: Remove trailing whitespaces.

View File

@ -503,4 +503,3 @@ to permit their use in free software.
@c Local Variables:
@c ispell-local-pdict: "ispell-dict"
@c End:

View File

@ -1,3 +1,9 @@
2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com>
* Makefile.DJ: Remove terminating empty lines.
* Makefile.WC: Likewise.
* msdos.c: Likewise.
2009-09-06 Gisle Vanem <gvanem@broadpark.no>
* Makefile.WC: Added compilation of new file msdos.c.

View File

@ -87,4 +87,3 @@ depend: version.c
sed -e 's/^\([a-zA-Z0-9_-]*\.o:\)/$$(OBJ_DIR)\/\1/' > depend.dj
-include depend.dj

View File

@ -65,4 +65,3 @@ version.c: ..\msdos\Makefile.WC
clean: .SYMBOLIC
- rm $(OBJ_DIR)\*.obj wget.exe wget.map version.c css.c
- rmdir $(OBJ_DIR)

View File

@ -105,4 +105,3 @@ getpass (const char *prompt)
return strdup (getpassbuf);
}

View File

@ -1,5 +1,20 @@
2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com>
* DESCRIP_MODS.MMS: Remove terminating empty lines.
* DESCRIP_SRC.MMS: Likewise.
* convert.c: Likewise.
* exits.c: Likewise.
* http.c: Likewise.
* init.c: Likewise.
* iri.c: Likewise.
* res.c: Likewise.
* spider.c: Likewise.
* test.c: Likewise.
* test.h
* url.c: Likewise.
* utils.c: Likewise.
* vms.c: Likewise.
* decc_ver.c (main): Ensure bindtextdomain is called.
* hash.c (main): Likewise.
* html-parse.c: Likewise.

View File

@ -56,4 +56,3 @@ MODS_OBJS_LIB_SRC_SSL =
.ENDIF # CDEFS_SSL [else]
MODS_OBJS_LIB_SRC = $(MODS_OBJS_LIB_SRC_NOSSL) $(MODS_OBJS_LIB_SRC_SSL)

View File

@ -32,4 +32,3 @@ CFLAGS_SPEC = /prefix_library_entries = \
# Object library modules.
.INCLUDE DESCRIP_MODS.MMS

View File

@ -1087,4 +1087,3 @@ html_quote_string (const char *s)
/*
* vim: et ts=2 sw=2
*/

View File

@ -90,4 +90,3 @@ get_exit_status (void)
? 1
: final_exit_status;
}

View File

@ -4107,4 +4107,3 @@ test_parse_content_disposition(void)
/*
* vim: et sts=2 sw=2 cino+={s
*/

View File

@ -1839,4 +1839,3 @@ test_cmd_spec_restrict_file_names(void)
}
#endif /* TESTING */

View File

@ -365,4 +365,3 @@ set_content_encoding (struct iri *i, char *charset)
i->content_encoding = charset ? xstrdup (charset) : NULL;
}

View File

@ -641,4 +641,3 @@ test_is_robots_txt_url(void)
/*
* vim: et ts=2 sw=2
*/

View File

@ -97,4 +97,3 @@ print_broken_links (void)
/*
* vim: et ts=2 sw=2
*/

View File

@ -104,4 +104,3 @@ main (int argc _GL_UNUSED, char *argv[])
/*
* vim: et ts=2 sw=2
*/

View File

@ -60,4 +60,3 @@ const char *test_dir_matches_p(void);
/*
* vim: et ts=2 sw=2
*/

View File

@ -2344,4 +2344,3 @@ test_are_urls_equal(void)
/*
* vim: et ts=2 sw=2
*/

View File

@ -2548,4 +2548,3 @@ test_dir_matches_p(void)
}
#endif /* TESTING */

View File

@ -1349,4 +1349,3 @@ const char *link_string = NULL;
const char *version_string = VERSION;
/*--------------------------------------------------------------------*/

View File

@ -1,3 +1,88 @@
2014-06-11 Giuseppe Scrivano <gscrivan@redhat.com>
* FTPTest.pm: Remove terminating empty lines.
* HTTPServer.pm: Likewise.
* HTTPTest.pm: Likewise.
* Test--httpsonly-r.px: Likewise.
* Test--no-content-disposition-trivial.px: Likewise.
* Test--no-content-disposition.px: Likewise.
* Test--spider-fail.px: Likewise.
* Test--spider-r--no-content-disposition-trivial.px: Likewise.
* Test--spider-r--no-content-disposition.px: Likewise.
* Test--spider-r-HTTP-Content-Disposition.px: Likewise.
* Test--spider-r.px: Likewise.
* Test--spider.px: Likewise.
* Test--start-pos--continue.px: Likewise.
* Test--start-pos.px: Likewise.
* Test-E-k-K.px: Likewise.
* Test-E-k.px: Likewise.
* Test-HTTP-Content-Disposition-1.px: Likewise.
* Test-HTTP-Content-Disposition-2.px: Likewise.
* Test-HTTP-Content-Disposition.px: Likewise.
* Test-N--no-content-disposition-trivial.px: Likewise.
* Test-N--no-content-disposition.px: Likewise.
* Test-N-HTTP-Content-Disposition.px: Likewise.
* Test-N-current.px: Likewise.
* Test-N-no-info.px: Likewise.
* Test-N-old.px: Likewise.
* Test-N-smaller.px: Likewise.
* Test-N.px: Likewise.
* Test-O--no-content-disposition-trivial.px: Likewise.
* Test-O--no-content-disposition.px: Likewise.
* Test-O-HTTP-Content-Disposition.px: Likewise.
* Test-O-nc.px: Likewise.
* Test-O-nonexisting.px: Likewise.
* Test-O.px: Likewise.
* Test-Restrict-Lowercase.px: Likewise.
* Test-Restrict-Uppercase.px: Likewise.
* Test-auth-basic.px: Likewise.
* Test-auth-no-challenge-url.px: Likewise.
* Test-auth-no-challenge.px: Likewise.
* Test-auth-with-content-disposition.px: Likewise.
* Test-c-full.px: Likewise.
* Test-c-partial.px: Likewise.
* Test-c-shorter.px: Likewise.
* Test-c.px: Likewise.
* Test-cookies-401.px: Likewise.
* Test-cookies.px: Likewise.
* Test-ftp--start-pos.px: Likewise.
* Test-ftp-bad-list.px: Likewise.
* Test-ftp-iri-disabled.px: Likewise.
* Test-ftp-iri-fallback.px: Likewise.
* Test-ftp-iri-recursive.px: Likewise.
* Test-ftp-iri.px: Likewise.
* Test-ftp-list-Multinet.px: Likewise.
* Test-ftp-list-UNIX-hidden.px: Likewise.
* Test-ftp-list-Unknown-a.px: Likewise.
* Test-ftp-list-Unknown-hidden.px: Likewise.
* Test-ftp-list-Unknown-list-a-fails.px: Likewise.
* Test-ftp-list-Unknown.px: Likewise.
* Test-ftp-pasv-fail.px: Likewise.
* Test-ftp-recursive.px: Likewise.
* Test-ftp.px: Likewise.
* Test-i-ftp.px: Likewise.
* Test-i-http.px: Likewise.
* Test-idn-cmd-utf8.px: Likewise.
* Test-idn-cmd.px: Likewise.
* Test-idn-headers.px: Likewise.
* Test-idn-meta.px: Likewise.
* Test-idn-robots-utf8.px: Likewise.
* Test-idn-robots.px: Likewise.
* Test-iri-disabled.px: Likewise.
* Test-iri-forced-remote.px: Likewise.
* Test-iri-list.px: Likewise.
* Test-iri-percent.px: Likewise.
* Test-iri.px: Likewise.
* Test-k.px: Likewise.
* Test-meta-robots.px: Likewise.
* Test-nonexisting-quiet.px: Likewise.
* Test-noop.px: Likewise.
* Test-np.px: Likewise.
* Test-proxy-auth-basic.px: Likewise.
* Test-restrict-ascii.px: Likewise.
* Test-stdouterr.px: Likewise.
* WgetTest.pm.in: Likewise.
2014-40-22 Tim Ruehsen <tim.ruehsen@gmx.de>
* Test-204.px: added file

View File

@ -58,4 +58,3 @@ sub _substitute_port {
1;
# vim: et ts=4 sw=4

View File

@ -252,4 +252,3 @@ sub _substitute_port {
1;
# vim: et ts=4 sw=4

View File

@ -54,4 +54,3 @@ sub _substitute_port {
1;
# vim: et ts=4 sw=4

View File

@ -78,4 +78,3 @@ print $expected_error_code."\n";
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -53,4 +53,3 @@ my $the_test = HTTPTest->new (name => "Test--no-content-disposition-trivial",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -54,4 +54,3 @@ my $the_test = HTTPTest->new (name => "Test--no-content-disposition",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -50,4 +50,3 @@ my $the_test = HTTPTest->new (name => "Test--spider-fail",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -107,4 +107,3 @@ my $the_test = HTTPTest->new (name => "Test--spider-r--no-content-disposition-tr
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -108,4 +108,3 @@ my $the_test = HTTPTest->new (name => "Test--spider-r--no-content-disposition",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -108,4 +108,3 @@ my $the_test = HTTPTest->new (name => "Test--spider-r-HTTP-Content-Disposition",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -107,4 +107,3 @@ my $the_test = HTTPTest->new (name => "Test--spider-r",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -50,4 +50,3 @@ my $the_test = HTTPTest->new (name => "Test--spider",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -53,5 +53,3 @@ my $the_test = HTTPTest->new (name => "Test--start-pos--continue",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -42,5 +42,3 @@ my $the_test = HTTPTest->new (name => "Test--start-pos",
exit $the_test->run();
# vim: et ts=4 sw=4

0
tests/Test-204.px Normal file → Executable file
View File

View File

@ -87,4 +87,3 @@ my $the_test = HTTPTest->new (name => "Test-E-k-K",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -84,4 +84,3 @@ my $the_test = HTTPTest->new (name => "Test-E-k",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -74,4 +74,3 @@ my $the_test = HTTPTest->new (name => "Test-HTTP-Content-Disposition-1",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -74,4 +74,3 @@ my $the_test = HTTPTest->new (name => "Test-HTTP-Content-Disposition-2",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -54,4 +54,3 @@ my $the_test = HTTPTest->new (name => "Test-HTTP-Content-Disposition",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -46,4 +46,3 @@ my $the_test = HTTPTest->new (name => "Test-N--no-content-disposition-trivial",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -47,4 +47,3 @@ my $the_test = HTTPTest->new (name => "Test-N--no-content-disposition",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -48,4 +48,3 @@ my $the_test = HTTPTest->new (name => "Test-N-HTTP-Content-Disposition",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -63,4 +63,3 @@ my $the_test = HTTPTest->new (name => "Test-N-current",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -61,4 +61,3 @@ my $the_test = HTTPTest->new (name => "Test-N-current",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -61,4 +61,3 @@ my $the_test = HTTPTest->new (name => "Test-N-old",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -64,4 +64,3 @@ my $the_test = HTTPTest->new (name => "Test-N-current",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -46,4 +46,3 @@ my $the_test = HTTPTest->new (name => "Test-N",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -44,4 +44,3 @@ my $the_test = HTTPTest->new (name => "Test-O--no-content-disposition-trivial",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -45,4 +45,3 @@ my $the_test = HTTPTest->new (name => "Test-O--no-content-disposition",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -45,4 +45,3 @@ my $the_test = HTTPTest->new (name => "Test-O-HTTP-Content-Disposition",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -44,4 +44,3 @@ my $the_test = HTTPTest->new (name => "Test-O-nc",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -44,4 +44,3 @@ my $the_test = HTTPTest->new (name => "Test-O-nonexisting",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -44,4 +44,3 @@ my $the_test = HTTPTest->new (name => "Test-O",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -53,4 +53,3 @@ my $the_test = HTTPTest->new (name => "Test-Restrict-Lowercase",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -53,4 +53,3 @@ my $the_test = HTTPTest->new (name => "Test-Restrict-Uppercase",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -46,4 +46,3 @@ my $the_test = HTTPTest->new (name => "Test-auth-basic",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -47,4 +47,3 @@ my $the_test = HTTPTest->new (name => "Test-auth-no-challenge-url",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -48,4 +48,3 @@ my $the_test = HTTPTest->new (name => "Test-auth-no-challenge",
exit $the_test->run();
# vim: et ts=4 sw=4

0
tests/Test-auth-retcode.px Normal file → Executable file
View File

View File

@ -47,4 +47,3 @@ my $the_test = HTTPTest->new (name => "Test-auth-with-content-disposition",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -55,4 +55,3 @@ my $the_test = HTTPTest->new (name => "Test-c-full",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -65,4 +65,3 @@ my $the_test = HTTPTest->new (name => "Test-c-partial",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -62,4 +62,3 @@ my $the_test = HTTPTest->new (name => "Test-c-partial",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -52,4 +52,3 @@ my $the_test = HTTPTest->new (name => "Test-c",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -50,4 +50,3 @@ my $the_test = HTTPTest->new (name => "Test-cookies-401",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -111,4 +111,3 @@ my $the_test = HTTPTest->new (name => "Test-cookies",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -37,6 +37,3 @@ my $the_test = FTPTest->new (name => "Test-ftp--start-pos",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -66,4 +66,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-bad-list",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -49,4 +49,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-iri-disabled",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -45,4 +45,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-iri-fallback",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -45,4 +45,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-iri-recursive",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -46,4 +46,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-iri",
exit $the_test->run();
# vim: et ts=4 sw=4

1
tests/Test-ftp-list-Multinet.px Normal file → Executable file
View File

@ -64,4 +64,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-list-Multinet",
server_behavior => {list_empty_if_list_a => 1,
syst_response => "215 UNIX MultiNet Unix Emulation V5.3(93)"});
exit $the_test->run();

1
tests/Test-ftp-list-UNIX-hidden.px Normal file → Executable file
View File

@ -62,4 +62,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-list-UNIX-hidden",
output => \%expected_downloaded_files,
server_behavior => {list_no_hidden_if_list => 1});
exit $the_test->run();

1
tests/Test-ftp-list-Unknown-a.px Normal file → Executable file
View File

@ -74,4 +74,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-list-Unknown-a",
server_behavior => {list_dont_clean_path => 1,
syst_response => "215 Unknown ftp service"});
exit $the_test->run();

1
tests/Test-ftp-list-Unknown-hidden.px Normal file → Executable file
View File

@ -66,4 +66,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-list-Unknown-hidden",
server_behavior => {list_no_hidden_if_list => 1,
syst_response => "215 Unknown ftp service"});
exit $the_test->run();

1
tests/Test-ftp-list-Unknown-list-a-fails.px Normal file → Executable file
View File

@ -59,4 +59,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-list-Unknown-list-a-fails",
server_behavior => {list_fails_if_list_a => 1,
syst_response => "215 Unknown ftp service"});
exit $the_test->run();

1
tests/Test-ftp-list-Unknown.px Normal file → Executable file
View File

@ -62,4 +62,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-list-Unknown",
server_behavior => {list_empty_if_list_a => 1,
syst_response => "215 Unknown ftp service"});
exit $the_test->run();

View File

@ -55,4 +55,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-pasv-fail",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -52,4 +52,3 @@ my $the_test = FTPTest->new (name => "Test-ftp-recursive",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -42,4 +42,3 @@ my $the_test = FTPTest->new (name => "Test-ftp",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -77,4 +77,3 @@ my $the_test = FTPTest->new (name => "Test-i-ftp",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -89,4 +89,3 @@ my $the_test = HTTPTest->new (name => "Test-i-http",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -49,4 +49,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-cmd-utf8",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -49,4 +49,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-cmd",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -64,4 +64,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-headers",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -65,4 +65,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-meta",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -76,4 +76,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-robots-utf8",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -101,4 +101,3 @@ my $the_test = HTTPTest->new (name => "Test-idn-robots",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -194,4 +194,3 @@ my $the_test = HTTPTest->new (name => "Test-iri-disabled",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -206,4 +206,3 @@ my $the_test = HTTPTest->new (name => "Test-iri-forced-remote",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -172,4 +172,3 @@ my $the_test = HTTPTest->new (name => "Test-iri-list",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -85,4 +85,3 @@ my $the_test = HTTPTest->new (name => "Test-iri-percent",
exit $the_test->run();
# vim: et ts=4 sw=4

View File

@ -221,4 +221,3 @@ my $the_test = HTTPTest->new (name => "Test-iri",
exit $the_test->run();
# vim: et ts=4 sw=4

Some files were not shown because too many files have changed in this diff Show More