X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=ChangeLog;h=85f98e0f2b3350b76865cadc9e6a8278c807fe8c;hb=c1f92cae25f59048c25682acc411f4432c36f38d;hp=6c00d87dc767436e56c45a00f9a7187349e7b8af;hpb=c3c1c24f5c177f58e68575ced3d63df46f6d33e5;p=wget diff --git a/ChangeLog b/ChangeLog index 6c00d87d..85f98e0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,158 @@ +2003-09-30 Herold Heiko + + * windows/Makefile.src (OBJ): Fix typo. + +2003-09-26 Gisle Vanem + + * windows/config.h.ms: Don't declare alloca under compilers that + support it. + + * windows/config.h.ms: Define HAVE_SNPRINTF, HAVE_VSNPRINTF, and + HAVE_MEMMOVE. + +2003-09-25 Herold Heiko + + * windows/Makefile.src: Updated OBJ list. + +2003-09-23 Hrvoje Niksic + + * Makefile.in (clean-top): Remove .libs. + +2003-09-23 Hrvoje Niksic + + * Makefile.in (distclean-top): Remove autom4te.cache. + +2003-09-17 Hrvoje Niksic + + * install-sh, mkinstalldirs: Updated from Autoconf 2.57. + +2003-09-17 Hrvoje Niksic + + * ltmain.sh, aclocal.m4: Upgrade to libtool 1.4.3. Libtool 1.5 + has been out for a while now, but it can wait until after Wget 1.9 + is released. + +2003-09-17 Hrvoje Niksic + + * config.sub: Ditto. + + * config.guess: Updated from Autoconf 2.57. + +2003-09-16 Hrvoje Niksic + + * util/dist-wget: Fixed portable echo checking under Bash. + +2003-09-16 Hrvoje Niksic + + * configure.in: Change AC_CHECK_FUNC(getaddrinfo...) to + AC_CHECK_FUNCS, which automatically defines HAVE_GETADDRINFO. + +2003-09-16 Mauro Tortonesi + + * configure.in, aclocal.m4: Added proper IPv6 detection. + +2003-09-16 Hrvoje Niksic + + * Makefile.in (all): Don't build configure.bat by default. + +2003-09-09 Hrvoje Niksic + + * configure.in, aclocal.m4: Added configure check for IPv6 and + getaddrinfo. From Daniel Stenberg. + +2003-09-05 Maciej W. Rozycki + + * configure.in: Additional M4 quoting. + +2003-09-04 Hrvoje Niksic + + * aclocal.m4, configure.in: Made them work under Autoconf 2.5x. + +2002-05-27 Ian Abbott + + * windows/config.h.bor: Do #define WGET_USE_STDARG. + +2002-05-20 Hrvoje Niksic + + * windows/config.h.ms: Ditto. + + * windows/config.h.bor: Don't #define __STDC__. + +2002-05-18 Hrvoje Niksic + + * ALL: Update the license to reflect the OpenSSL exception. + +2002-04-23 Ian Abbott + + * windows/config.h.ms: Accounted for MSVC not defining `__STDC__' when + Microsoft's extensions are enabled and define it anyway (set to `1'). + Defined some things that broke as a result of this. + +2002-04-20 Hrvoje Niksic + + * po/de.po: Updated from the TP. + +2001-04-15 Ian Abbott + + windows/wget.dep: The target `connect$o' (connect.obj) now depends on + `utils.h'. + +2001-04-15 Hrvoje Niksic + + * po/da.po: Ditto. + + * po/de.po: Ditto. + + * po/el.po: Ditto. + + * po/es.po: Ditto. + + * po/et.po: Ditto. + + * po/fr.po: Ditto. + + * po/gl.po: Ditto. + + * po/he.po: Ditto. + + * po/ja.po: Ditto. + + * po/pl.po: Ditto. + + * po/sk.po: Ditto. + + * po/sl.po: Ditto. + + * po/sv.po: Ditto. + + * po/tr.po: Ditto. + + * po/zh_TW.po: Update from TP. + + * po/ca.po: Ditto. + + * po/bg.po: New file from TP. + +2002-04-15 Hrvoje Niksic + + * po/hr.po: Editing the Project-Id-Version to say "wget" rather + than "GNU Wget". + +2002-04-12 Ian Abbott + + * windows/Makefile.src.bor: Removed pre-compiled header options as + they increase build time (on my machine). + +2002-04-12 Ian Abbott + + * windows/config.h.bor: Account for Borland not defining `__STDC__' + when Borland's extensions enabled, and define it anyway. + +2002-04-12 Hrvoje Niksic + + * configure.in: Check for . Check for sigsetjmp and + sigblock. + 2002-04-09 Ian Abbott * windows/config.h.bor: define `HACK_BCC_UTIME_BUG'. Define `utime'