This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Updating Readline
- From: Patrick Palka <patrick at parcs dot ath dot cx>
- To: Eli Zaretskii <eliz at gnu dot org>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Tue, 16 Feb 2016 12:23:24 -0500
- Subject: Re: Updating Readline
- Authentication-results: sourceware.org; auth=none
- References: <83egccwqti dot fsf at gnu dot org>
On Tue, Feb 16, 2016 at 11:41 AM, Eli Zaretskii <eliz@gnu.org> wrote:
> This attempt to update Readline in GDB:
>
> https://sourceware.org/ml/gdb-patches/2015-07/msg00422.html
>
> ended up not doing it. We are still at Readline 6.2, AFAICT.
>
> Is there any hope of updating to a newer Readline? Please?
Updating to readline 7.0 (alpha) causes a lot of testsuite regressions
on a number of (non-x86) platforms. It may be safer to first upgrade
to readline 6.3 but in that case there are some local patches that
have to be preserved. So it raises the question of how the ChangeLog
should reflect that some local patches are preserved across the
upgrade, while other local patches are dropped since they've been
applied upstream. The idea is to make it easy to tell which local
patches are currently applied against our upstream copy of readline
especially across upgrades.