Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-27 | Added "CSOURCES = $(CURL_SOURCES)". | Gisle Vanem | |
2007-02-27 | Remove $(CURL_SOURCES). | Gisle Vanem | |
2007-02-27 | Added TOPDIR variable. Put dependencies in external file. | Gisle Vanem | |
config.h includes ../lib/config.dos. | |||
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. | |||
2004-12-17 | Add libidn.a and iconv libraries if USE_IDNA=1. | Gisle Vanem | |
2004-11-15 | Added top_srcdir. | Gisle Vanem | |
2004-11-15 | Added revision id, test for USE_ARES. | Gisle Vanem | |
Uses Makefile.inc. | |||
2004-06-29 | Gisle's djgpp updates | Daniel Stenberg | |
2004-03-29 | Gisle Vanem's djgpp/MS-DOS updates | Daniel Stenberg | |
2003-12-19 | Gisle Vanem's djgpp fixes | Daniel Stenberg | |
2003-05-21 | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | |