]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Move fnmatch() to cmpt.c and don't use it under GNU libc.
[wget] / src / ChangeLog
index 3528831b40ca359b32ccba38f5ccd18b92f5a9ef..91905e6ea8f1adde30fcce967147b28f0740a8ec 100644 (file)
@@ -1,3 +1,15 @@
+2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * ftp.c (has_insecure_name_p): Define it here.
+
+       * utils.c (has_wildcards_p): Define it here.
+
+       * sysdep.h: Declare fnmatch-related macros here, if not using
+       system fnmatch().  Update .c files to not declare fnmatch.h
+       directly.
+
+       * cmpt.c (fnmatch): Moved here.  Use it only under non-GNU libc.
+
 2003-10-08  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * getopt.c: Newer version, imported from Free libit.