diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-06-29 15:00:20 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-06-29 15:00:20 +0000 |
commit | f1db8fb36adf6114dde7659e52a833615ddcf761 (patch) | |
tree | 115c32f7297819ad46eb6799db0834455bdcee67 /NEWS | |
parent | 5488cba2ea1425139baffadba8d7ae85c2c76230 (diff) | |
download | fetchmail-f1db8fb36adf6114dde7659e52a833615ddcf761.tar.gz fetchmail-f1db8fb36adf6114dde7659e52a833615ddcf761.tar.bz2 fetchmail-f1db8fb36adf6114dde7659e52a833615ddcf761.zip |
Avoid compiling empty files, to avoid diagnostics from strict compilers.
svn path=/branches/BRANCH_6-3/; revision=4858
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -45,9 +45,6 @@ fetchmail 6.3.5 (not yet released): Either compile 32-bit code or use GCC to compile 64-bit fetchmail. Note that fetchmail doesn't take advantage of 64-bit code anyways, so compiling 32-bit SPARC code should be fine. -* The code still isn't 100% ISO-C compliant, some configurations attempt to - compile files that are empty after preprocessing, which can cause compiler - diagnostics and perhaps jam the compilation on strict compilers. * fetchmail expects Received: headers in a particular format when parsing envelopes. @@ -89,6 +86,7 @@ fetchmail 6.3.5 (not yet released): address family isn't IPv4 or IPv6, properly free the allocated memory from the service lookup. Found by Uli Zappe. * When looking up ports for a service, only look up TCP ports. +* Avoid compiling empty files, to avoid diagnostics from strict compilers. # CHANGES: * Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes |