]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - contrib/gperf/tests/c++.gperf
* Add the readline(3) API to libedit. The libedit versions of
authorDavid E. O'Brien <obrien@FreeBSD.org>
Tue, 5 Apr 2011 18:41:01 +0000 (18:41 +0000)
committerDavid E. O'Brien <obrien@FreeBSD.org>
Tue, 5 Apr 2011 18:41:01 +0000 (18:41 +0000)
commit1e3f14466be22d4fb236ff5bbd2fc725cba4b4c2
tree03c22bc05677cdacb03efd8c11ec7bed49f3df18
parent9abd8cd05b764311626e324b82feefbf0d248984
parentc83d78a78592d3fbea7064fc85784b780e912284
* 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
15 files changed:
etc/mtree/BSD.include.dist
include/Makefile
lib/libedit/Makefile
lib/libedit/chartype.h
lib/libedit/edit/readline/Makefile
lib/libedit/edit/readline/history.h
lib/libedit/edit/readline/readline.h
lib/libedit/histedit.h
lib/libedit/read.c
lib/libedit/readline.c
sbin/gvinum/Makefile
sbin/gvinum/gvinum.c
usr.sbin/ntp/ntpdc/Makefile
usr.sbin/ntp/ntpq/Makefile
usr.sbin/wpa/wpa_cli/Makefile