aboutsummaryrefslogtreecommitdiff
path: root/packages/DOS
AgeCommit message (Collapse)Author
2020-03-24copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg
Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
2018-11-17openssl: Remove SSLEAY leftoversDaniel Gustafsson
Commit 709cf76f6bb7dbac deprecated USE_SSLEAY, as curl since long isn't compatible with the SSLeay library. This removes the few leftovers that were omitted in the less frequently used platform targets. Closes #3270 Reviewed-by: Daniel Stenberg <daniel@haxx.se>
2018-03-16cleanup: misc typos in strings and commentsluz.paz
Found via `codespell` Closes #2389
2016-11-07s/cURL/curlDaniel Stenberg
We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL.
2014-12-26code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme
Use Unix when generically writing about Unix based systems as UNIX is the trademark and should only be used in a particular product's name.
2013-01-10packages/DOS/common.dj: remove COFF debug info generationGisle Vanem
gcc on DOS hasn't really supported COFF-debug (-gcoff) on djgpp for a long time. "Sounds like the COFF debug info generation has bit-rotted in GCC. Nothing new here, no other platform uses COFF AFAIK." So lets drop it too. URL: http://curl.haxx.se/mail/lib-2013-01/0130.html
2010-03-25remove all .cvsignore filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-10-27Fix spellingYang Tse
2009-06-13add default USE_CURLDEBUG settingYang Tse
2009-06-13improve usability with UNIX-like shells or a DOS command interpretersYang Tse
2009-05-21Added CVS id.Gisle Vanem
2009-05-21Update coments. Long-file name setup is required.Gisle Vanem
C-Ares and IPv6 is no longer a bad combo.
2009-05-09Remove DOS and TPF package's Makefile.amYang Tse
Not actually needed to simply include some files in the distribution tarball.
2007-02-27Added TOPDIR variable. Updated package locations.Gisle Vanem
Simplified dependency generation.
2004-12-17Added option for using C-ares and libidn.Gisle Vanem
Dependencies generated from $(CSOURCES).
2004-06-29Gisle's djgpp updatesDaniel Stenberg
2004-03-29Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg
2003-12-19Gisle Vanem's djgpp fixesDaniel Stenberg
2003-06-02ignoreDaniel Stenberg
2003-05-21 Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg