aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-04-09 22:27:56 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-04-09 22:27:56 +0000
commit9f309e2ebd7646949e926369dd28c01dbb11228e (patch)
tree10f9f0c47710c16e3994295cafb19cf05b14a231 /NEWS
parent710283e56d55f784899be78080cf7ff813b83170 (diff)
downloadfetchmail-9f309e2ebd7646949e926369dd28c01dbb11228e.tar.gz
fetchmail-9f309e2ebd7646949e926369dd28c01dbb11228e.tar.bz2
fetchmail-9f309e2ebd7646949e926369dd28c01dbb11228e.zip
Add note about empty files not being ISO-C compliant.
svn path=/branches/BRANCH_6-3/; revision=4786
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47faf735..46223ba5 100644
--- a/NEWS
+++ b/NEWS
@@ -37,6 +37,9 @@ fetchmail 6.3.4 (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.
# BUG FIXES:
* configure: detect res_* functions properly with newer glibc ABIs.