diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-16 01:33:59 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-16 01:33:59 +0000 |
commit | ad638da2c29a61babb50fdced0333393416a199a (patch) | |
tree | 5956d0f5515251212742ec9ff0c9d01088a295d7 /CHANGES | |
parent | a923d8541c938aedd36d1c39a9bacf3e2a9eec10 (diff) |
Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU
remain in use as internal curl_off_t print formatting strings for the internal
*printf functions which still cannot handle print formatting string directives
such as "I64d", "I64u", and others available on MSVC, MinGW, Intel's ICC, and
other DOS/Windows compilers.
This reverts previous commit part which did:
FORMAT_OFF_T -> CURL_FORMAT_CURL_OFF_T
FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Yang Tse (16 Aug 2008) +- Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TU + remain in use as internal curl_off_t print formatting strings for the internal + *printf functions which still cannot handle print formatting string directives + such as "I64d", "I64u", and others available on MSVC, MinGW, Intel's ICC, and + other DOS/Windows compilers. + Daniel Fandrich (15 Aug 2008) - Added test case 1063 to test invalid long file ranges with file: URLs and 1064 to test multiple http PUTs. |