Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 02/07/1999 05:14:08
Module Name:	src
Committed By:	lukem
Date:		Sun Feb  7 13:14:07 UTC 1999

Modified Files:
	src/usr.bin/ftp: complete.c extern.h util.c
Log Message:
changes to fix [bin/6951] by Peter Simons <simons@cys.de>:
* implement ftpvis(), which \ quotes the following in the given string:
SP, TAB, \, CR, "
* use ftpvis() in complete_ambiguous(), to escape characters in a word
which would confuse makeargv()/slurpstring().