Date: Tue, 5 Apr 2011 18:41:01 +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 histedit.h read.c readline.c src/lib/libedit/edit/readline Makefile history.h readline.h src/sbin/gvinum Makefile gvinum.c ... Message-ID: <201104062121.p36LLRBC010121@repoman.freebsd.org>
index | next in thread | raw e-mail
obrien 2011-04-05 18:41:01 UTC
FreeBSD src repository
Modified files:
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:
lib/libedit chartype.h histedit.h readline.c
lib/libedit/edit/readline Makefile history.h readline.h
Removed files:
include histedit.h
Log:
SVN rev 220370 on 2011-04-05 18:41:01Z by obrien
* 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).
* To make it easier to sync libedit development with NetBSD, histedit.h
is moved into libedit's directory as history shows shown we keep merging
it into that location.
Obtained from: NetBSD
Sponsored by: Juniper Networks
Revision Changes Path
1.143 +4 -0 src/etc/mtree/BSD.include.dist
1.304 +1 -1 src/include/Makefile
1.15 +0 -229 src/include/histedit.h (dead)
1.35 +8 -3 src/lib/libedit/Makefile
1.1 +245 -0 src/lib/libedit/chartype.h (new)
1.1 +8 -0 src/lib/libedit/edit/readline/Makefile (new)
1.1 +32 -0 src/lib/libedit/edit/readline/history.h (new)
1.1 +222 -0 src/lib/libedit/edit/readline/readline.h (new)
1.3 +242 -0 src/lib/libedit/histedit.h (new)
1.14 +1 -1 src/lib/libedit/read.c
1.1 +2239 -0 src/lib/libedit/readline.c (new)
1.6 +3 -3 src/sbin/gvinum/Makefile
1.17 +1 -0 src/sbin/gvinum/gvinum.c
1.13 +5 -7 src/usr.sbin/ntp/ntpdc/Makefile
1.13 +5 -7 src/usr.sbin/ntp/ntpq/Makefile
1.7 +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?201104062121.p36LLRBC010121>
