Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-12 | Get the curl source files for Amiga from Makefile.inc | Dan Fandrich | |
This is similar to how it's done in the lib directory. The Amiga build appears to have been broken for a year because of a missing homedir.c | |||
2009-07-15 | Added nonblock.c to the non-automake makefiles (note that the dependencies | Dan Fandrich | |
in the Watcom makefiles aren't quite correct). | |||
2009-06-05 | introduction of os-specific.c and os-specific.h | Yang Tse | |
2008-10-27 | Added rawstr.c to some more non-configure curl makefiles | Dan Fandrich | |
2007-02-20 | curl tool was using functions curlx_tvnow and curlx_tvdiff which are not | Yang Tse | |
part of the official libcurl API http://curl.haxx.se/lxr/source/lib/README.curlx The documented way of using them would be to use timeval.c as a source code file. The above described method works very well when statically linking libcurl and apps, curl tool, but has several drawbacks when you build a true shared libcurl (i.e. Name space clash at linkage stage as functions are defined more than once. Windows makefiles are not capable of handling this system of source-level sharing) So... Now curlutil.h and curlutil.c define and implement cutil_tvnow and cutil_tvdiff which replace curlx_tvnow and curlx_tvdiff for the curl tool. Doing this we avoid the above described problems. | |||
2005-07-13 | Diego Casorran patches to make (lib)curl build fine on Amiga again | Daniel Stenberg | |
2004-01-13 | Diego Casorran's fixes to allow native AmigaOS builds | Daniel Stenberg | |
2003-12-10 | Diego Casorran's amiga makefiles | Daniel Stenberg | |