From: Fabian Keil Date: Thu, 17 Jan 2013 14:30:34 +0000 (+0000) Subject: Minor changes for the code cleanups X-Git-Tag: v_3_0_20~24 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40HIDE-CONTENT-DISPOSITION?a=commitdiff_plain;h=af80e0ad919b56c0bad8bbc7ad62516d5c34f9d9;p=privoxy.git Minor changes for the code cleanups --- diff --git a/ChangeLog b/ChangeLog index 84445185..cec112e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -223,7 +223,6 @@ ChangeLog for Privoxy Reported by Matthew Fischer in #3507301. - Fix a typo in the no-zlib-support complaint. Patch submitted by Matthew Fischer in #3507304. - - Update an error message that still tried to print directive_hash as long - Shorten ssplit()'s prototype by removing the last two arguments. We always want to skip empty fields and ignore leading delimiters, so having parameters for this only complicates the API. @@ -233,9 +232,9 @@ ChangeLog for Privoxy - Turn family mismatches in match_sockaddr() into fatal errors. - Let enlist_unique_header() verify that the caller didn't pass a header containing either \r or \n. - - Change the hashes used in load_config() to unsigned int. - That's what hash_string() actually returns and using a potentiallly larger - type is at best useless. + - Change the hashes used in load_config() to unsigned int. That's what + hash_string() actually returns and using a potentiallly larger type + is at best useless. - Use privoxy_tolower() instead of vanilla tolower() with manual casting of the argument.