]> sjero.net Git - wget/blobdiff - src/ChangeLog
Fix declaration of compiled_features.
[wget] / src / ChangeLog
index caad2a27393ab3ffe8f31c95af564e74326dcecb..d6c9dd56f7261304798f0536c1799b1d1a99cc93 100644 (file)
@@ -1,3 +1,137 @@
+2009-10-09  Micah Cowan  <micah@cowan.name>
+
+       * main.c: Fix declaration of compiled_features.
+
+       * build_info.c.in: Adapt to new input format. Added a check for
+       large-file support. Replaced the "openssl" and "gnutls"
+       advertisements with a single "ssl/foo" advertisement.
+
+2009-09-30  Micah Cowan  <micah@cowan.name>
+
+       * sysdep.h: Unconditionally include stdbool.h (gnulib has it for
+       systems that don't supply it.)
+
+2009-09-24  Micah Cowan  <micah@cowan.name>
+
+       * vms.c: Moved from vms/vms.c.
+
+       * sysdep.h: Use proper prototypes for snprintf, vsnprintf (thanks
+       to Steven Schweda).
+
+2009-09-24  Steven Schweda  <sms@antinode.info>
+
+       * main.c (print_version): Remove VMS-conditional build info
+       string; the new VMS builders use OS_TYPE.
+
+       * ftp.c (getftp): Fix accidental use of target -> targ.
+
+2009-09-24  Micah Cowan  <micah@cowan.name>
+
+       * host.c (host_errstr): host_errstr should return const char *.
+
+2009-09-22  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am (version.c): Explicitly tell Mercurial where the
+       top-source repository should be, so it doesn't accidentally use
+       the repository for a containing directory (for instance, if the
+       user's home directory is managed by a Mercurial repo). Also
+       ensures we find the repository, even if the build directory is
+       outside the source directory.
+
+       * wget.h: define WINDOWS if _WIN32 or __WIN32__ is defined, but
+       not __CYGWIN__.
+
+       * mswindows.c (xsleep): Check for availability of the sleep
+       function, in addition to the usleep function.
+       (get_winsock_error, windows_strerror): Removed (gnulib already
+       supplies this functionality).
+
+       * mswindows.h [NEED_GAI_STRERROR]: define gai_strerror
+       to (gnulib's) strerror, rather than windows_strerror. Removed
+       error macro definitions provided by gnulib.
+       (windows_strerror): Removed (gnulib already supplies this
+       functionality).
+
+       * host.c: Don't declare h_errno when building on Windows.
+
+       * Makefile.am (LIBS): Added @W32LIBS@.
+       (EXTRA_wget_SOURCES): Removed (it's in LIBOBJ now).
+       (version.c): Removed dependency on $(LDADD), since it may include
+       dependencies that are not part of the Wget sources (-lwsock32, for
+       instance).
+
+       * openssl.c (ssl_check_certificate): Avoid reusing the same buffer
+       space for successive quoted arguments. Thanks to Steven Schweda
+       for pointing out the problem.
+
+2009-09-21  Micah Cowan  <micah@cowan.name>
+
+       * progress.c (update_speed_ring): "the the" -> "the".
+
+       * css-url.c, iri.c, mswindows.c: Removed assert.h inclusion (not
+       using it).
+
+2009-09-11  Steven Schweda  <sms@antinode.info>
+
+       * utils.c, utils.h (fopen_excl): Make second argument an int,
+       rather than a bool (so it can handle the appropriate VMS version
+       of the flag).
+
+       * main.c (print_version): Don't print LOCALEDIR unless NLS is
+       enabled.
+
+       * http.c (gethttp): Pass FOPEN_BIN_FLAG, instead of true.
+
+       * ftp.c (ftp_retrieve_glob): Cast strcmp to assign to cmp, for a
+       silly HP build environment.
+
+2009-09-08  Steven Schubiger  <stsc@member.fsf.org>
+
+       * main.c, init.c: Mark the --preserve-permissions and 
+       --html-extension option as deprecated.
+
+2009-09-06  Micah Cowan  <micah@cowan.name>
+
+       * ftp.c (getftp, ftp_loop_internal): Separate "len" input/output
+       parameter (with different meanings for input and output), into two
+       separate parameters, one input (passed_expected_bytes) and one
+       output (qtyread). Fixes bug #26870.
+
+2009-09-05  Steven Schubiger  <stsc@member.fsf.org>
+
+       * retr.h: Declare set_local_file() to avoid build warnings.
+
+2009-09-05  Gisle Vanem  <gvanem@broadpark.no>
+
+       * connect.c, init.c, main.c, openssl.c, options.h:  Replace
+       "ifdef MSDOS" with "ifdef USE_WATT32" since DOS-targets in fact
+       use the Watt-32 tcp/ip stack.
+
+2009-09-04  Micah Cowan  <micah@cowan.name>
+
+       * Makefile.am: Move build_info.c to wget_SOURCES from
+       nodist_wget_SOURCES, reduce dependencies, and invoke build_info.pl
+       in its new home, $(top_srcdir)/build-aux.
+
+2009-09-03  Micah Cowan  <micah@cowan.name>
+
+       * ftp-ls.c (ftp_parse_vms_ls): Replace use of localtime_r with
+       localtime, as not all platforms have localtime_r.
+
+       * Makefile.am (wget_SOURCES): Rearranged some of the file order,
+       so .c files and .h files are apart. Added gettext.h, so that it
+       shows up in the dist.
+
+2009-09-02  Micah Cowan  <micah@cowan.name>
+
+       * gettext.h: Refreshed from gettext 0.17.
+
+       * test.c: Added definition of program_name variable, required by
+       lib/error.c (libgnu.a). Doesn't cause problems until you try to
+       build on a non-GNU system...
+
+       * build_info.c.in: Removed useless "+gettext" feature ad.
+
 2009-08-29  Steven Schubiger  <stsc@member.fsf.org>
 
        * convert.c (local_quote_string): Percent-encode semicolons