Subject: CVS commit: src/lib/libedit
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 06/11/2005 18:18:59
Module Name:	src
Committed By:	christos
Date:		Sat Jun 11 18:18:59 UTC 2005

Modified Files:
	src/lib/libedit: filecomplete.c filecomplete.h readline.c
	src/lib/libedit/readline: readline.h

Log Message:
PR/30500: Paul Shupak: Inconsistent definition of tilde_expand().
Provide a layer of indirection between the readline compatibility functions
and our internal implementation, so that we have the freedom to change the
function signature.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libedit/filecomplete.c
cvs rdiff -r1.3 -r1.4 src/lib/libedit/filecomplete.h
cvs rdiff -r1.56 -r1.57 src/lib/libedit/readline.c
cvs rdiff -r1.15 -r1.16 src/lib/libedit/readline/readline.h

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