]> sjero.net Git - wget/blobdiff - ChangeLog
[svn] Only set a flag in the SIGWINCH handler.
[wget] / ChangeLog
index c22d34799c2dfabbab327209b8b6b96bcd473753..4a470d3bf6ffe62afc052a834ba07e3d7a5a8aea 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,89 @@
+2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check whether volatile is supported.  Don't check
+       for gethostname and uname, which are not used.
+
+2003-11-04  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Move some checks into aclocal.m4.  Check whether
+       fnmatch.h is includable.
+
+       * configure.in: Also check whether #include <md5.h> works before
+       deciding to use Solaris libmd5.
+
+       * configure.in: Use AC_MSG_NOTICE instead of echo.  Use
+       AC_MSG_ERROR for fatal errors.
+
+2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Look for nanosleep in -lrt and -lposix4, which is
+       where Solaris has them.
+
+2003-11-03  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check for nanosleep.
+
+2003-03-09  Nicolas Schodet  <contact@ni.fr.eu.org>
+
+       * Makefile.in: Fixed bad configure.bat scrdir.
+
+2003-10-29  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Reenable IPv6 autodetection.
+
+2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Switch from u_int32_t to uint32_t.  Check for
+       inttypes.h so it's used to get the definition of uint32_t where
+       available.
+
+2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/Makefile.src.watcom (OBJS): Use convert.c.
+       From Chin-yuan Kuo.
+
+2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/config.h.bor: DEBUG is now ENABLE_DEBUG.  Borland has
+       snprintf, but not u_int32_t.
+
+       * windows/Makefile.src.bor (OBJS): Use convert.c.
+
+       From Chin-yuan Kuo.
+
+2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * windows/config.h.mingw: Ditto.
+
+       * windows/Makefile.top.mingw: Ditto.
+
+       * windows/Makefile.src.mingw: New file.
+
+       * windows/wget.dep: Support convert.o.
+
+       * configure.bat.in: New option `--mingw'.
+       From Chin-yuan Kuo.
+
+2003-10-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in (dist): Depend on configure.bat.
+       (realclean-top): Delete configure.bat.
+
+2003-10-21  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * Makefile.in (distclean-top): Remove the libtool script, because
+       it's generated by configure.
+
+2003-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Don't check for int32_t because we're not really
+       using it.
+
+2003-10-11  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * configure.in: Check for int32_t and u_int32_t.  Check for
+       SIZEOF_INT.
+
 2003-10-10  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * aclocal.m4 (WGET_WITH_NLS): First check for gettext in libintl,