diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-12 03:00:24 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-12 03:00:24 +0000 |
commit | 60a3773c50671079709f7711180358cb97476344 (patch) | |
tree | 503a90a15e4f352ee847a283c02619f10a2e75f7 /RELEASE-NOTES | |
parent | e8e8177e9d7ac270c630b8e1e4041d08a2cc7fe2 (diff) | |
download | curl-60a3773c50671079709f7711180358cb97476344.tar.gz |
Added macros for minimum-width signed and unsigned curl_off_t integer
constants CURL_OFF_T_C and CURL_OFF_TU_C. The clever double helper macro
used internally to provide its functionality is thanks to Lars Nilsson.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b5ade6f3c..8d12c7d5d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -72,7 +72,7 @@ advice from friends like these: Phil Pellouchoud, Eduard Bloch, John Lightsey, Stephen Collyer, Tor Arntsen, Rolland Dudemaine, Phil Blundell, Scott Barrett, Andreas Schuldei, Peter Lamberg, David Bau, Pramod Sharma, Yehoshua Hershberg, - Constantine Sapuntzakis + Constantine Sapuntzakis, Lars Nilsson Thanks! (and sorry if I forgot to mention someone) |