6b9bd96c | 31-May-2001 |
Daniel Stenberg |
include setup.h _before_ system includes |
6532f737 | 31-May-2001 |
Daniel Stenberg |
if NEED_REENTRANT is set, define _REENTRANT already here since it has to be defined as many include files as possible (Solaris req) |
928ff543 | 31-May-2001 |
Daniel Stenberg |
includes setup.h, and thus I could remove the _REENTRANT define |
95c94bf6 | 31-May-2001 |
Daniel Stenberg |
the CURL_GLOBAL flags are now used to set what parts to init globally |
7f295939 | 31-May-2001 |
Daniel Stenberg |
went back to the version where the flags argument to curl_global_init() specify exactly what global parts to init. Thanks to Sterling Hughes really for arguing wisely. |
aa27db69 | 31-May-2001 |
Daniel Stenberg |
removed the prototype and made it include string.h instead If your system, such as Solaris 2.7, lacks the strtok_r() prototype in string.h, then you'll face a bunch of warnings on
removed the prototype and made it include string.h instead If your system, such as Solaris 2.7, lacks the strtok_r() prototype in string.h, then you'll face a bunch of warnings on all instances where strtok_r() is used. There's not much we can do about it. Adding a prototype here screws everything up on other platforms! :-(
show more ...
|
4ce5fa3e | 31-May-2001 |
Daniel Stenberg |
Sterling Hughes suggested we set 'static' before size_t... |
ffa7c131 | 30-May-2001 |
Daniel Stenberg |
libcurl now has MUTE and NOPROGRESS set by default |
fbca7a83 | 30-May-2001 |
Daniel Stenberg |
7.8-pre2 |
870bacd6 | 30-May-2001 |
Daniel Stenberg |
include strtok.h to get the prototype |
d9f39cc9 | 30-May-2001 |
Daniel Stenberg |
finally fixed the 'ret' compiler warning |
f2e6d235 | 30-May-2001 |
Daniel Stenberg |
removed python interface, there is one now! ;-) |
baa220c1 | 30-May-2001 |
Daniel Stenberg |
-# fix, thread fix, easy.c compile fix and more |
cabef473 | 30-May-2001 |
Daniel Stenberg |
made the automake line re-build from _all_ Makefile.am files in the source tree |
cab90bf9 | 30-May-2001 |
Daniel Stenberg |
english fix |
ab449cce | 30-May-2001 |
Daniel Stenberg |
now uses CURL_GLOBAL_DEFAULT |
b541537c | 30-May-2001 |
Daniel Stenberg |
curl_global_init() support for CURL_GLOBAL_NOT_SSL |
285e998f | 30-May-2001 |
Daniel Stenberg |
Sterling Hughes's fixes |
c503930b | 30-May-2001 |
Cris Bailiff |
Added Solaris 'pkgadd' building support to packages collection and autoconf/automake files |
5c6859e5 | 29-May-2001 |
Daniel Stenberg |
not used in autoconf version 2.50 |
4e376a2f | 29-May-2001 |
Daniel Stenberg |
check for strtok_r |
edd608aa | 29-May-2001 |
Daniel Stenberg |
curl_ => Curl_ |
88d536eb | 29-May-2001 |
Daniel Stenberg |
re-indented to follow "project curl"-style, renamed curl_ prefix to Curl_ |
d567659b | 29-May-2001 |
Daniel Stenberg |
strtok() replaced with strtok_r() |
e0558ae5 | 29-May-2001 |
Daniel Stenberg |
adjusted for automake 1.4+ |