From f105b3e43fdcb59818ea353cebf1e2cb23016362 Mon Sep 17 00:00:00 2001 From: dan Date: Sun, 31 Dec 2000 03:18:37 -0800 Subject: [PATCH] [svn] Changed my address from dan-wget@dilvish.speed.net to wget@harkless.org everywhere -- dilvish will probably be going away soon. --- ChangeLog | 42 +++++++++++++++++++++--------------------- README | 2 +- doc/ChangeLog | 32 ++++++++++++++++---------------- src/ChangeLog | 30 +++++++++++++++--------------- src/main.c | 2 +- src/wget.h | 2 +- 6 files changed, 55 insertions(+), 55 deletions(-) diff --git a/ChangeLog b/ChangeLog index 870a56bd..1071ee96 100644 --- a/ChangeLog +++ b/ChangeLog @@ -49,19 +49,19 @@ * configure.in: Check for size of long and long long. -2000-10-30 Dan Harkless +2000-10-30 Dan Harkless * NEWS: Hrvoje pointed out that relative URL grokking deserves mention. -2000-10-27 Dan Harkless +2000-10-27 Dan Harkless * TODO: wget now groks illegal relative URL HTTP redirects. -2000-10-24 Dan Harkless +2000-10-24 Dan Harkless * NEWS: Forgot to update regarding new --bind-address option. -2000-10-20 Dan Harkless +2000-10-20 Dan Harkless * TODO: -k needs to convert '?' to "%3F" in links to saved files containing the '?' character (e.g. CGI output). Also, we need to @@ -73,7 +73,7 @@ * NEWS: Always forget to update this file when making user-vis. changes. -2000-10-19 Dan Harkless +2000-10-19 Dan Harkless * TODO: -E / --html-extension / html_extension has been implemented. Make -I and -X allow an optional hostname before the directory name? @@ -88,20 +88,20 @@ * po/ru.{gmo,po}: Added Const Kaplinsky 's Russian message translation file. -2000-10-16 Dan Harkless +2000-10-16 Dan Harkless * TODO: Add option to save local filenames without extra %-encoding. -2000-10-09 Dan Harkless +2000-10-09 Dan Harkless * TODO: --retr-symlinks should cause wget to traverse links to dirs too. -2000-09-25 Dan Harkless +2000-09-25 Dan Harkless * TODO: Make wget return nonzero in situations like bad HTTP auth. Make wget follow (illegal) relative URL HTTP redirects. -2000-08-30 Dan Harkless +2000-08-30 Dan Harkless * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output. @@ -112,7 +112,7 @@ * NEWS: Added --waitretry and --page-requisites. -2000-08-25 Dan Harkless +2000-08-25 Dan Harkless * MACHINES: Alphabetized, changed "architectures" to "OSes and architecures", added missing company names, removed needless ^L, @@ -120,19 +120,19 @@ use on those platforms by myself and others, removed the non-factual "this version of", and fixed some grammatical errors. -2000-07-21 Dan Harkless +2000-07-21 Dan Harkless * TODO: But Brian McMahon wants old behavior as an option. -2000-07-19 Dan Harkless +2000-07-19 Dan Harkless * TODO: -k should convert "hostless absolute" URLs, like "/index.html". -2000-05-24 Dan Harkless +2000-05-24 Dan Harkless * TODO: Timestamps sometimes not copied over on files retrieved by FTP. -2000-05-22 Dan Harkless +2000-05-22 Dan Harkless * AUTHORS: Added myself to this file, as Hrvoje got confirmation of my FSF copyright assignment. @@ -141,24 +141,24 @@ * po/*.{gmo,po,pot}: Regenerated after modifying wget --help output. -2000-05-17 Dan Harkless +2000-05-17 Dan Harkless * TODO: Make `-k' check for files that were downloaded in the past and convert links to them in newly-downloaded documents. -2000-04-05 Dan Harkless +2000-04-05 Dan Harkless * TODO: Make -K only leave .orig files around when different. Add an option to save all text/html files with .html extension. Allow mirroring of FTP URLs where logging in puts you somewhere else besides '/'. -2000-04-04 Dan Harkless +2000-04-04 Dan Harkless * NEWS (--follow-tags, -G / --ignore-tags): Forgot to mention these new options when I added them. -2000-03-10 Dan Harkless +2000-03-10 Dan Harkless * TODO: Removed done item: we now have an option (-G) that makes it easy to download a single HTML document and all its constituents. @@ -168,17 +168,17 @@ * po/hr.po: Hrvoje forgot '\n's on his translations of my altered messages, causing msgfmt to balk and `make install' to fail. -2000-03-01 Dan Harkless +2000-03-01 Dan Harkless * NEWS (-K): Now possible to use -N with -k thanks to this option. * TODO: Removed the -K / -N interaction item. -2000-02-29 Dan Harkless +2000-02-29 Dan Harkless * NEWS (-K / --backup-converted): Mentioned this new option. -2000-02-18 Dan Harkless +2000-02-18 Dan Harkless * TODO: When -K is used with -N, check local X.orig against server X. diff --git a/README b/README index 274af3ad..8959a6ec 100644 --- a/README +++ b/README @@ -55,7 +55,7 @@ developers or fund the development for a specific purpose, please send mail to the development mailing list at . -MAINTAINERS: Dan Harkless +MAINTAINERS: Dan Harkless Hrvoje Niksic Wget was originally written by Hrvoje Niksic. diff --git a/doc/ChangeLog b/doc/ChangeLog index ab1fb3f3..632074e3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -44,17 +44,17 @@ * wget.texi (HTTP Options): Remove Netscape bullying. -2000-10-23 Dan Harkless +2000-10-23 Dan Harkless * wget.texi (Recursive Retrieval Options): Improved --delete-after docs. (Download Options): Documented Rob Mayoff's new --bind-address option. (Wgetrc Commands): Documented Rob Mayoff's new bind_address command. -2000-10-20 Dan Harkless +2000-10-20 Dan Harkless * wget.texi (Recursive Retrieval Options): Sugg. -E on 1-page download. -2000-10-19 Dan Harkless +2000-10-19 Dan Harkless * wget.texi (HTTP Options): Documented my new -E / --html-extension. (Wgetrc Commands): Documented my new html_extension option and @@ -62,16 +62,16 @@ Boolean"). When I documented Damir Dzeko's --referer, I forgot to add the .wgetrc equivalent; mentioned the "referrer" spelling issue. -2000-10-09 Dan Harkless +2000-10-09 Dan Harkless * wget.texi (FTP Options): --retr-symlinks wasn't documented properly. -2000-08-30 Dan Harkless +2000-08-30 Dan Harkless * wget.texi (Recursive Retrieval Options): Documented new -p option. (Wgetrc Commands): Documented -p's equvialent, page_requisites. -2000-08-23 Dan Harkless +2000-08-23 Dan Harkless * wget.texi (Download Options): Using -c on a file that's already fully downloaded results in an unchanged file and no second ".1" copy. @@ -82,7 +82,7 @@ * wget.texi (Wgetrc Commands): Changed all instances of ", the same as" to the more grammatical " -- the same as". -2000-08-22 Dan Harkless +2000-08-22 Dan Harkless * wget.texi (Download Options): --no-clobber's documentation was severely lacking -- ameliorated the situation. Some of the @@ -92,21 +92,21 @@ elsewhere, but due to the way that wget.texi's hierarchy is laid out, I had a hard time finding anywhere else appropriate. -2000-07-17 Dan Harkless +2000-07-17 Dan Harkless * wget.texi (HTTP Options): Minor clarification in "download a single HTML page and all files necessary to display it" example. -2000-05-22 Dan Harkless +2000-05-22 Dan Harkless * wget.texi (HTTP Options): Damir Dzeko did not document his new --referer option. Did so. -2000-04-18 Dan Harkless +2000-04-18 Dan Harkless * sample.wgetrc: Realized I put a global setting in the local section. -2000-04-13 Dan Harkless +2000-04-13 Dan Harkless * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added build, dependencies, and distclean cleanup of this new file. @@ -120,7 +120,7 @@ sample.wgetrc are commented out. Don't have an entire hand- cut-and-pasted copy of sample.wgetrc in this file -- use @include. -2000-04-12 Dan Harkless +2000-04-12 Dan Harkless * Makefile.in (install.wgetrc): I completely missed the message that the new wgetrc wasn't being installed the first couple of @@ -135,7 +135,7 @@ undocumented until now. Reworded the suggested documentation he sent to the list. -2000-03-10 Dan Harkless +2000-03-10 Dan Harkless * wget.texi (Recursive Retrieval Options): In -K description, added a link to the discussion of interaction with -N. @@ -153,18 +153,18 @@ * wget.texi (Contributors): Update contributors list. -2000-03-01 Dan Harkless +2000-03-01 Dan Harkless * wget.texi (HTTP Time-Stamping Internals): Added a note about my newly-implemented interaction between -K and -N. -2000-02-29 Dan Harkless +2000-02-29 Dan Harkless * wget.texi: Updated version to 1.5.3+dev, updated copyrights to 2000, changed Hrvoje's old, invalid email address to his new one, and added " and the developers" to the .texi file's byline. -2000-02-18 Dan Harkless +2000-02-18 Dan Harkless * wget.texi (Recursive Retrieval Options): Documented my new -K / --backup-converted option. diff --git a/src/ChangeLog b/src/ChangeLog index 12f866c0..739129cc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -629,13 +629,13 @@ * retr.c (reset_timer): GetSystemTime() on WINDOWS. * retr.c (elapsed_time): Calculate delta time to msec on WINDOWS. -2000-10-27 Dan Harkless +2000-10-27 Dan Harkless * retr.c (retrieve_url): Manually applied T. Bharath 's patch to get wget to grok illegal relative URL redirects. Reformatted and re-commented it. -2000-10-23 Dan Harkless +2000-10-23 Dan Harkless * connect.c (make_connection and bindport): Manually applied Rob Mayoff 's 1.5.3 patch to add --bind-address, @@ -666,7 +666,7 @@ * retr.c (retrieve_from_file): Just added a DEBUGP(). -2000-10-19 Dan Harkless +2000-10-19 Dan Harkless * ftp.c (ftp_loop_internal): downloaded_file() enumerators changed. (getftp): Applied Piotr Sulecki 's @@ -698,7 +698,7 @@ * wget.h (unnamed "dt" enum): Added ADDED_HTML_EXTENSION enumerator. -2000-10-09 Dan Harkless +2000-10-09 Dan Harkless * html.c (htmlfindurl): Added unneeded initialization to quiet warning. @@ -712,7 +712,7 @@ * ftp.c (getftp): passive_ftp is first option to support always/never. -2000-08-30 Dan Harkless +2000-08-30 Dan Harkless * ftp.c (ftp_retrieve_list): Use new INFINITE_RECURSION #define. @@ -746,11 +746,11 @@ * wget.h: Added some comments and new INFINITE_RECURSION #define. -2000-08-23 Dan Harkless +2000-08-23 Dan Harkless * main.c (print_help): -B / --base was not mentioned. -2000-08-22 Dan Harkless +2000-08-22 Dan Harkless * main.c (print_help): Modified -nc description to mention that it also prevents the creation of multiple versions of the same file @@ -761,7 +761,7 @@ * retr.c (retrieve_url): Consistently strdup opt.referer when setting u->referer. -2000-06-09 Dan Harkless +2000-06-09 Dan Harkless * main.c (print_help): --help output for --waitretry was over 80 cols. @@ -780,7 +780,7 @@ * url.c (str_url): Print the port number only if it's different from the default port number for that protocol. -2000-05-22 Dan Harkless +2000-05-22 Dan Harkless * main.c (print_help): Added --help line for Damir Dzeko 's until-now-undocumented --referer option. @@ -805,7 +805,7 @@ alloca(). Pointed out by Gisle Vanem . -2000-04-04 Dan Harkless +2000-04-04 Dan Harkless * host.c (store_hostaddress): R. K. Owen's patch introduces a "left shift count >= width of type" warning on 32-bit @@ -858,7 +858,7 @@ (TOLOWER): Ditto. (TOUPPER): Ditto. -2000-03-10 Dan Harkless +2000-03-10 Dan Harkless * html.c (idmatch): Implemented checking of my new --follow-tags and --ignore-tags options. @@ -882,7 +882,7 @@ * wget.h: Added "#define EQ 0" so we can say "strcmp(a, b) == EQ". -2000-03-02 Dan Harkless +2000-03-02 Dan Harkless * ftp.c (ftp_loop_internal): Heiko introduced "suggest explicit braces to avoid ambiguous `else'" warnings. Eliminated them. @@ -948,7 +948,7 @@ specified, and we're are already at that depth, don't download the HTML file for parsing. -2000-03-01 Dan Harkless +2000-03-01 Dan Harkless * ftp.c (ftp_loop_internal): Call new downloaded_file() function, even though we don't do conversion on HTML files retrieved via @@ -980,11 +980,11 @@ * wget.h (boolean): Added this new typedef and TRUE and FALSE #defines. -2000-02-29 Dan Harkless +2000-02-29 Dan Harkless * version.c: Upped version to developer-only "1.5.3+dev". -2000-02-18 Dan Harkless +2000-02-18 Dan Harkless * init.c (backup_converted): Added this new option. diff --git a/src/main.c b/src/main.c index 271d5096..dda2ba92 100644 --- a/src/main.c +++ b/src/main.c @@ -329,7 +329,7 @@ main (int argc, char *const *argv) /* [Is the order of the option letters significant? If not, they should be alphabetized, like the long_options. The only thing I know for sure is that the options with required arguments must be followed by a ':'. - -- Dan Harkless ] */ + -- Dan Harkless ] */ while ((c = getopt_long (argc, argv, "\ hpVqvdkKsxmNWrHSLcFbEY:G:g:T:U:O:l:n:i:o:a:t:D:A:R:P:B:e:Q:X:I:w:", long_options, (int *)0)) != EOF) diff --git a/src/wget.h b/src/wget.h index a97bb5a2..42964411 100644 --- a/src/wget.h +++ b/src/wget.h @@ -224,7 +224,7 @@ char *xstrdup_debug PARAMS ((const char *, const char *, int)); /* [Is this weird hack really necessary on any compilers? No ANSI C compiler should complain about "extern const char *exec_name;" followed by "const char *exec_name;". Are we doing this for K&R compilers, or...?? - -- Dan Harkless ] */ + -- Dan Harkless ] */ #ifndef OPTIONS_DEFINED_HERE extern const char *exec_name; #endif -- 2.39.2