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: Mon Apr 30 2007 18:16:18 -0400
Messages in reverse chronological order
[
Next Period
]
April 30, 2007
Re: Bash arithmetic doesn't give error message on wrap.
,
Paul Jarc
,
18:16
Re: Bash arithmetic doesn't give error message on wrap.
,
Andreas Schwab
,
17:29
Re: Bash arithmetic doesn't give error message on wrap.
,
Paul Jarc
,
16:43
Re: Bash arithmetic doesn't give error message on wrap.
,
Paul Jarc
,
16:40
Re: Bash arithmetic doesn't give error message on wrap.
,
Richard Neill
,
16:12
Re: Bash arithmetic doesn't give error message on wrap.
,
Bob Proulx
,
11:16
Re: Bash arithmetic doesn't give error message on wrap.
,
Andreas Schwab
,
06:47
April 29, 2007
builtin exit status on write failure
,
Eric
,
23:49
Re: Bash arithmetic doesn't give error message on wrap.
,
Richard Neill
,
19:22
Re: Bash arithmetic doesn't give error message on wrap.
,
Bob Proulx
,
09:47
April 28, 2007
Re: Bash arithmetic doesn't give error message on wrap.
,
Richard Neill
,
16:45
Re: shell-expand-line removes quotes from alias expansion
,
Chet Ramey
,
14:28
shell-expand-line removes quotes from alias expansion
,
mw-u2
,
12:36
[patch] proof of concept implementation for dabbrev-expand for readline
,
Dan Nicolaescu
,
12:36
Re: Bash arithmetic doesn't give error message on wrap.
,
Chet Ramey
,
11:32
Re: Would bash ever use xterm color support as default?
,
Chet Ramey
,
11:29
April 27, 2007
Bash arithmetic doesn't give error message on wrap.
,
Richard Neill
,
14:33
April 26, 2007
Re: inconsistent output for cd
,
Eric Blake
,
14:34
Re: it seems that variables red by builtin function "read" are modified (or ignored) during execution
,
Andreas Schwab
,
12:33
Re: it seems that variables red by builtin function "read" are modified (or ignored) during execution
,
Chet Ramey
,
11:58
arc4random()
,
Robert Connolly
,
11:04
it seems that variables red by builtin function "read" are modified (or ignored) during execution
,
Jean-Philippe Ayanides
,
11:04
April 21, 2007
Re: Would bash ever use xterm color support as default?
,
Thomas Dickey
,
07:54
Would bash ever use xterm color support as default?
,
shirish agarwal
,
02:01
April 20, 2007
Re: how does bash parse back-ticks, anyway?
,
Chet Ramey
,
12:36
Re: how does bash parse back-ticks, anyway?
,
Sven Mascheck
,
10:15
April 19, 2007
Re: Substring Expansion of length 0 substitutes the "DEL" ascii character.
,
Chet Ramey
,
21:45
Substring Expansion of length 0 substitutes the "DEL" ascii character.
,
frosal
,
11:07
April 18, 2007
Re: strange expansion of <(cat p.main.{optional,extra})
,
Chet Ramey
,
22:41
Re: strange expansion of <(cat p.main.{optional,extra})
,
Lucas Nussbaum
,
14:20
Re: strange expansion of <(cat p.main.{optional,extra})
,
Stephane Chazelas
,
11:46
Re: strange expansion of <(cat p.main.{optional,extra})
,
Andreas Schwab
,
08:42
Re: strange expansion of <(cat p.main.{optional,extra})
,
Eric Blake
,
08:20
Re: strange expansion of <(cat p.main.{optional,extra})
,
Andreas Schwab
,
06:06
Re: strange expansion of <(cat p.main.{optional,extra})
,
Lucas Nussbaum
,
05:39
Re: strange expansion of <(cat p.main.{optional,extra})
,
Andreas Schwab
,
05:16
April 17, 2007
Re: strange expansion of <(cat p.main.{optional,extra})
,
Chet Ramey
,
20:22
strange expansion of <(cat p.main.{optional,extra})
,
lucas
,
10:58
April 15, 2007
Re: Problem with array element assignment
,
Paul Jarc
,
16:34
Problem with array element assignment
,
homac
,
16:03
April 13, 2007
complete -p fails to properly quote argument to -C option
,
martin
,
20:45
Re: FDs greater than 9 can't be closed
,
Chet Ramey
,
13:18
Re: Bash auto-logout truncates "timed out waiting for input: auto-logout " string
,
Fran Litterio
,
12:59
Re: Bash auto-logout truncates "timed out waiting for input: auto-logout " string
,
Mike Frysinger
,
12:44
Re: Bash auto-logout truncates "timed out waiting for input: auto-logout" string
,
Chet Ramey
,
12:36
Re: Result of "( false )" is 0, should be 1
,
Andreas Schwab
,
05:47
FDs greater than 9 can't be closed
,
greg
,
01:10
Bash auto-logout truncates "timed out waiting for input: auto-logout" string
,
West Stephen-QSW000
,
01:10
Result of "( false )" is 0, should be 1
,
yozh
,
01:10
bashrc
,
bashful
,
01:10
April 11, 2007
Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.
,
Benno Schulenberg
,
06:20
April 10, 2007
Re: in spawned processes, both $$ and $PPID are wrong
,
Chet Ramey
,
11:45
in spawned processes, both $$ and $PPID are wrong
,
skt
,
10:41
April 09, 2007
Re: cannot fully disable checking of mail
,
Chet Ramey
,
20:35
Re: type -p return status is 0 if alias found
,
Chet Ramey
,
12:06
Re: Error when configuring bash 3.2
,
Thomas Schwinge
,
06:49
Error when configuring bash 3.2
,
Pierre
,
03:43
April 04, 2007
readline vs. literal \1 and \2
,
Eric Blake
,
16:33
RE: type -p return status is 0 if alias found
,
John.Wiersba
,
13:04
Re: type -p return status is 0 if alias found
,
Mike Frysinger
,
12:28
type -p return status is 0 if alias found
,
John.Wiersba
,
12:15
Re: inconsistent output for cd
,
Eric Blake
,
08:59
Re: inconsistent output for cd
,
Tony Balinski
,
00:42
April 03, 2007
Re: how does bash parse back-ticks, anyway?
,
Matthew Woehlke
,
10:33
Re: inconsistent output for cd
,
Chet Ramey
,
09:57
Re: inconsistent output for cd
,
Hugh Sasse
,
09:41
Re: inconsistent output for cd
,
Chet Ramey
,
09:27
Re: inconsistent output for cd
,
Eric Blake
,
07:43
inconsistent output for cd
,
Tony Balinski
,
00:30
April 02, 2007
Re: how does bash parse back-ticks, anyway?
,
Eric Blake
,
22:13
Re: [Bug 103756] kate: syntax highlighting error: bash and escaped quotes
,
Matthew Woehlke
,
19:39
Re: [Bug 103756] kate: syntax highlighting error: bash and escaped quotes
,
Eric Blake-1
,
19:20
Re: how does bash parse back-ticks, anyway? (was: [Bug 103756] kate: syntax highlighting error: bash and escaped quotes)
,
Matthew Woehlke
,
19:13
Re: [Bug 103756] kate: syntax highlighting error: bash and escaped quotes
,
Matthew Woehlke
,
14:05
Re: shouldn't prompt printing be smarter?
,
Thomas Dickey
,
08:48
April 01, 2007
Re: shouldn't prompt printing be smarter?
,
Chet Ramey
,
21:44
Re: shouldn't prompt printing be smarter?
,
Fran Litterio
,
19:19
Re: shouldn't prompt printing be smarter?
,
Francesco Montorsi
,
17:42
Re: shouldn't prompt printing be smarter?
,
Paul Jarc
,
17:33
Re: shouldn't prompt printing be smarter?
,
Francesco Montorsi
,
17:18
Re: shouldn't prompt printing be smarter?
,
Bob Proulx
,
14:09
Re: shouldn't prompt printing be smarter?
,
Francesco Montorsi
,
13:43
Re: shouldn't prompt printing be smarter?
,
Bob Proulx
,
12:45
shouldn't prompt printing be smarter?
,
Francesco Montorsi
,
09:33
Re: Another bash-3.2 regression: coloured prompt confuses Ctrl+R.
,
Andreas Schwab
,
04:13
Re: filename expansion with [a-z] matches upper case
,
Bob Proulx
,
03:24
filename expansion with [a-z] matches upper case
,
robert
,
02:55
filename expansion with [a-z] matches upper case
,
root
,
02:55
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc