Re: bash 4.3.42 configure script needs to test sys/resource.h different on SunOS4

2015-10-24 Thread Chet Ramey
On 10/13/15 4:10 PM, Klaus Ziegler - owner of sunfreeware.de wrote: > I have no clue how to fix the bashversion linking error in the configure > script, besides modifying config.h after > configure has done it's work. This one is easy. version.c and version2.c need to use #if HAVE_SNPRINTF inst

$PS0 patch

2015-10-24 Thread Dan Stromberg
I've created a small diff against tonight's bash master branch for displaying a (single!) prompt after reading a command but before executing said command. It's kind of like trapping debug, but it doesn't output the prompt once for each subcommand in a pipeline - it's just once for the thing you t

Re: $PS0 patch

2015-10-24 Thread Dan Stromberg
On Sat, Oct 24, 2015 at 7:00 PM, Dan Stromberg wrote: > > > dstromberg@server:~/src/bash/src$ export PS0='fred> > > ' > I have no idea where that second > came from; please ignore it.

Re: $PS0 patch

2015-10-24 Thread Dan Stromberg
I just noticed there's an fprintf buglet in there. I've put a fixed version of at http://stromberg.dnsalias.org/~strombrg/diffs/ps0-diffs - rather than inflict another shar on the list :) Thanks again.