On Tuesday 22 December 2009 08:46:14 Chet Ramey wrote:
> The first release candidate of bash-4.1 is now available with the URL
> 
> ftp://ftp.cwru.edu/pub/bash/bash-4.1-rc1.tar.gz

also, some implicit decls (some ive posted about in the past):

redir.c:1029: warning: implicit declaration of function ‘xtrace_fdchk’
shell.c:1726: warning: implicit declaration of function ‘initialize_bashopts’
./declare.def:515: warning: implicit declaration of function 
‘bind_assoc_variable’
        looks like the protos need to be moved to a common header

snprintf.c:954: warning: implicit declaration of function ‘isinf’
snprintf.c:954: warning: implicit declaration of function ‘isnan’
        missing math.h include

fnxform.c:64: warning: implicit declaration of function ‘get_locale_var’
        needs to include externs.h

execute_cmd.c:4380: warning: implicit declaration of function ‘fpurge’
        the file needs to '#define NEED_FPURGE_DECL'

-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to