]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Include fragment identifiers in converted URLs. Published in
[wget] / src / ChangeLog
index fe0e24c09cb223f245eaffbc054b845c4857c70a..15e13ded8de66bb11565b65f1e5ecda4ad18d8b6 100644 (file)
@@ -1,3 +1,12 @@
+2001-01-04  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * url.c (replace_attr): New function, to be used by both
+       TO_COMPLETE and TO_RELATIVE case in convert_links.
+       (find_fragment): New function for finding URL fragments.
+       (replace_attr): Better handle the case where the original string
+       is not quoted.  Use find_fragment.
+       (convert_links): Use replace_attr().
+
 2000-12-18  Csaba Raduly  <csaba.raduly@sophos.com>
 
        * sysdep.h: Include <malloc.h> and <io.h> under Watcom.