On 8/29/19 2:22 PM, Chet Ramey wrote:
BASH PATCH REPORT
=
Small problem when building bash-5.0-011 out of tree is that the
file lib/glob/smatch.c is set chmod 600 and thus not readable by
the build user.
--
Dennis Clar
On 9/10/19 8:22 AM, Florian Weimer wrote:
> These changes avoid a few additional cases of implicit function
> declarations and implicit ints.
Thanks for the updates.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Che
On 9/9/19 10:45 PM, 2477441814 wrote:
> Dear team,
>
>
> when I invoke 'help printf' in terminal to view help manual, It shown me '%b
> %q %(fmt)T' is an addition to printf(1) and printf(3), The online version of
> bash manual from (http://www.gnu.org/software/bash/manual/bash.html) does
> sam
These changes avoid a few additional cases of implicit function
declarations and implicit ints.
---
aclocal.m4| 82 ++-
configure | 73 -
m4/intdiv0.m4 | 3 ++
3 files changed, 98 insertions(+), 60
Dear team,
when I invoke 'help printf' in terminal to view help manual, It shown me '%b %q
%(fmt)T' is an addition to printf(1) and printf(3), The online version of bash
manual from (http://www.gnu.org/software/bash/manual/bash.html) does samely
describe. but from GNU coreutils 8.22 which ins