]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Under Windows, if $HOME is not defined, use the directory that
[wget] / src / ChangeLog
index 03858dc835d60fdc7f5b6bfdcc7652e94893a559..4c1c6aa580d6ca32a7470efdfcbd568cb82f26d5 100644 (file)
@@ -1,3 +1,14 @@
+2004-02-16  David Fritz  <zeroxdf@att.net>
+
+       * init.c (home_dir): Use aprintf() instead of xmalloc()/sprintf().
+       Under Windows, if $HOME is not defined, use the directory that
+       contains the Wget binary instead of hard-coded `C:\'.
+       (wgetrc_file_name): Under Windows, look for $HOME/.wgetrc then, if
+       not found, look for wget.ini in the directory of the Wget binary.
+
+       * mswindows.c (ws_mypath): Employ slightly more robust methodology.
+       Strip trailing path separator.
+
 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * http.c (gethttp): Respect --ignore-length.