[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash-4.2-rc2 available for FTP
From: |
Mike Frysinger |
Subject: |
Re: Bash-4.2-rc2 available for FTP |
Date: |
Wed, 2 Feb 2011 18:27:22 -0500 |
User-agent: |
KMail/1.13.5 (Linux/2.6.37; KDE/4.5.5; x86_64; ; ) |
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 quick check of a 32bit system shows that
sizeof(intmax_t) is 8 bytes which means the output most likely will get
screwed up (since it'll be interpreted in the C library as 2 arguments).
- 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.
- lib/glob/smatch.c seems its STR defines could be unified with stuff in
general.h
- seems like lib/sh/snprintf.c should be including some header for isnan and
isinf (maybe math.h ?)
otherwise, some quick smoke tests show it seems to be working OK so far ...
-mike
signature.asc
Description: This is a digitally signed message part.