Date: Mon, 17 Aug 1998 02:30:20 -0700 (PDT) From: "Dag-Erling C. Sm\xf8rgrav" <des@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libfetch Makefile README fetch.c fetch.h ftp.c http.c Message-ID: <199808170930.CAA25406@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 1998/08/17 02:30:20 PDT
Modified files:
lib/libfetch Makefile README fetch.c fetch.h ftp.c
http.c
Log:
Commit a bunch of patches that have been accumulating:
- Fix the README to reflect the new status of the ftp code.
- Change tons of 'if (xxx < 0)' to 'if (xxx == -1)'
- Add two new interface functions
- Fix the Makefile so it actually works (yay!)
Now the manpage is lagging even further behind... :( Next on the todo
list is to clean up the http code.
Revision Changes Path
1.4 +7 -5 src/lib/libfetch/Makefile
1.2 +0 -2 src/lib/libfetch/README
1.4 +37 -24 src/lib/libfetch/fetch.c
1.4 +3 -1 src/lib/libfetch/fetch.h
1.5 +12 -13 src/lib/libfetch/ftp.c
1.5 +3 -3 src/lib/libfetch/http.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808170930.CAA25406>
