mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
three days of changes
This commit is contained in:
parent
5e7f1a0eaf
commit
f2abe03fcf
19
CHANGES
19
CHANGES
@ -6,7 +6,26 @@
|
|||||||
|
|
||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
Daniel (3 March 2004)
|
||||||
|
- More variable cleanups based on compiler warnings generated by Tor Arntsen's
|
||||||
|
autobuilds with MIPSPro.
|
||||||
|
|
||||||
|
- Joe Halpin helped us fix some pedantic compiler warnings on FreeBSD.
|
||||||
|
|
||||||
|
- Applied Tom Bates' patch to build on nsr-tandem-nsk.
|
||||||
|
|
||||||
|
- Dan Fandrich corrected some flaws in the configure GSS detection.
|
||||||
|
|
||||||
|
Daniel (2 March 2004)
|
||||||
|
- Fixed the libcurl code to use FORMAT_OFF_T for printf() formatting
|
||||||
|
curl_off_t types internally.
|
||||||
|
|
||||||
Daniel (1 March 2004)
|
Daniel (1 March 2004)
|
||||||
|
- Added CURL_VERSION_LARGEFILE as a feature-bit in the curl_version_info()
|
||||||
|
response, that signals if this libcurl supports >2GB files. curl -V now
|
||||||
|
outputs 'Largefile' in the Features: field if this is the case. Most systems
|
||||||
|
are likely to support this.
|
||||||
|
|
||||||
- We offer a CURL_FORMAT_OFF_T define in the public header, which can be used
|
- We offer a CURL_FORMAT_OFF_T define in the public header, which can be used
|
||||||
to printf() curl_off_t variables. We also modified the libcurl sources to
|
to printf() curl_off_t variables. We also modified the libcurl sources to
|
||||||
use this define instead of the previous %Od approach (although I've left the
|
use this define instead of the previous %Od approach (although I've left the
|
||||||
|
Loading…
Reference in New Issue
Block a user