Commit Graph

1582 Commits

Author SHA1 Message Date
hniksic 6af41f62f0 [svn] Expand comment for strpbrk. 2005-06-23 06:52:06 -07:00
hniksic 5b48c4759b [svn] Fix treminology mismatch: tag->revision 2005-06-23 05:38:31 -07:00
hniksic 818e2ae7c0 [svn] Modify dist-wget to work with the subversion repository. 2005-06-23 05:30:56 -07:00
hniksic af91adf53f [svn] Comment addition. 2005-06-23 04:51:44 -07:00
hniksic c8ab47811a [svn] Document autogen.sh in README.checkout. 2005-06-22 18:14:09 -07:00
hniksic 72eda236da [svn] Replaced the non-standard Makefile.svn with autogen.sh. 2005-06-22 18:03:16 -07:00
hniksic 7aa009244b [svn] More annotations. 2005-06-22 17:17:27 -07:00
hniksic f00a78aa39 [svn] Add more annotations to the TODO list. 2005-06-22 15:32:33 -07:00
hniksic 5379a71966 [svn] Reorder the two new entries. 2005-06-22 14:53:05 -07:00
hniksic 3a322bbd98 [svn] Don't check for availability of C prototypes. Don't check for signal.h.
Don't check whether both time.h and sys/time.h can be included.
2005-06-22 13:39:23 -07:00
hniksic 74fbb03b10 [svn] Use bool type for boolean variables and values. 2005-06-22 12:38:10 -07:00
hniksic 19a1ffb2e9 [svn] Check for the C99 bool type and define it if missing. 2005-06-22 10:51:29 -07:00
hniksic b8c20f01bc [svn] Clarify the difference between this and sysdep.h. 2005-06-22 10:22:41 -07:00
hniksic 1a54af24e4 [svn] Remove reference to the no longer existent wget-cvs list. 2005-06-22 07:49:30 -07:00
hniksic 8736f63b75 [svn] Add the ChangeLogs from the 1.10 branch. 2005-06-22 07:39:55 -07:00
hniksic b198fb2612 [svn] Document the new windows ChangeLog. 2005-06-22 07:35:04 -07:00
hniksic a22dd3e43f [svn] Remove reference to the obsolete `wget-cvs' mailing list. 2005-06-22 07:31:35 -07:00
hniksic 0b38f3e3b0 [svn] Mention the Subversion repository. 2005-06-22 07:30:09 -07:00
hniksic 3fc2c2256e [svn] Use the more standard authorship phrase "and others". 2005-06-22 06:00:02 -07:00
hniksic ea34a4858a [svn] Updated config.sub and config.guess. 2005-06-22 05:54:26 -07:00
hniksic 04f3fdc577 [svn] Remove explicit vertical spacings from the manual. 2005-06-22 05:52:09 -07:00
hniksic d13615705a [svn] Update texinfo.tex with a non-prehistoric version. 2005-06-22 05:49:52 -07:00
hniksic 6f97d7144c [svn] Don't generate texi2pod.pl from texi2pod.pl.in. 2005-06-22 05:25:57 -07:00
hniksic 6809ee4f7d [svn] Change CVS references to subversion. Minor stylistic improvements. 2005-06-21 19:52:02 -07:00
hniksic e911bc2943 [svn] Remove the "lockable boolean" setting for passive_ftp. 2005-06-21 18:56:02 -07:00
hniksic 40c07f3e04 [svn] Use bitfields for booleans in struct cookie to save space. 2005-06-21 18:45:08 -07:00
hniksic 80c3fa1223 [svn] Also depend on config.h. 2005-06-21 18:32:32 -07:00
hniksic 976cc5bfca [svn] Define the IF_DEBUG macro. 2005-06-21 18:26:22 -07:00
hniksic 6895126a68 [svn] Fix crash with --no-cookies. 2005-06-21 18:06:48 -07:00
hniksic b317cb1c6d [svn] Expect existence of C89 functions, as well as of select and gettimeofday. 2005-06-21 18:01:12 -07:00
hniksic 63dcf343f1 [svn] Remove manual tracking of dependencies; instead, force a recompile when a header
file changes.
2005-06-21 16:21:48 -07:00
mtortonesi 79b1209c41 [svn] Updated French translation from TP. 2005-06-21 12:09:36 -07:00
mtortonesi 29d5fba452 [svn] Updated Dutch translation from TP. 2005-06-21 12:09:06 -07:00
mtortonesi 94ecb99158 [svn] Updated Russian translation from TP. 2005-06-21 12:08:23 -07:00
mtortonesi 402371d8ca [svn] Updated Catalan translation from TP. 2005-06-21 12:07:53 -07:00
mtortonesi de26dc446b [svn] Updated Vietnamese translation from TP. 2005-06-21 12:07:17 -07:00
mtortonesi 7727afa218 [svn] Updated Slovak translation from TP. 2005-06-21 10:13:41 -07:00
hniksic 20eaff76a6 [svn] Add ChangeLog entry. Renamed CVS -> Subversion in Makefile.svn instructions. 2005-06-21 04:16:12 -07:00
hniksic 76a8e39396 [svn] Replaced CVS with svn. 2005-06-21 04:01:08 -07:00
hniksic 38bc0295d4 [svn] Trivially rename "mapping" to "cell" and "non-empty" to "occupied" to
avoid confusion.
2005-06-20 08:00:39 -07:00
hniksic 7d48e6d057 [svn] Use #elif where appropriate to make chaining of #if ... #else ...
more readable.
2005-06-19 18:37:23 -07:00
hniksic 0f65283528 [svn] Revert style of function definitions to an older variant, to reduce
differences between this version and the one in INN.
2005-06-19 16:44:24 -07:00
hniksic 908d7a4bce [svn] Don't cast return type of malloc/realloc. Assume ANSI C signal handlers. 2005-06-19 16:03:27 -07:00
hniksic 277e840a0f [svn] Remove K&R support. 2005-06-19 15:34:58 -07:00
hniksic 9000d2b527 [svn] Fix "lockable boolean" error message. 2005-06-19 07:08:09 -07:00
hniksic ddd69b75f9 [svn] Mark version as post-1.10 CVS code base. 2005-06-19 06:50:41 -07:00
hniksic 613719687c [svn] Fix broken --save-headers. 2005-06-18 07:13:16 -07:00
hniksic 1805044ecd [svn] When -E is in use, check for file existence after appending ".html" to the
name and modify the file name if necessary.
2005-06-17 15:06:26 -07:00
hniksic 25cbd9f692 [svn] Fix typo in comment. 2005-06-17 11:30:05 -07:00
hniksic e2e349b2ca [svn] Stop using AI_ADDRCONFIG. 2005-06-17 09:48:29 -07:00