]> sjero.net Git - wget/log
wget
22 years ago[svn] Don't allow initial_length to exceed total_length.
hniksic [Thu, 11 Apr 2002 18:51:26 +0000 (11:51 -0700)]
[svn] Don't allow initial_length to exceed total_length.
Published in <sxssn62dq99.fsf@florida.arsdigita.de>.

22 years ago[svn] Convert URLs in <form action=...>.
hniksic [Thu, 11 Apr 2002 17:51:45 +0000 (10:51 -0700)]
[svn] Convert URLs in <form action=...>.
Published in <sxsit6yf7jo.fsf@florida.arsdigita.de>.

22 years ago[svn] Allow Wget to be compiled with a K&R compiler.
hniksic [Thu, 11 Apr 2002 17:49:32 +0000 (10:49 -0700)]
[svn] Allow Wget to be compiled with a K&R compiler.
Published in <sxszo0af9k6.fsf@florida.arsdigita.de>.

22 years ago[svn] Make sure directory and file names are encoded the same way.
hniksic [Thu, 11 Apr 2002 15:25:51 +0000 (08:25 -0700)]
[svn] Make sure directory and file names are encoded the same way.
Published in <sxsofgqmf6e.fsf@florida.arsdigita.de>.

22 years ago[svn] Warn against specifying passwords on the command line.
hniksic [Wed, 10 Apr 2002 21:42:16 +0000 (14:42 -0700)]
[svn] Warn against specifying passwords on the command line.
Published in <sxsu1qjp6y2.fsf@florida.arsdigita.de>.

22 years ago[svn] Remove the OPTIONS_DEFINED_HERE kludge.
hniksic [Wed, 10 Apr 2002 21:20:55 +0000 (14:20 -0700)]
[svn] Remove the OPTIONS_DEFINED_HERE kludge.
Published in <sxs4rijqmhv.fsf@florida.arsdigita.de>.

22 years ago[svn] Revert to calculating ETA based on average download speed.
hniksic [Wed, 10 Apr 2002 14:10:03 +0000 (07:10 -0700)]
[svn] Revert to calculating ETA based on average download speed.
Published in <sxspu17sl10.fsf@florida.arsdigita.de>.

22 years ago[svn] Keep updating a subinterval until it reaches or exceeds a watermark.
hniksic [Wed, 10 Apr 2002 09:24:28 +0000 (02:24 -0700)]
[svn] Keep updating a subinterval until it reaches or exceeds a watermark.
That way the measurement will be guaranteed to span a configurable
minimum of time.  The current default is 3s in 30 100ms intervals.

Published in <sxsu1qkszdb.fsf@florida.arsdigita.de>.

22 years ago[svn] Print the current download speed, rather than the average.
hniksic [Tue, 9 Apr 2002 22:10:01 +0000 (15:10 -0700)]
[svn] Print the current download speed, rather than the average.
Published in <sxs3cy4yacm.fsf@florida.arsdigita.de>.

22 years ago[svn] Fix for Borland's broken (on Win9X) `utime' function.
abbotti [Tue, 9 Apr 2002 18:29:54 +0000 (11:29 -0700)]
[svn] Fix for Borland's broken (on Win9X) `utime' function.
Submitted by Ian Abbott in <3CB33A8E.15259.1E52AF@localhost>.
(Based on original patch by Chin-yuan Kuo in
<20020321015049.16722.qmail@web16202.mail.tpe.yahoo.com>.)

22 years ago[svn] Propagate the result of ftp_retrieve_glob to the caller of ftp_loop.
hniksic [Mon, 8 Apr 2002 16:43:36 +0000 (09:43 -0700)]
[svn] Propagate the result of ftp_retrieve_glob to the caller of ftp_loop.
Published in <sxssn663zwl.fsf@florida.arsdigita.de>.

