David,
On Tue, Nov 29, 2011 at 6:28 PM, David Chisnall wrote:
> All this makes it possible to build and link gdb with -ledit.
>
> When I had a quick look a couple of days ago, kadmin and [k]gdb were the
> only things that linked against readline in base. With them now linking
> against libedit,
On 29 Nov 2011, at 04:50, Max Khon wrote:
> All this makes it possible to build and link gdb with -ledit.
When I had a quick look a couple of days ago, kadmin and [k]gdb were the only
things that linked against readline in base. With them now linking against
libedit, can we remove readline fr
Author: fjoe
Date: Tue Nov 29 04:50:57 2011
New Revision: 228114
URL: http://svn.freebsd.org/changeset/base/228114
Log:
- Hide _rl_qsort_string_compare() that should be private to libreadline()
implementation.
- Add symlink /usr/include/edit/readline/tilde.h -> readline.h
All this makes