bug-bash
Thread
Date
Earlier messages
Messages by Thread
Re-send: Re: Inconsistent handling of patterns with backslah (`\`) escaping
Duncan Roe
Inconsistent handling of patterns with backslah (`\`) escaping
Andrei Borzenkov
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Andreas Schwab
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Andrei Borzenkov
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Chet Ramey
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Andrei Borzenkov
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Chet Ramey
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Andrei Borzenkov
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Grisha Levit
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Andrei Borzenkov
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Chet Ramey
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Grisha Levit
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Chet Ramey
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Chet Ramey
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Andrei Borzenkov
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Robert Elz
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Chet Ramey
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Robert Elz
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Duncan Roe
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Andreas Schwab
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Duncan Roe
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Martin D Kealey
Re: Inconsistent handling of patterns with backslah (`\`) escaping
Robert Elz
help message for "break", "continue" doesn't mention "select"
Keith Thompson
Re: help message for "break", "continue" doesn't mention "select"
Chet Ramey
="${!a[@]}" expands incorrectly bash 5.1 and above + patch
Emanuele Torre
Re: ="${!a[@]}" expands incorrectly bash 5.1 and above + patch
Emanuele Torre
Re: ="${!a[@]}" expands incorrectly bash 5.1 and above + patch
Emanuele Torre
Re: ="${!a[@]}" expands incorrectly bash 5.1 and above + patch
Chet Ramey
Re: ="${!a[@]}" expands incorrectly bash 5.1 and above + patch
Chet Ramey
Re: ="${!a[@]}" expands incorrectly bash 5.1 and above + patch
Chet Ramey
Re: [readline 8.3] cursor mis-positioned after SIGWINCH on wrapped prompt with non-printing region
Chet Ramey
[bug #68392] bash-5.3 - UAF leading to arbitrary command execution in restricted mode
anonymous
[PATCH] string_list_dollar_atstar: fix leak
Grisha Levit
Re: [PATCH] string_list_dollar_atstar: fix leak
Chet Ramey
Feature request: opt-in support for non-ASCII shell identifiers
Ótzï fón GlüϷgor
Re: Feature request: opt-in support for non-ASCII shell identifiers
Ángel
Re: Feature request: opt-in support for non-ASCII shell identifiers
Léa Gris
Re: Feature request: opt-in support for non-ASCII shell identifiers
Chet Ramey
Re: Feature request: opt-in support for non-ASCII shell identifiers
Félix Hauri via Bug reports for the GNU Bourne Again SHell
Re: Feature request: opt-in support for non-ASCII shell identifiers
Stan Marsh
[PATCH]: `help cut` doesn't mention some options
Duncan Roe
Re: [PATCH]: `help cut` doesn't mention some options
Chet Ramey
[PATCH] maint: handle C23 qualifier-generic strchr/strrchr
Grisha Levit
Re: [PATCH] maint: handle C23 qualifier-generic strchr/strrchr
Chet Ramey
Re: :? within a function
Zachary Santer
Re: :? within a function
Robert Elz
Re: :? within a function
Zachary Santer
Re: :? within a function
Robert Elz
Re: :? within a function
Greg Wooledge
Re: :? within a function
Robert Elz
Re: :? within a function
Chet Ramey
Re: :? within a function
Chet Ramey
Re: :? within a function
Zachary Santer
Re: :? within a function
Chet Ramey
Prompt overwrites command output if prompt contains unicode character and non-printing escape sequence
Lennart Ackermans via Bug reports for the GNU Bourne Again SHell
Re: Prompt overwrites command output if prompt contains unicode character and non-printing escape sequence
Chet Ramey
Re: Prompt overwrites command output if prompt contains unicode character and non-printing escape sequence
Lennart Ackermans via Bug reports for the GNU Bourne Again SHell
Re: Prompt overwrites command output if prompt contains unicode character and non-printing escape sequence
Grisha Levit
Re: Prompt overwrites command output if prompt contains unicode character and non-printing escape sequence
Chet Ramey
Re: Prompt overwrites command output if prompt contains unicode character and non-printing escape sequence
Chet Ramey
PS0 vs. \[ \]
Egmont Koblinger
Re: PS0 vs. \[ \]
Koichi Murase
Re: PS0 vs. \[ \]
Chet Ramey
Re: PS0 vs. \[ \]
Koichi Murase
Re: PS0 vs. \[ \]
Chet Ramey
Performance regression in 5.x: fork-heavy $() loops slow down ~2.5x on second run when built with --with-bash-malloc=no
debianyu
Re: Performance regression in 5.x: fork-heavy $() loops slow down ~2.5x on second run when built with --with-bash-malloc=no
Alex Gao
Re: Performance regression in 5.x: fork-heavy $() loops slow down ~2.5x on second run when built with --with-bash-malloc=no
Chet Ramey
[PATCH] function_substitute: unwind-protect verbose flag
Grisha Levit
Re: [PATCH] function_substitute: unwind-protect verbose flag
Chet Ramey
[PATCH] adjust_shell_level: check for SHLVL bind failure
Grisha Levit
Re: [PATCH] adjust_shell_level: check for SHLVL bind failure
Chet Ramey
[PATCH] tests/run-test: do not try to unset UID
Grisha Levit
Re: [PATCH] tests/run-test: do not try to unset UID
Chet Ramey
[PATCH RFC 0/1] avoid repeated export_env rebuild in command substitution child
Gao Xiang
[PATCH RFC 1/1] execute_cmd: avoid rebuilding export environment in comsub exec path
Gao Xiang
[PATCH RFC 0/1] avoid repeated export_env rebuild in command substitution child
Gao Xiang
[PATCH RFC 1/1] execute_cmd: avoid rebuilding export environment in comsub exec path
Gao Xiang
Re: [PATCH RFC 1/1] execute_cmd: avoid rebuilding export environment in comsub exec path
Chet Ramey
Re: [PATCH RFC 1/1] execute_cmd: avoid rebuilding export environment in comsub exec path
Alex Gao
Re: [PATCH RFC 1/1] execute_cmd: avoid rebuilding export environment in comsub exec path
Chet Ramey
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts ...
Stan Marsh
[doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Ilya Tsoy
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Zachary Santer
Re: Re[2]: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Zachary Santer
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Chet Ramey
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Chet Ramey
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Zachary Santer
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Chet Ramey
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Zachary Santer
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Chet Ramey
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Zachary Santer
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Chet Ramey
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Robert Elz
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Chet Ramey
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Steffen Nurpmeso
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Robert Elz
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Chet Ramey
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Chet Ramey
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Robert Elz
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Chet Ramey
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Zachary Santer
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Greg Wooledge
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Andreas Schwab
Re: [doc] LINES/COLUMNS auto-update in non-interactive shells contradicts manual
Chet Ramey
${!nameref:offset:length} behaves inconsistently for scalar vs array nameref targets
Emerald YourLi
Re: ${!nameref:offset:length} behaves inconsistently for scalar vs array nameref targets
Chet Ramey
[bug #68310] Hang on subshell exits
anonymous
Fwd: [bug #68310] Hang on subshell exits
Chet Ramey via Bug reports for the GNU Bourne Again SHell
manpage is incorrect re << heredocs and \<newline>
Denys Vlasenko
Re: manpage is incorrect re << heredocs and \<newline>
Chet Ramey
[bug #68307] The time command produces invalid output in edge case
nilpotence
GLOBIGNORE
Stan Marsh
Re: GLOBIGNORE
Greg Wooledge
Re: GLOBIGNORE
Stan Marsh
Re: GLOBIGNORE
Chet Ramey
Re: GLOBIGNORE
Koichi Murase
Re: GLOBIGNORE
Chet Ramey
Re: GLOBIGNORE
Zachary Santer
Re: GLOBIGNORE
Stan Marsh
Re: GLOBIGNORE
Stan Marsh
Re: GLOBIGNORE
Stan Marsh
[PATCH] Add @R parameter transform to reverse expansion order
Jackson Hansen
Re: [PATCH] Add @R parameter transform to reverse expansion order
Chet Ramey
Re: [PATCH] Add @R parameter transform to reverse expansion order
Zachary Santer
Re: [PATCH] Add @R parameter transform to reverse expansion order
Félix Hauri via Bug reports for the GNU Bourne Again SHell
Re: [PATCH] Add @R parameter transform to reverse expansion order
Greg Wooledge
add EXAMPLES section to bash man page
SSS foundation
Re: add EXAMPLES section to bash man page
Chet Ramey
Typo in the bash manual
jjj g
Possible busy-loop in signal handling with a trap calling an external command
František Šumšal
Re: Possible busy-loop in signal handling with a trap calling an external command
Zachary Santer
Re: Possible busy-loop in signal handling with a trap calling an external command
Chet Ramey
Array functions
Laurent Lyaudet
Re: Array functions
Greg Wooledge
$!() gives a list of files
Andrew Young
Re: $!() gives a list of files
Matti Andreas Kähäri
Re: $!() gives a list of files
Stan Marsh
New loadable builtin: rev
Duncan Roe
Re: New loadable builtin: rev
Duncan Roe
Re: New loadable builtin: rev
Oğuz
Re: New loadable builtin: rev
Duncan Roe
Re: New loadable builtin: rev
Oğuz
[PATCH] rev: fix some issues
Grisha Levit
Re: [PATCH] rev: fix some issues
Chet Ramey
Re: [PATCH] rev: fix some issues
Duncan Roe
Re: [PATCH] rev: fix some issues
Grisha Levit
Re: [PATCH] rev: fix some issues
Grisha Levit
Re: [PATCH] rev: fix some issues
Chet Ramey
[bug #68233] Runing & using `bind -x '"\ez":"fg"'` cause tab completion to print white space
anonymous
LINES and COLUMNS
Zachary Santer
Re: LINES and COLUMNS
Martin D Kealey
Re: LINES and COLUMNS
Koichi Murase
Re: LINES and COLUMNS
Zachary Santer
Re: LINES and COLUMNS
Chet Ramey
feature request: ${@ command; } and ${* command; } funsubs to expand to all elements of the local array REPLY
Zachary Santer
Re: feature request: ${@ command; } and ${* command; } funsubs to expand to all elements of the local array REPLY
Koichi Murase
feature request: ${[@]| command; } and ${[*]| command; } funsubs to expand to all elements of the local array REPLY
Zachary Santer
Re: feature request: ${@ command; } and ${* command; } funsubs to expand to all elements of the local array REPLY
Chet Ramey
Re: feature request: ${@ command; } and ${* command; } funsubs to expand to all elements of the local array REPLY
Koichi Murase
Re: feature request: ${@ command; } and ${* command; } funsubs to expand to all elements of the local array REPLY
Chet Ramey
Re: feature request: ${@ command; } and ${* command; } funsubs to expand to all elements of the local array REPLY
Koichi Murase
Re: feature request: ${@ command; } and ${* command; } funsubs to expand to all elements of the local array REPLY
Chet Ramey
Re: feature request: ${[@]| command; } and ${[*]| command; } funsubs to expand to all elements of the local array REPLY
Zachary Santer
Re: feature request: ${[@]| command; } and ${[*]| command; } funsubs to expand to all elements of the local array REPLY
Koichi Murase
BUG: Brace expansions do not support any type of variable.
Invert Ignas
Re: BUG: Brace expansions do not support any type of variable.
Zachary Santer
Re: non-bug: Brace expansions do not support any type of variable.
Martin D Kealey
Re: BUG: Brace expansions do not support any type of variable.
Chet Ramey
REVERSE_LIST macro aliasing issue
Sam James
Re: REVERSE_LIST macro aliasing issue
Andreas Schwab
[PATCH] Fix complete -p with commands starting with -
Étienne Barrié
Re: [PATCH] Fix complete -p with commands starting with -
Chet Ramey
[bug #68188] "info" command not found in the italian version of GNU bash 5.2.37(1)-release
anonymous
Re: [bug #68188] "info" command not found in the italian version of GNU bash 5.2.37(1)-release
Félix Hauri via Bug reports for the GNU Bourne Again SHell
[gnu.org #2263310] typo on bash manual Arrays
Therese Godefroy via RT
Pipe makes subshell crash with stack overflow
Manuel Wagesreither
Re: Pipe makes subshell crash with stack overflow
Chet Ramey
[bug #68164] Access violation crashes
p.loschenok
[bug #68163] Heap-buffer-overflow(read) crashes
p.loschenok
[bug #68162] TrapSignal crashes
p.loschenok
[bug #68159] Out of memmory crashes
p.loschenok
loadable cut builtin gives assertion botched in free()
Duncan Roe
Re: loadable cut builtin gives assertion botched in free()
Chet Ramey
Raw ^M in xtrace output
Marcel Schnippe
Re: Raw ^M in xtrace output
Chet Ramey
Parameter transformation `@A` on array member
A4-Tacks
Re: Parameter transformation `@A` on array member
Chet Ramey
Correction in GNU Bash Manual HTML version
Anshuman Khanna
Re: Correction in GNU Bash Manual HTML version
Chet Ramey
[bug #68131] Shell script misbehaves when edited
Matt
Re: [bug #68131] Shell script misbehaves when edited
Stan Marsh
Re: [bug #68131] Shell script misbehaves when edited
Greg Wooledge
Re: [bug #68131] Shell script misbehaves when edited
Félix Hauri via Bug reports for the GNU Bourne Again SHell
Re: [bug #68131] Shell script misbehaves when edited
Greg Wooledge
Re: [bug #68131] Shell script misbehaves when edited
Chet Ramey
Re: [bug #68131] Shell script misbehaves when edited
Robert Elz
Re: [bug #68131] Shell script misbehaves when edited
Stan Marsh
Re: [bug #68131] Shell script misbehaves when edited
Robert Elz
Earlier messages