org.kernel.vger.dash archive

512 archived articles, newest first (page 5 of 6). Latest articles →

Re: `jobs` within command substitution doesn't work
Wed, 23 Oct 2024 21:11:17 +0200
Christoph Anton Mitterer <[email protected]> • #2234
`jobs` within command substitution doesn't work
Wed, 23 Oct 2024 20:25:40 +0200
Christoph Anton Mitterer <[email protected]> • #2233
Re: « echo '"\$z' » — differences between dash and bash in POSIX mode irrespective of xpg_echo
Mon, 21 Oct 2024 23:04:09 +0300
Дилян Палаузов <[email protected]> • #2232
[PATCH] builtin: Keep backslash on undefined escape sequences
Mon, 21 Oct 2024 13:26:59 +0800
Herbert Xu <[email protected]> • #2231
Re: « echo '"\$z' » — differences betw een dash and bash in POSIX mode irrespective of xpg_echo
Mon, 21 Oct 2024 06:01:53 +0100
Harald van Dijk <[email protected]> • #2230
Re: « echo '"\$z' » — difference s between dash and bash in POSIX mode irrespective of xpg_echo
Mon, 21 Oct 2024 12:34:24 +0800
Herbert Xu <[email protected]> • #2229
doc omission: . searches path
Sun, 20 Oct 2024 22:27:51 +0200
Gerben Vos <[email protected]> • #2228
« echo '"\$z' » — differences between dash and bash in POSIX mode irrespective of xpg_echo
Thu, 10 Oct 2024 17:03:19 +0300
Дилян Палаузов <[email protected]> • #2227
Support for bash-like HISTCONTROL or zsh-like HIST_IGNORE_SPACE
Sun, 6 Oct 2024 19:07:14 +0200
"Yury V. Zaytsev" <[email protected]> • #2226
procargs(): interactivity falsely detected (acc. to POSIX)
Sat, 28 Sep 2024 01:26:52 +0200
Steffen Nurpmeso <[email protected]> • #2225
Re: Signal handler not called when trying to open fifo
Thu, 26 Sep 2024 10:57:30 +0200
Johannes Altmanninger <[email protected]> • #2224
Signal handler not called when trying to open fifo
Thu, 26 Sep 2024 10:49:36 +0200
Johannes Altmanninger <[email protected]> • #2223
Re: Question on $IFS related differences (Was: Question on $@ vs $@$@)
Wed, 18 Sep 2024 23:37:59 +0200
Steffen Nurpmeso <[email protected]> • #2222
Re: Question on $IFS related differences (Was: Question on $@ vs $@$@)
Wed, 18 Sep 2024 23:05:06 +0200
Steffen Nurpmeso <[email protected]> • #2221
Re: Question on $IFS related differences (Was: Question on $@ vs $@$@)
Wed, 18 Sep 2024 10:48:32 -0400
Chet Ramey <[email protected]> • #2220
Re: Question on $IFS related differences (Was: Question on $@ vs $@$@)
Wed, 18 Sep 2024 07:21:30 -0400
Greg Wooledge <[email protected]> • #2219
Re: Question on $IFS related differences (Was: Question on $@ vs $@$@)
Wed, 18 Sep 2024 08:05:10 +0300
Oğuz <[email protected]> • #2218
Question on $IFS related differences (Was: Question on $@ vs $@$@)
Wed, 18 Sep 2024 03:14:43 +0200
Steffen Nurpmeso <[email protected]> • #2217
Crash in expandarg
Sat, 14 Sep 2024 00:05:48 +0200
Johannes Altmanninger <[email protected]> • #2216
Fwd: Re: Why does the command builtin not circumvent invocation of builtins?
Sat, 31 Aug 2024 03:32:40 +0200
Anselm Schüler <[email protected]> • #2215
Re: Why does the command builtin not circumvent invocation of builtins?
Fri, 30 Aug 2024 21:24:37 +0100
Harald van Dijk <[email protected]> • #2214
Re: Why does the command builtin not circumvent invocation of builtins?
Fri, 30 Aug 2024 21:11:00 +0100
Harald van Dijk <[email protected]> • #2213
Why does the command builtin not circumvent invocation of builtins?
Fri, 30 Aug 2024 20:28:19 +0200
Anselm Schüler <[email protected]> • #2212
Re: Question on $@ vs $@$@
Tue, 27 Aug 2024 02:28:09 +0200
Steffen Nurpmeso <[email protected]> • #2211
[PATCH] histedit: When editing, use `el_set` with `EL_PROMPT_ESC` rather than `EL_PROMPT`.
Fri, 23 Aug 2024 19:23:19 -0300
sebastien peterson boudreau <[email protected]> • #2210
Re: IFS bug (maybe)
Fri, 23 Aug 2024 00:36:05 +0200
Steffen Nurpmeso <[email protected]> • #2209
IFS bug (maybe)
Fri, 23 Aug 2024 00:21:19 +0200
Steffen Nurpmeso <[email protected]> • #2208
ANSI escape sequences not being respected in PS1 environment variable when vi or emacs options are enabled
Sat, 17 Aug 2024 20:46:06 -0300
Sebastien Peterson-Boudreau <[email protected]> • #2207
Re: Question on $@ vs $@$@
Thu, 15 Aug 2024 23:33:42 +0200
Steffen Nurpmeso <[email protected]> • #2206
Re: Question on $@ vs $@$@
Thu, 15 Aug 2024 20:48:58 +0200
Steffen Nurpmeso <[email protected]> • #2205
Re: Question on $@ vs $@$@
Thu, 15 Aug 2024 09:14:02 +0200
Marc Chantreux <[email protected]> • #2204
Re: Question on $@ vs $@$@
Wed, 14 Aug 2024 22:05:34 +0200
Steffen Nurpmeso <[email protected]> • #2203
Re: Question on $@ vs $@$@
Wed, 14 Aug 2024 11:57:28 -0400
Chet Ramey <[email protected]> • #2202
Re: Question on $@ vs $@$@
Wed, 14 Aug 2024 11:28:48 -0400
Greg Wooledge <[email protected]> • #2201
Re: Question on $@ vs $@$@
Wed, 14 Aug 2024 17:58:15 +0300
Oğuz <[email protected]> • #2200
Re: Question on $@ vs $@$@
Wed, 14 Aug 2024 21:51:05 +0700
Robert Elz <[email protected]> • #2199
Re: Question on $@ vs $@$@
Wed, 14 Aug 2024 21:20:39 +0700
Robert Elz <[email protected]> • #2198
Re: Question on $@ vs $@$@
Wed, 14 Aug 2024 09:23:49 -0400
Greg Wooledge <[email protected]> • #2197
Re: Question on $@ vs $@$@
Wed, 14 Aug 2024 11:04:08 +0200
Marc Chantreux <[email protected]> • #2196
Re: Question on $@ vs $@$@
Tue, 13 Aug 2024 22:17:00 -0400
Greg Wooledge <[email protected]> • #2195
Question on $@ vs $@$@
Wed, 14 Aug 2024 02:45:25 +0200
Steffen Nurpmeso <[email protected]> • #2194
Re: [PATCH v2] bltin/test: align -nt and -ot with POSIX.1-2024
Sun, 28 Jul 2024 11:08:02 +0800
Herbert Xu <[email protected]> • #2193
Re: [PATCH] bltin/test: = and != are strcmp, not strcoll
Sun, 28 Jul 2024 11:06:47 +0800
Herbert Xu <[email protected]> • #2192
[PATCH v2] bltin/test: align -nt and -ot with POSIX.1-2024
Sun, 28 Jul 2024 04:42:52 +0200
наб <[email protected]> • #2191
Re: [PATCH] bltin/test: align -nt and -ot with POSIX.1-2024
Sun, 28 Jul 2024 10:36:25 +0800
Herbert Xu <[email protected]> • #2190
Re: [PATCH 1/1] add tests
Sun, 28 Jul 2024 10:01:26 +0800
Herbert Xu <[email protected]> • #2189
[PATCH] jobs: Add comment about reset_input in forkchild
Wed, 24 Jul 2024 18:26:39 +0800
Herbert Xu <[email protected]> • #2188
[PATCH] eval: Reset input for pipelines
Wed, 24 Jul 2024 18:13:17 +0800
Herbert Xu <[email protected]> • #2187
Re: [herbertx/dash] regression in reading variables from pipe for external processes (Issue #8)
Wed, 24 Jul 2024 11:18:31 +0800
Herbert Xu <[email protected]> • #2186
[PATCH] bltin/test: = and != are strcmp, not strcoll
Mon, 8 Jul 2024 20:02:53 +0200
наб <[email protected]> • #2185
[PATCH] bltin/test: align -nt and -ot with POSIX.1-2024
Mon, 8 Jul 2024 20:01:25 +0200
наб <[email protected]> • #2184
[PATCH 1/1] add tests
Sat, 6 Jul 2024 14:44:16 -0500
Buck Evan <[email protected]> • #2183
[PATCH 0/1] adding a test suite
Sat, 6 Jul 2024 14:44:15 -0500
Buck Evan <[email protected]> • #2182
Re: [PATCH] parser: Do not read past single quote in dollarsq_escape
Sat, 6 Jul 2024 05:09:31 +0200
наб <[email protected]> • #2181
Re: [BUG] reading from FIFO broken
Sat, 6 Jul 2024 11:46:59 +1000
Herbert Xu <[email protected]> • #2180
Re: [BUG] reading from FIFO broken
Sat, 6 Jul 2024 11:45:05 +1000
Herbert Xu <[email protected]> • #2179
[PATCH] parser: Do not read past single quote in dollarsq_escape
Sat, 6 Jul 2024 11:37:16 +1000
Herbert Xu <[email protected]> • #2178
Re: [PATCH v2] fix build on systems without memrchr(3)
Sat, 6 Jul 2024 10:59:12 +1000
Herbert Xu <[email protected]> • #2177
Re: Broken: "parser: Add dollar single quote"
Wed, 3 Jul 2024 17:46:45 +0200
наб <[email protected]> • #2176
Broken: "parser: Add dollar single quote"
Wed, 3 Jul 2024 15:55:50 +0200
наб <[email protected]> • #2175
[PATCH] expand: Preserve MBCHAR in argstr when EXP_MBCHAR is set
Wed, 3 Jul 2024 20:51:34 +1000
Herbert Xu <[email protected]> • #2174
Re: [BUG] reading from FIFO broken
Wed, 3 Jul 2024 20:50:34 +1000
Herbert Xu <[email protected]> • #2173
Re: stdin should be consumed line by line
Sun, 30 Jun 2024 12:11:16 +0700
Max Nikulin <[email protected]> • #2172
[PATCH v2] fix build on systems without memrchr(3)
Mon, 24 Jun 2024 17:23:54 +0100
Martijn Dekker <[email protected]> • #2171
[BUG] reading from FIFO broken
Sat, 22 Jun 2024 17:53:19 +0100
Martijn Dekker <[email protected]> • #2170
[BUG] 'case' broken for multi-byte characters
Sat, 22 Jun 2024 15:35:08 +0100
Martijn Dekker <[email protected]> • #2169
[PATCH] fix build on systems without memrchr(3)
Sat, 22 Jun 2024 15:25:14 +0100
Martijn Dekker <[email protected]> • #2168
[PATCH] expand: Fix leading white space regression in ifsbreakup
Sat, 22 Jun 2024 20:19:22 +0800
Herbert Xu <[email protected]> • #2167
Re: Field splitting regression on master branch
Fri, 21 Jun 2024 04:07:51 +0100
Harald van Dijk <[email protected]> • #2166
Field splitting regression on master branch
Fri, 21 Jun 2024 02:33:22 +0100
Martijn Dekker <[email protected]> • #2165
Re: Subprocess doesn't get stdin sometimes.
Sun, 16 Jun 2024 12:42:26 +0200
Ilya Kazakevich <[email protected]> • #2164
Re: Subprocess doesn't get stdin sometimes.
Sun, 16 Jun 2024 13:06:37 +0800
Herbert Xu <[email protected]> • #2163
Subprocess doesn't get stdin sometimes.
Sun, 16 Jun 2024 03:08:02 +0200
Ilya Kazakevich <[email protected]> • #2162
[PATCH 3/3] parser: Add dollar single quote
Mon, 10 Jun 2024 14:45:11 +0800
Herbert Xu <[email protected]> • #2161
[PATCH 2/3] parser: Merge first and last chkeofmark branches in parsesub
Mon, 10 Jun 2024 14:45:08 +0800
Herbert Xu <[email protected]> • #2160
[PATCH 1/3] parser: Move non-variable case in parsesub to end
Mon, 10 Jun 2024 14:45:06 +0800
Herbert Xu <[email protected]> • #2159
[PATCH 0/3] Add dollar single quote
Mon, 10 Jun 2024 14:45:04 +0800
Herbert Xu <[email protected]> • #2158
[PATCH] parser: Fix PEOF infinite loop in getmbc
Sun, 9 Jun 2024 16:19:08 +0800
Herbert Xu <[email protected]> • #2157
[PATCH] input: Fix pungetc on PEOF
Sun, 9 Jun 2024 16:18:40 +0800
Herbert Xu <[email protected]> • #2156
[v2 PATCH] expand: Check d_type in expmeta before recursing
Sat, 8 Jun 2024 11:42:53 +0800
Herbert Xu <[email protected]> • #2155
Re: [PATCH] expand: Check d_type in expmeta before recursing
Tue, 4 Jun 2024 23:28:35 +0200
Jilles Tjoelker <[email protected]> • #2154
[PATCH] expand: Check d_type in expmeta before recursing
Sun, 2 Jun 2024 09:34:38 +0800
Herbert Xu <[email protected]> • #2153
[PATCH] expand: Rewrite expmeta meta detection
Sun, 2 Jun 2024 09:32:46 +0800
Herbert Xu <[email protected]> • #2152
[v3 PATCH 3/3] input: Use tee(2) for stdin pipe
Sun, 02 Jun 2024 09:31:37 +0800
Herbert Xu <[email protected]> • #2151
[v3 PATCH 2/3] input: Use lseek on stdin when possible
Sun, 02 Jun 2024 09:31:35 +0800
Herbert Xu <[email protected]> • #2150
[v3 PATCH 1/3] input: Move newline loop into preadbuffer
Sun, 02 Jun 2024 09:31:32 +0800
Herbert Xu <[email protected]> • #2149
[v3 PATCH 0/3] Improve performance when reading stdin
Sun, 02 Jun 2024 09:31:30 +0800
Herbert Xu <[email protected]> • #2148
[v5 PATCH 13/13] builtin: Process multi-byte characters in read(1)
Sun, 02 Jun 2024 09:29:13 +0800
Herbert Xu <[email protected]> • #2147
[v5 PATCH 12/13] builtin: Use pgetc in read(1)
Sun, 02 Jun 2024 09:29:11 +0800
Herbert Xu <[email protected]> • #2146
[v5 PATCH 11/13] input: Always push in setinputfile
Sun, 02 Jun 2024 09:29:08 +0800
Herbert Xu <[email protected]> • #2145
[v5 PATCH 10/13] parser: Add support for multi-byte characters
Sun, 02 Jun 2024 09:29:06 +0800
Herbert Xu <[email protected]> • #2144
[v5 PATCH 09/13] input: Add pgetc_eoa
Sun, 02 Jun 2024 09:29:04 +0800
Herbert Xu <[email protected]> • #2143
[v5 PATCH 08/13] input: Allow MB_LEN_MAX calls to pungetc
Sun, 02 Jun 2024 09:29:01 +0800
Herbert Xu <[email protected]> • #2142
[v5 PATCH 07/13] expand: Add multi-byte support to pmatch
Sun, 02 Jun 2024 09:28:59 +0800
Herbert Xu <[email protected]> • #2141
[v5 PATCH 06/13] expand: Support multi-byte characters during field splitting
Sun, 02 Jun 2024 09:28:57 +0800
Herbert Xu <[email protected]> • #2140
[v5 PATCH 05/13] expand: Process multi-byte characters in expmeta
Sun, 02 Jun 2024 09:28:54 +0800
Herbert Xu <[email protected]> • #2139
[v5 PATCH 02/13] shell: Use strcoll instead of strcmp where applicable
Sun, 02 Jun 2024 09:28:48 +0800
Herbert Xu <[email protected]> • #2138
[v5 PATCH 04/13] expand: Process multi-byte characters in subevalvar
Sun, 02 Jun 2024 09:28:52 +0800
Herbert Xu <[email protected]> • #2137
[v5 PATCH 01/13] shell: Call setlocale
Sun, 02 Jun 2024 09:28:45 +0800
Herbert Xu <[email protected]> • #2136
[v5 PATCH 03/13] expand: Count multi-byte characters for VSLENGTH
Sun, 02 Jun 2024 09:28:50 +0800
Herbert Xu <[email protected]> • #2135
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.