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: Fri May 31 2024 19:35:37 -0400
Messages in reverse chronological order
[
Next Period
]
May 31, 2024
[PATCH] exec: free args on failed exec
,
Grisha Levit
,
19:35
[PATCH] expand_word_internal: fix leak with W_NOSPLIT2
,
Grisha Levit
,
18:55
[PATCH] coproc: do not leak name
,
Grisha Levit
,
17:32
[PATCH] cond expr: cleanup on errors
,
Grisha Levit
,
17:09
Re: read reads from stale buffer after interrupt
,
Chet Ramey
,
12:05
Re: read reads from stale buffer after interrupt
,
Oğuz
,
11:57
Re: [PATCH] bind_assoc_variable: free key if cannot assign
,
Chet Ramey
,
11:56
Re: read reads from stale buffer after interrupt
,
Chet Ramey
,
10:30
May 30, 2024
[PATCH] bind_assoc_variable: free key if cannot assign
,
Grisha Levit
,
17:31
Re: [PATCH] read: free ifs_chars
,
Chet Ramey
,
15:25
Re: [PATCH] readstr: do not clear undo list
,
Chet Ramey
,
12:23
Re: Bash has a stack overflow vulnerability
,
Chet Ramey
,
09:33
Bash has a stack overflow vulnerability
,
B_M
,
09:25
May 29, 2024
[PATCH] read: free ifs_chars
,
Grisha Levit
,
15:31
Re: compute_lcd_of_matches w/ mismatched upper/lowercase byte counts
,
Chet Ramey
,
10:28
Re: printf %m$ and %*m$ unimplemented in Bash, but implementated in C compilers
,
porterleete
,
03:54
Re: printf %m$ and %*m$ unimplemented in Bash, but implementated in C compilers
,
porterleete
,
03:45
May 28, 2024
Re: yet another $(case ... parse bug
,
Chet Ramey
,
15:53
Re: yet another $(case ... parse bug
,
Chet Ramey
,
15:09
Re: segmentation fault after interrupting function that uses "time"
,
Chet Ramey
,
11:37
read reads from stale buffer after interrupt
,
Oğuz
,
01:54
May 27, 2024
Re: printf %m$ and %*m$ unimplemented in Bash, but implementated in C compilers
,
Oğuz
,
23:09
Re: printf %m$ and %*m$ unimplemented in Bash, but implementated in C compilers
,
Lawrence Velázquez
,
21:23
Re: printf %m$ and %*m$ unimplemented in Bash, but implementated in C compilers
,
Collin Funk
,
21:20
printf %m$ and %*m$ unimplemented in Bash, but implementated in C compilers
,
porterleete
,
21:00
[PATCH] readstr: do not clear undo list
,
Grisha Levit
,
19:56
May 25, 2024
Re: Incorrect string length check
,
Chet Ramey
,
15:27
Re: [PATCH] rl_change_case: skip over invalid mbchars
,
Chet Ramey
,
15:24
May 24, 2024
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Koichi Murase
,
21:53
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Lawrence Velázquez
,
19:46
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Koichi Murase
,
09:05
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Martin D Kealey
,
06:18
compute_lcd_of_matches w/ mismatched upper/lowercase byte counts
,
Grisha Levit
,
04:03
Re: yet another $(case ... parse bug
,
Oğuz
,
01:44
May 23, 2024
Incorrect string length check
,
Collin Funk
,
21:55
Re: segmentation fault after interrupting function that uses "time"
,
Grisha Levit
,
21:10
Re: [PATCH] rl_change_case: skip over invalid mbchars
,
Grisha Levit
,
20:56
Re: [PATCH] rl_change_case: skip over invalid mbchars
,
Chet Ramey
,
16:11
Re: segmentation fault after interrupting function that uses "time"
,
Chet Ramey
,
15:55
Re: [PATCH] rl_change_case: skip over invalid mbchars
,
Grisha Levit
,
15:25
yet another $(case ... parse bug
,
Oğuz
,
13:20
Re: [PATCH] rl_change_case: skip over invalid mbchars
,
Chet Ramey
,
10:25
Re: sh vs. bash -xc 'a=b c=$a'
,
alex xmb sw ratchev
,
09:46
Re: sh vs. bash -xc 'a=b c=$a'
,
Robert Elz
,
09:33
Re: sh vs. bash -xc 'a=b c=$a'
,
Chet Ramey
,
09:08
Re: sh vs. bash -xc 'a=b c=$a'
,
Chet Ramey
,
09:04
segmentation fault after interrupting function that uses "time"
,
Michael Maurer
,
08:37
Re: sh vs. bash -xc 'a=b c=$a'
,
Robert Elz
,
01:31
May 22, 2024
Re: sh vs. bash -xc 'a=b c=$a'
,
Oğuz
,
22:57
Re: sh vs. bash -xc 'a=b c=$a'
,
Steffen Nurpmeso
,
19:49
Re: sh vs. bash -xc 'a=b c=$a'
,
Greg Wooledge
,
19:11
sh vs. bash -xc 'a=b c=$a'
,
Dan Jacobson
,
18:56
Re: [PATCH] spell-correct-word: avoid inf loop with neg arg
,
Chet Ramey
,
15:40
Re: [PATCH] dynamic-complete-history: avoid null ptr qsort UB
,
Chet Ramey
,
15:13
Re: printf -u "$fd"?
,
Chet Ramey
,
14:47
Re: [PATCH] bashline: small leaks
,
Chet Ramey
,
11:13
Re: [PATCH] execute-named-command: fix small leaks
,
Chet Ramey
,
10:56
Re: printf -u "$fd"?
,
Zachary Santer
,
08:11
Re: printf -u "$fd"?
,
Koichi Murase
,
01:26
Re: printf -u "$fd"?
,
Zachary Santer
,
00:33
[PATCH] dynamic-complete-history: avoid null ptr qsort UB
,
Grisha Levit
,
00:01
May 21, 2024
[PATCH] spell-correct-word: avoid inf loop with neg arg
,
Grisha Levit
,
22:44
[PATCH] spell-correct-word: fix small leak
,
Grisha Levit
,
22:11
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Martin D Kealey
,
18:50
Re: printf -u "$fd"?
,
Chet Ramey
,
15:06
[PATCH] rl_change_case: skip over invalid mbchars
,
Grisha Levit
,
14:45
[PATCH] bashline: small leaks
,
Grisha Levit
,
11:36
[PATCH] execute-named-command: fix small leaks
,
Grisha Levit
,
11:33
Re: printf -u "$fd"?
,
Zachary Santer
,
11:15
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
09:56
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Phi Debian
,
09:54
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
09:50
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Phi Debian
,
09:30
Re: printf -u "$fd"?
,
Chet Ramey
,
09:01
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
alex xmb sw ratchev
,
07:26
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Koichi Murase
,
07:17
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Greg Wooledge
,
07:15
Re: printf -u "$fd"?
,
Zachary Santer
,
06:17
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
06:13
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Phi Debian
,
01:55
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
konsolebox
,
00:50
May 20, 2024
[PATCH] spell.c: uninitialized value in mindist
,
Grisha Levit
,
22:21
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Koichi Murase
,
17:50
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
16:26
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
16:17
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
16:11
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
16:06
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
15:55
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
15:49
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
15:37
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
15:19
Re: printf -u "$fd"?
,
Chet Ramey
,
15:03
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
14:49
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
14:46
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Andreas Kähäri
,
14:06
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Greg Wooledge
,
13:54
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
13:51
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Andreas Kähäri
,
13:43
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
13:31
Re: [PATCH] globsort: handle int overflow in cmp functions
,
Andreas Schwab
,
13:22
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
11:48
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
11:44
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
11:33
Re: [PATCH] bracketed paste unterminated buffer
,
Chet Ramey
,
11:04
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
11:03
Re: [PATCH] bracketed paste unterminated buffer
,
Grisha Levit
,
10:56
Re: [PATCH] bracketed paste unterminated buffer
,
Chet Ramey
,
10:52
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
10:49
[PATCH] bracketed paste unterminated buffer
,
Grisha Levit
,
10:44
Re: [PATCH] globsort: handle int overflow in cmp functions
,
Chet Ramey
,
10:27
Re: [PATCH] globsort: handle int overflow in cmp functions
,
alex xmb sw ratchev
,
10:08
Re: [PATCH] globsort: handle int overflow in cmp functions
,
Chet Ramey
,
09:57
Re: count in vi mode alters prompt
,
Chet Ramey
,
09:57
Re: count in vi mode alters prompt
,
Mohamed Akram
,
09:39
Re: count in vi mode alters prompt
,
Chet Ramey
,
09:27
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
08:33
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
08:30
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
konsolebox
,
03:40
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
konsolebox
,
01:59
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Phi Debian
,
00:46
May 19, 2024
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
G. Branden Robinson
,
17:12
Re: ${var/\#} no longer works
,
Grisha Levit
,
16:50
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Robert Elz
,
16:42
Re: printf -u "$fd"?
,
alex xmb sw ratchev
,
14:16
Re: printf -u "$fd"?
,
Kerin Millar
,
14:12
${var/\#} no longer works
,
konsolebox
,
14:05
Re: printf -u "$fd"?
,
alex xmb sw ratchev
,
12:09
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
06:31
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
04:58
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Phi Debian
,
02:39
Re: printf -u "$fd"?
,
Kerin Millar
,
02:38
May 18, 2024
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Robert Elz
,
20:57
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
19:17
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
19:00
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Lawrence Velázquez
,
18:39
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Robert Elz
,
17:40
count in vi mode alters prompt
,
mohd . akram
,
17:33
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Lawrence Velázquez
,
17:17
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
11:42
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Phi Debian
,
11:17
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
09:23
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Greg Wooledge
,
09:02
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
07:40
Re: proposed BASH_SOURCE_PATH
,
konsolebox
,
06:29
Re: source -i prototype implementation and other features
,
konsolebox
,
05:55
source -i prototype implementation and other features
,
konsolebox
,
05:13
May 17, 2024
printf -u "$fd"?
,
Zachary Santer
,
22:54
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Martin D Kealey
,
21:48
Re: [PATCH] globsort: handle int overflow in cmp functions
,
Grisha Levit
,
17:56
Re: [PATCH] globsort: handle int overflow in cmp functions
,
Chet Ramey
,
15:06
Re: [PATCH] globsort: handle int overflow in cmp functions
,
Robert Elz
,
13:42
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Robert Elz
,
13:16
[PATCH] globsort: handle int overflow in cmp functions
,
Grisha Levit
,
12:57
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Greg Wooledge
,
11:53
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Robert Elz
,
11:42
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
11:32
Re: [PATCH] fdopen in read -e -u N
,
Chet Ramey
,
10:49
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
10:39
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
10:21
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
10:09
Re: Stray comma in documentation of GLOBSORT
,
Chet Ramey
,
09:08
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Greg Wooledge
,
07:18
[PATCH] fdopen in read -e -u N
,
Grisha Levit
,
04:03
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Robert Elz
,
02:44
Stray comma in documentation of GLOBSORT
,
Lawrence Velázquez
,
01:27
May 16, 2024
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Lawrence Velázquez
,
23:55
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Robert Elz
,
23:37
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Greg Wooledge
,
22:30
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
22:23
Re: build failure without system extension macros
,
Chet Ramey
,
16:06
Re: build failure without system extension macros
,
Collin Funk
,
15:40
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Greg Wooledge
,
15:36
Re: proposed BASH_SOURCE_PATH
,
Chet Ramey
,
12:19
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
12:18
Re: proposed BASH_SOURCE_PATH
,
Chet Ramey
,
11:59
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
G. Branden Robinson
,
11:54
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
11:45
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
11:37
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
11:32
Re: [PATCH] builtins build with -std=
,
Chet Ramey
,
11:14
Re: build failure without system extension macros
,
Chet Ramey
,
10:25
Re: proposed BASH_SOURCE_PATH
,
alex xmb sw ratchev
,
09:50
Re: proposed BASH_SOURCE_PATH
,
alex xmb sw ratchev
,
09:49
Re: proposed BASH_SOURCE_PATH
,
alex xmb sw ratchev
,
09:45
Re: proposed BASH_SOURCE_PATH
,
alex xmb sw ratchev
,
09:44
Re: proposed BASH_SOURCE_PATH
,
Oğuz
,
08:37
Re: proposed BASH_SOURCE_PATH
,
Martin D Kealey
,
07:03
Re: proposed BASH_SOURCE_PATH
,
konsolebox
,
06:50
Re: proposed BASH_SOURCE_PATH
,
Martin D Kealey
,
05:13
[PATCH] use newly loaded compspec in more cases
,
Grisha Levit
,
01:02
[PATCH] builtins build with -std=
,
Grisha Levit
,
00:56
build failure without system extension macros
,
Grisha Levit
,
00:22
Re: proposed BASH_SOURCE_PATH
,
Greg Wooledge
,
00:09
May 15, 2024
Re: proposed BASH_SOURCE_PATH
,
Robert Elz
,
23:52
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Robert Elz
,
18:29
Re: [PATCH v2 6/8] builtins/source: use source path in isolated mode
,
Koichi Murase
,
11:36
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Koichi Murase
,
11:32
Re: proposed BASH_SOURCE_PATH
,
Chet Ramey
,
11:27
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Koichi Murase
,
11:26
Re: proposed BASH_SOURCE_PATH
,
Chet Ramey
,
11:03
Re: proposed BASH_SOURCE_PATH
,
Chet Ramey
,
10:52
Re: proposed BASH_SOURCE_PATH
,
Koichi Murase
,
10:49
Re: proposed BASH_SOURCE_PATH
,
Koichi Murase
,
10:46
Re: proposed BASH_SOURCE_PATH
,
Chet Ramey
,
10:23
Re: [PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Chet Ramey
,
09:45
Re: [PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Chet Ramey
,
09:44
Re: [PATCH v2 8/8] shell: restrict BASH_SOURCE_PATH when appropriate
,
Chet Ramey
,
09:39
Re: [PATCH v2 6/8] builtins/source: use source path in isolated mode
,
Chet Ramey
,
09:28
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
09:21
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
09:19
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
09:13
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
,
Chet Ramey
,
09:04
Re: macOS 14 objc `+initialize` forced crash due to fork after thread
,
Tom
,
04:00
Re: proposed BASH_SOURCE_PATH
,
konsolebox
,
00:34
Re: proposed BASH_SOURCE_PATH
,
Peng Yu
,
00:13
May 14, 2024
Re: [PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Matheus Afonso Martins Moreira
,
22:25
Re: [PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Matheus Afonso Martins Moreira
,
21:56
Re: [PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Matheus Afonso Martins Moreira
,
21:55
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
20:06
Re: Re: [PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Matheus Afonso Martins Moreira
,
19:50
Re: proposed BASH_SOURCE_PATH
,
Martin D Kealey
,
19:16
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Koichi Murase
,
19:15
Re: [PATCH v2 8/8] shell: restrict BASH_SOURCE_PATH when appropriate
,
Matheus Afonso Martins Moreira
,
18:22
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
18:09
Re: bash parallel build: make[1]: warning: -j16 forced in submake: resetting jobserver mode.
,
Dan Shelton
,
18:08
Re: Re: [PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Koichi Murase
,
18:06
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Robert Elz
,
17:41
Re: proposed BASH_SOURCE_PATH
,
Léa Gris
,
17:40
Re: [PATCH v2 6/8] builtins/source: use source path in isolated mode
,
Koichi Murase
,
17:29
Re: [PATCH v2 6/8] builtins/source: use source path in isolated mode
,
Koichi Murase
,
17:27
Re: [PATCH v2 8/8] shell: restrict BASH_SOURCE_PATH when appropriate
,
Koichi Murase
,
17:04
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Koichi Murase
,
16:49
Re: [PATCH v2 6/8] builtins/source: use source path in isolated mode
,
Chet Ramey
,
16:17
Re: [PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Chet Ramey
,
16:14
Re: [PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Chet Ramey
,
16:08
Re: [PATCH v2 6/8] builtins/source: use source path in isolated mode
,
Chet Ramey
,
16:02
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Lawrence Velázquez
,
16:01
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Greg Wooledge
,
16:00
Re: [PATCH v2 8/8] shell: restrict BASH_SOURCE_PATH when appropriate
,
Chet Ramey
,
15:54
Re: [PATCH v2 7/8] variables: define default BASH_SOURCE_PATH
,
Chet Ramey
,
15:53
Re: [PATCH v2 5/8] builtins/source: parse the -i option
,
Chet Ramey
,
15:51
Re: [PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Chet Ramey
,
15:40
Re: bug in bash
,
Chet Ramey
,
14:52
Re: logic in m4/strtoimax.m4 inverted
,
Evan Gates
,
11:42
Re: logic in m4/strtoimax.m4 inverted
,
Chet Ramey
,
11:31
Re: bug in bash
,
Chet Ramey
,
11:12
Re: Changed behaviour of ${PARAMETER/#PATTERN/STRING} and ${PARAMETER/%PATTERN/STRING}
,
Chet Ramey
,
11:02
Re: bug in bash
,
Andreas Schwab
,
10:20
Re: bug in bash
,
Chet Ramey
,
09:46
Re: proposed BASH_SOURCE_PATH
,
Léa Gris
,
05:16
Re: proposed BASH_SOURCE_PATH
,
Koichi Murase
,
04:34
Re: proposed BASH_SOURCE_PATH
,
konsolebox
,
04:11
Re: proposed BASH_SOURCE_PATH
,
Matheus Afonso Martins Moreira
,
02:35
proposed BASH_SOURCE_PATH
,
Martin D Kealey
,
02:09
May 13, 2024
Re: Re: [PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Matheus Afonso Martins Moreira
,
23:32
Re: Re: [PATCH v2 6/8] builtins/source: use source path in isolated mode
,
Matheus Afonso Martins Moreira
,
22:54
Re: [PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Koichi Murase
,
19:48
Re: [PATCH v2 3/8] builtins/source: extract file executor function
,
Koichi Murase
,
19:41
Re: [PATCH v2 6/8] builtins/source: use source path in isolated mode
,
Koichi Murase
,
19:40
Re: bug in bash
,
Oğuz
,
15:37
Re: bug in bash
,
Chet Ramey
,
15:24
Changed behaviour of ${PARAMETER/#PATTERN/STRING} and ${PARAMETER/%PATTERN/STRING}
,
Andreas Schwab
,
12:04
[PATCH v2 8/8] shell: restrict BASH_SOURCE_PATH when appropriate
,
Matheus Afonso Martins Moreira
,
06:39
[PATCH v2 7/8] variables: define default BASH_SOURCE_PATH
,
Matheus Afonso Martins Moreira
,
06:39
[PATCH v2 6/8] builtins/source: use source path in isolated mode
,
Matheus Afonso Martins Moreira
,
06:39
[PATCH v2 5/8] builtins/source: parse the -i option
,
Matheus Afonso Martins Moreira
,
06:39
[PATCH v2 4/8] builtins/source: refactor file searching function
,
Matheus Afonso Martins Moreira
,
06:39
[PATCH v2 3/8] builtins/source: extract file executor function
,
Matheus Afonso Martins Moreira
,
06:38
[PATCH v2 2/8] findcmd: define find_in_path_var function
,
Matheus Afonso Martins Moreira
,
06:38
[PATCH v2 1/8] findcmd: parameterize path variable in functions
,
Matheus Afonso Martins Moreira
,
06:38
[PATCH v2 0/8] Add isolated mode to source builtin
,
Matheus Afonso Martins Moreira
,
06:38
May 12, 2024
Re: bug in bash
,
Andreas Schwab
,
10:06
Re: bug in bash
,
Oğuz
,
10:01
Re: bug in bash
,
Greg Wooledge
,
09:41
Re: bug in bash
,
Andreas Schwab
,
09:33
Re: bug in bash
,
Greg Wooledge
,
09:08
Re: bug in bash
,
Kerin Millar
,
04:43
Re: bug in bash
,
Andreas Kähäri
,
04:10
bug in bash
,
Quốc Trị Đỗ
,
03:17
May 08, 2024
Re: Re: [PATCH 4/9] bashgetopt: define long option shortener function
,
Matheus Afonso Martins Moreira
,
14:59
Re: [sr #111058] Problem transmitting script arguments
,
Chet Ramey
,
14:59
Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
14:56
Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
14:38
Re: [sr #111058] Problem transmitting script arguments
,
Kerin Millar
,
14:35
Re: [sr #111058] Problem transmitting script arguments
,
Greg Wooledge
,
14:20
Re: [sr #111058] Problem transmitting script arguments
,
Dale R. Worley
,
14:08
Re: [PATCH 0/4] Add import builtin
,
Chet Ramey
,
10:02
Re: [PATCH 4/9] bashgetopt: define long option shortener function
,
Chet Ramey
,
09:59
Re: [PATCH 0/4] Add import builtin
,
Chet Ramey
,
09:51
Re: [PATCH 0/4] Add import builtin
,
Chet Ramey
,
09:47
Re: [PATCH 4/9] bashgetopt: define long option shortener function
,
Chet Ramey
,
09:43
Re: Re: Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
07:09
Re: Re: [PATCH 0/4] Add import builtin
,
konsolebox
,
06:58
Re: [PATCH 9/9] variables: define default BASH_LIBRARIES_PATH
,
Koichi Murase
,
05:09
Re: [PATCH 4/9] bashgetopt: define long option shortener function
,
Koichi Murase
,
04:38
Re: Re: [PATCH 1/9] builtins: extract file content executor function
,
Koichi Murase
,
04:00
Re: Re: [PATCH 0/4] Add import builtin
,
Koichi Murase
,
03:47
Re: [PATCH 0/4] Add import builtin
,
Koichi Murase
,
03:46
Re: Re: Re: [PATCH 0/4] Add import builtin
,
Koichi Murase
,
03:45
Re: Re: Re: [PATCH 0/4] Add import builtin
,
Koichi Murase
,
03:43
May 07, 2024
Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
21:05
Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
20:54
Re: [PATCH 0/9] Add library mode to source builtin
,
Matheus Afonso Martins Moreira
,
20:33
Re: [PATCH 0/9] Add library mode to source builtin
,
Matheus Afonso Martins Moreira
,
20:30
Re: [PATCH 2/9] findcmd: parameterize path variable in functions
,
Matheus Afonso Martins Moreira
,
20:17
Re: [PATCH 9/9] variables: define default BASH_LIBRARIES_PATH
,
Matheus Afonso Martins Moreira
,
20:13
Re: [PATCH 8/9] builtins/source: search libraries in library mode
,
Matheus Afonso Martins Moreira
,
19:53
Re: [PATCH 0/4] Add import builtin
,
Lawrence Velázquez
,
19:45
Re: [PATCH 4/9] bashgetopt: define long option shortener function
,
Matheus Afonso Martins Moreira
,
19:11
Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
18:11
Re: Re: [PATCH 1/9] builtins: extract file content executor function
,
Matheus Afonso Martins Moreira
,
17:13
Re: [PATCH 0/9] Add library mode to source builtin
,
Chet Ramey
,
15:54
Re: [PATCH] tests/cond-regexp3.sub: avoid ERE UB
,
Chet Ramey
,
15:42
Re: [PATCH 0/9] Add library mode to source builtin
,
Kerin Millar
,
15:41
Re: [PATCH 0/9] Add library mode to source builtin
,
Chet Ramey
,
14:14
Re: [PATCH 0/9] Add library mode to source builtin
,
Kerin Millar
,
13:42
[PATCH] tests/cond-regexp3.sub: avoid ERE UB
,
Grisha Levit
,
11:55
Re: Bash Reference Manual: broken link
,
Chet Ramey
,
11:10
Re: Possible Typo for "Set" Section of Bash Reference Manual
,
Chet Ramey
,
11:01
Re: [PATCH 2/9] findcmd: parameterize path variable in functions
,
Chet Ramey
,
10:47
Re: [PATCH 0/9] Add library mode to source builtin
,
Chet Ramey
,
10:36
Re: [PATCH 0/9] Add library mode to source builtin
,
Chet Ramey
,
10:28
Re: [PATCH 0/4] Add import builtin
,
Chet Ramey
,
10:22
Re: [PATCH 0/4] Add import builtin
,
Chet Ramey
,
10:17
Re: [PATCH 0/4] Add import builtin
,
Chet Ramey
,
10:08
Re: [PATCH 0/4] Add import builtin
,
Chet Ramey
,
10:04
Re: [PATCH 0/4] Add import builtin
,
Chet Ramey
,
09:58
Re: Re: Re: [PATCH 0/4] Add import builtin
,
Martin D Kealey
,
08:41
Re: [PATCH 9/9] variables: define default BASH_LIBRARIES_PATH
,
Koichi Murase
,
06:39
Re: [PATCH 8/9] builtins/source: search libraries in library mode
,
Koichi Murase
,
06:37
Re: [PATCH 4/9] bashgetopt: define long option shortener function
,
Koichi Murase
,
06:36
Re: [PATCH 2/9] findcmd: parameterize path variable in functions
,
Koichi Murase
,
06:35
Re: [PATCH 1/9] builtins: extract file content executor function
,
Koichi Murase
,
06:35
Re: Re: Re: [PATCH 0/9] Add library mode to source builtin
,
Koichi Murase
,
06:33
Re: [PATCH 0/4] Add import builtin
,
Phi Debian
,
03:39
Re: [PATCH 0/4] Add import builtin
,
Kerin Millar
,
02:44
Re: [PATCH 0/4] Add import builtin
,
Phi Debian
,
00:23
May 06, 2024
Possible Typo for "Set" Section of Bash Reference Manual
,
John
,
21:07
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
17:17
Re: [sr #111058] Problem transmitting script arguments
,
Chet Ramey
,
16:55
Re: macOS 14 objc `+initialize` forced crash due to fork after thread
,
Chet Ramey
,
16:49
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Robert Elz
,
16:36
Re: [sr #111058] Problem transmitting script arguments
,
Kerin Millar
,
14:06
Re: [sr #111058] Problem transmitting script arguments
,
Dale R. Worley
,
14:01
Re: [PATCH 0/4] Add import builtin
,
Kerin Millar
,
13:51
Re: Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
13:11
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Koichi Murase
,
12:05
Re: macOS 14 objc `+initialize` forced crash due to fork after thread
,
Tom
,
11:18
Re: macOS 14 objc `+initialize` forced crash due to fork after thread
,
Chet Ramey
,
10:26
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Koichi Murase
,
10:02
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
09:16
Re: Re: [PATCH 0/4] Add import builtin
,
Koichi Murase
,
09:13
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
09:05
Re: Re: Re: Re: [PATCH 0/4] Add import builtin
,
Koichi Murase
,
06:51
Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
03:20
Re: Re: Re: [PATCH 0/9] Add library mode to source builtin
,
Matheus Afonso Martins Moreira
,
02:47
Re: Re: [PATCH 0/4] Add import builtin
,
Phi Debian
,
02:41
Re: Re: [PATCH 0/9] Add library mode to source builtin
,
Phi Debian
,
01:56
Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
01:27
Re: [PATCH 0/4] Add import builtin
,
Phi Debian
,
01:21
May 05, 2024
Re: Re: [PATCH 0/9] Add library mode to source builtin
,
Matheus Afonso Martins Moreira
,
23:56
Re: Re: [PATCH 0/9] Add library mode to source builtin
,
Matheus Afonso Martins Moreira
,
23:43
Re: [PATCH 0/4] Add import builtin
,
Greg Wooledge
,
15:46
Re: [PATCH 0/9] Add library mode to source builtin
,
Kerin Millar
,
15:40
Re: [PATCH 0/4] Add import builtin
,
Lawrence Velázquez
,
15:32
Re: [PATCH 0/9] Add library mode to source builtin
,
Lawrence Velázquez
,
15:12
[PATCH 9/9] variables: define default BASH_LIBRARIES_PATH
,
Matheus Afonso Martins Moreira
,
05:57
[PATCH 8/9] builtins/source: search libraries in library mode
,
Matheus Afonso Martins Moreira
,
05:56
[PATCH 7/9] builtins/source: add the -l|--library options
,
Matheus Afonso Martins Moreira
,
05:56
[PATCH 6/9] builtins/source: define library search function
,
Matheus Afonso Martins Moreira
,
05:56
[PATCH 5/9] builtins/source: refactor file searching function
,
Matheus Afonso Martins Moreira
,
05:56
[PATCH 4/9] bashgetopt: define long option shortener function
,
Matheus Afonso Martins Moreira
,
05:56
[PATCH 3/9] findcmd: define the user library finder function
,
Matheus Afonso Martins Moreira
,
05:56
[PATCH 2/9] findcmd: parameterize path variable in functions
,
Matheus Afonso Martins Moreira
,
05:56
[PATCH 1/9] builtins: extract file content executor function
,
Matheus Afonso Martins Moreira
,
05:56
[PATCH 0/9] Add library mode to source builtin
,
Matheus Afonso Martins Moreira
,
05:55
Re: Re: Re: [PATCH 0/4] Add import builtin
,
Phi Debian
,
05:33
Re: Re: Re: Re: [PATCH 0/4] Add import builtin
,
Oğuz
,
01:18
Re: Re: Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
00:36
May 04, 2024
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Koichi Murase
,
20:47
Re: Re: Re: [PATCH 0/4] Add import builtin
,
Koichi Murase
,
19:50
[sr #111058] Problem transmitting script arguments
,
anonymous
,
06:08
May 03, 2024
Re: Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
22:44
Re: macOS 14 objc `+initialize` forced crash due to fork after thread
,
Tom
,
22:31
Re: [PATCH 0/4] Add import builtin
,
Robert Elz
,
17:25
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Robert Elz
,
16:47
Re: Re: Re: [PATCH 0/4] Add import builtin
,
Koichi Murase
,
16:04
Re: Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
14:00
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
13:11
Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
12:28
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Oğuz
,
12:05
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
11:42
Re: Re: [PATCH 0/4] Add import builtin
,
Koichi Murase
,
10:53
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Oğuz
,
10:36
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
10:36
Re: macOS 14 objc `+initialize` forced crash due to fork after thread
,
Chet Ramey
,
10:05
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
09:58
Re: [PATCH 0/4] Add import builtin
,
Chet Ramey
,
09:18
Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
09:11
Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
09:11
Re: Re: [PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
09:11
Re: Re: [PATCH 3/4] findcmd: define the user import finder function
,
Matheus Afonso Martins Moreira
,
09:11
Re: [PATCH 0/4] Add import builtin
,
Phi Debian
,
02:49
May 02, 2024
Re: [PATCH 0/4] Add import builtin
,
Koichi Murase
,
23:26
Re: [PATCH 0/4] Add import builtin
,
Koichi Murase
,
22:58
Re: [PATCH 0/4] Add import builtin
,
Lawrence Velázquez
,
22:35
Re: [PATCH 0/4] Add import builtin
,
Lawrence Velázquez
,
22:16
Re: [PATCH 0/4] Add import builtin
,
Dale R. Worley
,
21:40
Re: [PATCH 3/4] findcmd: define the user import finder function
,
Lawrence Velázquez
,
21:37
[PATCH 2/4] findcmd: parameterize path variable in functions
,
Matheus Afonso Martins Moreira
,
20:55
[PATCH 4/4] builtins: add import builtin
,
Matheus Afonso Martins Moreira
,
20:55
[PATCH 3/4] findcmd: define the user import finder function
,
Matheus Afonso Martins Moreira
,
20:55
[PATCH 1/4] builtins: extract file content executor function
,
Matheus Afonso Martins Moreira
,
20:55
[PATCH 0/4] Add import builtin
,
Matheus Afonso Martins Moreira
,
20:55
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Robert Elz
,
14:49
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
14:03
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Oğuz
,
13:58
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
13:44
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Oğuz
,
13:38
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
12:55
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Oğuz
,
12:24
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
12:17
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Robert Elz
,
11:42
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
11:10
Re: macOS 14 objc `+initialize` forced crash due to fork after thread
,
Chet Ramey
,
10:55
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
G. Branden Robinson
,
10:17
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Oğuz
,
09:30
macOS 14 objc `+initialize` forced crash due to fork after thread
,
Tom
,
09:20
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
08:55
May 01, 2024
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Koichi Murase
,
22:38
(Just making sure this went through.) Bug: Bash is not memory safe.
,
Joshua Brown
,
21:07
[bug #65670] Bash is not memory safe.
,
anonymous
,
19:39
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Oğuz
,
17:19
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
15:36
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Oğuz
,
14:39
Re: 5.3-alpha: the `jobs' builtin prints foreground dead jobs with function substitutions
,
Chet Ramey
,
09:58
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc