Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
bug-bash (date)
[
Thread Index
][
Top
][
All Lists
][
bug-bash info page
]
Advanced
[
Prev Period
]
Last Modified: Sun Dec 31 2017 22:36:25 -0500
Messages in reverse chronological order
[
Next Period
]
December 31, 2017
Re: extglob patterns and dotfiles
,
Eric Cook
,
22:36
Re: Pull request: Fix typo from documentation
,
Chet Ramey
,
17:40
Pull request: Fix typo from documentation
,
Jorge Maldonado Ventura
,
16:43
Re: extglob patterns and dotfiles
,
Chet Ramey
,
13:47
December 29, 2017
extglob patterns and dotfiles
,
Eric Cook
,
18:55
December 24, 2017
Re: simple function causes BASH to exit when -e in effect
,
Kevin Layer
,
14:53
Re: simple function causes BASH to exit when -e in effect
,
Bob Proulx
,
14:45
December 22, 2017
Re: simple function causes BASH to exit when -e in effect
,
Greg Wooledge
,
13:59
Re: simple function causes BASH to exit when -e in effect
,
Chet Ramey
,
13:58
Re: simple function causes BASH to exit when -e in effect
,
Kevin Layer
,
13:56
Re: simple function causes BASH to exit when -e in effect
,
DJ Mills
,
13:51
simple function causes BASH to exit when -e in effect
,
Kevin Layer
,
13:41
Re: rbash escape vulnerability
,
Chet Ramey
,
10:30
December 21, 2017
rbash escape vulnerability
,
Drew Parker
,
16:27
December 19, 2017
Re: typo in: https://www.gnu.org/software/bash/manual/bash.html
,
Howard Johnson
,
22:21
Re: Bash default /etc/bash.bashrc overwrites PS1 even if SUDO_PS1 is set
,
Bob Proulx
,
18:32
Re: typo in: https://www.gnu.org/software/bash/manual/bash.html
,
Chet Ramey
,
14:09
typo in: https://www.gnu.org/software/bash/manual/bash.html
,
Howard Johnson
,
13:27
December 18, 2017
Re: Bash default /etc/bash.bashrc overwrites PS1 even if SUDO_PS1 is set
,
Eric Engstrom
,
15:40
Re: Bash default /etc/bash.bashrc overwrites PS1 even if SUDO_PS1 is set
,
DJ Mills
,
14:12
Bash default /etc/bash.bashrc overwrites PS1 even if SUDO_PS1 is set
,
Eric Engstrom
,
14:03
Re: this makes sense
,
Chet Ramey
,
10:24
BASH_SOURCE gets confused when multiple sources are a priori candidates
,
Bruno Vasselle
,
09:52
December 17, 2017
this makes sense
,
isabella parakiss
,
22:47
Re: foo=$*: ^A and DEL are prefixed or removed
,
Martijn Dekker
,
17:09
Re: Bash leaks memory when doing function calls while reading from subshell as stdin
,
Øyvind Hvidsten
,
16:25
December 16, 2017
Re: foo=$*: ^A and DEL are prefixed or removed
,
Chet Ramey
,
12:07
Re: ERR trap fired in && compound inside a function
,
yury
,
10:16
Re: ERR trap fired in && compound inside a function
,
Chet Ramey
,
10:01
ERR trap fired in && compound inside a function
,
Yury Kartynnik
,
08:55
December 11, 2017
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Chet Ramey
,
15:04
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Greg Wooledge
,
14:59
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Chet Ramey
,
13:58
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Greg Wooledge
,
13:38
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Yuri
,
13:31
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Chet Ramey
,
09:03
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Geir Hauge
,
02:10
December 10, 2017
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Yuri
,
22:30
Re: some problems with scope of fds in process substitution
,
Chet Ramey
,
17:59
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Chet Ramey
,
16:51
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Yuri
,
15:18
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Bob Proulx
,
14:55
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Chet Ramey
,
14:20
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Pierre Gaston
,
01:32
December 09, 2017
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Yuri
,
18:42
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Chet Ramey
,
18:24
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Yuri
,
18:09
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Yuri
,
18:03
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Chet Ramey
,
18:02
Re: ~/.profile and ~/.bash_profile aren't executed on login
,
Bob Proulx
,
17:59
~/.profile and ~/.bash_profile aren't executed on login
,
Yuri
,
17:15
December 08, 2017
Re: Bash leaks memory when doing function calls while reading from subshell as stdin
,
Chet Ramey
,
09:58
Re: [PATCH] Fix overflow in jobs
,
Chet Ramey
,
08:04
[PATCH] Fix overflow in jobs
,
Natanael Copa
,
01:54
December 07, 2017
Bash leaks memory when doing function calls while reading from subshell as stdin
,
Øyvind Hvidsten
,
12:17
Bash leaks memory when doing function calls while reading from subshell as stdin
,
Øyvind Hvidsten
,
12:17
December 06, 2017
Re: coproc state wrongly inherited by subshell
,
Tobias Hoffmann
,
13:03
Re: Missing documentation of the integer range (declare -i)
,
Chet Ramey
,
10:01
Re: Missing documentation of the integer range (declare -i)
,
Chet Ramey
,
09:59
Re: Missing documentation of the integer range (declare -i)
,
Greg Wooledge
,
09:54
Missing documentation of the integer range (declare -i)
,
H.-Dirk Schmitt
,
09:36
December 04, 2017
Re: parenthesised regular expressions and non-greedy operator ? - non standard bash behaviour
,
H.-Dirk Schmitt
,
17:28
Re: parenthesised regular expressions and non-greedy operator ? - non standard bash behaviour
,
Chet Ramey
,
16:52
Re: Bash: sleep execution issue with bash loadable builtins
,
Ángel
,
15:48
Re: parenthesised regular expressions and non-greedy operator ? - non standard bash behaviour
,
H.-Dirk Schmitt
,
13:42
Bash: Issue with 'sleep' execution in bash loadable builtins
,
Thiruvadi Rajaraman
,
10:39
Re: some problems with scope of fds in process substitution
,
Stephane Chazelas
,
10:19
Re: some problems with scope of fds in process substitution
,
Chet Ramey
,
08:46
Re: Bash: sleep execution issue with bash loadable builtins
,
Eduardo Bustamante
,
08:30
Re: Bash: sleep execution issue with bash loadable builtins
,
Thiruvadi Rajaraman
,
06:08
December 03, 2017
Re: some problems with scope of fds in process substitution
,
Stephane Chazelas
,
18:07
Re: some problems with scope of fds in process substitution
,
Chet Ramey
,
17:31
Re: parenthesised regular expressions and non-greedy operator ? - non standard bash behaviour
,
Chet Ramey
,
15:27
Re: coproc state wrongly inherited by subshell
,
Chet Ramey
,
15:14
December 01, 2017
Re: parenthesised regular expressions and non-greedy operator ? - non standard bash behaviour
,
Greg Wooledge
,
16:38
parenthesised regular expressions and non-greedy operator ? - non standard bash behaviour
,
dirk
,
16:32
some problems with scope of fds in process substitution
,
Stephane Chazelas
,
14:00
Re: Bash: sleep execution issue with bash loadable builtins
,
Chet Ramey
,
11:03
Re: Bash: sleep execution issue with bash loadable builtins
,
Thiruvadi Rajaraman
,
10:39
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc