1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00
Commit Graph

528 Commits

Author SHA1 Message Date
Micah Cowan
e760334581 Bring up-to-date with gettext. 2007-10-09 10:00:50 -07:00
Micah Cowan
a97661b70f Credit Ralf Wildenhues in AUTHORS, manual's Contributors section. 2007-10-08 12:29:48 -07:00
Micah Cowan
a20684d374 Abbreviated ChangeLog entries for Makefile.am conversions. 2007-10-05 17:58:24 -07:00
Micah Cowan
f74f24c031 Adjustments to po/Makefile.in.in for automake. 2007-10-05 15:24:20 -07:00
Micah Cowan
9f96025c7b Removed autogen.sh. 2007-10-05 15:17:44 -07:00
Micah Cowan
f8ab4aa89c Update config.guess, config.sub, install-sh. 2007-10-05 15:13:59 -07:00
Micah Cowan
568caf4ae2 NEWS: content_disposition is experimental. 2007-10-03 11:33:50 -07:00
Micah Cowan
e88e599ea9 Note missing functionality from current GnuTLS support. 2007-10-03 11:31:55 -07:00
Micah Cowan
1c677674ec Added changelog entries. 2007-10-02 21:35:45 -07:00
Micah Cowan
29dea5f7d7 Removed TODO 2007-09-13 00:36:09 -07:00
Micah Cowan
ec4f9ffcd4 AUTHORS <- Micah 2007-09-12 22:16:48 -07:00
micah
4358313069 [svn] Fix #20322 - Use timestamp from most recent response. 2007-08-29 20:35:49 -07:00
micah
676da61f1d [svn] Added spider.c to POTFILES.in; fixed use of gettext with plural forms. 2007-08-26 16:03:58 -07:00
micah
66bf612188 [svn] po/no.po has been replaced by po/nb.po. 2007-08-24 03:24:54 -07:00
micah
36fc2d6d66 [svn] Exclude .svn/* from distribution. 2007-08-22 22:03:23 -07:00
micah
e8c44c9ebc [svn] Fix #20736: wget.m4 adjustments (m4 quotation)
Also, fixed " <at> " to "@" in attribution for fix of #20735.
2007-08-16 01:32:07 -07:00
micah
fb7fc237f7 [svn] Fix for #20659 - Content-Disposition off by default. 2007-08-08 00:30:26 -07:00
micah
13117dc9a5 [svn] Fix for bug #20321: --with-libssl-prefix=<path> ignores its argument 2007-08-07 13:00:45 -07:00
micah
898c91ccab [svn] NEWS re new --max-redirect option. 2007-07-29 19:14:36 -07:00
micah
c17f57f1fa [svn] Fix for bug #20296: User:pass@ given in Referer header. 2007-07-29 18:22:34 -07:00
micah
8ab8c0ca8e [svn] Forgot to mention NEWS change in ChangeLog. 2007-07-29 17:30:10 -07:00
micah
2c1dbb62a4 [svn] Removed reference to wget.sunsite.dk from util/wget.spec. 2007-07-10 02:04:45 -07:00
micah
4d7c5e087b [svn] Merge of fix for bugs 20341 and 20410. 2007-07-09 22:53:22 -07:00
mtortonesi
32c11ffe36 [svn] Fixed a DESTDIR-related bug. 2006-08-28 02:42:05 -07:00
mtortonesi
563c9ee034 [svn] Added DESTDIR=\'\' to MAKEDEFS in top-dir Makefile.in. 2006-07-17 02:23:59 -07:00
mtortonesi
1c7493b83e [svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes for 64-bit platforms. Updated copyright and maintainer information. 2006-07-14 06:25:50 -07:00
hniksic
79f66dfd15 [svn] Don't check strtoimax. 2006-06-27 03:56:22 -07:00
hniksic
c90e4f9c1a [svn] Parse Content-Disposition better. Implement memrchr where missing. 2006-02-28 11:27:52 -08:00
hniksic
3e145c6018 [svn] Use uintptr_t instead of unsigned long for integer representation of pointers. 2005-11-19 11:35:02 -08:00
mtortonesi
b285d8070b [svn] Improved support for unit testing 2005-11-02 07:48:45 -08:00
mtortonesi
74415a7585 [svn] Added basic support for unit testing 2005-10-27 07:13:40 -07:00
hniksic
96aa9c1a06 [svn] Abort configure if --with-ssl given but SSL unavailable. Use HAVE_LIBSSL
and HAVE_LIBGNUTLS symbols provided by AC_LIB_HAVE_LINKFLAGS instead of
inventing new ones.
By Stepan Kasal.
2005-08-26 05:02:04 -07:00
hniksic
f25d593c16 [svn] If strtoll is not present, check for strtoimax and use it where available.
If neither is present, define own strtoll.
2005-08-11 14:18:56 -07:00
hniksic
7790048691 [svn] Remove -Wno-implicit from default GCC flags. 2005-07-08 06:40:44 -07:00
hniksic
5b52e5658d [svn] Use vasprintf where available. 2005-07-08 00:33:05 -07:00
hniksic
ff751683a2 [svn] Unify Windows-related config.h files into windows/config.h and
windows/config-compiler.h.
2005-07-06 15:09:50 -07:00
hniksic
7eec713e10 [svn] Don't check for setjmp.h. 2005-07-06 14:04:06 -07:00
hniksic
bfbd0d35e9 [svn] Also use @LIBGNUTLS@ to build LIBS. 2005-07-06 09:33:24 -07:00
hniksic
cca63ff3f1 [svn] Add GnuTLS support. 2005-07-04 17:16:46 -07:00
hniksic
1850c8ff95 [svn] Include src/ptimer.c in POTFILES.in. 2005-07-03 06:37:29 -07:00
hniksic
7124619cb9 [svn] Mention in message that the "GNU" md5 implementation is in fact built-in to
Wget.
2005-06-30 18:23:03 -07:00
hniksic
cf48fcc2bb [svn] Unconditionally include locale.h. 2005-06-29 14:45:44 -07:00
hniksic
e95b5d6e44 [svn] Fix check for OpenSSL MD5. 2005-06-29 14:41:15 -07:00
hniksic
f86c13a950 [svn] Require Autoconf 2.59. 2005-06-28 17:13:45 -07:00
hniksic
b8456c0fb4 [svn] Use *rand48 where available. 2005-06-28 15:22:10 -07:00
hniksic
48e00fb656 [svn] Use the proper GPL header. 2005-06-26 14:50:08 -07:00
hniksic
b79e5bb0d3 [svn] Don't clean .libs, which is no longer being generated. 2005-06-25 07:31:03 -07:00
hniksic
00196c4303 [svn] Don't split the sed invocation over multiple lines. 2005-06-24 15:52:59 -07:00
hniksic
d197a09c74 [svn] Don't generate configure.bat, just use it. 2005-06-24 15:39:56 -07:00
mtortonesi
3c50d7ca9a [svn] Updated ChangeLog for config.rpath patch. 2005-06-24 09:34:06 -07:00
hniksic
d225cf6087 [svn] Move the large file check further up. Only check for endianness if GNU md5
is used (it being the only file that needs endianness information).
2005-06-24 08:49:37 -07:00
hniksic
b47ea7c8c4 [svn] Don't indent #include lines. 2005-06-24 08:10:44 -07:00
hniksic
9aff5d6cfd [svn] Enable turning off SSL. 2005-06-24 06:48:31 -07:00
hniksic
94c194948f [svn] Remove the aclocal.m4 dependencies. 2005-06-24 06:34:30 -07:00
hniksic
d29ecdb0e3 [svn] Include m4/*.m4 from configure.in. 2005-06-24 06:29:46 -07:00
hniksic
38a79fc2a0 [svn] Use AC_LIB_HAVE_LINKFLAGS instead of AC_LIB_LINKFLAGS when checking for
library functions.
2005-06-24 06:23:02 -07:00
hniksic
6ea7e4fd23 [svn] Don't check for strpbrk and mktime. 2005-06-23 08:37:56 -07:00
hniksic
818e2ae7c0 [svn] Modify dist-wget to work with the subversion repository. 2005-06-23 05:30:56 -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
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
19a1ffb2e9 [svn] Check for the C99 bool type and define it if missing. 2005-06-22 10:51:29 -07:00
hniksic
a22dd3e43f [svn] Remove reference to the obsolete `wget-cvs' mailing list. 2005-06-22 07:31:35 -07:00
hniksic
ea34a4858a [svn] Updated config.sub and config.guess. 2005-06-22 05:54:26 -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
20eaff76a6 [svn] Add ChangeLog entry. Renamed CVS -> Subversion in Makefile.svn instructions. 2005-06-21 04:16:12 -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
5322ad1924 [svn] Test for the OpenSSL includes we actually use. 2005-05-10 13:51:17 -07:00
hniksic
cb6c0c4f50 [svn] Don't print the line with the comment about running autoheader. 2005-05-06 08:30:35 -07:00
hniksic
64e70c99bf [svn] Fix the build for systems without makeinfo. 2005-05-06 08:26:36 -07:00
hniksic
ce381136b6 [svn] Mention that make install requires root. 2005-05-02 05:34:03 -07:00
hniksic
72fc6002d8 [svn] Don't set ipv6 to yes only because struct sockaddr_in6 was found. Stop the
rest of the IPv6 checks when one check fails.  Abort if IPv6 was explicitly
requested, but not found.
2005-04-29 05:17:25 -07:00
hniksic
a4b51a6998 [svn] Use MAKEDIR for make clean as well. 2005-04-28 10:13:30 -07:00
hniksic
b5a5f0f6c2 [svn] Don't delete executables other than wget.exe.
CV: ---------------------------------------------------------------------.
2005-04-28 10:09:42 -07:00
hniksic
323d9c8b49 [svn] Advertise new-style syntax --no-dns-cache instead of --dns-cache=off. 2005-04-28 10:02:50 -07:00
hniksic
27d444e11f [svn] Don't suppress unreachable code warning. 2005-04-28 09:55:47 -07:00
hniksic
c5eaa7e045 [svn] Mention --disable-ntlm in INSTALL. 2005-04-28 03:13:22 -07:00
mtortonesi
e815fe81a0 [svn] Add the --user, --password, --ftp-user and --ftp-password options.
Rename the --ftp-passwd, --http-passwd and --proxy-passwd options to
--ftp-password, --http-password and --proxy-password respectively.
Deprecate the login and passwd .wgetrc commands.
2005-04-27 14:30:22 -07:00
hniksic
e65a2cbff8 [svn] Added Esperanto translation. 2005-04-22 06:58:44 -07:00
hniksic
68be8e657d [svn] Added the Vietnamese translation. 2005-04-21 08:44:56 -07:00
hniksic
d4b7d4b1a4 [svn] Removed MACHINES. 2005-04-18 13:21:04 -07:00
hniksic
ab05800310 [svn] Check for all SSL headers that Wget uses. 2005-04-08 02:47:31 -07:00
hniksic
6962636b30 [svn] Include ptimer.c in Windows builds. 2005-04-08 02:19:39 -07:00
hniksic
36c5be475e [svn] Check if -lrt needs to be used when using clock_gettime. 2005-04-07 16:41:08 -07:00
hniksic
2ba46fa2dd [svn] Don't automatically run autoheader. 2005-04-07 16:11:46 -07:00
hniksic
52ad80309f [svn] Added NTLM support. 2005-04-06 13:42:22 -07:00
hniksic
1c942b02b0 [svn] Updated POTFILES.in. 2005-03-23 09:42:27 -08:00
hniksic
3cb4f464c4 [svn] Reenable warnings under Borland C, disabling only specific warnings.
Generate Pentium Pro code by default.
2005-03-05 18:25:12 -08:00
hniksic
16c53cdf93 [svn] Improve handling of numeric hosts when ENABLE_IPV6.
Published in <87psyr6jn7.fsf@xemacs.org>.
2005-03-04 11:21:02 -08:00
hniksic
b3e6d3841e [svn] Upgrade to libtool 1.5.14. 2005-02-25 14:05:50 -08:00
hniksic
17421d0a9f [svn] Libtool updated to 1.5.8. 2005-02-23 14:29:33 -08:00
hniksic
ef22bf610a [svn] Large file support added. Published in <87psyr6jn7.fsf@xemacs.org>. 2005-02-23 14:21:04 -08:00
mtortonesi
046ff43f1b [svn] Updated Italian translation. 2005-02-18 18:10:24 -08:00
mtortonesi
14645396e2 [svn] Fixed a timeout problem in src/retr.c:fd_read_body when using http_proxy. 2004-11-18 13:05:30 -08:00
mtortonesi
1268028a0a [svn] merged YAMAZAKI Makoto's patch fixing termination by assertion bug in netrc parsing. 2004-11-15 13:13:50 -08:00
hniksic
713ecfdca6 [svn] Various fixes by David Fritz.
* windows/Makefile.src.bor: Fix broken build rule.  Add clean target.

	* windows/Makefile.top.bor: Use tabs instead of spaces.  Ignore
	errors in clean rules.  Use lowercase filenames when building
	distribution .zip archive.

	* windows/config.h.bor:  Don't define HAVE_UINT32_T.

	* windows/Makefile.doc: Fix remaining instance of build rules
	indented with spaces instead of tabs.

	* windows/Makefile.src: Update copyright year.

	* windows/Makefile.top: Update copyright year.

	* windows/config.h.mingw (WGET_USE_STDARG, HAVE_SIG_ATOMIC_T): Define.

	* windows/config.h.ms (HAVE_STRPBRK, HAVE_LIMITS_H)
	(HAVE_LOCALE_H): Define.

	* windows/Makefile.watcom: Add /I. to CFLAGS.  Remove reference to
	specific Wget version from linker flags.  Add missing
	dependencies.
2004-05-09 14:08:38 -07:00
hniksic
2bebfdb844 [svn] Cleanup Windows Makefiles and README.
Submitted by David Fritz.
2004-02-12 10:09:10 -08:00
hniksic
084dd20514 [svn] Don't check for AI_V4MAPPED and AI_ALL. 2003-11-26 14:46:13 -08:00
hniksic
795614dcbb [svn] Check for struct sockaddr_storage. 2003-11-26 09:20:23 -08:00
hniksic
ee566b5b33 [svn] Use a more standard checking message when checking for md5.h. 2003-11-11 16:50:00 -08:00
hniksic
91dc96f8d6 [svn] Use : instead of true. 2003-11-11 16:43:38 -08:00
hniksic
6f3dbca0c5 [svn] Better INT_MAX and UCHAR_MAX checks. 2003-11-11 16:42:09 -08:00
hniksic
2200c78ef6 [svn] Use AC_COMPILE_IFELSE instead of AC_TRY_COMPILE. 2003-11-10 06:13:18 -08:00
hniksic
92957a0ee2 [svn] Use AC_CHECK_TYPES to check for struct utimbuf. 2003-11-10 05:48:53 -08:00
hniksic
591adcf316 [svn] Respect the user's LINGUAS setting at configure time. 2003-11-08 17:23:05 -08:00
hniksic
35e205ef2f [svn] Don't attempt to use Emacs as a susbtitute for makeinfo. 2003-11-08 16:24:56 -08:00
hniksic
3ad652868c [svn] Remove explicit version from README. 2003-11-07 07:03:56 -08:00
hniksic
c98125f4ba [svn] Update to libtool 1.5. 2003-11-05 07:51:07 -08:00
hniksic
0f411ba0ce [svn] MSVC doesn't support uint32_t. 2003-11-05 07:44:20 -08:00
hniksic
727e91a291 [svn] Remove the broken check for socks. 2003-11-05 06:05:04 -08:00
hniksic
d518b6c14d [svn] Substitute ANSI2KNR again. 2003-11-05 06:03:31 -08:00
hniksic
be85e2d23f [svn] Use the standard AC_C_PROTOTYPES macro. 2003-11-05 04:24:53 -08:00
hniksic
dc9688e13a [svn] Use the new form of AC_OUTPUT. 2003-11-04 08:13:44 -08:00
hniksic
bb02d98f98 [svn] Invoke autoheader. 2003-11-04 08:12:25 -08:00
hniksic
9922737a81 [svn] Require Autoconf 2.57. 2003-11-04 07:28:41 -08:00
hniksic
e75d817c09 [svn] Use autoheader to generate config.h.in. 2003-11-04 07:28:18 -08:00
hniksic
846fe246ae [svn] Consistently use AC_MSG_NOTICE where appropriate. 2003-11-04 06:17:33 -08:00
hniksic
f4cbba565e [svn] Only set a flag in the SIGWINCH handler. 2003-11-04 05:37:14 -08:00
hniksic
8b3985dd30 [svn] Doc fix. 2003-11-03 17:43:33 -08:00
hniksic
4f74ab0f44 [svn] Move some checks to aclocal.m4. 2003-11-03 17:05:06 -08:00
hniksic
c1096ce501 [svn] Use AC_MSG_NOTICE instead of echo. 2003-11-03 16:08:32 -08:00
hniksic
e1f26e22db [svn] Check whether #include <md5.h> works before deciding to use the Solaris
system md5 library.
2003-11-03 15:51:56 -08:00
hniksic
829572d773 [svn] Check for nanosleep in -lrt and -lposix4. 2003-11-03 14:46:15 -08:00
hniksic
8cd9b4cd8a [svn] New function xsleep that resumes sleeps interrupted by signals
on systems that support nanosleep.
2003-11-03 13:57:04 -08:00
hniksic
41f850165a [svn] Create configure.bat in $srcdir. 2003-10-31 15:20:35 -08:00
hniksic
f72999dde9 [svn] Reenable configure.in autodetection. 2003-10-30 11:11:03 -08:00
hniksic
c81651f4c1 [svn] Change u_int32_t to uint32_t. 2003-10-25 18:41:56 -07:00
hniksic
ac091896b6 [svn] Reenable compilation under Watcom C.
By Chin-yuan Kuo.
2003-10-25 17:35:15 -07:00
hniksic
62304c5611 [svn] Fix compilation under Borland.
By Chin-yuan Kuo.
2003-10-25 17:28:04 -07:00
hniksic
524cc47d84 [svn] Support for MINGW compilation.
By Chin-yuan Kuo.
2003-10-25 17:19:07 -07:00
hniksic
9e4443571f [svn] Keep configure.bat in the distribution. 2003-10-23 08:32:04 -07:00
hniksic
f365518811 [svn] Delete libtool' from make distclean'. 2003-10-21 03:38:29 -07:00
hniksic
ca5c9e5911 [svn] Don't check for int32_t. 2003-10-16 07:23:48 -07:00
hniksic
f58c6774e4 [svn] Provide the support for int32_t and u_int32_t. 2003-10-10 19:27:41 -07:00
hniksic
37e70109a4 [svn] Prefer gettext with explicitly linked libintl, so non-standard libintl's
get picked up along with their includes.
2003-10-10 06:02:56 -07:00
hniksic
1f87d90f07 [svn] Imported updates from the TP. 2003-10-09 16:27:41 -07:00
hniksic
d0e36f1261 [svn] Remove references to fnmatch.c from Windows Makefiles. 2003-10-09 05:21:56 -07:00
hniksic
ec3f8b3d27 [svn] Updates from the TP. 2003-10-08 16:19:58 -07:00
hniksic
07fb4d78a7 [svn] Recreated wget.pot. 2003-10-08 08:23:48 -07:00
hniksic
38ea4d5dad [svn] Renamed DEBUG to ENABLE_DEBUG. 2003-10-07 17:05:51 -07:00
hniksic
57de5c1967 [svn] Moved libtool M4 stuff to a separate libtool.m4 file. 2003-10-03 15:24:48 -07:00
hniksic
29fbb83b00 [svn] Updates from the Translation Project. 2003-10-01 14:50:08 -07:00
hniksic
ef9f5640e4 [svn] Updated Croatian translation. 2003-10-01 13:28:52 -07:00
hniksic
708a962eba [svn] Added src/convert.c to POTFILES.in. 2003-10-01 13:01:22 -07:00
hniksic
c1f92cae25 [svn] Typo fix. By Herold Heiko. 2003-09-30 13:43:21 -07:00
hniksic
700df4394e [svn] Fixes to support out of the box compilation on various Windows compilers.
By Gisle Vanem.
2003-09-25 15:39:37 -07:00
hniksic
d0c4347710 [svn] Commit Herold's Makefile.src OBJ list update. 2003-09-25 15:34:00 -07:00
hniksic
845a0988b1 [svn] Remove .libs directory when cleaning up. 2003-09-23 13:10:59 -07:00
hniksic
69678f03d7 [svn] Remove autom4te.cache. 2003-09-23 12:44:35 -07:00
hniksic
2981313f3e [svn] Install latest mkinstalldirs and install-sh from Autoconf 2.57. 2003-09-16 18:53:28 -07:00
hniksic
c0d4da1fb7 [svn] Upgrade to libtool 1.4.3. (Upgrade to 1.5 can wait.) 2003-09-16 18:49:28 -07:00
hniksic
89af409509 [svn] Updated config.sub and config.guess from Autoconf 2.57. 2003-09-16 18:36:51 -07:00
hniksic
df117e2a10 [svn] Fix portable echo handling under Bash. 2003-09-16 07:35:20 -07:00
hniksic
1fe6a63e01 [svn] Change AC_CHECK_FUNC(getaddrinfo...) to AC_CHECK_FUNCS, which automatically
defines HAVE_GETADDRINFO.
2003-09-16 05:41:33 -07:00
hniksic
f5c82a6468 [svn] Added proper IPv6 configure detection.
By Mauro Tortonesi.
2003-09-16 05:24:29 -07:00
hniksic
1c351bd6cf [svn] Don't generate configure.bat by default. 2003-09-15 16:40:10 -07:00
hniksic
cd8b1259f1 [svn] IPv6 configure auto-detection. 2003-09-09 12:30:45 -07:00
hniksic
564f6aa349 [svn] Additional M4 quoting by Maciej. 2003-09-05 12:33:44 -07:00
hniksic
13d5d2ed73 [svn] *** empty log message *** 2003-09-04 14:30:15 -07:00
abbotti
c32cdd64ea [svn] Define WGET_USE_STDARG in windows/config.h.bor.
Published in <51q4fusuim84mvtj1btg9qv5spa4772939@farscape.privy.mev.co.uk>.
2002-05-27 10:17:40 -07:00
hniksic
f97f3ef416 [svn] Don't #define __STDC__ against the compiler's will.
Published in <sxsptzr64ea.fsf@florida.munich.redhat.com>.
2002-05-19 17:38:14 -07:00
hniksic
b2be7522c7 [svn] Update the license to include the OpenSSL exception. 2002-05-17 19:16:36 -07:00
abbotti
7a6bf2477d [svn] Fix broken MSVC compile.
Submitted by Ian Abbott in <3CC5D023.4305.2F710A@localhost>.
2002-04-23 13:25:52 -07:00
hniksic
40dcdf528c [svn] Install update from TP. 2002-04-20 13:43:44 -07:00
abbotti
56698ffd1d [svn] Updated dependencies of connect$o to include utils.h 2002-04-15 12:10:23 -07:00
hniksic
5f79fa69a1 [svn] Update .po files from the TP. 2002-04-15 09:16:09 -07:00
hniksic
af832a1419 [svn] Changed `Project-Id' to just "wget". 2002-04-15 06:58:01 -07:00
abbotti
c528253f96 [svn] Removed pre-compiled header options. 2002-04-12 09:18:23 -07:00
abbotti
4510858d9b [svn] Account for Borland not defining __STDC__ when Borland's extensions are
enabled and define it anyway.
2002-04-12 09:14:30 -07:00
hniksic
0cd669109b [svn] Implement connect timeout.
Published in <sxs1ydld8ha.fsf@florida.arsdigita.de>.
2002-04-11 18:14:18 -07:00
abbotti
c3c1c24f5c [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>.)
2002-04-09 11:29:54 -07:00
abbotti
198eac4882 [svn] windows/wget.dep: Updated several dependencies for object files.
Submitted by Ian Abbott in <3C9F8D7B.29428.14C99E8@localhost>.
2002-03-26 11:02:46 -08:00
abbotti
199676dbcb [svn] Removed conditional cruft in windows/config.h.* that was there for
Unix-like systems.
Submitted by Ian Abbott in <3C98D4FD.23721.2823B6@localhost>.
2002-03-20 11:04:22 -08:00
abbotti
9f485af560 [svn] Dependcies update for src/mswindows.c.
Submitted by Ian Abbott in <3C98D8C6.31335.36EB6F@localhost>.
2002-03-20 10:56:45 -08:00
abbotti
e3d711545b [svn] Migrated Borland compiler support to the free C++Builder compiler. 2002-03-19 10:20:01 -08:00
abbotti
afd2ed9f39 [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>.
2002-03-13 11:47:27 -08:00
hniksic
2e587c82ed [svn] New entry in MACHINES. 2002-01-15 08:41:56 -08:00
hniksic
33c0e509e0 [svn] Update Makefiles to work with the Watcom compiler.
Submitted by Csaba Raduly in
<OF3811C9F2.6A82D4BC-ON80256B27.005FC6F1@uk.sophos>.
2001-12-19 10:23:10 -08:00
hniksic
e58047ac10 [svn] Integrate updated translations from the Translation Project. 2001-12-12 23:38:14 -08:00
hniksic
b0ab325703 [svn] Improve OpenSSL autodetection.
Published in <sxsitbcon7w.fsf@florida.arsdigita.de>.
2001-12-12 00:30:03 -08:00
hniksic
aa76fd748c [svn] Upgrade to libtool 1.4.2. 2001-12-11 02:38:34 -08:00
hniksic
bad01ccf81 [svn] Be more specific when checking for Solaris MD5.
Published in <sxs667ep9bu.fsf@florida.arsdigita.de>.
2001-12-10 22:20:22 -08:00
hniksic
057eb9d671 [svn] Update from the translator. 2001-12-08 14:37:10 -08:00
hniksic
34cb1f1245 [svn] Merged updates from the TP. 2001-12-07 19:11:26 -08:00
hniksic
9c55bcdb23 [svn] PO file update from the TP. 2001-12-06 03:28:43 -08:00
hniksic
4e5bbd646b [svn] Various progress-bar related fixes.
Published in <sxspu5slja3.fsf@florida.arsdigita.de>.
2001-12-06 02:45:27 -08:00
hniksic
a2021ea2c7 [svn] Merged updates from TP. 2001-12-05 17:20:17 -08:00
hniksic
f70c9c6ede [svn] Windows update from Herold Heiko. 2001-12-04 02:33:18 -08:00
hniksic
e8f4bc1fae [svn] Updated Croatian translation. 2001-12-01 09:45:16 -08:00
hniksic
a3d3d452ab [svn] Make the MD5 references even more generic.
Use OpenSSL's MD5 where available.
Published in <sxsg06x4f41.fsf@florida.arsdigita.de>.
2001-11-29 10:17:54 -08:00
hniksic
d4c6949a05 [svn] Use rand instead of random.
Published in <sxsu1vgataq.fsf@florida.arsdigita.de>.
2001-11-27 11:49:28 -08:00
hniksic
54204251bf [svn] Updated po/hr.po. 2001-11-27 05:04:10 -08:00
hniksic
7175ea4a12 [svn] Check for random.
Published in <sxs4rngh6t2.fsf@florida.arsdigita.de>.
2001-11-27 02:11:13 -08:00
hniksic
bae3162c03 [svn] New option `--limit-rate'.
Published in <sxsd725cn56.fsf@florida.arsdigita.de>.
2001-11-26 12:07:13 -08:00
hniksic
dd60ba082b [svn] New file util/dist-wget. 2001-11-25 08:53:41 -08:00
hniksic
222e9465b7 [svn] Implemented breadth-first retrieval.
Published in <sxsherjczw2.fsf@florida.arsdigita.de>.
2001-11-24 19:10:34 -08:00
hniksic
5fbf0eb091 [svn] hr.po overhauled. 2001-11-23 13:05:05 -08:00
hniksic
28f55ca7d3 [svn] Rebuilt wget.pot. 2001-11-23 12:17:47 -08:00
hniksic
cdcf67a5bd [svn] Big progress bar update.
Published in <sxsn11ehyn1.fsf@florida.arsdigita.de>.
2001-11-22 20:59:52 -08:00
hniksic
a3b678e416 [svn] More windows documentation updates.
Submitted by Herold Heiko.
2001-11-22 09:22:19 -08:00
hniksic
fcee5d83a3 [svn] Update documentation generation under Windows.
Submitted by Herold Heiko in
<B11A7CEC1675D511A3890002A551AD7C15F8DC@srvnt08.previnet.it>.
2001-11-22 05:26:33 -08:00
hniksic
d5be8ecca4 [svn] Rewrite parsing and handling of URLs.
Published in <sxs4rnnlklo.fsf@florida.arsdigita.de>.
2001-11-21 16:24:28 -08:00
hniksic
38279627b9 [svn] Update windows Makefiles and dependencies.
Submitted by Herold Heiko.
2001-11-19 07:13:38 -08:00
hniksic
ee99e8998a [svn] Don't compile getopt.c on systems that already have getopt_long.
Published in <sxshersbs0w.fsf@florida.arsdigita.de>.
2001-11-17 20:52:18 -08:00
hniksic
d408dec0bd [svn] Use Solaris's libmd5 when available.
Published in <sxsn11kbssm.fsf@florida.arsdigita.de>.
2001-11-17 20:36:21 -08:00
hniksic
fd4a4f5559 [svn] New files from the TP. 2001-11-17 15:12:53 -08:00
hniksic
69a4cff277 [svn] Update MACHINES. 2001-06-16 06:12:51 -07:00
hniksic
c71f8f18a7 [svn] New version of po/da.po from the TP. 2001-06-15 02:05:12 -07:00
hniksic
a24cc82c75 [svn] Upgrade libtool to 1.4. 2001-06-14 15:43:27 -07:00
hniksic
e35a58ed4d [svn] Installed new PO files from the TP. 2001-06-14 14:56:49 -07:00
hniksic
4f56fa7ead [svn] Check for -lnsl more carefully.
Published in <sxsg0d2oizo.fsf@florida.arsdigita.de>.
2001-06-14 14:22:58 -07:00
hniksic
e96497a6b4 [svn] Use `libtool' to test linking of external libraries.
Contributed by Maciej W. Rozycki.
Published in <sxsvglyrfpc.fsf@florida.arsdigita.de>.
2001-06-14 13:16:55 -07:00
janp
c7bf50ff70 [svn] Updated cs.po for 1.7 POT file. 2001-06-05 14:26:04 -07:00
hniksic
1fcfd40974 [svn] New versions of de.po and gl.po from the TP. 2001-06-04 03:33:49 -07:00
hniksic
049bf742a3 [svn] Updated po/hr.po to match the new wget.pot. 2001-06-03 06:32:41 -07:00
hniksic
30829c420b [svn] Updated po/wget.pot. 2001-06-03 06:28:58 -07:00
hniksic
7b7df3c236 [svn] Use the TP version of po/es.po. 2001-06-02 15:44:21 -07:00
hniksic
3264447fec [svn] Updated trad. Chinese translation 2001-06-02 10:09:04 -07:00
hniksic
f50c16840f [svn] Added PO files from TP. 2001-06-02 10:05:15 -07:00
hniksic
c63dbd7849 [svn] Updated po/hr.po; fixed obvious problem with po/pl.po. 2001-06-02 10:01:13 -07:00
hniksic
0714f67dbb [svn] Apply configure.in fixes by Maciej W. Rozycki, at least those
that work with Autoconf 2.13.
2001-05-28 15:02:47 -07:00
hniksic
6b405f2b66 [svn] Commit administrative changes in preparation for the 1.7
prerelease.
Published in <sxsd78wwiwj.fsf@florida.arsdigita.de>.
2001-05-26 02:38:24 -07:00
hniksic
7bf118bd7b [svn] Provide a default for AC_TRY_RUN in SSL detection so that cross-compiling
has a chance of working.
Published in <sxspucwwkry.fsf@florida.arsdigita.de>.
2001-05-26 01:57:46 -07:00
hniksic
04054eaabb [svn] Rewrote OpenSSL lib detection.
Now the code loops over system locations where libssl/libcrypto
might be located.  Aside from linking, it actually tries to run
the executable before concluding that the linking "worked".

Published in <sxs4rua6zxm.fsf@florida.arsdigita.de>.
2001-05-24 17:23:22 -07:00
hniksic
71045a2853 [svn] Makefile.watcom update by Csaba Raduly. 2001-05-16 13:27:12 -07:00
hniksic
a4f97e2965 [svn] Applied Herold's fixes for SSL to work under Windows.
Published in <412FC0AFD62ED31191B40008C7E9A11A2AAFE3@srvnt04.previnet.it>.
2001-05-14 08:29:55 -07:00
hniksic
87bdff25cf [svn] Another Watcom update by Csaba Raduly. 2001-05-14 08:19:12 -07:00
hniksic
dc823e0604 [svn] Makefile.watcom rewrite by Csaba Raduly. 2001-05-14 02:21:27 -07:00
hniksic
4e67fb0b0a [svn] Remove zh_TW.Big5.po, and replace it with the new UTF8 zh_TW.po.
Submitted by "R.I.P. Deaddog".
Published in <Pine.LNX.4.33L2.0104290416010.25182-101000@localhost>.
2001-04-29 04:02:40 -07:00
hniksic
7b3c3a4cb8 [svn] Committed Csaba Raduly's change to bring Makefile.watcom up-to-date. 2001-04-28 07:14:24 -07:00
hniksic
e8593456f9 [svn] Commit Herold Heiko's fixes for compilation under Windows. 2001-04-28 07:02:29 -07:00
hniksic
fb7a0e7a1a [svn] Updated Croatian translation. 2001-04-27 00:45:48 -07:00
hniksic
928232229c [svn] Updated. 2001-04-26 23:43:02 -07:00
hniksic
082aa5018e [svn] Add cookies.c to po/POTFILES.in. 2001-04-24 16:11:04 -07:00
hniksic
eae28f142d [svn] Commit various hash table changes:
* hash.c (hash_table_map): Allow deletion and change of the
element processed by MAPFUN.
(string_hash): Use the function from glib.
* hash.c (hash_table_remove): Rewrite to actually clear deleted
entries instead of just marking them as deleted.

Published in <sxsu23tvdur.fsf@florida.arsdigita.de>.
2001-04-12 17:34:24 -07:00
hniksic
7d7f01eaa9 [svn] Replace zh.po with zh_TW.Big5.po, provided by Abel Cheung in
<Pine.LNX.4.30.0104050045480.819-200000@localhost>.
2001-04-10 22:44:08 -07:00
hniksic
6382983f9c [svn] Don't insist on strict ANSI mode of the compiler.
Published in <sxs8zlezpsu.fsf@florida.arsdigita.de>.
2001-04-05 20:11:24 -07:00
hniksic
7747b95480 [svn] Cosmetic changes. 2001-04-04 06:55:09 -07:00
hniksic
d5ae105505 [svn] Norwegian and Danish are Latin 1, not Latin 2. 2001-04-03 11:31:07 -07:00
hniksic
c6def234a8 [svn] New version of et.po. 2001-04-01 16:36:45 -07:00
hniksic
57d4abad60 [svn] New file es.po. 2001-04-01 14:40:34 -07:00
dan
f486b43c23 [svn] * {.,doc,src,util,windows}/Makefile.in: Moved top_builddir out of "User
configuration section" of top Makefile and analogous spot in others.

* po/Makefile.in.in: Previous addition of top_builddir to
  po/Makefile.in was bogus -- it's generated from po/Makefile.in.in.
2001-03-27 03:23:59 -08:00
dan
c34585205e [svn] configure.in: Christian Fraenkel's tests for -lcrypto and -lssl were in the
wrong order, causing a link failure if you're using libcrypto.a and libssl.a
rather than shared libraries.  Also put in checks for -ldl, necessary since the
libcrypto shared library doesn't record its dependency on libdl.
2001-03-27 01:31:18 -08:00
dan
dad01cbe67 [svn] INSTALL: Updated to reflect --with-ssl's new optional parameter. 2001-03-27 00:13:19 -08:00
dan
c33a1f97fe [svn] TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
wget.texi (Recursive Retrieval Options): Explained that you need
to use -r -l1 -p to get the two levels of requisites for a
<FRAMESET> page.  Also made a few other wording improvements.
2001-03-26 19:22:17 -08:00
dan
a6a681d846 [svn] MACHINES: Added rs6000-ibm-aix4.3.3.0. 2001-03-22 00:28:01 -08:00
dan
dfe125d357 [svn] MACHINES: Added armv4l-unknown-linux-gnu. 2001-03-21 21:52:24 -08:00
dan
f81e644ae3 [svn] TODO: Oops. Hostless absolute link conversion _is_ working. My test that led
me to believe it wasn't was exposing a different bug -- URLs specified on the
commandline as opposed to being recursed to don't always get re-converted at the
end of the Wget run.
2001-03-20 05:54:49 -08:00
dan
d41af5f52e [svn] Linking with OpenSSL previously required the user to set up all the
appropriate -I, -L, and -R/-rpath flags in environment variables,
manually.  Automated everything, including bundling libtool so we can
successfully link with the OpenSSL shared libraries on just about any
platform.
2001-03-17 06:21:19 -08:00