On 2/5/11 1:03 PM, Mike Frysinger wrote:
> On Wednesday, February 02, 2011 21:49:38 Chet Ramey wrote:
>> On 2/2/11 6:27 PM, Mike Frysinger wrote:
>>> - lib/glob/smatch.c needs externs.h for mbsmbchar. seems like externs.h
>>> could do with including bashtypes.h/command.h/general.h too since it
>>>
On Wednesday, February 02, 2011 21:49:38 Chet Ramey wrote:
> On 2/2/11 6:27 PM, Mike Frysinger wrote:
> > - lib/glob/smatch.c needs externs.h for mbsmbchar. seems like externs.h
> > could do with including bashtypes.h/command.h/general.h too since it
> > needs basic types from all of those.
>
> O
On 2/2/11 6:27 PM, Mike Frysinger wrote:
> On Wednesday, February 02, 2011 08:56:24 Chet Ramey wrote:
>> The second release candidate of bash-4.2 is now available with the URL
>>
>> ftp://ftp.cwru.edu/pub/bash/bash-4.2-rc2.tar.gz
>
> - braces.c:mkseq() is using an intmax_t type for the length in t
On Wednesday, February 02, 2011 08:56:24 Chet Ramey wrote:
> The second release candidate of bash-4.2 is now available with the URL
>
> ftp://ftp.cwru.edu/pub/bash/bash-4.2-rc2.tar.gz
- braces.c:mkseq() is using an intmax_t type for the length in the asprintf
call when it needs to be an int. a
On 2/2/11 11:51 AM, Bernd Eggink wrote:
> Am 02.02.2011 14:56, schrieb Chet Ramey:
>> The second release candidate of bash-4.2 is now available with the URL
>>
>> ftp://ftp.cwru.edu/pub/bash/bash-4.2-rc2.tar.gz
>
> Thanks. Unfortunately, this version is incredibly slow. For example, it
> needs 20
Am 02.02.2011 14:56, schrieb Chet Ramey:
The second release candidate of bash-4.2 is now available with the URL
ftp://ftp.cwru.edu/pub/bash/bash-4.2-rc2.tar.gz
Thanks. Unfortunately, this version is incredibly slow. For example, it
needs 20 seconds (!) to source the bash_completion file, as o