Date: Sun, 13 Jun 2010 17:04:42 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/include histedit.h src/lib/libedit Makefile filecomplete.c filecomplete.h Message-ID: <201006131730.o5DHUpDL043401@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-06-13 17:04:42 UTC
FreeBSD src repository
Modified files:
include histedit.h
lib/libedit Makefile
Added files:
lib/libedit filecomplete.c filecomplete.h
Log:
SVN rev 209136 on 2010-06-13 17:04:42Z by jilles
libedit: Add basic filename completion code from NetBSD.
This will be used to provide filename completion in sh(1).
Changes from the NetBSD code:
* wide character support disabled, as in the rest of libedit
* config.h and related portability stuff reduced/disabled, as in the rest
of libedit
Submitted by: Guy Yur
Obtained from: NetBSD
Revision Changes Path
1.13 +0 -2 src/include/histedit.h
1.34 +2 -1 src/lib/libedit/Makefile
1.1 +541 -0 src/lib/libedit/filecomplete.c (new)
1.1 +45 -0 src/lib/libedit/filecomplete.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006131730.o5DHUpDL043401>