22 years ago[svn] windows/wget.dep: Updated several dependencies for object files.
abbotti [Tue, 26 Mar 2002 19:02:46 +0000 (11:02 -0800)]
[svn] windows/wget.dep: Updated several dependencies for object files.
Submitted by Ian Abbott in <3C9F8D7B.29428.14C99E8@localhost>.

22 years ago[svn] Updated several dependencies for object files.
abbotti [Tue, 26 Mar 2002 18:59:44 +0000 (10:59 -0800)]
[svn] Updated several dependencies for object files.
Submitted by Ian Abbott in <3C9F8BA4.19135.14568BF@localhost>.

22 years ago[svn] Removed conditional cruft in windows/config.h.* that was there for
abbotti [Wed, 20 Mar 2002 19:04:22 +0000 (11:04 -0800)]
[svn] Removed conditional cruft in windows/config.h.* that was there for
Unix-like systems.
Submitted by Ian Abbott in <3C98D4FD.23721.2823B6@localhost>.

22 years ago[svn] Dependcies update for src/mswindows.c.
abbotti [Wed, 20 Mar 2002 18:56:45 +0000 (10:56 -0800)]
[svn] Dependcies update for src/mswindows.c.
Submitted by Ian Abbott in <3C98D8C6.31335.36EB6F@localhost>.

22 years ago[svn] Migrated Borland compiler support to the free C++Builder compiler.
abbotti [Tue, 19 Mar 2002 18:20:01 +0000 (10:20 -0800)]
[svn] Migrated Borland compiler support to the free C++Builder compiler.

22 years ago[svn] Don't include netdb.h on windows.
abbotti [Mon, 18 Mar 2002 20:21:58 +0000 (12:21 -0800)]
[svn] Don't include netdb.h on windows.
Submitted by Ian Abbott in <3C964B8C.18942.D3115@localhost>.

22 years ago[svn] Renamed configure.bat to configure.bat.in.
abbotti [Wed, 13 Mar 2002 19:47:27 +0000 (11:47 -0800)]
[svn] Renamed configure.bat to configure.bat.in.
Added a rule to Makefile.in to construct configure.bat from configure.in
by copying the file and converting the line endings to MS-DOS format.
Submitted by Ian Abbott in <3C8E50BB.2967.518D2B@localhost>.

22 years ago[svn] Handle starting URL of recursing download being non-parsable.
hniksic [Tue, 19 Feb 2002 06:09:57 +0000 (22:09 -0800)]
[svn] Handle starting URL of recursing download being non-parsable.
Published in <sxszo26t33k.fsf@florida.arsdigita.de>.

