Loading TODO-RELEASE +3 −1 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,8 @@ To be addressed in 7.19.5 (planned release: May 2009) 230 - [PATCH] http.c fix to Curl_proxyCONNECT for non-ASCII platforms. 230 - [PATCH] http.c fix to Curl_proxyCONNECT for non-ASCII platforms. 231 - [PATCH] TPF-platform specific changes to various files 231 - [PATCH] TPF-platform specific changes to various files - committed with minor changes - awaiting feedback 232 - [PATCH] transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII 232 - [PATCH] transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII platform HTTP requests platform HTTP requests Loading ares/ares_build.h.dist +5 −0 Original line number Original line Diff line number Diff line Loading @@ -196,6 +196,11 @@ # endif # endif # endif # endif #elif defined(TPF) # define CARES_SIZEOF_LONG 8 # define CARES_TYPEOF_ARES_SOCKLEN_T FIXME # define CARES_SIZEOF_ARES_SOCKLEN_T -1 /* ===================================== */ /* ===================================== */ /* KEEP MSVC THE PENULTIMATE ENTRY */ /* KEEP MSVC THE PENULTIMATE ENTRY */ /* ===================================== */ /* ===================================== */ Loading include/curl/curlbuild.h.dist +12 −0 Original line number Original line Diff line number Diff line Loading @@ -478,6 +478,18 @@ # define CURL_TYPEOF_CURL_SOCKLEN_T FIXME # define CURL_TYPEOF_CURL_SOCKLEN_T FIXME # define CURL_SIZEOF_CURL_SOCKLEN_T -1 # define CURL_SIZEOF_CURL_SOCKLEN_T -1 #elif defined(TPF) # define CURL_SIZEOF_LONG 8 # define CURL_TYPEOF_CURL_OFF_T long # define CURL_FORMAT_CURL_OFF_T "ld" # define CURL_FORMAT_CURL_OFF_TU "lu" # define CURL_FORMAT_OFF_T "%ld" # define CURL_SIZEOF_CURL_OFF_T 8 # define CURL_SUFFIX_CURL_OFF_T L # define CURL_SUFFIX_CURL_OFF_TU UL # define CURL_TYPEOF_CURL_SOCKLEN_T FIXME # define CURL_SIZEOF_CURL_SOCKLEN_T -1 /* ===================================== */ /* ===================================== */ /* KEEP MSVC THE PENULTIMATE ENTRY */ /* KEEP MSVC THE PENULTIMATE ENTRY */ /* ===================================== */ /* ===================================== */ Loading lib/config-tpf.h +3 −0 Original line number Original line Diff line number Diff line Loading @@ -601,6 +601,9 @@ /* Define to the type of arg 5 for `select'. */ /* Define to the type of arg 5 for `select'. */ #define SELECT_TYPE_ARG5 (struct timeval *) #define SELECT_TYPE_ARG5 (struct timeval *) /* The size of an `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 8 /* The size of a `size_t', as computed by sizeof. */ /* The size of a `size_t', as computed by sizeof. */ #define SIZEOF_SIZE_T 8 #define SIZEOF_SIZE_T 8 Loading lib/setup.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -65,9 +65,7 @@ #endif #endif #ifdef TPF #ifdef TPF #include "config-tpf.h" /* hand-modified TPF config.h */ # include "config-tpf.h" /* change which select is used for libcurl */ #define select(a,b,c,d,e) tpf_select_libcurl(a,b,c,d,e) #endif #endif #endif /* HAVE_CONFIG_H */ #endif /* HAVE_CONFIG_H */ Loading Loading @@ -228,6 +226,8 @@ # include <sys/socket.h> /* for select and ioctl*/ # include <sys/socket.h> /* for select and ioctl*/ # include <netdb.h> /* for in_addr_t definition */ # include <netdb.h> /* for in_addr_t definition */ # include <tpf/sysapi.h> /* for tpf_process_signals */ # include <tpf/sysapi.h> /* for tpf_process_signals */ /* change which select is used for libcurl */ # define select(a,b,c,d,e) tpf_select_libcurl(a,b,c,d,e) #endif #endif #include <stdio.h> #include <stdio.h> Loading Loading
TODO-RELEASE +3 −1 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,8 @@ To be addressed in 7.19.5 (planned release: May 2009) 230 - [PATCH] http.c fix to Curl_proxyCONNECT for non-ASCII platforms. 230 - [PATCH] http.c fix to Curl_proxyCONNECT for non-ASCII platforms. 231 - [PATCH] TPF-platform specific changes to various files 231 - [PATCH] TPF-platform specific changes to various files - committed with minor changes - awaiting feedback 232 - [PATCH] transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII 232 - [PATCH] transfer.c fixes for CURL_DO_LINEEND_CONV and non-ASCII platform HTTP requests platform HTTP requests Loading
ares/ares_build.h.dist +5 −0 Original line number Original line Diff line number Diff line Loading @@ -196,6 +196,11 @@ # endif # endif # endif # endif #elif defined(TPF) # define CARES_SIZEOF_LONG 8 # define CARES_TYPEOF_ARES_SOCKLEN_T FIXME # define CARES_SIZEOF_ARES_SOCKLEN_T -1 /* ===================================== */ /* ===================================== */ /* KEEP MSVC THE PENULTIMATE ENTRY */ /* KEEP MSVC THE PENULTIMATE ENTRY */ /* ===================================== */ /* ===================================== */ Loading
include/curl/curlbuild.h.dist +12 −0 Original line number Original line Diff line number Diff line Loading @@ -478,6 +478,18 @@ # define CURL_TYPEOF_CURL_SOCKLEN_T FIXME # define CURL_TYPEOF_CURL_SOCKLEN_T FIXME # define CURL_SIZEOF_CURL_SOCKLEN_T -1 # define CURL_SIZEOF_CURL_SOCKLEN_T -1 #elif defined(TPF) # define CURL_SIZEOF_LONG 8 # define CURL_TYPEOF_CURL_OFF_T long # define CURL_FORMAT_CURL_OFF_T "ld" # define CURL_FORMAT_CURL_OFF_TU "lu" # define CURL_FORMAT_OFF_T "%ld" # define CURL_SIZEOF_CURL_OFF_T 8 # define CURL_SUFFIX_CURL_OFF_T L # define CURL_SUFFIX_CURL_OFF_TU UL # define CURL_TYPEOF_CURL_SOCKLEN_T FIXME # define CURL_SIZEOF_CURL_SOCKLEN_T -1 /* ===================================== */ /* ===================================== */ /* KEEP MSVC THE PENULTIMATE ENTRY */ /* KEEP MSVC THE PENULTIMATE ENTRY */ /* ===================================== */ /* ===================================== */ Loading
lib/config-tpf.h +3 −0 Original line number Original line Diff line number Diff line Loading @@ -601,6 +601,9 @@ /* Define to the type of arg 5 for `select'. */ /* Define to the type of arg 5 for `select'. */ #define SELECT_TYPE_ARG5 (struct timeval *) #define SELECT_TYPE_ARG5 (struct timeval *) /* The size of an `off_t', as computed by sizeof. */ #define SIZEOF_OFF_T 8 /* The size of a `size_t', as computed by sizeof. */ /* The size of a `size_t', as computed by sizeof. */ #define SIZEOF_SIZE_T 8 #define SIZEOF_SIZE_T 8 Loading
lib/setup.h +3 −3 Original line number Original line Diff line number Diff line Loading @@ -65,9 +65,7 @@ #endif #endif #ifdef TPF #ifdef TPF #include "config-tpf.h" /* hand-modified TPF config.h */ # include "config-tpf.h" /* change which select is used for libcurl */ #define select(a,b,c,d,e) tpf_select_libcurl(a,b,c,d,e) #endif #endif #endif /* HAVE_CONFIG_H */ #endif /* HAVE_CONFIG_H */ Loading Loading @@ -228,6 +226,8 @@ # include <sys/socket.h> /* for select and ioctl*/ # include <sys/socket.h> /* for select and ioctl*/ # include <netdb.h> /* for in_addr_t definition */ # include <netdb.h> /* for in_addr_t definition */ # include <tpf/sysapi.h> /* for tpf_process_signals */ # include <tpf/sysapi.h> /* for tpf_process_signals */ /* change which select is used for libcurl */ # define select(a,b,c,d,e) tpf_select_libcurl(a,b,c,d,e) #endif #endif #include <stdio.h> #include <stdio.h> Loading