Date: Wed, 13 Apr 2011 23:09:36 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/etc/mtree BSD.include.dist src/include Makefile histedit.h src/lib/libedit Makefile chartype.h filecomplete.c filecomplete.h histedit.h read.c readline.c src/lib/libedit/edit/readline Makefile history.h readline.h ... Message-ID: <201104132313.p3DNDMq7024206@repoman.freebsd.org>
index | next in thread | raw e-mail
obrien 2011-04-13 23:09:36 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
etc/mtree BSD.include.dist
include Makefile
lib/libedit Makefile read.c
sbin/gvinum Makefile gvinum.c
usr.sbin/ntp/ntpdc Makefile
usr.sbin/ntp/ntpq Makefile
usr.sbin/wpa/wpa_cli Makefile
Added files: (Branch: RELENG_8)
lib/libedit chartype.h filecomplete.c filecomplete.h
histedit.h readline.c
lib/libedit/edit/readline Makefile history.h readline.h
Removed files: (Branch: RELENG_8)
include histedit.h
Log:
SVN rev 220612 on 2011-04-13 23:09:36Z by obrien
MFC: r220370, r209136, r209219
* Add the readline(3) API to libedit. The libedit versions of
{readline,history}.h are in /usr/include/edit so as to not conflict with
the GNU libreadline versions. To use the libedit readline(3) one should
add "-I/usr/include/edit" to their Makefile
(spelled "-I${DESTDIR}/${INCLUDEDIR}/edit" within the FreeBSD source tree).
* Enable its use in the BSD licensed utilities that support readline(3).
* histedit.h is moved into libedit's directory
* Add basic filename completion code.
* Allow simple quoting in filename completion.
Revision Changes Path
1.131.2.5 +4 -0 src/etc/mtree/BSD.include.dist
1.290.2.4 +1 -1 src/include/Makefile
1.12.10.2 +0 -230 src/include/histedit.h (dead)
1.32.2.2 +10 -4 src/lib/libedit/Makefile
1.1.2.2 +245 -0 src/lib/libedit/chartype.h (new)
1.1.2.2 +8 -0 src/lib/libedit/edit/readline/Makefile (new)
1.1.2.2 +32 -0 src/lib/libedit/edit/readline/history.h (new)
1.1.2.2 +222 -0 src/lib/libedit/edit/readline/readline.h (new)
1.4.2.2 +664 -0 src/lib/libedit/filecomplete.c (new)
1.2.2.2 +48 -0 src/lib/libedit/filecomplete.h (new)
1.3.2.2 +242 -0 src/lib/libedit/histedit.h (new)
1.13.10.2 +1 -1 src/lib/libedit/read.c
1.1.2.2 +2239 -0 src/lib/libedit/readline.c (new)
1.4.10.2 +3 -3 src/sbin/gvinum/Makefile
1.13.2.2 +1 -0 src/sbin/gvinum/gvinum.c
1.12.2.2 +5 -7 src/usr.sbin/ntp/ntpdc/Makefile
1.12.2.2 +5 -7 src/usr.sbin/ntp/ntpq/Makefile
1.5.2.3 +3 -3 src/usr.sbin/wpa/wpa_cli/Makefile
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104132313.p3DNDMq7024206>
