Re: Bash 4 and ECHOCTL

2009-11-23 Thread Chet Ramey
Joachim Schmitz wrote: > When will bash-4.1 be available? In the fullness of time. It's close. > And what about the other issues I mentioned? As I already said in the reply I sent you, they are all fixed in bash-4.1. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer

RE: Bash 4 and ECHOCTL

2009-11-23 Thread Joachim Schmitz
Greg Wooledge wrote: > On Thu, Nov 19, 2009 at 06:32:49PM +0100, Joachim Schmitz wrote: >> In siglist.c the compiler complained bitterly about having to >> convert the reseult of _() into a char * (sometimes comming from >> int, somtimes coming from const char *) My nasty workaround: > > The corre

Re: Bash 4 and ECHOCTL

2009-11-23 Thread Greg Wooledge
On Thu, Nov 19, 2009 at 06:32:49PM +0100, Joachim Schmitz wrote: > In siglist.c the compiler complained bitterly about having to convert the > reseult of _() into a char * (sometimes comming from int, somtimes coming > from const char *) My nasty workaround: The correct fix for that one is to #i

Bash 4 and ECHOCTL

2009-11-21 Thread Joachim Schmitz
Hi folks When trying to port bash 4 (actually 4.0.35) to NonStop Kernel, I stumbled accross lib/readline/rltty.c to use ECHOCTL, which that platform doesn't seem to provide. My fix: diff -u ./lib/readline/rltty.c.orig ./lib/readline/rltty.c --- ./lib/readline/rltty.c.orig 2008-10-05 04:39:2