- Aug 28, 2008
-
-
Dan Fandrich authored
-
Dan Fandrich authored
in a similar manner to test 1065 so is added to DISABLED.
-
Dan Fandrich authored
in a similar manner to test 1065 so is added to DISABLED.
-
Dan Fandrich authored
-
Yang Tse authored
-
- Aug 27, 2008
-
-
Yang Tse authored
-
Yang Tse authored
libcurl - Win32 DLL Debug libcurl - Win32 DLL Release libcurl - Win32 LIB Debug libcurl - Win32 LIB Release
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Yang Tse authored
-
- Aug 26, 2008
-
-
Dan Fandrich authored
compatible, and otherwise the dependency generation phase of the build would throw warnings since the actual compiler isn't known at that time.
-
Dan Fandrich authored
1021 and 1067.
-
Dan Fandrich authored
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
- Enabling and disabling of large file support is now complete.
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
supporting configure's --disable-largefile option for WIN32 targets also. Non-configure systems which do not use config-win32.h configuration file, and want to use the WIN32 file API, must define USE_WIN32_LARGE_FILES or USE_WIN32_SMALL_FILES as appropriate in their own configuration files.
-
Yang Tse authored
-
Patrick Monnerat authored
-
Yang Tse authored
-
Yang Tse authored
- Logic based on CURL_SIZEOF_CURL_OFF_T and SIZEOF_OFF_T already adjusted. - Test case 557 already passes on all autobuilds. - System off_t, or equivalent, size is finally not recorded in curlbuild.h for this release. SIZEOF_OFF_T from config file is used.
-
Yang Tse authored
-
- Aug 25, 2008
-
-
Patrick Monnerat authored
Adapting OS400 build scripts to new features: new curlbuild.h file and soname in VERSION --> VERSIONINFO
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
used to get built < 7.19.0 so we enforce an soname bump and display a warning
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
the name of the curl_off_t data type used now becomes CURL_TYPEOF_CURL_OFF_T CURL_OFF_T -> CURL_TYPEOF_CURL_OFF_T
-
Yang Tse authored
x_typeof -> curl_typeof_curl_off_t x_sizeof -> curl_sizeof_curl_off_t x_format -> curl_format_curl_off_t u_format -> curl_format_curl_off_tu
-
- Aug 24, 2008
-
-
Yang Tse authored
-
Yang Tse authored
The effective result of this commit is revision 1.72 plus two changed lines. These can be viewed in http://cool.haxx.se/cvs.cgi/curl/lib/mprintf.c.diff?r1=1.72&r2=1.77
-
Daniel Stenberg authored
CURLOPT_FAILONERROR with FTP to detect if a file exists or not, but it is not working: http://curl.haxx.se/mail/lib-2008-07/0295.html
-
Daniel Stenberg authored
an SONAME bump.
-
Daniel Stenberg authored
-
Yang Tse authored
This error did not cause test failures on systems where sizeof(int) == sizeof(long).
-