Typo in bashline.c

2025-07-05 Thread Martin D Kealey
diff --git a/bashline.c b/bashline.c index fb8aeea20..181585c5b 100644 --- a/bashline.c +++ b/bashline.c @@ -4142,7 +4142,7 @@ vi_advance_point (void) } } #else -rl_point++: +rl_point++; #endif return point; }

Segfault when running alias if PROMPT_COMMAND is not empty

2025-07-05 Thread Carl Johnson
From: carl To: bug-bash@gnu.org Subject: Segfault when running alias if PROMPT_COMMAND is not empty Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 uname output: Linux carl-pc 6.15.4-arch2-1 #1 SMP PREEMPT_D

Readline-8.3-release available

2025-07-05 Thread Chet Ramey
The first public release of the GNU Readline library, version 8.3, is now available for FTP with the URLs ftp://ftp.cwru.edu/pub/bash/readline-8.3.tar.gz ftp://ftp.gnu.org/pub/gnu/readline/readline-8.3.tar.gz and from the master branch in the readline git repository (http://git.savannah.gnu.org/c

Bash-5.3-release available

2025-07-05 Thread Chet Ramey
Introduction The first public release of bash-5.3 is now available with the URLs ftp://ftp.cwru.edu/pub/bash/bash-5.3.tar.gz ftp://ftp.gnu.org/pub/gnu/bash/bash-5.3.tar.gz and from the master branch of the bash git repository (http://git.savannah.gnu.org/cgit/bash.git/log/) and the

readline C-g bugs

2025-07-05 Thread A4-Tacks
Configuration Information [Automatically generated, do not change]: Machine: aarch64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -DDEFAULT_PATH_VAL