Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libedit
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.
Home |
Main Index |
Thread Index |
Old Index