]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Use Solaris's libmd5 when available.
[wget] / src / ChangeLog
index f1cee06f91c7a12f370c84f522bf828be85d10e1..0c727061ffead26356031cfc81deea3b7dac7cd4 100644 (file)
@@ -1,3 +1,28 @@
+2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * md5.h: Renamed to gnu-md5.h.
+
+       * md5.c: Renamed to gnu-md5.c.
+
+       * http.c: Ditto.
+
+       * ftp-opie.c: Use the new macros.
+
+       * sysdep.h: Define md5-related macros.
+
+       * config.h.in: Define HAVE_SOLARIS_MD5 or HAVE_BUILTIN_MD5
+       depending on which md5 implementation is used.
+
+2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * res.c (res_register_specs): Initialize OLD and HP_OLD to appease
+       the compiler.
+
+2001-11-18  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * http.c (gethttp): Print the whole response line when printing
+       headers is requested.
+
 2001-05-12  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * res.c: New file.  Implement all RES-related code here.