Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 1998 02:24:57 -0800 (PST)
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 common.c common.h fetch.3 fetch.c fetch.h fetch_err.et file.c ftp.c http.c
Message-ID:  <199812161024.CAA12204@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199812161024.CAA12204>