]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Use octal constants.
[wget] / src / ChangeLog
index 81cc52a7c4e2ad94f2b49f18797caafb356c353d..a896f8b8f9ce493351001d616157a1c96679fc9b 100644 (file)
@@ -1,3 +1,20 @@
+2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * ftp-ls.c (ftp_parse_unix_ls): Use octal constants for
+       permissions.  A compiler that doesn't accept octal constants is
+       seriously broken and shouldn't be used -- octal constants were
+       present in K&R C!
+
+2001-01-20  Karl Eichwalder  <ke@suse.de>
+
+       * Makefile.in: Provide and use DESTDIR according to the Coding
+       Standards.
+
+2001-04-12  Hrvoje Niksic  <hniksic@arsdigita.com>
+
+       * ftp-ls.c (ftp_parse_vms_ls): Make seconds optional in time
+       specification.
+
 2001-04-11  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * url.c (parseurl): Don't strip trailing slash when u->dir is "/"