From owner-cvs-all Wed Dec 16 02:24:58 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA20998 for cvs-all-outgoing; Wed, 16 Dec 1998 02:24:58 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA20993; Wed, 16 Dec 1998 02:24:58 -0800 (PST) (envelope-from des@FreeBSD.org) From: "Dag-Erling C. Sm\xf8rgrav" Received: (from des@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA12204; Wed, 16 Dec 1998 02:24:57 -0800 (PST) Date: Wed, 16 Dec 1998 02:24:57 -0800 (PST) Message-Id: <199812161024.CAA12204@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/lib/libfetch Makefile common.c common.h fetch.3 fetch.c fetch.h fetch_err.et file.c ftp.c http.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk des 1998/12/16 02:24:57 PST Modified files: lib/libfetch Makefile common.c common.h fetch.3 fetch.c fetch.h fetch_err.et file.c ftp.c http.c Log: Add verbose flag, and support functions. Brucify the Makefile. Differentiate atime and mtime in fetch*Stat(). Fix a few pointer bugs. Tweak some error messages. Don't #include sys/param.h and stdio.h in fetch.h. Document that sys/param.h and stdio.h must be #included before fetch.h. Revision Changes Path 1.10 +10 -14 src/lib/libfetch/Makefile 1.3 +56 -19 src/lib/libfetch/common.c 1.3 +3 -2 src/lib/libfetch/common.h 1.5 +3 -1 src/lib/libfetch/fetch.3 1.7 +5 -2 src/lib/libfetch/fetch.c 1.7 +6 -5 src/lib/libfetch/fetch.h 1.2 +2 -1 src/lib/libfetch/fetch_err.et 1.3 +4 -3 src/lib/libfetch/file.c 1.8 +8 -7 src/lib/libfetch/ftp.c 1.8 +12 -5 src/lib/libfetch/http.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message