Re: Bash-5.0 Official patch 11

2019-09-10 Thread Dennis Clarke
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

Re: [PATCH] Further autoconf changes for C99 compiler support

2019-09-10 Thread Chet Ramey
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

Re: Question about help information for the printf command

2019-09-10 Thread Chet Ramey
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

[PATCH] Further autoconf changes for C99 compiler support

2019-09-10 Thread Florian Weimer
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

Question about help information for the printf command

2019-09-10 Thread 2477441814
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