Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 11/27/1999 22:32:05
Module Name:	basesrc
Committed By:	lukem
Date:		Sun Nov 28 06:32:05 UTC 1999

Modified Files:
	basesrc/usr.bin/ftp: complete.c extern.h main.c util.c

Log Message:
* implement xsl_init() and  xsl_add(); error checking forms of sl_{init,add}()
* fix bug where the second press of <TAB> on an empty word (i.e, list
  all options) may have resulted in an strncmp() against NULL.  (detected
  by _DIAGASSERT())


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 basesrc/usr.bin/ftp/complete.c
cvs rdiff -r1.50 -r1.51 basesrc/usr.bin/ftp/extern.h
cvs rdiff -r1.68 -r1.69 basesrc/usr.bin/ftp/main.c
cvs rdiff -r1.84 -r1.85 basesrc/usr.bin/ftp/util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.