22 years ago[svn] (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof(type) when calling
hniksic [Tue, 19 Feb 2002 05:32:59 +0000 (21:32 -0800)]
[svn] (DO_REALLOC_FROM_ALLOCA): Multiply with sizeof(type) when calling
xmalloc and memcpy.
Submitted by Andreas Damm in
<Pine.LNX.4.33.0202011632280.1281-200000@gate.rad-ab.u-net.com>.

22 years ago[svn] Only include Unix-specific includes #ifndef WINDOWS.
hniksic [Tue, 19 Feb 2002 05:25:42 +0000 (21:25 -0800)]
[svn] Only include Unix-specific includes #ifndef WINDOWS.

22 years ago[svn] Follow https links from http.
hniksic [Tue, 19 Feb 2002 05:23:35 +0000 (21:23 -0800)]
[svn] Follow https links from http.
Submitted by Christian Lackas in <20020211202444.GA20371@lackas.desy.de>.

22 years ago[svn] Add the necessary includes for compilation under FreeBSD.
hniksic [Tue, 19 Feb 2002 05:21:42 +0000 (21:21 -0800)]
[svn] Add the necessary includes for compilation under FreeBSD.
Submitted by Alan Eldridge in <200202130630.g1D6U3S07907@wwweasel.geeksrus.net>.

22 years ago[svn] when -c used, mark already fully retrieved file as successfully retrieved.
hniksic [Tue, 19 Feb 2002 05:18:43 +0000 (21:18 -0800)]
[svn] when -c used, mark already fully retrieved file as successfully retrieved.
Submitted by Ian Abbott in <3C6019F4.30803.FF43E9@localhost>.

22 years ago[svn] Don't treat '?' as a query string separator when parsing FTP URLs.
hniksic [Tue, 19 Feb 2002 05:09:14 +0000 (21:09 -0800)]
[svn] Don't treat '?' as a query string separator when parsing FTP URLs.
Published in <sxslmdqxdmq.fsf@florida.arsdigita.de>.

22 years ago[svn] Don't crash on <meta http-equiv=refresh>.
hniksic [Fri, 1 Feb 2002 03:34:31 +0000 (19:34 -0800)]
[svn] Don't crash on <meta http-equiv=refresh>.
Published in <sxshep1q3je.fsf@florida.arsdigita.de>.

22 years ago[svn] Enable compilation on Windows.
hniksic [Thu, 31 Jan 2002 02:23:04 +0000 (18:23 -0800)]
[svn] Enable compilation on Windows.
Submitted by Herold Heiko in
<B11A7CEC1675D511A3890002A551AD7C37D8AE@srvnt08.previnet.it>.

22 years ago[svn] Remove redirection cycle detection.
hniksic [Wed, 30 Jan 2002 19:12:20 +0000 (11:12 -0800)]
[svn] Remove redirection cycle detection.
Published in <sxs7kpzhcwa.fsf@florida.arsdigita.de>.

22 years ago[svn] Wrap numeric IPv6 addresses in square brackets when sending out HTTP
hniksic [Sat, 26 Jan 2002 23:19:10 +0000 (15:19 -0800)]
[svn] Wrap numeric IPv6 addresses in square brackets when sending out HTTP
`Host' header.
Published in <sxs7kq4vgzf.fsf@florida.arsdigita.de>.

22 years ago[svn] Allow all hex digits in IPv6 IP addresses.
hniksic [Sat, 26 Jan 2002 20:43:17 +0000 (12:43 -0800)]
[svn] Allow all hex digits in IPv6 IP addresses.
Published in <sxsofjgvo72.fsf@florida.arsdigita.de>.

22 years ago[svn] *** empty log message ***
hniksic [Sat, 26 Jan 2002 19:01:39 +0000 (11:01 -0800)]
[svn] *** empty log message ***

22 years ago[svn] Allow IPv6 numeric addresses in URLs.
hniksic [Sat, 26 Jan 2002 19:00:38 +0000 (11:00 -0800)]
[svn] Allow IPv6 numeric addresses in URLs.
Submitted in <sxsu1t9uedf.fsf@florida.arsdigita.de>.

22 years ago[svn] Various IPv6 fixes.
hniksic [Fri, 25 Jan 2002 03:34:23 +0000 (19:34 -0800)]
[svn] Various IPv6 fixes.
Submitted in <sxsd6zz2jf7.fsf@florida.arsdigita.de>.

22 years ago[svn] Fix some IPv6-related problems.
hniksic [Thu, 24 Jan 2002 06:19:35 +0000 (22:19 -0800)]
[svn] Fix some IPv6-related problems.
Submitted in <sxsg04w6zl6.fsf@florida.arsdigita.de>.

22 years ago[svn] Commit IPv6 support by Thomas Lussnig.
hniksic [Thu, 24 Jan 2002 05:45:54 +0000 (21:45 -0800)]
[svn] Commit IPv6 support by Thomas Lussnig.
Published in <sxsk7u8715e.fsf@florida.arsdigita.de>.

22 years ago[svn] Make -P work on Windows.
hniksic [Thu, 17 Jan 2002 01:03:33 +0000 (17:03 -0800)]
[svn] Make -P work on Windows.
Submitted by Ian Abbott in <3C447E8F.13424.16ED42@localhost>.

22 years ago[svn] Skip initial whitespace before testing for EOL.
hniksic [Thu, 17 Jan 2002 00:59:13 +0000 (16:59 -0800)]
[svn] Skip initial whitespace before testing for EOL.
Submitted in <sxsu1tl6bf2.fsf@florida.arsdigita.de>.

22 years ago[svn] New entry in MACHINES.
hniksic [Tue, 15 Jan 2002 16:41:56 +0000 (08:41 -0800)]
[svn] New entry in MACHINES.

22 years ago[svn] select the file descriptor only if no data is pending in SSL buffers.
hniksic [Tue, 15 Jan 2002 15:24:19 +0000 (07:24 -0800)]
[svn] select the file descriptor only if no data is pending in SSL buffers.
Submitted by tony@bluetail.com.
Published in <sxslmezocyp.fsf@florida.arsdigita.de>.

22 years ago[svn] New TODO entry.
hniksic [Tue, 15 Jan 2002 15:16:19 +0000 (07:16 -0800)]
[svn] New TODO entry.

22 years ago[svn] Strip trailing whitespace in header_process().
hniksic [Mon, 14 Jan 2002 15:17:34 +0000 (07:17 -0800)]
[svn] Strip trailing whitespace in header_process().
Published in <sxsadvh0xpz.fsf@florida.arsdigita.de>.

22 years ago[svn] URL-decode user and password in URL.
hniksic [Mon, 14 Jan 2002 13:26:16 +0000 (05:26 -0800)]
[svn] URL-decode user and password in URL.
Published in <sxsita52hg6.fsf@florida.arsdigita.de>.

22 years ago[svn] Handle links to relative "net locations," e.g. <a href="//www.server.com/">.
hniksic [Mon, 14 Jan 2002 01:56:40 +0000 (17:56 -0800)]
[svn] Handle links to relative "net locations," e.g. <a href="//www.server.com/">.

22 years ago[svn] Invalidate socket if get_contents encountered an error.
hniksic [Mon, 14 Jan 2002 01:39:16 +0000 (17:39 -0800)]
[svn] Invalidate socket if get_contents encountered an error.
Published in <sxsita54sqy.fsf@florida.arsdigita.de>.

22 years ago[svn] Bumped version number to 1.8.1+cvs.
hniksic [Sat, 29 Dec 2001 10:15:55 +0000 (02:15 -0800)]
[svn] Bumped version number to 1.8.1+cvs.

22 years ago[svn] Bump version to 1.8.1.
hniksic [Mon, 24 Dec 2001 21:02:25 +0000 (13:02 -0800)]
[svn] Bump version to 1.8.1.

22 years ago[svn] Update Makefiles to work with the Watcom compiler.
hniksic [Wed, 19 Dec 2001 18:23:10 +0000 (10:23 -0800)]
[svn] Update Makefiles to work with the Watcom compiler.
Submitted by Csaba Raduly in
<OF3811C9F2.6A82D4BC-ON80256B27.005FC6F1@uk.sophos>.

22 years ago[svn] Bump version.
hniksic [Wed, 19 Dec 2001 16:30:47 +0000 (08:30 -0800)]
[svn] Bump version.

22 years ago[svn] Bump version to 1.8.1-pre3.
hniksic [Wed, 19 Dec 2001 14:59:01 +0000 (06:59 -0800)]
[svn] Bump version to 1.8.1-pre3.

22 years ago[svn] Enqueue start_url in the canonical form.
hniksic [Wed, 19 Dec 2001 14:27:29 +0000 (06:27 -0800)]
[svn] Enqueue start_url in the canonical form.
Published in <sxsofkvi8zx.fsf@florida.arsdigita.de>.

22 years ago[svn] Check for requested verbosity in logputs.
hniksic [Wed, 19 Dec 2001 09:36:58 +0000 (01:36 -0800)]
[svn] Check for requested verbosity in logputs.
Published in <sxswuzjk0v6.fsf@florida.arsdigita.de>.

22 years ago[svn] Treat the "shortcut icon" link as inline.
hniksic [Wed, 19 Dec 2001 01:15:34 +0000 (17:15 -0800)]
[svn] Treat the "shortcut icon" link as inline.
Published in <sxsadwgko2q.fsf@florida.arsdigita.de>.

22 years ago[svn] Fix crash introduced by previous patch.
hniksic [Tue, 18 Dec 2001 22:20:14 +0000 (14:20 -0800)]
[svn] Fix crash introduced by previous patch.

22 years ago[svn] Descend into HTML files we've already downloaded.
hniksic [Tue, 18 Dec 2001 22:14:31 +0000 (14:14 -0800)]
[svn] Descend into HTML files we've already downloaded.

22 years ago[svn] Allow standalone compilation of html-parse.c.
hniksic [Tue, 18 Dec 2001 19:33:36 +0000 (11:33 -0800)]
[svn] Allow standalone compilation of html-parse.c.

22 years ago[svn] Propagate referrer information from retrieve_tree to retrieve_url.
hniksic [Tue, 18 Dec 2001 15:22:03 +0000 (07:22 -0800)]
[svn] Propagate referrer information from retrieve_tree to retrieve_url.
Submitted by Ian Abbott in <3C1F4BFE.17436.D2D7B2@localhost>.

22 years ago[svn] Bump version.
hniksic [Mon, 17 Dec 2001 17:04:27 +0000 (09:04 -0800)]
[svn] Bump version.

22 years ago[svn] Merged with current wget.pot.
hniksic [Mon, 17 Dec 2001 15:31:21 +0000 (07:31 -0800)]
[svn] Merged with current wget.pot.

22 years ago[svn] Rebuilt from current sources.
hniksic [Mon, 17 Dec 2001 15:30:48 +0000 (07:30 -0800)]
[svn] Rebuilt from current sources.

22 years ago[svn] Change 1.8 to 1.8.1.
hniksic [Mon, 17 Dec 2001 15:27:56 +0000 (07:27 -0800)]
[svn] Change 1.8 to 1.8.1.

22 years ago[svn] Bump version to 1.8.1-pre2.
hniksic [Mon, 17 Dec 2001 15:24:14 +0000 (07:24 -0800)]
[svn] Bump version to 1.8.1-pre2.

22 years ago[svn] Simplify indentation in sleep_between_retrievals.
hniksic [Mon, 17 Dec 2001 15:00:25 +0000 (07:00 -0800)]
[svn] Simplify indentation in sleep_between_retrievals.

22 years ago[svn] Use the new function `random_number' that doesn't depend on RAND_MAX
hniksic [Mon, 17 Dec 2001 14:05:08 +0000 (06:05 -0800)]
[svn] Use the new function `random_number' that doesn't depend on RAND_MAX
being defined.
Published in <sxsheqqq6xb.fsf@florida.arsdigita.de>.

22 years ago[svn] Undocument simple_host_check.
hniksic [Sun, 16 Dec 2001 18:05:34 +0000 (10:05 -0800)]
[svn] Undocument simple_host_check.

22 years ago[svn] Move path_simplify to url.c.
hniksic [Fri, 14 Dec 2001 15:46:00 +0000 (07:46 -0800)]
[svn] Move path_simplify to url.c.

22 years ago[svn] Fix error message when $WGETRC not found.
hniksic [Thu, 13 Dec 2001 19:19:03 +0000 (11:19 -0800)]
[svn] Fix error message when $WGETRC not found.
Published in <sxswuzrylnm.fsf@florida.arsdigita.de>.

22 years ago[svn] Don't abort when one URL references more than one file.
hniksic [Thu, 13 Dec 2001 19:18:31 +0000 (11:18 -0800)]
[svn] Don't abort when one URL references more than one file.
Published in <sxs1yhz0w1m.fsf@florida.arsdigita.de>.

22 years ago[svn] Check for conn->ssl before using ssl_iwrite.
hniksic [Thu, 13 Dec 2001 16:46:56 +0000 (08:46 -0800)]
[svn] Check for conn->ssl before using ssl_iwrite.

22 years ago[svn] Bump version.
hniksic [Thu, 13 Dec 2001 09:47:51 +0000 (01:47 -0800)]
[svn] Bump version.

22 years ago[svn] Bump version to 1.8.1-pre1.
hniksic [Thu, 13 Dec 2001 07:40:50 +0000 (23:40 -0800)]
[svn] Bump version to 1.8.1-pre1.

22 years ago[svn] Integrate updated translations from the Translation Project.
hniksic [Thu, 13 Dec 2001 07:38:14 +0000 (23:38 -0800)]
[svn] Integrate updated translations from the Translation Project.

22 years ago[svn] Mention 1.8.1.
hniksic [Thu, 13 Dec 2001 07:35:22 +0000 (23:35 -0800)]
[svn] Mention 1.8.1.

22 years ago[svn] Bump version in the docs to 1.8.1.
hniksic [Thu, 13 Dec 2001 07:30:31 +0000 (23:30 -0800)]
[svn] Bump version in the docs to 1.8.1.

22 years ago[svn] Fix the broken URLs that pointed to info.webcrawler.com to point to
hniksic [Thu, 13 Dec 2001 07:29:05 +0000 (23:29 -0800)]
[svn] Fix the broken URLs that pointed to info.webcrawler.com to point to
the new www.robotstxt.org site.

22 years ago[svn] Mark <embed href=...> as external.
hniksic [Thu, 13 Dec 2001 07:18:59 +0000 (23:18 -0800)]
[svn] Mark <embed href=...> as external.

22 years ago[svn] Cosmetic changes to get_urls_html.
hniksic [Wed, 12 Dec 2001 19:06:10 +0000 (11:06 -0800)]
[svn] Cosmetic changes to get_urls_html.

22 years ago[svn] Updated.
hniksic [Wed, 12 Dec 2001 18:34:19 +0000 (10:34 -0800)]
[svn] Updated.

22 years ago[svn] Rebuilt from the latest sources.
hniksic [Wed, 12 Dec 2001 18:32:31 +0000 (10:32 -0800)]
[svn] Rebuilt from the latest sources.

22 years ago[svn] Use "incomplete" rather than "relative".
hniksic [Wed, 12 Dec 2001 18:32:17 +0000 (10:32 -0800)]
[svn] Use "incomplete" rather than "relative".

22 years ago[svn] Rebuilt from the latest sources.
hniksic [Wed, 12 Dec 2001 18:30:24 +0000 (10:30 -0800)]
[svn] Rebuilt from the latest sources.

22 years ago[svn] Minor doc update.
hniksic [Wed, 12 Dec 2001 17:01:26 +0000 (09:01 -0800)]
[svn] Minor doc update.

22 years ago[svn] Break up collect_tags_mapper into several functions.
hniksic [Wed, 12 Dec 2001 15:43:01 +0000 (07:43 -0800)]
[svn] Break up collect_tags_mapper into several functions.
Published in <sxsg06gla1h.fsf@florida.arsdigita.de>.

22 years ago[svn] Windows update from Herold Heiko.
hniksic [Wed, 12 Dec 2001 11:33:04 +0000 (03:33 -0800)]
[svn] Windows update from Herold Heiko.

22 years ago[svn] Improve OpenSSL autodetection.
hniksic [Wed, 12 Dec 2001 08:30:03 +0000 (00:30 -0800)]
[svn] Improve OpenSSL autodetection.
Published in <sxsitbcon7w.fsf@florida.arsdigita.de>.

22 years ago[svn] Upgrade to libtool 1.4.2.
hniksic [Tue, 11 Dec 2001 10:38:34 +0000 (02:38 -0800)]
[svn] Upgrade to libtool 1.4.2.

22 years ago[svn] Use a typedef for IPv4 address.
hniksic [Tue, 11 Dec 2001 08:32:58 +0000 (00:32 -0800)]
[svn] Use a typedef for IPv4 address.
Published in <sxsn10qrwbj.fsf@florida.arsdigita.de>.

22 years ago[svn] Explain how to get the cookie file from IE.
hniksic [Tue, 11 Dec 2001 08:15:11 +0000 (00:15 -0800)]
[svn] Explain how to get the cookie file from IE.

22 years ago[svn] Handle @asis in table.
hniksic [Tue, 11 Dec 2001 08:11:39 +0000 (00:11 -0800)]
[svn] Handle @asis in table.

22 years ago[svn] Be more specific when checking for Solaris MD5.
hniksic [Tue, 11 Dec 2001 06:20:22 +0000 (22:20 -0800)]
[svn] Be more specific when checking for Solaris MD5.
Published in <sxs667ep9bu.fsf@florida.arsdigita.de>.

22 years ago[svn] Fix obvious memory leaks in the VMS directory parser.
hniksic [Tue, 11 Dec 2001 05:29:52 +0000 (21:29 -0800)]
[svn] Fix obvious memory leaks in the VMS directory parser.
Published in <sxsadwqpbo1.fsf@florida.arsdigita.de>.

22 years ago[svn] Describe all the Wget mailing lists.
hniksic [Tue, 11 Dec 2001 00:36:13 +0000 (16:36 -0800)]
[svn] Describe all the Wget mailing lists.

22 years ago[svn] Updated translation.
hniksic [Mon, 10 Dec 2001 09:44:26 +0000 (01:44 -0800)]
[svn] Updated translation.

22 years ago[svn] Rebuilt wget.pot.
hniksic [Mon, 10 Dec 2001 09:42:00 +0000 (01:42 -0800)]
[svn] Rebuilt wget.pot.

22 years ago[svn] Logging system bugfixes and improvements.
hniksic [Mon, 10 Dec 2001 05:31:45 +0000 (21:31 -0800)]
[svn] Logging system bugfixes and improvements.
Published in <sxsofl7vdyo.fsf@florida.arsdigita.de>.

22 years ago[svn] Doc update in read_whole_line.
hniksic [Mon, 10 Dec 2001 03:34:48 +0000 (19:34 -0800)]
[svn] Doc update in read_whole_line.

22 years ago[svn] Restore sanity check in address_list_set_faulty.
hniksic [Mon, 10 Dec 2001 02:33:08 +0000 (18:33 -0800)]
[svn] Restore sanity check in address_list_set_faulty.

22 years ago[svn] Rename long_to_string to number_to_string, and make it return a useful
hniksic [Mon, 10 Dec 2001 02:29:12 +0000 (18:29 -0800)]
[svn] Rename long_to_string to number_to_string, and make it return a useful
value.

22 years ago[svn] Minor fix for path_simplify.
hniksic [Mon, 10 Dec 2001 02:12:17 +0000 (18:12 -0800)]
[svn] Minor fix for path_simplify.
Submitted in <sxsheqzx1qv.fsf@florida.arsdigita.de>.

22 years ago[svn] Rewrite path_simplify.
hniksic [Mon, 10 Dec 2001 01:58:37 +0000 (17:58 -0800)]
[svn] Rewrite path_simplify.
Published in <sxspu5nx2yi.fsf@florida.arsdigita.de>.

22 years ago[svn] Would abort when given invalid progress type.
hniksic [Sun, 9 Dec 2001 22:25:34 +0000 (14:25 -0800)]
[svn] Would abort when given invalid progress type.
Published in <sxsg06kxc9g.fsf@florida.arsdigita.de>.