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
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
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