X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=f2ddf2581a4f9425276188343c411daa9a3ede67;hp=5981e779cbeb51afba5b2cb344bc6cf3365a85be;hb=5ef1d7b949abfce3a363a1170746e6cd1f950486;hpb=bd3028f1cda5715066a984983d3a44195b7a32e3 diff --git a/src/ChangeLog b/src/ChangeLog index 5981e779..f2ddf258 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2009-09-11 Steven Schweda + + * utils.c, utils.h (fopen_excl): Make second argument an int, + rather than a bool (so it can handle the appropriate VMS version + of the flag). + + * main.c (print_version): Don't print LOCALEDIR unless NLS is + enabled. + + * http.c (gethttp): Pass FOPEN_BIN_FLAG, instead of true. + + * ftp.c (ftp_retrieve_glob): Cast strcmp to assign to cmp, for a + silly HP build environment. + 2009-09-08 Steven Schubiger * main.c, init.c: Mark the --preserve-permissions and