Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/ftp
Module Name: src
Committed By: lukem
Date: Tue May 15 23:54:20 UTC 2007
Modified Files:
src/usr.bin/ftp: fetch.c ftp.1 ftp.c util.c version.h
Log Message:
* Modify parse_url() to consistently strip the leading `/' off ftp URLs.
Fixes PR 17617.
* Use 'RFCnnnn' (with leading 0) instead of 'RFC nnnn', to be
consistent with the style in the RFC index.
* Refer to RFC3916 instead of 1738 or 2732.
* Expand the list of supported RFCs in ftp(1) to contain the document
name as well.
To generate a diff of this commit:
cvs rdiff -r1.176 -r1.177 src/usr.bin/ftp/fetch.c
cvs rdiff -r1.116 -r1.117 src/usr.bin/ftp/ftp.1
cvs rdiff -r1.149 -r1.150 src/usr.bin/ftp/ftp.c
cvs rdiff -r1.138 -r1.139 src/usr.bin/ftp/util.c
cvs rdiff -r1.64 -r1.65 src/usr.bin/ftp/version.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index