Message-Id: <200002241414.JAA28133@delorie.com> From: "Mark E." To: Eli Zaretskii , djgpp-workers AT delorie DOT com Date: Thu, 24 Feb 2000 09:22:28 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Readline and DJGPP In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12a) Reply-To: djgpp-workers AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > It seems like the version of readline used by current GDB snapshots > (at least as of the Feb 17 snapshot) still doesn't fix the old > problems: it still disables signal handling in signals.c and still has > all that v1.x vintage code in display.c, readline.c and terminal.c. > Bash 2.04 beta 5 contains Readline 4.1. It does have some of the fixes that have been reported. Other fixes I have reported and they should be in beta 6. It would seem like you have an earlier version (4.0?). The macro RL_LIBRARY_VERSION in readline.c will tell you the version number. If you or anyone else is interested in downloading Bash 2.04 b5 to examine the beta Readline 4.1, you can get it from . But it won't build as-is without changes that I've already reported, so you may just want to look at the source code and see if there's any fixes missing that ought to be there. I've also sent patches for drive letter handling, so that should be fixed in the next beta. Mark