[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash-4.1-rc1 available for FTP
From: |
Mike Frysinger |
Subject: |
Re: Bash-4.1-rc1 available for FTP |
Date: |
Tue, 22 Dec 2009 14:39:53 -0500 |
User-agent: |
KMail/1.12.4 (Linux/2.6.31.4; KDE/4.3.4; x86_64; ; ) |
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
signature.asc
Description: This is a digitally signed message part.