-
- Downloads
For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,
the names of the curl_off_t formatting string directives now become CURL_FORMAT_CURL_OFF_T and CURL_FORMAT_CURL_OFF_TU. CURL_FMT_OFF_T -> CURL_FORMAT_CURL_OFF_T CURL_FMT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU Remove the use of an internal name for the curl_off_t formatting string directives and use the common one available from the inside and outside of the library. FORMAT_OFF_T -> CURL_FORMAT_CURL_OFF_T FORMAT_OFF_TU -> CURL_FORMAT_CURL_OFF_TU
Showing
- CHANGES 6 additions, 0 deletionsCHANGES
- acinclude.m4 2 additions, 2 deletionsacinclude.m4
- include/curl/curlbuild.h.dist 66 additions, 66 deletionsinclude/curl/curlbuild.h.dist
- include/curl/curlbuild.h.in 8 additions, 8 deletionsinclude/curl/curlbuild.h.in
- include/curl/curlrules.h 6 additions, 6 deletionsinclude/curl/curlrules.h
- lib/Makefile.netware 4 additions, 4 deletionslib/Makefile.netware
- lib/cookie.c 1 addition, 1 deletionlib/cookie.c
- lib/file.c 8 additions, 7 deletionslib/file.c
- lib/formdata.c 1 addition, 1 deletionlib/formdata.c
- lib/ftp.c 25 additions, 19 deletionslib/ftp.c
- lib/http.c 11 additions, 11 deletionslib/http.c
- lib/progress.c 13 additions, 13 deletionslib/progress.c
- lib/setup.h 6 additions, 10 deletionslib/setup.h
- lib/ssh.c 4 additions, 4 deletionslib/ssh.c
- lib/transfer.c 8 additions, 7 deletionslib/transfer.c
- lib/url.c 1 addition, 1 deletionlib/url.c
Loading
Please register or sign in to comment