bug-bash
Thread
Date
Earlier messages
Later messages
Messages by Date
2024/06/11
[PATCH] tests: printf: provide explicit TZ start/end
Grisha Levit
2024/06/10
Re: Examples of concurrent coproc usage?
Robert Elz
2024/06/10
Re: [PATCH] cond expr: cleanup on errors
Chet Ramey
2024/06/10
Re: Examples of concurrent coproc usage?
Zachary Santer
2024/06/08
Re: Examples of concurrent coproc usage?
Martin D Kealey
2024/06/08
Re: Bug tracking
Martin D Kealey
2024/06/06
Re: REQUEST - bash floating point math support
Zachary Santer
2024/06/06
Re: REQUEST - bash floating point math support
Léa Gris
2024/06/06
Re: REQUEST - bash floating point math support
Koichi Murase
2024/06/06
Re: REQUEST - bash floating point math support
Léa Gris
2024/06/06
Re: REQUEST - bash floating point math support
Koichi Murase
2024/06/06
Re: REQUEST - bash floating point math support
Léa Gris
2024/06/05
Re: REQUEST - bash floating point math support
Léa Gris
2024/06/05
Re: REQUEST - bash floating point math support
Robert Elz
2024/06/05
Re: REQUEST - bash floating point math support
Saint Michael
2024/06/05
Re: REQUEST - bash floating point math support
Greg Wooledge
2024/06/05
Re: REQUEST - bash floating point math support
Saint Michael
2024/06/05
Setting HISTTIMEFORMAT is causing problems in >=bash-5.2
Thomas Deutschmann
2024/06/05
Re: REQUEST - bash floating point math support
Robert Elz
2024/06/05
Re: REQUEST - bash floating point math support
Koichi Murase
2024/06/05
Re: REQUEST - bash floating point math support
Greg Wooledge
2024/06/05
Re: REQUEST - bash floating point math support
Robert Elz
2024/06/05
REQUEST - bash floating point math support
Zachary Santer
2024/06/04
REQUEST
Saint Michael
2024/06/04
Re: [PATCH] cond expr: cleanup on errors
Grisha Levit
2024/06/04
Re: [bug #65827] Cross-compilation fails with gcc 14.1.0
Brett Neumeier
2024/06/04
Re: readonly inconsistency with arrays
Chet Ramey
2024/06/04
Re: readonly inconsistency with arrays
Chet Ramey
2024/06/04
Re: [PATCH] cond expr: cleanup on errors
Chet Ramey
2024/06/04
Re: [PATCH] fix uneccesary copy of function bodies for BASH_SOURCE
Chet Ramey
2024/06/03
Re: [PATCH] fix uneccesary copy of function bodies for BASH_SOURCE
Koichi Murase
2024/06/03
Re: [PATCH] fix uneccesary copy of function bodies for BASH_SOURCE
konsolebox
2024/06/03
Re: [PATCH] cond expr: cleanup on errors
Grisha Levit
2024/06/03
Re: readonly inconsistency with arrays
Will Allan
2024/06/03
Re: readonly inconsistency with arrays
Zachary Santer
2024/06/03
readonly inconsistency with arrays
Will Allan via Bug reports for the GNU Bourne Again SHell
2024/06/03
Re: [PATCH] cond expr: cleanup on errors
Chet Ramey
2024/06/03
Re: [PATCH] expand_word_internal: fix leak with W_NOSPLIT2
Chet Ramey
2024/06/03
Re: [PATCH] coproc: do not leak name
Chet Ramey
2024/06/03
Re: [PATCH] fix uneccesary copy of function bodies for BASH_SOURCE
Chet Ramey
2024/06/03
Re: [bug #65827] Cross-compilation fails with gcc 14.1.0
Chet Ramey
2024/06/02
[bug #65827] Cross-compilation fails with gcc 14.1.0
Brett Neumeier
2024/06/01
Re: [PATCH] fix uneccesary copy of function bodies for BASH_SOURCE
Koichi Murase
2024/06/01
[PATCH] fix uneccesary copy of function bodies for BASH_SOURCE
Koichi Murase
2024/05/31
[PATCH] exec: free args on failed exec
Grisha Levit
2024/05/31
[PATCH] expand_word_internal: fix leak with W_NOSPLIT2
Grisha Levit
2024/05/31
[PATCH] coproc: do not leak name
Grisha Levit
2024/05/31
[PATCH] cond expr: cleanup on errors
Grisha Levit
2024/05/31
Re: read reads from stale buffer after interrupt
Chet Ramey
2024/05/31
Re: read reads from stale buffer after interrupt
Oğuz
2024/05/31
Re: [PATCH] bind_assoc_variable: free key if cannot assign
Chet Ramey
2024/05/31
Re: read reads from stale buffer after interrupt
Chet Ramey
2024/05/30
[PATCH] bind_assoc_variable: free key if cannot assign
Grisha Levit
2024/05/30
Re: [PATCH] read: free ifs_chars
Chet Ramey
2024/05/30
Re: [PATCH] readstr: do not clear undo list
Chet Ramey
2024/05/30
Re: Bash has a stack overflow vulnerability
Chet Ramey
2024/05/30
Bash has a stack overflow vulnerability
B_M
2024/05/29
[PATCH] read: free ifs_chars
Grisha Levit
2024/05/29
Re: compute_lcd_of_matches w/ mismatched upper/lowercase byte counts
Chet Ramey
2024/05/29
Re: printf %m$ and %*m$ unimplemented in Bash, but implementated in C compilers
porterleete
2024/05/29
Re: printf %m$ and %*m$ unimplemented in Bash, but implementated in C compilers
porterleete
2024/05/28
Re: yet another $(case ... parse bug
Chet Ramey
2024/05/28
Re: yet another $(case ... parse bug
Chet Ramey
2024/05/28
Re: segmentation fault after interrupting function that uses "time"
Chet Ramey
2024/05/27
read reads from stale buffer after interrupt
Oğuz
2024/05/27
Re: printf %m$ and %*m$ unimplemented in Bash, but implementated in C compilers
Oğuz
2024/05/27
Re: printf %m$ and %*m$ unimplemented in Bash, but implementated in C compilers
Lawrence Velázquez
2024/05/27
Re: printf %m$ and %*m$ unimplemented in Bash, but implementated in C compilers
Collin Funk
2024/05/27
printf %m$ and %*m$ unimplemented in Bash, but implementated in C compilers
porterleete
2024/05/27
[PATCH] readstr: do not clear undo list
Grisha Levit
2024/05/25
Re: Incorrect string length check
Chet Ramey
2024/05/25
Re: [PATCH] rl_change_case: skip over invalid mbchars
Chet Ramey
2024/05/24
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Koichi Murase
2024/05/24
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Lawrence Velázquez
2024/05/24
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Koichi Murase
2024/05/24
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Martin D Kealey
2024/05/24
compute_lcd_of_matches w/ mismatched upper/lowercase byte counts
Grisha Levit
2024/05/23
Re: yet another $(case ... parse bug
Oğuz
2024/05/23
Incorrect string length check
Collin Funk
2024/05/23
Re: segmentation fault after interrupting function that uses "time"
Grisha Levit
2024/05/23
Re: [PATCH] rl_change_case: skip over invalid mbchars
Grisha Levit
2024/05/23
Re: [PATCH] rl_change_case: skip over invalid mbchars
Chet Ramey
2024/05/23
Re: segmentation fault after interrupting function that uses "time"
Chet Ramey
2024/05/23
Re: [PATCH] rl_change_case: skip over invalid mbchars
Grisha Levit
2024/05/23
yet another $(case ... parse bug
Oğuz
2024/05/23
Re: [PATCH] rl_change_case: skip over invalid mbchars
Chet Ramey
2024/05/23
Re: sh vs. bash -xc 'a=b c=$a'
alex xmb sw ratchev
2024/05/23
Re: sh vs. bash -xc 'a=b c=$a'
Robert Elz
2024/05/23
Re: sh vs. bash -xc 'a=b c=$a'
Chet Ramey
2024/05/23
Re: sh vs. bash -xc 'a=b c=$a'
Chet Ramey
2024/05/23
segmentation fault after interrupting function that uses "time"
Michael Maurer
2024/05/22
Re: sh vs. bash -xc 'a=b c=$a'
Robert Elz
2024/05/22
Re: sh vs. bash -xc 'a=b c=$a'
Oğuz
2024/05/22
Re: sh vs. bash -xc 'a=b c=$a'
Steffen Nurpmeso
2024/05/22
Re: sh vs. bash -xc 'a=b c=$a'
Greg Wooledge
2024/05/22
sh vs. bash -xc 'a=b c=$a'
Dan Jacobson
2024/05/22
Re: [PATCH] spell-correct-word: avoid inf loop with neg arg
Chet Ramey
2024/05/22
Re: [PATCH] dynamic-complete-history: avoid null ptr qsort UB
Chet Ramey
2024/05/22
Re: printf -u "$fd"?
Chet Ramey
2024/05/22
Re: [PATCH] bashline: small leaks
Chet Ramey
2024/05/22
Re: [PATCH] execute-named-command: fix small leaks
Chet Ramey
2024/05/22
Re: printf -u "$fd"?
Zachary Santer
2024/05/21
Re: printf -u "$fd"?
Koichi Murase
2024/05/21
Re: printf -u "$fd"?
Zachary Santer
2024/05/21
[PATCH] dynamic-complete-history: avoid null ptr qsort UB
Grisha Levit
2024/05/21
[PATCH] spell-correct-word: avoid inf loop with neg arg
Grisha Levit
2024/05/21
[PATCH] spell-correct-word: fix small leak
Grisha Levit
2024/05/21
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Martin D Kealey
2024/05/21
Re: printf -u "$fd"?
Chet Ramey
2024/05/21
[PATCH] rl_change_case: skip over invalid mbchars
Grisha Levit
2024/05/21
[PATCH] bashline: small leaks
Grisha Levit
2024/05/21
[PATCH] execute-named-command: fix small leaks
Grisha Levit
2024/05/21
Re: printf -u "$fd"?
Zachary Santer
2024/05/21
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/21
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Phi Debian
2024/05/21
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/21
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Phi Debian
2024/05/21
Re: printf -u "$fd"?
Chet Ramey
2024/05/21
Re: [PATCH v2 5/8] builtins/source: parse the -i option
alex xmb sw ratchev
2024/05/21
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Koichi Murase
2024/05/21
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Greg Wooledge
2024/05/21
Re: printf -u "$fd"?
Zachary Santer
2024/05/21
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Phi Debian
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
konsolebox
2024/05/20
[PATCH] spell.c: uninitialized value in mindist
Grisha Levit
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Koichi Murase
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
Re: printf -u "$fd"?
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Andreas Kähäri
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Greg Wooledge
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Andreas Kähäri
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/20
Re: [PATCH] globsort: handle int overflow in cmp functions
Andreas Schwab
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
Re: [PATCH] bracketed paste unterminated buffer
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/20
Re: [PATCH] bracketed paste unterminated buffer
Grisha Levit
2024/05/20
Re: [PATCH] bracketed paste unterminated buffer
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Chet Ramey
2024/05/20
[PATCH] bracketed paste unterminated buffer
Grisha Levit
2024/05/20
Re: [PATCH] globsort: handle int overflow in cmp functions
Chet Ramey
2024/05/20
Re: [PATCH] globsort: handle int overflow in cmp functions
alex xmb sw ratchev
2024/05/20
Re: [PATCH] globsort: handle int overflow in cmp functions
Chet Ramey
2024/05/20
Re: count in vi mode alters prompt
Chet Ramey
2024/05/20
Re: count in vi mode alters prompt
Mohamed Akram
2024/05/20
Re: count in vi mode alters prompt
Chet Ramey
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/20
Re: [PATCH v2 5/8] builtins/source: parse the -i option
konsolebox
2024/05/19
Re: [PATCH v2 5/8] builtins/source: parse the -i option
konsolebox
2024/05/19
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Phi Debian
2024/05/19
Re: [PATCH v2 5/8] builtins/source: parse the -i option
G. Branden Robinson
2024/05/19
Re: ${var/\#} no longer works
Grisha Levit
2024/05/19
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Robert Elz
2024/05/19
Re: printf -u "$fd"?
alex xmb sw ratchev
2024/05/19
Re: printf -u "$fd"?
Kerin Millar
2024/05/19
${var/\#} no longer works
konsolebox
2024/05/19
Re: printf -u "$fd"?
alex xmb sw ratchev
2024/05/19
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/19
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/18
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Phi Debian
2024/05/18
Re: printf -u "$fd"?
Kerin Millar
2024/05/18
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Robert Elz
2024/05/18
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/18
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/18
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Lawrence Velázquez
2024/05/18
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Robert Elz
2024/05/18
count in vi mode alters prompt
mohd . akram
2024/05/18
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Lawrence Velázquez
2024/05/18
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/18
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Phi Debian
2024/05/18
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/18
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Greg Wooledge
2024/05/18
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
2024/05/18
Re: proposed BASH_SOURCE_PATH
konsolebox
2024/05/18
Re: source -i prototype implementation and other features
konsolebox
2024/05/18
source -i prototype implementation and other features
konsolebox
2024/05/17
printf -u "$fd"?
Zachary Santer
2024/05/17
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Martin D Kealey
2024/05/17
Re: [PATCH] globsort: handle int overflow in cmp functions
Grisha Levit
2024/05/17
Re: [PATCH] globsort: handle int overflow in cmp functions
Chet Ramey
2024/05/17
Re: [PATCH] globsort: handle int overflow in cmp functions
Robert Elz
2024/05/17
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Robert Elz
2024/05/17
[PATCH] globsort: handle int overflow in cmp functions
Grisha Levit
2024/05/17
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Greg Wooledge
2024/05/17
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Robert Elz
2024/05/17
Re: [PATCH v2 5/8] builtins/source: parse the -i option
Matheus Afonso Martins Moreira
Earlier messages
Later messages