2026-04-02 13:59 [PATCH v2] Fix EINTR handling when reading from a pipe.
2026-04-02 12:41 [PATCH] Fix EINTR handling when reading from a pipe.
2026-03-30 20:35 Re: Closing parenthesis doesn't raise error in backticked command substitution 2+ messages
2026-03-27 14:28 [BUG] case fails since 0.5.13.2
2026-03-18 11:12 [BUG] stack-overflow in src/parser.c
2026-03-16 4:27 Re: trstring() has \ooo octal printing code, it's buggy 2+ messages
2026-03-16 4:24 [PATCH] jobs: Make stoppedjobs trivial if JOBS == 0 2+ messages
2026-03-16 1:41 Re: Extraneous test in setsignal()? 2+ messages
2026-03-15 23:27 Re: [BUG] invalid-shift-base umaskcmd() src/miscbltin.c:258:26 2+ messages
2026-03-15 12:45 [PATCH] expand: Use memmove when copying multi-byte chars in rmescapes 2+ messages
2026-03-15 9:30 [PATCH] builtin: Fix read overflow in umaskcmd 2+ messages
2026-03-15 5:44 [PATCH] parser: Catch bogus case patterns 2+ messages
2026-03-14 9:38 Re: 0.5.13 regression: Coredump 2+ messages
2026-03-14 9:34 Re: regression in parameter expansion with backslash escaped strings 2+ messages
2026-03-14 9:26 Re: [PATCH] input: Fix heap buffer overflow in preadbuffer for non-SMALL builds 2+ messages
2026-03-14 9:23 Re: [PATCH] input: Fix heap-buffer-overflow in preadbuffer on long lines 2+ messages
2026-03-14 9:23 Re: [PATCH v2] expand: fix SIGBUS due to unaligned access 3+ messages
2026-03-12 10:02 [PATCH] input: Fix preadbuffer loop when libedit is enabled 12+ messages
2026-02-14 5:25 Re: [PATCH] expand: Avoid unaligned access through uint64_t pointer 2+ messages
2026-02-10 10:24 Re: Surprising behaviour when reading from a named pipe and standard input 3+ messages
2026-02-03 14:32 Re: your $(#…) bugreport 4+ messages
2026-02-03 10:52 Missing v0.5.13.1
2026-02-03 8:38 Re: [PATCH] jobs: Fix here-document crash 6+ messages
2026-02-03 5:04 [PATCH] shell: Add support for disabling memfd_create(3)
2026-01-28 4:51 Re: [PATCH] main.c: obviously initialize smark 2+ messages
2026-01-28 4:47 Re: fc -s causes infinite loop 2+ messages
2026-01-28 4:31 [PATCH] shell: Add support for building without tee(2)
2026-01-28 0:26 Superfluous "chdir" builtin - maybe remove?
2026-01-27 15:22 Re: Unreachable code in evalsubshell()? 3+ messages
2026-01-26 12:18 Re: Dash 0.5.12 bug - POSIX process substitution $() handling error with embedded comments 2+ messages
2026-01-23 12:43 Re: [BUG] nullptr-with-offset growjobtab() src/jobs.c:818:34 2+ messages
2026-01-19 17:26 Re: [BUG] heap-buffer-overflow(read) pmatch() src/expand.c:1630:18 2+ messages
2026-01-16 18:44 [BUG] misaligned-pointer-use memtodest() src/expand.c:964:17
2026-01-16 17:11 [PATCH] expand: fix SIGBUS due to unaligned access
2025-12-24 14:56 Unable to unsubscribe from dash@vger.kernel.org
2025-12-10 15:42 POSIX read -d option is not implemented
2025-10-31 5:10 [PATCH] options: Call input_init before using stdin_istty 2+ messages
2025-10-23 11:29 Re: [PATCH] shell: Fix unsigned char promotion and truncation 3+ messages
2025-10-22 14:18 Treat $_ as a special variable
2025-10-06 15:12 Re: [PATCH] builtin: Keep backslash on quotes outside of dollarsq 3+ messages
2025-10-06 3:28 Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13 16+ messages
2025-10-05 7:21 Re: < "$@" doesn't expand properly? 7+ messages
2025-09-29 18:40 Re: [PATCH] expand: Fix off-by-one bug in expmeta 4+ messages
2025-09-23 20:47 Re: [PATCH] expand: Fix typo in pmatch for wildcard search 10+ messages
2025-09-22 3:43 Re: [PATCH] histedit: fix dash exiting when receiving a signal interactively 4+ messages
2025-09-14 22:22 Re: [PATCH] [DNM] builtin: add source for Bash compat 2+ messages
2025-09-14 1:45 [PATCH] options: Check stderr instead of stdout for interactivity 2+ messages
2025-09-14 1:37 [PATCH] mystring: Ignore ERANGE errors in atomax 2+ messages
2025-09-14 0:51 Re: I found multiple crash bugs in Dash v0.5.12-115-gb4ef25d 8+ messages
2025-08-31 8:45 Re: Simplify procargs 2+ messages
2025-08-31 8:45 Re: [PATCH] VxWorks Support 2+ messages
2025-08-28 9:47 Re: [PATCH] Handle line continuation in unquoted heredocs 3+ messages
2025-08-28 9:27 [PATCH] expand: Do not call rmescapes in expari 2+ messages
2025-08-28 9:13 Re: [PATCH] builtin: Fix argv overrun in aexpr and oexpr 5+ messages
2025-08-28 8:53 Re: [BUG] heap-buffer-overflow(read) padvance_magic() exec.c:232:8 2+ messages
2025-08-28 5:48 Re: New release (or blessing to take a snapshot)? 2+ messages
2025-08-27 9:13 [PATCH] parser: Do not display prompts in expandstr 2+ messages
2025-08-27 5:19 Re: [BUG] heap-use-after-free(read) pstrcmp() src/mystring.c 2+ messages
2025-08-26 5:38 Re: Automatic Termination After Background Job Completes 3+ messages
2025-08-25 9:53 Re: wait code is fishy 8+ messages
2025-08-24 2:42 [PATCH] jobs: Cache getpid
2025-08-24 2:39 Re: Looking at "int vforked" in signal handler is racy 9+ messages
2025-08-24 1:51 [PATCH] input: Call input_init on first use
2025-08-21 13:37 Re: [PATCH] left shift of negative value do_binop src/arith_yacc.c:111:12 16+ messages
2025-07-31 21:43 Re: [BUG] applying zero offset to null pointer growjobtab() src/jobs.c:819:34 3+ messages
2025-07-31 21:39 Re: [BUG] invalid-null-argument outmem() src/output.c:149:17 3+ messages
2025-05-30 17:44 [BUG] heap-use-after-free argstr() src/expand.c
2025-05-28 19:47 Re: [PATCH] input: Reset eof in reset_input 2+ messages
2025-05-03 7:23 Re: [PATCH 2/2] expand: pmatch(): Fix buffer overread caused by passing array of chars as string 6+ messages
2025-05-03 7:22 [PATCH] expand: Move stop array closer to strpbrk call
2025-04-29 20:26 [BUG] dash -c 'echo test > "${1%.in}"' sh /tmp/META.in segfaults on master
2025-04-05 22:05 [BUG] dash -c 'echo test > "${1%.in}"' sh /tmp/META.in segfaults on master
2025-03-17 9:09 Re: expand: Fix scanright zero handling when fnmatch is disabled 3+ messages
2025-03-10 8:35 Re: [External] : [PATCH] expand: Add bypass for literal "]" in expandmeta 4+ messages
2025-03-09 9:54 Re: bug: background jobs have their inputs bound to `/dev/null`, even in the face of explicit redirection 2+ messages
2025-03-09 8:33 Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 12-sigaction 51+ messages
2024-11-24 15:15 Re: set -e not ignored in AND-OR list 17+ messages
2024-11-19 19:31 [PATCH] builtin: diagnose attempt to printf '' as number
2024-11-17 9:30 Re: Another attempt of my work with a new subject, first item 2+ messages
2024-11-17 6:55 Re: [PATCH] expand: Fix scanleft/right for !FNMATCH_IS_ENABLED && quotes 3+ messages
2024-11-17 2:30 [PATCH] bltin: fix timescmd with C23
2024-11-16 11:24 Re: [PATCH 1/1] man: Clarify the `trap` condition `EXIT` 3+ messages
2024-11-16 11:24 Re: [PATCH] histedit: When editing, use `el_set` with `EL_PROMPT_ESC` rather than `EL_PROMPT`. 2+ messages
2024-11-16 11:21 [PATCH] builtin: Reduce size of conv_escape
2024-10-25 15:14 Re: exit in traps 2+ messages
2024-10-23 20:00 Re: `jobs` within command substitution doesn't work 4+ messages
2024-10-21 20:04 Re: « echo '"\$z' » — differences between dash and bash in POSIX mode irrespective of xpg_echo 5+ messages
2024-10-20 20:27 doc omission: . searches path
2024-10-06 17:07 Support for bash-like HISTCONTROL or zsh-like HIST_IGNORE_SPACE
2024-09-26 8:57 Re: Signal handler not called when trying to open fifo 2+ messages
2024-09-18 21:37 Re: Question on $IFS related differences (Was: Question on $@ vs $@$@) 6+ messages
2024-08-31 1:32 Fwd: Re: Why does the command builtin not circumvent invocation of builtins? 4+ messages
2024-08-27 0:28 Re: Question on $@ vs $@$@ 14+ messages
2024-08-22 22:36 Re: IFS bug (maybe) 2+ messages
2024-08-17 23:46 ANSI escape sequences not being respected in PS1 environment variable when vi or emacs options are enabled
2024-07-28 3:08 Re: [PATCH v2] bltin/test: align -nt and -ot with POSIX.1-2024 4+ messages
2024-07-28 3:06 Re: [PATCH] bltin/test: = and != are strcmp, not strcoll 2+ messages
2024-07-28 2:01 Re: [PATCH 1/1] add tests 3+ messages
2024-07-24 10:26 [PATCH] jobs: Add comment about reset_input in forkchild
2024-07-24 10:13 [PATCH] eval: Reset input for pipelines 2+ messages
2024-07-06 3:09 Re: [PATCH] parser: Do not read past single quote in dollarsq_escape 4+ messages
2024-07-06 1:46 Re: [BUG] reading from FIFO broken 4+ messages
2024-07-06 0:59 Re: [PATCH v2] fix build on systems without memrchr(3) 3+ messages
2024-07-03 10:51 [PATCH] expand: Preserve MBCHAR in argstr when EXP_MBCHAR is set 2+ messages
2024-06-30 5:11 Re: stdin should be consumed line by line 2+ messages
2024-06-22 12:19 [PATCH] expand: Fix leading white space regression in ifsbreakup 3+ messages
2024-06-16 10:42 Re: Subprocess doesn't get stdin sometimes. 3+ messages
2024-06-10 6:45 [PATCH 3/3] parser: Add dollar single quote 4+ messages
2024-06-09 8:19 [PATCH] parser: Fix PEOF infinite loop in getmbc
2024-06-09 8:18 [PATCH] input: Fix pungetc on PEOF
2024-06-08 3:42 [v2 PATCH] expand: Check d_type in expmeta before recursing 3+ messages
2024-06-02 1:32 [PATCH] expand: Rewrite expmeta meta detection
2024-06-02 1:31 [v3 PATCH 3/3] input: Use tee(2) for stdin pipe 4+ messages
2024-06-02 1:29 [v5 PATCH 13/13] builtin: Process multi-byte characters in read(1) 14+ messages
2024-06-01 4:49 [PATCH] expand: Fix expmeta resource leakage
2024-05-26 10:43 [PATCH] jobs: Fix resource leak in makejob
2024-05-26 10:43 [PATCH] eval: Fix pipe fd leakage in evalbackcmd
2024-05-26 10:42 [PATCH] memalloc: Force functions to be out-of-line
2024-05-26 10:41 [PATCH] mystring: Add dotdir
2024-05-26 10:27 Re: [PATCH v4] Allow trap to un-ignore SIGINT/SIGQUIT in async subshells 11+ messages
2024-05-24 14:41 [PATCH] parser: Fix here-doc EOF marker bug with negative chars
2024-05-21 14:38 Re: [v2 PATCH] options: Always reset OPTIND in getoptsreset 18+ messages
2024-05-19 14:36 [PATCH] shell: Disable fnmatch by default
2024-05-19 9:24 [PATCH] man: Document the value unlimited for ulimit 2+ messages
2024-05-19 9:16 [PATCH] man: Remove reference to PS expansion
2024-05-19 5:23 [v2 PATCH 3/3] input: Use tee(2) for stdin pipe 4+ messages
2024-05-19 5:20 [v4 PATCH 13/13] builtin: Process multi-byte characters in read(1) 14+ messages
2024-05-19 4:35 [PATCH] expand: Add support for caret
2024-05-19 4:26 [PATCH] expand: Always compile test fnmatch and glob
2024-05-18 0:44 [PATCH] memalloc: Use void * instead of pointer
2024-05-18 0:39 Re: [PATCH] Fix non-Linux build 2+ messages
2024-05-05 9:24 [PATCH 3/3] input: Use tee(2) for stdin pipe 4+ messages
2024-05-05 9:15 [v3 PATCH 13/13] builtin: Process multi-byte characters in read(1) 14+ messages
2024-05-04 7:21 [PATCH] redir: Fix double close in dupredirect
2024-05-04 5:30 [PATCH] alias: Mark printalias as noinline
2024-05-04 5:20 Re: [PATCH v2] Simplify alias storage. 7+ messages
2024-05-04 5:18 [PATCH] mystring: Add a few more uses of snlfmt
2024-05-02 10:22 [PATCH] input: Fix potential out-of-bounds read in popstring
2024-05-01 9:12 [v2 PATCH] expand: Fix naked backslah leakage
2024-04-29 17:17 Re: [PATCH] Generate signal names at runtime 5+ messages
2024-04-29 13:12 Re: [PATCH 0/8] Add multi-byte support 17+ messages
2024-04-28 3:57 [v2 PATCH 8/8] parser: Add support for multi-byte characters 9+ messages
2024-04-27 13:46 Re: [PATCH] expand: Fix naked backslah leakage 4+ messages
2024-04-27 9:11 [PATCH] main: Fix profiling on longjmp exit paths
2024-04-27 9:11 [PATCH] input: Fix history line reading regression
2024-04-26 9:50 Re: Dash core dump on network monitoring script 2+ messages
2024-04-21 0:33 [v2 PATCH] redir: Use memfd_create instead of pipe 4+ messages
2024-04-20 0:36 [v3 PATCH] trap: Preserve parent traps for trap-only command substitution 4+ messages
2024-04-15 12:01 [PATCH] jobs: Preserve parent jobs for simple commands
2024-04-15 8:47 [PATCH] parser: Extend coverage of CHKEOFMARK 5+ messages
2024-04-14 3:08 [PATCH] expand: Fix here-document file descriptor leak
2024-04-11 13:27 Re: [PATCH] var: Fix unexporting of local variables using unset 21+ messages
2024-04-11 7:46 [PATCH] var: Remove unused VNOSET
2024-04-09 10:11 Re: [v2 PATCH] jobs: Allow monitor mode without a tty in non-interactive mode 7+ messages
2024-04-08 4:55 [PATCH] alias: Fix out-of-bound access 3+ messages
2024-04-07 5:17 Re: [PATCH] configure.ac: drop -Wl,--fatal-warnings 5+ messages
2024-04-06 9:30 Re: [PATCH] man: document what happens when IFS= (and when it's not) 2+ messages
2024-04-06 9:27 Re: [PATCH] jobs: drop unused node parameter in makejob() 2+ messages
2024-04-06 9:06 Re: [PATCH v3] Prototype all function definitions for C23 compat 8+ messages
2024-04-06 8:55 Re: [PATCH 1/6] fc -s: refuse multiple events instead of ignoring 10+ messages
2024-04-06 7:35 Re: [PATCH] options: Fix getopts handling of colon in optstr 2+ messages
2024-04-06 6:23 Re: [PATCH] man page: redirection operators: fix swapped stdin/stdout 2+ messages
2024-04-05 10:46 Re: [PATCH] var: move hashvar() calls into findvar() 2+ messages
2024-04-05 10:34 Re: [PATCH] man: don't list unavailable built-ins and Command Line Editing section 2+ messages
2024-04-05 10:19 Re: [PATCH] jobs: Implement pipefail option 4+ messages
2024-04-05 9:55 [v2 PATCH] exec: Check executable bit when searching path 2+ messages
2024-04-05 9:18 Re: [PATCH] Fix chkmail loop break condition 3+ messages
2024-04-05 8:49 Re: [PATCH] jobs: Report creation of background jobs 2+ messages
2024-04-05 8:41 Re: [PATH] forgoten set $PPID readonly 2+ messages
2024-04-05 8:37 Re: [PATCH]: allow recursive variable inderection in arith 4+ messages
2024-03-28 23:23 Compatibility implementation of stpncpy for older systems
2024-02-27 6:52 subscribe
2024-02-08 4:09 Re: (No Subject) 4+ messages
2023-12-07 5:29 Re: 3+ messages
2023-10-23 17:02 Re: This list is being migrated to new vger infra (no action required) 2+ messages
2023-10-18 19:08 Migrating the dash list to new vger infrastructure
2023-10-04 20:16 Re: Signal names when cross-compiling 4+ messages
2023-10-04 12:28 Re: Printing C:\abc in a portable way 2+ messages
2023-10-03 19:36 Re: dash should not propagate aliases to subshells 2+ messages
2023-08-20 15:29 [RE]: RE:
2023-08-04 16:05 bug with --enable-glob
2023-06-12 23:09 Re: Interested in porting Dash to Readline 6+ messages
2023-06-08 20:31 Re: [Debian#1037195] dash: $(here-doc in <<substitution) is always empty, must consume subsequent lines per POSIX? 7+ messages
2023-04-25 6:01 Product Inquiry
2023-04-24 12:15 [PATCH] Alphabetize dash(1) Builtins
2023-04-03 12:43 Re: BUG in chkmail() - incorrect check for padvance() stop condition 2+ messages
2023-04-03 11:54 Re: Are there users of ash's "pathopts"? Do other shells have such a thing? 8+ messages
2023-03-31 16:00 Re: Bug: cd BOGUSDIR/.. always works 2+ messages
2023-03-09 11:34 Re: Monitor mode handling (bug ?) 32+ messages
2023-02-20 9:04 Re: STATIC vs static 2+ messages
2023-02-08 13:56 Re: dash 0.5.12 parameter expansion using classes not working 3+ messages
2023-01-14 13:52 Re: 回复: Bug in dash: Incorrect behaviour of $LINENO in function 5+ messages
2023-01-14 10:55 回复: Bug in dash: Incorrect behaviour of $LINENO in function
2023-01-11 10:11 Re: [PATCH v2] alias: fix name quoting in printalias 15+ messages
2023-01-08 12:07 Re: [PATCH v3] parser: don't keep alloca()ing in a loop for substitutions 8+ messages
2023-01-08 12:06 Re: [PATCH v2] redir: savefd: use F_DUPFD_CLOEXEC instead of F_DUPFD+F_SETFD, if available 8+ messages
2023-01-08 12:06 Re: [PATCH v2 1/2] options: getopts: ignore first --, per POSIX 11+ messages
2023-01-05 9:45 Re: [PATCH] miscbltin: ulimitcmd: actually accept -r 3+ messages
2023-01-05 9:45 Re: [PATCH v3 1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments 4+ messages
2023-01-05 9:44 Re: [PATCH v2 1/3] man: document jobs builtin 5+ messages
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox