X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=1ab8093837641e7e23ed2d2760caa49d667391d8;hp=74f0eba84a36bb2542d1192adc2b176d8d8c5aea;hb=1c7493b83ed8cecbbf1f70ef6bf834f94c5fcd43;hpb=01798261db021957623bff0c06c7d8fd2ff05ef0 diff --git a/src/ChangeLog b/src/ChangeLog index 74f0eba8..1ab80938 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,4 +1,19 @@ -2006-06-28 KJKHyperion +2006-07-14 Mauro Tortonesi + + * sysdep.h: If intptr_t isn't defined, simply typedef it to long. + + * http.c: Added explicit cast to int in logprintf call to remove + compiler warnings on 64-bit platforms. + + * connect.c: Added a few casts to intptr_t to remove compiler warnings + on 64-bit platforms. + + * main.c: Disable -r, -p and -N when -O is used. Disable -k when -O is + used and multiple URLs are given. Update maintainer information. + + * all: Update copyright information. + +2006-07-10 KJKHyperion * url.c (filechr_table): Mark DEL (0x7f) as a control character and | as a character Windows can't handle.