]> sjero.net Git - wget/blobdiff - src/ChangeLog
Declare h_errno if no declaration provided (HP-UX).
[wget] / src / ChangeLog
index af39497d5830dbc718fc3d99a80e37b645ff2262..33362331e23f9c6327b6921d37b717ef3dec23fd 100644 (file)
@@ -1,5 +1,18 @@
+2009-06-12  Micah Cowan  <micah@cowan.name>
+
+       * host.c: Declare h_errno if no declaration is provided. Idea
+       thanks to Maciej W. Rozycki.
+
+2009-06-11  Xin Zou  <zouxin2008@gmail.com>    
+       
+       * http.c (gethttp): Fix some memory leaks.
+       
 2009-06-11  Micah Cowan  <micah@cowan.name>
 
+       * http.c (http_atotm): Handle potential for setlocale's return
+       value to be static storage. Thanks to Benjamin Wolsey
+       <bwy@benjaminwolsey.de>.
+
        * sysdep.h: Need NAMESPACE_TWEAKS on non-Linux glibc-based
        systems, too. Thanks to Robert Millan.