Date: Thu, 24 Feb 2000 14:04:52 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp-workers AT delorie DOT com Subject: Readline and DJGPP Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com 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. Also, bind.c doesn't read the file in binary mode, and doesn't support ~/_inputrc for __MSDOS__, complete.c doesn't support completion of names like d:/foo/bar, histfile doesn't support ~/_history, input.c uses kbhit as if termios isn't available, terminal doesn't support visual-bell, etc. Mark, I thought you submitted the changes for all that to the Bash maintainer, no?