On 10/19/22 8:32 AM, Markus Elfring wrote:
Hello,
Some information was published with the subject “Bash-5.2 Release available”
on 2022-09-26.
https://lists.gnu.org/archive/html/bug-bash/2022-09/msg00056.html
https://www.mail-archive.com/info-gnu@gnu.org/msg03096.html
“…
Bash can be linked again
On 10/18/22 3:55 PM, Glenn Jackman wrote:
Bash Version: 5.2
Patch Level: 0
Release Status: release
Description:
an arithmetic comparison where an array index contains an array
element fails.
Repeat-By:
in bash 5.2
$ coins[3]=10 i=3 C[5]=42 p=15
On 10/20/22 5:03 AM, Martin von Gagern wrote:
Bash Version: 5.2
Patch Level: !PATCHLEVEL!
Release Status: release
Description:
Some substitutions that used to work pre 5.2 are failing starting in
5.2. I did a git bisect on that, it's the initial 5.2 commit which
broke this,
https://git.savann
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -g -O2
uname output: Linux … 5.18.16-…-amd64 #1 SMP PREEMPT_DYNAMIC Debian
5.18.16-… (2022-…) x86_64 GNU/Linux
Machine Type: x86_64-pc-linux-gnu
Bash Version: 5.2
Pat