Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
bug-bash (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Sat Jun 30 2018 10:11:04 -0400
Threads in reverse chronological order
[
Next Period
]
-- paramter does not work in bash 4.4
,
bashreport
,
2018/06/30
./parse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
,
Piotr Grzybowski
,
2018/06/27
Re: ./parse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
,
Chet Ramey
,
2018/06/27
Re: ./parse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
,
Piotr Grzybowski
,
2018/06/27
Re: ./parse.y: warning: 1 shift/reduce conflict [-Wconflicts-sr]
,
Chet Ramey
,
2018/06/27
Directing into a variable doesn't work
,
Peter Passchier
,
2018/06/24
Re: Directing into a variable doesn't work
,
Martijn Dekker
,
2018/06/24
Re: Directing into a variable doesn't work
,
Peter Passchier
,
2018/06/24
Re: Directing into a variable doesn't work
,
Chet Ramey
,
2018/06/25
Re: Directing into a variable doesn't work
,
Peter Passchier
,
2018/06/25
Re: Directing into a variable doesn't work
,
tetsujin
,
2018/06/27
Re: Directing into a variable doesn't work
,
Piotr Grzybowski
,
2018/06/28
Re: Directing into a variable doesn't work
,
Robert Elz
,
2018/06/24
Re: Directing into a variable doesn't work
,
Peter Passchier
,
2018/06/24
Re: Directing into a variable doesn't work
,
Pierre Gaston
,
2018/06/24
Re: Directing into a variable doesn't work
,
L A Walsh
,
2018/06/25
announcing bashj
,
pg
,
2018/06/23
Re: announcing bashj
,
Eduardo Bustamante
,
2018/06/23
Re: announcing bashj
,
L A Walsh
,
2018/06/23
Re: announcing bashj
,
Chet Ramey
,
2018/06/23
Re: announcing bashj
,
Bob Proulx
,
2018/06/23
Message not available
Re: announcing bashj
,
Eduardo Bustamante
,
2018/06/28
"help" translates arguments of builtin commands but not command description
,
Ralf Goertz
,
2018/06/21
Re: "help" translates arguments of builtin commands but not command description
,
Chet Ramey
,
2018/06/21
Bash 5.0-alpha tries to expand exclamation marks in quoted strings
,
Bernhard Rosenkraenzer
,
2018/06/20
Re: Bash 5.0-alpha tries to expand exclamation marks in quoted strings
,
Chet Ramey
,
2018/06/20
Re: Variables can’t contain NUL
,
George
,
2018/06/20
Re: Variables can’t contain NUL
,
Clark Wang
,
2018/06/20
propagating environment variable via internal command
,
Tomáš Čech
,
2018/06/20
Re: propagating environment variable via internal command
,
Chet Ramey
,
2018/06/20
Re: propagating environment variable via internal command
,
Tomas Janousek
,
2018/06/20
$OPTIND varibale value is different from sh
,
Hyunho Cho
,
2018/06/20
Re: $OPTIND varibale value is different from sh
,
Greg Wooledge
,
2018/06/20
Re: $OPTIND varibale value is different from sh
,
Ilkka Virta
,
2018/06/20
Re: $OPTIND varibale value is different from sh
,
Martijn Dekker
,
2018/06/20
Re: $OPTIND varibale value is different from sh
,
Martijn Dekker
,
2018/06/20
Re: $OPTIND varibale value is different from sh
,
Chet Ramey
,
2018/06/20
history shows edited lines not the lines actually ran
,
kermit
,
2018/06/16
Re: history shows edited lines not the lines actually ran
,
L A Walsh
,
2018/06/17
Re: history shows edited lines not the lines actually ran
,
chris
,
2018/06/17
Re: history shows edited lines not the lines actually ran
,
L A Walsh
,
2018/06/17
Re: history shows edited lines not the lines actually ran
,
Chet Ramey
,
2018/06/18
Bash fails to exit if parent ssh process is killed during command search
,
Siteshwar Vashisht
,
2018/06/15
Re: Bash fails to exit if parent ssh process is killed during command search
,
Chet Ramey
,
2018/06/15
When reading less than wanted characters, "read" does not detect NUL bytes
,
Davide Brini
,
2018/06/15
Re: When reading less than wanted characters, "read" does not detect NUL bytes
,
Greg Wooledge
,
2018/06/15
Re: When reading less than wanted characters, "read" does not detect NUL bytes
,
Davide Brini
,
2018/06/15
Re: When reading less than wanted characters, "read" does not detect NUL bytes
,
Davide Brini
,
2018/06/15
Case of set -e not being in effect in a subshell.
,
Bartłomiej Palmowski
,
2018/06/11
Re: Case of set -e not being in effect in a subshell.
,
Clark Wang
,
2018/06/11
Re: Case of set -e not being in effect in a subshell.
,
Chet Ramey
,
2018/06/11
Re: Case of set -e not being in effect in a subshell.
,
Bartłomiej Palmowski
,
2018/06/12
history -r a; history -c; history -r b gives segfault
,
Edward Huff
,
2018/06/10
Re: history -r a; history -c; history -r b gives segfault
,
Chet Ramey
,
2018/06/11
Re: [PATCH] Add active mark, face support; activate mark on paste
,
Daniel Colascione
,
2018/06/07
Re: [PATCH] Add active mark, face support; activate mark on paste
,
Chet Ramey
,
2018/06/08
Re: program gets faster when it outputs more on stderr
,
Mike Jonkmans
,
2018/06/07
cat<(echo text) not same as cat <(echo text)
,
Edward Huff
,
2018/06/04
Re: cat<(echo text) not same as cat <(echo text)
,
Clark Wang
,
2018/06/04
Re: cat<(echo text) not same as cat <(echo text)
,
Ilkka Virta
,
2018/06/04
Sequence Brace Expansion Crash
,
Thomas Fischer
,
2018/06/03
Re: Sequence Brace Expansion Crash
,
Chet Ramey
,
2018/06/03
Re: Sequence Brace Expansion Crash
,
Greg Wooledge
,
2018/06/04
Bash don't interpret ~ path with multiple options.
,
Jungsub Shin
,
2018/06/03
Re: Bash don't interpret ~ path with multiple options.
,
L A Walsh
,
2018/06/03
Re: Bash don't interpret ~ path with multiple options.
,
Chet Ramey
,
2018/06/03
Re: Bash don't interpret ~ path with multiple options.
,
Greg Wooledge
,
2018/06/04
suggestion for improvement - help pwd
,
jefgeni
,
2018/06/02
Re: suggestion for improvement - help pwd
,
Chet Ramey
,
2018/06/02
Re: suggestion for improvement - help pwd
,
David Margerison
,
2018/06/02
Re: suggestion for improvement - help pwd
,
Chet Ramey
,
2018/06/02
Bash-4.4 Official Patch 23
,
Chet Ramey
,
2018/06/01
Bash-4.4 Official Patch 22
,
Chet Ramey
,
2018/06/01
Bash-4.4 Official Patch 21
,
Chet Ramey
,
2018/06/01
Bash-4.4 Official Patch 20
,
Chet Ramey
,
2018/06/01
case pattern checking with bash -n fails
,
Paul Förster
,
2018/06/01
Re: case pattern checking with bash -n fails
,
Greg Wooledge
,
2018/06/01
Re: [PATCH] Add nofirstword completion option
,
Luca Boccassi
,
2018/06/01
Re: [PATCH] Add nofirstword completion option
,
Luca Boccassi
,
2018/06/08
Re: [PATCH] Add nofirstword completion option
,
Chet Ramey
,
2018/06/08
Re: [PATCH] Add nofirstword completion option
,
Luca Boccassi
,
2018/06/12
Re: [PATCH] Add nofirstword completion option
,
Chet Ramey
,
2018/06/12
Re: [PATCH] Add nofirstword completion option
,
Luca Boccassi
,
2018/06/12
Re: [PATCH] Add nofirstword completion option
,
Chet Ramey
,
2018/06/12
Re: [PATCH] Add nofirstword completion option
,
Luca Boccassi
,
2018/06/19
Re: [PATCH] Add nofirstword completion option
,
Chet Ramey
,
2018/06/19
Clarify cases of implicit and explicit line continuation
,
Shriramana Sharma
,
2018/06/01
Re: Clarify cases of implicit and explicit line continuation
,
Chet Ramey
,
2018/06/01
Re: Clarify cases of implicit and explicit line continuation
,
Shriramana Sharma
,
2018/06/04
Re: Clarify cases of implicit and explicit line continuation
,
Chet Ramey
,
2018/06/05
Re: Bash patches format
,
Robert Elz
,
2018/06/01
Re: Bash patches format
,
Matt Housh
,
2018/06/02
Re: Bash patches format
,
Siteshwar Vashisht
,
2018/06/03
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc