]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Applied Philipp Thomas's safe-ctype patch. Published in
[wget] / src / ChangeLog
index 0283864fe25bf0f2a922a19ea35e70b88c87d082..f03faed713b61ac0a8c74bd87bcf44d93eb99df4 100644 (file)
@@ -1,3 +1,61 @@
+2001-03-09  Philipp Thomas  <pthomas@suse.de>
+
+       * safe-ctype.h: New file. Locale independent ctype.h
+       replacement taken from libiberty.
+       safe-ctype.c: New file. Tables for above.
+       Makefile.in: Add safe-ctype$o to OBJS.
+       Add dependencies for safe-ctype$o.
+       cmpt.c: Remove include of ctype.h. Use ISSPACE instead
+       of isspace.
+       ftp-basic.c: Don't include ctype.h.
+       ftp-ls.c: Likewise.
+       ftp.c: Likewise.
+       headers.c: Likewise.
+       host.c: Likewise.
+       html-parse.c: Likewise.
+       html-url.c: Likewise.
+       http.c: Likewise.
+       init.c: Likewise.
+       main.c: Likewise. Set LC_CTYPE along with LC_MESSAGES.
+       netrc.c: Likewise.
+       recur.c: Likewise.
+       retr.c: Likewise.
+       snprintf.c: Replace ctype.h with safe-ctype.h. Use
+       ISDIGIT instead of isdigit.
+       sysdep.h: Remove defines of ctype macros as they aren't
+       needed for safe-ctype-h.
+       url.c: Don't include ctype.h.
+       utils.c: Likewise.
+       wget.h: Include safe-ctype.h.
+
+2001-03-27  Dan Harkless  <wget@harkless.org>
+
+       * Makefile.in: Moved top_builddir out of "User configuration
+       section" of top Makefile and analogous spot in this one.
+
+2001-03-17  Dan Harkless  <wget@harkless.org>
+
+       * Makefile.in: Include @SSL_INCLUDES@ substition in INCLUDES.
+       Define top_builddir.  Link wget with libtool so the user doesn't
+       have to supply a bunch of custom environment variables to 
+       correctly link with the OpenSSL shared libraries.
+
+2001-03-06  Hack Kampbjorn  <hack@hackdata.com>
+
+       * http.c (gethttp): skip :port in host header if it is the
+       DEFAULT_HTTPS_PORT when using SSL.
+
+       * url.c: move the #define of DEFAULT_HTTP_PORT, DEFAULT_FTP_PORT
+       and DEFAULT_HTTPS_PORT to the header file so it can be use in the
+       rest of the code. 
+       * url.h: Ditto
+
+2001-03-01  Jonas Jensen  <bones@huleboer.dk>
+
+       * retr.c (show_progress): Correctly calculate the number of bytes
+       in the first line of the download that have been actually
+       downloaded in this run.
+
 2001-02-23  Dan Harkless  <wget@harkless.org>
 
        * main.c (print_help): --help documentation for -N said it would
        characters.
        (skip_uname): Ditto.
 
+>>>>>>> 1.123
 2001-02-11  Hrvoje Niksic  <hniksic@arsdigita.com>
 
        * ftp.c (ftp_loop): Reset con.