Re: Bash source repository

2009-11-23 Thread Chet Ramey
Bob Proulx wrote: > Jan Schampera wrote: >> The official patches should be there as individual commits. Though, I >> admit it's not a small amount of work to do all that for the past >> releases. Such a GIT or SVN repository technically is easy to do, but >> who feeds it :( > > Moving forward from

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

Re: sudo: command: not found

2009-11-23 Thread Greg Wooledge
On Sun, Nov 22, 2009 at 06:14:56PM +0800, wrote: > run the command "drcomd" ,successful! > > but run command "sudo drcomd" ,return "sudo : drcomd: command not found" Not really a bash bug. > under both (fedora)the PATH is > /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/

Re: DEBUG trap breaks pipelines

2009-11-23 Thread Anirban Sinha
> > Well, then there's no way to tell how large the intersection of these > two sets is, is there? We'll know once I upgrade to the latest bash. Ideally, we should no longer need our own private hacks to get bash cross compiling for our arch. If we do, we'll know which patches still needs to go up

caller builtin returns wrong lineno when sourced

2009-11-23 Thread Hugo Mildenberger
Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: i686-pc-linux-gnu-gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686' - DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu' - DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/loc

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 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: caller builtin returns wrong lineno when sourced

2009-11-23 Thread Jan Schampera
Just for completeness: Same with 3.2.39, 4.1 alpha and beta. Jan