Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/24/2000 00:02:21
Module Name:	basesrc
Committed By:	jdolecek
Date:		Sat Dec 23 22:02:21 UTC 2000

Modified Files:
	basesrc/lib/libedit: readline.c readline.h

Log Message:
completion_matches(): fix a off-by-one bug, fix variable name typo
implement displaying of possible completions, add hook to display the list
	on second rl_complete() invocation in row (typically, double <TAB>)

This addresses the completion part of lib/11581 by Richard Earnshaw.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 basesrc/lib/libedit/readline.c
cvs rdiff -r1.3 -r1.4 basesrc/lib/libedit/readline.h

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