diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-26 03:09:21 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-26 03:11:47 +0100 |
commit | 90ec0bf58bf8cd9e59fd4cab2c1dbfde9b4119e1 (patch) | |
tree | 98d5905baa26c2976b57060de5de6665ad2076ba /trio/CHANGES | |
parent | 64d253be1e67688147246819eeb8e4f8f8e77243 (diff) | |
download | fetchmail-90ec0bf58bf8cd9e59fd4cab2c1dbfde9b4119e1.tar.gz fetchmail-90ec0bf58bf8cd9e59fd4cab2c1dbfde9b4119e1.tar.bz2 fetchmail-90ec0bf58bf8cd9e59fd4cab2c1dbfde9b4119e1.zip |
Import new trio version, disabling config.h #include.
Diffstat (limited to 'trio/CHANGES')
-rw-r--r-- | trio/CHANGES | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/trio/CHANGES b/trio/CHANGES index da7b76ca..fec2926f 100644 --- a/trio/CHANGES +++ b/trio/CHANGES @@ -4,8 +4,28 @@ CHANGES -- trio The changes listed without a name attributed to them were most likely done by Bjorn Reese and/or Daniel Stenberg. -Version 1.14 - 2009/05/31 +Version 1.14 - 2010/01/26 ------------------------- +* David Byron + Added trio_xstring_append_max. + +* Fixed compilation problem on Cygwin due to lack of long double math + (reported by Matthias Andree). + +* David Boyce + Added #undef of standard stdio function names before assigning trio functions + to them. + +* Matthias Andree + Upgraded configure.in to use new macros instead of obsoleted macros. + +* Matthias Andree + Added VPATH to Makefile.in + +* Tom Honermann + Fixed problem with subnormal numbers which caused an infinite loop outputting + leading spaces. + * Adam McLaurin Improved parsing performance by avoiding memset() and memcpy() on character arrays. |