bug-bash
Thread
Date
Earlier messages
Later messages
Messages by Date
2024/05/05
Re: Re: [PATCH 0/4] Add import builtin
Phi Debian
2024/05/05
Re: Re: [PATCH 0/9] Add library mode to source builtin
Phi Debian
2024/05/05
Re: Re: [PATCH 0/4] Add import builtin
Matheus Afonso Martins Moreira
2024/05/05
Re: [PATCH 0/4] Add import builtin
Phi Debian
2024/05/05
Re: Re: [PATCH 0/9] Add library mode to source builtin
Matheus Afonso Martins Moreira
2024/05/05
Re: Re: [PATCH 0/9] Add library mode to source builtin
Matheus Afonso Martins Moreira
2024/05/05
Re: [PATCH 0/4] Add import builtin
Greg Wooledge
2024/05/05
Re: [PATCH 0/9] Add library mode to source builtin
Kerin Millar
2024/05/05
Re: [PATCH 0/4] Add import builtin
Lawrence Velázquez
2024/05/05
Re: [PATCH 0/9] Add library mode to source builtin
Lawrence Velázquez
2024/05/05
[PATCH 4/9] bashgetopt: define long option shortener function
Matheus Afonso Martins Moreira
2024/05/05
[PATCH 5/9] builtins/source: refactor file searching function
Matheus Afonso Martins Moreira
2024/05/05
[PATCH 9/9] variables: define default BASH_LIBRARIES_PATH
Matheus Afonso Martins Moreira
2024/05/05
[PATCH 8/9] builtins/source: search libraries in library mode
Matheus Afonso Martins Moreira
2024/05/05
[PATCH 7/9] builtins/source: add the -l|--library options
Matheus Afonso Martins Moreira
2024/05/05
[PATCH 6/9] builtins/source: define library search function
Matheus Afonso Martins Moreira
2024/05/05
[PATCH 3/9] findcmd: define the user library finder function
Matheus Afonso Martins Moreira
2024/05/05
[PATCH 2/9] findcmd: parameterize path variable in functions
Matheus Afonso Martins Moreira
2024/05/05
[PATCH 1/9] builtins: extract file content executor function
Matheus Afonso Martins Moreira
2024/05/05
[PATCH 0/9] Add library mode to source builtin
Matheus Afonso Martins Moreira
2024/05/05
Re: Re: Re: [PATCH 0/4] Add import builtin
Phi Debian
2024/05/04
Re: Re: Re: Re: [PATCH 0/4] Add import builtin
Oğuz
2024/05/04
Re: Re: Re: Re: [PATCH 0/4] Add import builtin
Matheus Afonso Martins Moreira
2024/05/04
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Koichi Murase
2024/05/04
Re: Re: Re: [PATCH 0/4] Add import builtin
Koichi Murase
2024/05/04
[sr #111058] Problem transmitting script arguments
anonymous
2024/05/03
Re: Re: Re: [PATCH 0/4] Add import builtin
Matheus Afonso Martins Moreira
2024/05/03
Re: macOS 14 objc `+initialize` forced crash due to fork after thread
Tom
2024/05/03
Re: [PATCH 0/4] Add import builtin
Robert Elz
2024/05/03
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Robert Elz
2024/05/03
Re: Re: Re: [PATCH 0/4] Add import builtin
Koichi Murase
2024/05/03
Re: Re: Re: [PATCH 0/4] Add import builtin
Matheus Afonso Martins Moreira
2024/05/03
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/05/03
Re: Re: [PATCH 0/4] Add import builtin
Matheus Afonso Martins Moreira
2024/05/03
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/05/03
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Oğuz
2024/05/03
Re: Re: [PATCH 0/4] Add import builtin
Koichi Murase
2024/05/03
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Oğuz
2024/05/03
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/05/03
Re: macOS 14 objc `+initialize` forced crash due to fork after thread
Chet Ramey
2024/05/03
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/05/03
Re: [PATCH 0/4] Add import builtin
Chet Ramey
2024/05/03
Re: Re: [PATCH 0/4] Add import builtin
Matheus Afonso Martins Moreira
2024/05/03
Re: Re: [PATCH 0/4] Add import builtin
Matheus Afonso Martins Moreira
2024/05/03
Re: Re: [PATCH 3/4] findcmd: define the user import finder function
Matheus Afonso Martins Moreira
2024/05/03
Re: Re: [PATCH 0/4] Add import builtin
Matheus Afonso Martins Moreira
2024/05/02
Re: [PATCH 0/4] Add import builtin
Phi Debian
2024/05/02
Re: [PATCH 0/4] Add import builtin
Koichi Murase
2024/05/02
Re: [PATCH 0/4] Add import builtin
Koichi Murase
2024/05/02
Re: [PATCH 0/4] Add import builtin
Lawrence Velázquez
2024/05/02
Re: [PATCH 0/4] Add import builtin
Lawrence Velázquez
2024/05/02
Re: [PATCH 0/4] Add import builtin
Dale R. Worley
2024/05/02
Re: [PATCH 3/4] findcmd: define the user import finder function
Lawrence Velázquez
2024/05/02
[PATCH 4/4] builtins: add import builtin
Matheus Afonso Martins Moreira
2024/05/02
[PATCH 2/4] findcmd: parameterize path variable in functions
Matheus Afonso Martins Moreira
2024/05/02
[PATCH 0/4] Add import builtin
Matheus Afonso Martins Moreira
2024/05/02
[PATCH 3/4] findcmd: define the user import finder function
Matheus Afonso Martins Moreira
2024/05/02
[PATCH 1/4] builtins: extract file content executor function
Matheus Afonso Martins Moreira
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Robert Elz
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Oğuz
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Oğuz
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Oğuz
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Robert Elz
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/05/02
Re: macOS 14 objc `+initialize` forced crash due to fork after thread
Chet Ramey
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
G. Branden Robinson
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Oğuz
2024/05/02
macOS 14 objc `+initialize` forced crash due to fork after thread
Tom
2024/05/02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/05/01
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Koichi Murase
2024/05/01
(Just making sure this went through.) Bug: Bash is not memory safe.
Joshua Brown
2024/05/01
[bug #65670] Bash is not memory safe.
anonymous
2024/05/01
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Oğuz
2024/05/01
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/05/01
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Oğuz
2024/05/01
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/04/30
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Robert Elz
2024/04/30
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/04/30
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/04/30
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Koichi Murase
2024/04/29
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Robert Elz
2024/04/29
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Chet Ramey
2024/04/29
Re: 5.3-alpha: value substitutions remove unrelated REPLY when its REPLY is removed
Chet Ramey
2024/04/29
Re: Bug#1069978: bash: incorrect value of $BASH for login shells
Chet Ramey
2024/04/28
Re: Bug#1069978: bash: incorrect value of $BASH for login shells
Gioele Barabucci
2024/04/28
Re: Bug#1069978: bash: incorrect value of $BASH for login shells
Chet Ramey
2024/04/28
Re: Linux reports memfd_create() being called without MFD_EXEC or MFD_NOEXEC_SEAL set
Chet Ramey
2024/04/28
Re: Bug#1069978: bash: incorrect value of $BASH for login shells
Gioele Barabucci
2024/04/28
Re: Linux reports memfd_create() being called without MFD_EXEC or MFD_NOEXEC_SEAL set
Andreas Schwab
2024/04/28
Re: Examples of concurrent coproc usage?
Chet Ramey
2024/04/28
Re: [bug #65651] argument reference inconsistency
Chet Ramey
2024/04/28
Re: [bug #65651] argument reference inconsistency
Chet Ramey
2024/04/28
Re: bash: ":?xxx" filename broken on autocomplete
Chet Ramey
2024/04/28
Re: bash: ":?xxx" filename broken on autocomplete
Chet Ramey
2024/04/28
Re: Linux reports memfd_create() being called without MFD_EXEC or MFD_NOEXEC_SEAL set
Chet Ramey
2024/04/28
Re: Linux reports memfd_create() being called without MFD_EXEC or MFD_NOEXEC_SEAL set
Chet Ramey
2024/04/28
Re: [[...]] documentation claims tilde expansion and process substitution occur within double quotes
Chet Ramey
2024/04/28
Re: [bug #65651] argument reference inconsistency
Lawrence Velázquez
2024/04/28
Re: [5.3-alpha] ">& /some/file" would fail when /some/file already exists
Chet Ramey
2024/04/28
Readdelim (was Re: Examples of concurrent coproc usage)
Martin D Kealey
2024/04/28
Re: [bug #65651] argument reference inconsistency
alex xmb sw ratchev
2024/04/28
Re: Examples of concurrent coproc usage?
Zachary Santer
2024/04/28
Re: [bug #65651] argument reference inconsistency
Emanuele Torre
2024/04/28
Re: [bug #65651] argument reference inconsistency
alex xmb sw ratchev
2024/04/27
[bug #65651] argument reference inconsistency
anonymous
2024/04/27
Bug#1069978: bash: incorrect value of $BASH for login shells
Gioele Barabucci
2024/04/27
Re: bash: ":?xxx" filename broken on autocomplete
Kerin Millar
2024/04/27
Re: bash: ":?xxx" filename broken on autocomplete
Andreas Schwab
2024/04/27
Re: bash: ":?xxx" filename broken on autocomplete
Kerin Millar
2024/04/27
5.3-alpha: value substitutions remove unrelated REPLY when its REPLY is removed
Koichi Murase
2024/04/27
Re: bash: ":?xxx" filename broken on autocomplete
Gioele Barabucci
2024/04/27
5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
Koichi Murase
2024/04/27
Re: Examples of concurrent coproc usage?
Carl Edquist via Bug reports for the GNU Bourne Again SHell
2024/04/27
Re: Examples of concurrent coproc usage?
Carl Edquist
2024/04/27
Re: Linux reports memfd_create() being called without MFD_EXEC or MFD_NOEXEC_SEAL set
Kerin Millar
2024/04/27
Re: Linux reports memfd_create() being called without MFD_EXEC or MFD_NOEXEC_SEAL set
Andreas Schwab
2024/04/27
Linux reports memfd_create() being called without MFD_EXEC or MFD_NOEXEC_SEAL set
Kerin Millar
2024/04/26
[[...]] documentation claims tilde expansion and process substitution occur within double quotes
Lawrence Velázquez
2024/04/26
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
Chet Ramey
2024/04/26
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
Oğuz
2024/04/26
Re: [5.3-alpha] ">& /some/file" would fail when /some/file already exists
Grisha Levit
2024/04/26
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
Cedric Blancher
2024/04/25
Re: [5.3-alpha] ">& /some/file" would fail when /some/file already exists
Oğuz
2024/04/25
Re: [5.3-alpha] ">& /some/file" would fail when /some/file already exists
Clark Wang
2024/04/25
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
Dan Shelton
2024/04/25
Re: [5.3-alpha] ">& /some/file" would fail when /some/file already exists
Grisha Levit
2024/04/25
Re: [5.3-alpha] ">& /some/file" would fail when /some/file already exists
Grisha Levit
2024/04/25
Re: Bash-5.3-alpha available
Chet Ramey
2024/04/25
Re: [5.3-alpha] ">& /some/file" would fail when /some/file already exists
Chet Ramey
2024/04/25
Re: Bash-5.3-alpha available
Clark Wang
2024/04/25
[5.3-alpha] ">& /some/file" would fail when /some/file already exists
Clark Wang
2024/04/25
Bash Reference Manual: broken link
Jim Blackson
2024/04/25
Re: 5.3-alpha: less readable output when set -x
balducci
2024/04/24
[bug #65638] Make error: two or more data types in declaration specifiers
anonymous
2024/04/24
Re: 5.3-alpha: less readable output when set -x
Chet Ramey
2024/04/24
Re: 5.3-alpha: less readable output when set -x
Grisha Levit
2024/04/24
Re: 5.3-alpha: less readable output when set -x
Kerin Millar
2024/04/24
5.3-alpha: less readable output when set -x
balducci
2024/04/23
Bash-5.3-alpha available
Chet Ramey
2024/04/22
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
Chet Ramey
2024/04/22
Re: [Help-bash] difference of $? and ${PIPESTATUS[0]}
Chet Ramey
2024/04/22
Re: Examples of concurrent coproc usage?
Chet Ramey
2024/04/22
Re: Examples of concurrent coproc usage?
Chet Ramey
2024/04/22
Re: Examples of concurrent coproc usage?
Chet Ramey
2024/04/22
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
Chet Ramey
2024/04/22
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
Chet Ramey
2024/04/22
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
Chet Ramey
2024/04/22
Re: Erasing sensitive data from memory?
Chet Ramey
2024/04/22
Re: bash newgrp(1) -c option? Fwd: /usr/bin/sg in Cygwin?
Chet Ramey
2024/04/22
Re: [Help-bash] difference of $? and ${PIPESTATUS[0]}
Kerin Millar
2024/04/22
Re: [Help-bash] difference of $? and ${PIPESTATUS[0]}
Greg Wooledge
2024/04/22
Re: [Help-bash] difference of $? and ${PIPESTATUS[0]}
Martin D Kealey
2024/04/22
Re: [Help-bash] difference of $? and ${PIPESTATUS[0]}
felix
2024/04/22
Re: [Help-bash] difference of $? and ${PIPESTATUS[0]}
Oğuz
2024/04/22
Re: [Help-bash] difference of $? and ${PIPESTATUS[0]}
Andreas Kähäri
2024/04/22
Re: Examples of concurrent coproc usage?
Martin D Kealey
2024/04/22
Re: [Help-bash] difference of $? and ${PIPESTATUS[0]}
Kerin Millar
2024/04/22
Re: [Help-bash] difference of $? and ${PIPESTATUS[0]}
felix
2024/04/21
Re: [Help-bash] difference of $? and ${PIPESTATUS[0]}
Kerin Millar
2024/04/21
Re: [Help-bash] difference of $? and ${PIPESTATUS[0]}
felix
2024/04/21
Re: bash newgrp(1) -c option? Fwd: /usr/bin/sg in Cygwin?
Lawrence Velázquez
2024/04/21
bash newgrp(1) -c option? Fwd: /usr/bin/sg in Cygwin?
Cedric Blancher
2024/04/21
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
Oğuz
2024/04/21
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
Dan Shelton
2024/04/21
Re: Examples of concurrent coproc usage?
Carl Edquist via Bug reports for the GNU Bourne Again SHell
2024/04/21
Re: Erasing sensitive data from memory?
Zachary Santer
2024/04/21
Re: Erasing sensitive data from memory?
Greg Wooledge
2024/04/21
Erasing sensitive data from memory?
Zachary Santer
2024/04/21
Re: Examples of concurrent coproc usage?
Martin D Kealey
2024/04/21
Re: Examples of concurrent coproc usage?
Martin D Kealey
2024/04/20
Re: Examples of concurrent coproc usage?
Carl Edquist
2024/04/20
Re: Examples of concurrent coproc usage?
Carl Edquist
2024/04/20
Re: Examples of concurrent coproc usage?
Carl Edquist
2024/04/20
Re: Examples of concurrent coproc usage?
Carl Edquist
2024/04/20
Re: Examples of concurrent coproc usage?
Carl Edquist
2024/04/19
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
Cedric Blancher
2024/04/19
Re: Examples of concurrent coproc usage?
Chet Ramey
2024/04/18
Re: [sr #111051] New commands: `-h`, `--help`
Greg Wooledge
2024/04/18
Re: [sr #111051] New commands: `-h`, `--help`
Greg Wooledge
2024/04/18
Re: [sr #111051] New commands: `-h`, `--help`
Robert Elz
2024/04/18
[sr #111051] New commands: `-h`, `--help`
anonymous
2024/04/17
Re: Examples of concurrent coproc usage?
Martin D Kealey
2024/04/17
Re: Examples of concurrent coproc usage?
Chet Ramey
2024/04/17
Re: Examples of concurrent coproc usage?
Chet Ramey
2024/04/17
Re: Examples of concurrent coproc usage?
Chet Ramey
2024/04/17
Re: Examples of concurrent coproc usage?
felix
2024/04/16
Re: Examples of concurrent coproc usage?
Chet Ramey
2024/04/16
Re: Examples of concurrent coproc usage?
Carl Edquist
2024/04/16
Re: Examples of concurrent coproc usage?
Zachary Santer
2024/04/16
Re: Examples of concurrent coproc usage?
Andreas Schwab
2024/04/15
Re: Examples of concurrent coproc usage?
Carl Edquist
2024/04/15
Re: Examples of concurrent coproc usage?
Zachary Santer
2024/04/15
Re: syntax error with lone > or < as string in [ ] tests with -a or -o operators
Andreas Schwab
2024/04/15
Re: Examples of concurrent coproc usage?
Chet Ramey
2024/04/15
Re: syntax error with lone > or < as string in [ ] tests with -a or -o operators
Greg Wooledge
2024/04/15
Re: syntax error with lone > or < as string in [ ] tests with -a or -o operators
Emanuel Attila Czirai
Earlier messages
Later messages