Subject: PR/30500 CVS commit: src/lib/libedit
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: netbsd-bugs
Date: 06/11/2005 18:19:01
The following reply was made to PR bin/30500; it has been noted by GNATS.

From: Christos Zoulas <christos@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/30500 CVS commit: src/lib/libedit
Date: Sat, 11 Jun 2005 18:18:59 +0000 (UTC)

 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.