Dash Archive mirror
 help / color / mirror / Atom feed
- recent:[subjects (threaded)|topics (new)|topics (active)]
2024-05-12 21:02 [PATCH] Fix non-Linux build
2024-05-05  9:24 [PATCH 0/3] Improve performance when reading stdin 4+ messages
2024-05-05  9:14 [v3 PATCH 03/13] expand: Count multi-byte characters for VSLENGTH 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: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-28  3:56 [v2 PATCH 0/8] Add multi-byte support 9+ messages
2024-04-27 11:03 [PATCH 0/8] Add multi-byte support 17+ messages
2024-04-27 11:02 [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-23  1:20 Dash core dump on network monitoring script 2+ messages
2024-04-21 20:46 [PATCH] Generate signal names at runtime 5+ messages
2024-04-15 12:01 [PATCH] jobs: Preserve parent jobs for simple commands
2024-04-14  7:52 [PATCH] trap: Preserve parent shell traps for simple commands 4+ messages
2024-04-14  7:51 [PATCH] redir: Use memfd_create instead of pipe 4+ messages
2024-04-14  3:08 [PATCH] expand: Fix here-document file descriptor leak
2024-04-11  7:46 [PATCH] var: Remove unused VNOSET
2024-04-03 13:07 Issue: Document ulimit's "unlimited" limit in manual page
2024-03-28 23:23 Compatibility implementation of stpncpy for older systems
2024-03-08 11:01 [RFC PATCH] Allow trap to override permanently-ignored signals in background shells 7+ messages
2024-02-27  6:52 subscribe
2024-02-27  2:07 wrong behaviour when unsetting/setting some variables 21+ messages
2024-02-16 16:33 [PATCH] configure.ac: drop -Wl,--fatal-warnings 5+ messages
2024-02-08  3:34 (No Subject) 4+ messages
2023-12-07  4:40 (no subject) 3+ messages
2023-10-23 16:41 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  8:47 Printing C:\abc in a portable way 2+ messages
2023-10-04  7:48 Signal names when cross-compiling 4+ messages
2023-10-03  9:54 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-09 13:36 Interested in porting Dash to Readline 6+ messages
2023-06-07 13:26 [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-22 15:16 [PATCH] man: document what happens when IFS= (and when it's not) 2+ messages
2023-04-03 12:39 BUG in chkmail() - incorrect check for padvance() stop condition 2+ messages
2023-04-01 18:46 Are there users of ash's "pathopts"? Do other shells have such a thing? 8+ messages
2023-03-31 14:46 Bug: cd BOGUSDIR/.. always works 2+ messages
2023-03-31 12:51 [PATCH] jobs: drop unused node parameter in makejob() 2+ messages
2023-02-17 13:35 STATIC vs static 2+ messages
2023-02-08  5:14 dash 0.5.12 parameter expansion using classes not working 3+ messages
2023-02-07 16:34 [PATCH] Prototype all function definitions for C23 compat 8+ messages
2023-02-06 15:08 [PATCH] options: Fix getopts handling of colon in optstr 2+ messages
2023-01-30 21:15 [PATCH] Allow enabling job control without a tty in non-interactive mode.. 7+ messages
2023-01-14 10:55 回复: Bug in dash: Incorrect behaviour of $LINENO in function
2023-01-14  5:30 Bug in dash: Incorrect behaviour of $LINENO in function 5+ messages
2023-01-11 18:23 [PATCH] Simplify alias storage. 7+ messages
2023-01-11  2:01 alias confusion due to internal word representation 5+ messages
2023-01-09 15:18 Monitor mode handling (bug ?) 32+ messages
2023-01-09  0:02 Out-of-bounds access in alias command 3+ messages
2023-01-08 16:10 dash repeats first line in history entry forever with fc -s 10+ messages
2023-01-03  9:08 [PATCH] input: Disable lleft in SMALL mode
2022-12-17 19:07 [PATCH] alias: aliascmd: refuse uninvokable aliases 15+ messages
2022-12-16 23:01 [PATCH] redir: savefd: use F_DUPFD_CLOEXEC instead of F_DUPFD+F_SETFD 8+ messages
2022-12-16 17:20 [PATCH] miscbltin: ulimitcmd: actually accept -r 3+ messages
2022-12-15 17:12 next POSIX issue will include dollar-single-quotes $'...'
2022-12-15  0:25 [PATCH v3 1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments 4+ messages
2022-12-15  0:22 [PATCH v2 1/3] man: document jobs builtin 5+ messages
2022-12-14 23:39 [PATCH] parser: don't keep alloca()ing in a loop for substitutions 8+ messages
2022-12-14 16:52 [PATCH] man: fix getopts documentation 2+ messages
2022-12-14  2:51 [PATCH] exec: hashcmd: don't early-exit when first -r is found 2+ messages
2022-12-14  2:31 [PATCH] options: don't error when unsetting OPTIND 14+ messages
2022-12-13 22:17 [PATCH] input: preadfd: read standard input byte-wise 23+ messages
2022-12-13 21:13 [PATCH 1/2] exec: type: ignore first --, per POSIX 11+ messages
2022-12-06  8:49 [PATCH] eval: Always set exitstatus in evaltree 4+ messages
2022-11-21  2:38 segfault with invalid shell script 15+ messages
2022-11-20  4:57 incomplete documentation of local? 2+ messages
2022-11-12 11:02 Re: EXIT trap does not fire 3+ messages
2022-08-18 11:44 Fwd: Bug#1017531: dash: for/while/if suppress errors from redirections with -e 4+ messages
2022-08-16 13:01 command -v ../foo when ../foo is a directory 3+ messages
2022-08-14  0:20 [PATCH 2/2] man: printf: in 'X, X is a byte under dash 5+ messages
2022-07-14  5:58 Ihre Anfrage an Biokou Taekwondo Club e.V.
2022-07-01 23:14 $(()) pre/postfix bug 4+ messages
2022-06-20 18:27 PATCH] expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read 4+ messages
2022-06-19  6:03 COPYING: Copyright information mentions bash 2+ messages
2022-06-10 22:16 [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC 4+ messages
2022-05-31 20:39 EXIT trap does not fire 3+ messages
2022-05-30 17:02 [PATCH] exec.c: Fix exit status for command -v on non-executable files 2+ messages
2022-05-29  2:40 [your-subject]
2022-05-16 23:02 [PATCH] man page: redirection operators: fix swapped stdin/stdout 2+ messages
2022-05-10  8:16 [PATCH] var: move hashvar() calls into findvar() 2+ messages
2022-05-06 19:34 [PATCH] man: don't list unavailable built-ins and Command Line Editing section 2+ messages
2022-05-06 14:49 [PATCH] shell: correctly prototype all functions
2022-05-05 22:12 [PATCH 1/2] man: document jobs builtin 3+ messages
2022-04-30 19:30 [PATCH] expand: Add ifsfree to expand to fix a logic error that leaks the heap
2022-04-22 21:10 [PATCH] jobs: Implement pipefail option 4+ messages
2022-04-02 16:26 Preferred method for disclosure of vulnerability
2022-03-29 14:23 Question about vulnerabilities
2022-03-28  4:45 Printf %q 2+ messages
2022-03-11  4:25 possible wrong behaviour when -s and -c are both used 3+ messages
2022-02-20  4:15 how is locale/unset intended to work with dash? 2+ messages
2022-02-07 15:36 ANSI escape codes in printf don't work 2+ messages
2022-01-30  0:10 Dash man page error regarding: background commands and the redirection of standard input to /dev/null
2022-01-25 21:08 PS1 is not implemented as specified in IEEE Std 1003.1-2017 2+ messages
2022-01-25  4:59 dash doesn't support switching LC_* during a script/session 5+ messages
2022-01-17  3:23 possible wrong behaviour with patterns double [ with no closing ] 5+ messages
2022-01-12 16:25 possible wrong behaviour with patterns using a quoted ^ at the start of a bracket expression 15+ messages
2021-11-28 14:11 no match should be no string ? 5+ messages
2021-11-10 12:59 New mail
2021-11-02 11:12 Fwd: Bug#874264: dash: 'command -v' mistakenly returns a shell script whose executable is not set 2+ messages
2021-11-02  0:45 Testing dash on a new OS? 3+ messages
2021-10-22 11:11 stdin should be consumed line by line
2021-10-13  9:39 $ENV handling depends on defined(linux), why?? 4+ messages
2021-10-02 20:37 [PATCH] Fix chkmail loop break condition 3+ messages
2021-09-26  7:12 [PATCH] jobs: Report creation of background jobs 2+ messages
2021-09-15 17:47 shell script error management in busybox ash 6+ messages
2021-09-05  8:36 [PATCH] input: Remove special case for unget EOF
2021-08-06  8:45 Add arrow key input support in dash 2+ messages
2021-07-28 14:05 I discovered that UniFi USW-24P-250 POE network switch is based on Linux kernel 3.6.5
2021-07-16  9:42 [PATCH] expand: Recognize '^' as a negation character in BE 5+ messages
2021-06-19 12:44 SEGV parsing of ${#1\x82} and ${#1\x84} 5+ messages
2021-05-16  8:47 Configure check for stat64 does not work on Apple silicon 3+ messages
2021-05-12 21:36 0.5.11.3: fyi: reverse solidus "expanded away" 3+ messages
2021-05-06  9:55 trap overwrites last exit code 3+ messages
2021-04-07 23:06 Remove "hash -v" from man page
2021-02-06  6:04 [BUG] any subtitution with @/*: ${@#str} or ${*#str} etc 2+ messages
2021-02-05  8:49 [PATCH] [BUG] ${#10} 4+ messages
2021-02-03 21:29 [PATCH] trivial add ;& ;;& case break types 2+ messages
2021-02-03 12:54 [PATH] forgoten set $PPID readonly 2+ messages
2021-02-02  7:55 ${#a#a} bug? 2+ messages
2021-01-29 19:49 [PATCH]: allow $(()) 4+ messages
2021-01-29 18:56 single_quote patch
2021-01-29 18:25 getopts appears to not be shifting $@ when consuming options 8+ messages
2021-01-08 20:55 Re: [v3 PATCH 17/17] eval: Add vfork support 2+ messages
2021-01-06 13:25 set -i, -s do not make sense, bash does not accept them
2021-01-04 12:22 set -I is not required by standard, and does not match bash 3+ messages
2020-12-26 11:10 johnsonkarado9@icloud.com
2020-12-23 19:47 [PATCH] Cache the expanded prompt for editline 6+ messages
2020-12-23  0:46 [PATCH] Fail if building --with-libedit and can't find libedit 2+ messages
2020-12-20  1:43 dash 0.5.11.2: somehow falsely waits 9+ messages
2020-12-19 17:28 dash 0.5.11.2, busybox sh 1.32.0, FreeBSD 12.2 sh: spring TTOU but should not i think 13+ messages
2020-12-19 13:23 ungetc is not cleared on error? 2+ messages
2020-11-27 12:16 [bug] dash eats one line 2+ messages
2020-11-20 13:57 Fwd: Bug#975325: dash(1) man page: ulimit documentation is inconsistent and out-of-date
2020-11-16 10:30 Fwd: Bug#974900: dash removes trailing slash from script arguments 11+ messages
2020-11-16 10:29 Changes to job handling cause hangs in wait 21+ messages
2020-11-14 13:33 Re: [PATCH] shell: Enable fnmatch/glob by default 3+ messages
2020-10-30 12:19 Fwd: Busybox ash buffering-related issue in error handling
2020-06-30 11:16 Status of set -o pipefail 2+ messages
2020-06-24  2:54 [PATCH] dash: man pages: fix formatting
2020-06-23 12:41 support for POSIX.1 job control terminal state management in dash
2020-06-22  5:25 [PATCH] Don't include config.h when building helpers using the native compiler 4+ messages
2020-06-04 11:53 [PATCH] eval: Check nflag in evaltree instead of cmdloop
2020-06-03 18:55 Bug when parsing redirection syntax error 2+ messages
2020-06-02 13:46 [PATCH] jobs: Fix waitcmd busy loop
2020-06-02 11:52 [PATCH] error: Remove USE_NORETURN ifdef
2020-06-02 11:51 [PATCH] expand: Make glob(3) interruptible by SIGINT
2020-05-28 12:57 [PATCH] shell: Enable fnmatch/glob by default
2020-05-28 11:57 Re: Improving xtrace output from subshells
2020-05-28 11:31 [PATCH] redir: Retry open64 on EINTR
2020-05-28  8:17 Stack overflow on unbounded recursion
2020-05-27  2:19 [PATCH] parser: Get rid of PEOA
2020-05-25 13:41 stalls whenever PS4 contains $() and set -x 2+ messages
2020-05-21 20:06 Bug in Dash's unquoting of backslashes within backquoted strings 5+ messages
2020-05-20  8:08 [PATCH] Fix typos 2+ messages
2020-05-07 13:42 shell: Always use explicit large file API 2+ messages
2020-05-02 18:37 [PATCH] input: Fix compiling against libedit with -fno-common 2+ messages
2020-04-30 10:00 [BUG] one-shot variables aren't propagated past functions 2+ messages
2020-04-29  6:29 [PATCH] Remove unused expandmeta() flag parameter 2+ messages
2020-04-28 14:19 [PATCH] parser: Fix alias expansion after heredoc or newlines
2020-04-27 15:15 [v2 PATCH] parser: Fix handling of empty aliases 3+ messages
2020-04-17 16:37 Maybe a mistake 2+ messages
2020-04-10 11:03 jobs: Fix infinite loop in waitproc
2020-03-29 17:54 RE: Bug#953421: dash: Resident Set Size growth is unbound (memory leak) on an infinite shell loop 7+ messages
2020-03-23  8:20 dash & IFS 3+ messages
2020-03-08 12:35 'return' from subshell in function doesn't 6+ messages
2020-02-19 16:39 [PATCH] Remove poplocalvars() always-zero argument, make it static 2+ messages
2020-02-19 11:46 Infinite loop expanding PS1='${PWD/#foo/bar} ' 2+ messages
2020-02-19 10:30 [PATCH] Rename DOWAIT_NORMAL to DOWAIT_NONBLOCK 2+ messages
2020-02-18  3:50 [PATCH] mktokens relative TMPDIR 6+ messages
2020-02-06 16:12 Bizarre interaction bug involving bash w/ lastpipe + Almquist 'wait' 12+ messages
2020-01-25 17:29 Another alias substitution bug, now involving case statements 2+ messages
2020-01-24 23:48 Alias/heredoc/cmdsubst regression 7+ messages
2020-01-21  6:39 [PATCH] parser: Catch errors in expandstr 7+ messages
2020-01-20 10:02 Re: Program flow corruption involving 'command .' and an invalid expansion
2020-01-20  9:56 Re: [PATCH] shell: delete AC_PROG_YACC
2020-01-20  9:46 [PATCH] builtin: Fix seconds part of times(1) 2+ messages
2020-01-20  7:56 Please alphabetize dash.1 Builtins
2020-01-17  8:51 Re: EXIT trap handling in subshells broken 7+ messages
2020-01-13 12:08 Re: [PATCH] expand: Fix trailing newlines processing in backquote expanding 3+ messages
2018-11-23 14:09 Bug#541544: [PATCH] ash: reset tokpushback before prompting while parsing heredoc 2+ messages
2018-02-13 13:53 dash bug: double-quoted "\" breaks glob protection for next char 5+ messages
2018-02-13 11:27 this is what you need
2018-02-02  7:44 [PATCH] Remove dependency on fmatch.h if it does not exit
2018-02-02  7:43 [PATCH] Remove dependency on fmatch.h if it does not exit
2018-01-10 18:36 [BUG] $PATH not fully searched 3+ messages
2018-01-09 14:19 Re: A cry for help, please don't ignore!
2017-12-17 18:00 Please document the peculiar $ENV processing
2017-10-19 17:44 [BUG] Redirection bug in subshell's EXIT trap 2+ messages
2017-10-08 19:00 (unknown), 
2017-09-26  3:41 [BUG] quoted substring parameter expansion ignores single-quotes in the arg 4+ messages
2017-09-26  3:39 [BUG] ignored substring parameter expansion after $@ ("$@""${v%/*}") command line)
2017-07-27 12:23 echo "\\1"? 10+ messages
2017-06-28 19:35 [BUG] Can't see accented letters with vi/emacs on
2017-06-27 14:29 [BUG] Here-document redirection with vi/emacs on 2+ messages

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).