Dash (Debian Almquist Shell)
[Prev Page][Next Page]
- [PATCH] builtin: diagnose attempt to printf '' as number, Paul Eggert
- Another attempt of my work with a new subject, first item,
Alain Knaff
- [PATCH] bltin: fix timescmd with C23, Sam James
- [PATCH] builtin: Reduce size of conv_escape, Herbert Xu
- set -e not ignored in AND-OR list,
Christoph Anton Mitterer
- exit in traps,
Christoph Anton Mitterer
- [PATCH 0/1] man: Clarify the `trap` condition `EXIT`,
Christoph Anton Mitterer
- [no subject], Unknown
- `jobs` within command substitution doesn't work,
Christoph Anton Mitterer
- doc omission: . searches path, Gerben Vos
- « echo '"\$z' » — differences between dash and bash in POSIX mode irrespective of xpg_echo,
Дилян Палаузов
- Support for bash-like HISTCONTROL or zsh-like HIST_IGNORE_SPACE, Yury V. Zaytsev
- procargs(): interactivity falsely detected (acc. to POSIX), Steffen Nurpmeso
- Signal handler not called when trying to open fifo,
Johannes Altmanninger
- Question on $IFS related differences (Was: Question on $@ vs $@$@),
Steffen Nurpmeso
- Crash in expandarg,
Johannes Altmanninger
- Why does the command builtin not circumvent invocation of builtins?,
Anselm Schüler
- <Possible follow-ups>
- Fwd: Re: Why does the command builtin not circumvent invocation of builtins?, Anselm Schüler
[PATCH] histedit: When editing, use `el_set` with `EL_PROMPT_ESC` rather than `EL_PROMPT`.,
sebastien peterson boudreau
IFS bug (maybe),
Steffen Nurpmeso
ANSI escape sequences not being respected in PS1 environment variable when vi or emacs options are enabled, Sebastien Peterson-Boudreau
Question on $@ vs $@$@,
Steffen Nurpmeso
[PATCH] jobs: Add comment about reset_input in forkchild, Herbert Xu
[PATCH] eval: Reset input for pipelines, Herbert Xu
Re: [herbertx/dash] regression in reading variables from pipe for external processes (Issue #8), Herbert Xu
[PATCH] bltin/test: = and != are strcmp, not strcoll,
наб
[PATCH] bltin/test: align -nt and -ot with POSIX.1-2024,
наб
[PATCH 0/1] adding a test suite,
Buck Evan
Broken: "parser: Add dollar single quote",
наб
[BUG] reading from FIFO broken,
Martijn Dekker
[BUG] 'case' broken for multi-byte characters,
Martijn Dekker
[PATCH] fix build on systems without memrchr(3),
Martijn Dekker
Field splitting regression on master branch,
Martijn Dekker
Subprocess doesn't get stdin sometimes.,
Ilya Kazakevich
[PATCH 0/3] Add dollar single quote,
Herbert Xu
[PATCH] parser: Fix PEOF infinite loop in getmbc, Herbert Xu
[PATCH] input: Fix pungetc on PEOF, Herbert Xu
[PATCH] expand: Check d_type in expmeta before recursing,
Herbert Xu
[PATCH] expand: Rewrite expmeta meta detection, Herbert Xu
[v3 PATCH 0/3] Improve performance when reading stdin,
Herbert Xu
[v5 PATCH 00/13] Add multi-byte supportAdd multi-byte support,
Herbert Xu
- [v5 PATCH 02/13] shell: Use strcoll instead of strcmp where applicable, Herbert Xu
- [v5 PATCH 04/13] expand: Process multi-byte characters in subevalvar, Herbert Xu
- [v5 PATCH 01/13] shell: Call setlocale, Herbert Xu
- [v5 PATCH 03/13] expand: Count multi-byte characters for VSLENGTH, Herbert Xu
- [v5 PATCH 05/13] expand: Process multi-byte characters in expmeta, Herbert Xu
- [v5 PATCH 07/13] expand: Add multi-byte support to pmatch, Herbert Xu
- [v5 PATCH 08/13] input: Allow MB_LEN_MAX calls to pungetc, Herbert Xu
- [v5 PATCH 06/13] expand: Support multi-byte characters during field splitting, Herbert Xu
- [v5 PATCH 09/13] input: Add pgetc_eoa, Herbert Xu
- [v5 PATCH 10/13] parser: Add support for multi-byte characters, Herbert Xu
- [v5 PATCH 11/13] input: Always push in setinputfile, Herbert Xu
- [v5 PATCH 13/13] builtin: Process multi-byte characters in read(1), Herbert Xu
- [v5 PATCH 12/13] builtin: Use pgetc in read(1), Herbert Xu
[PATCH] expand: Fix expmeta resource leakage, Herbert Xu
[PATCH] jobs: Fix resource leak in makejob, Herbert Xu
[PATCH] eval: Fix pipe fd leakage in evalbackcmd, Herbert Xu
[PATCH] memalloc: Force functions to be out-of-line, Herbert Xu
[PATCH] mystring: Add dotdir, Herbert Xu
[PATCH] parser: Fix here-doc EOF marker bug with negative chars, Herbert Xu
[PATCH] shell: Disable fnmatch by default, Herbert Xu
[PATCH] man: Remove reference to PS expansion, Herbert Xu
[v2 PATCH 0/3] Improve performance when reading stdin,
Herbert Xu
[v4 PATCH 00/13] Add multi-byte supportAdd multi-byte support,
Herbert Xu
- [v4 PATCH 02/13] shell: Use strcoll instead of strcmp where applicable, Herbert Xu
- [v4 PATCH 01/13] shell: Call setlocale, Herbert Xu
- [v4 PATCH 03/13] expand: Count multi-byte characters for VSLENGTH, Herbert Xu
- [v4 PATCH 04/13] expand: Process multi-byte characters in subevalvar, Herbert Xu
- [v4 PATCH 05/13] expand: Process multi-byte characters in expmeta, Herbert Xu
- [v4 PATCH 08/13] input: Allow MB_LEN_MAX calls to pungetc, Herbert Xu
- [v4 PATCH 06/13] expand: Support multi-byte characters during field splitting, Herbert Xu
- [v4 PATCH 07/13] expand: Add multi-byte support to pmatch, Herbert Xu
- [v4 PATCH 09/13] input: Add pgetc_eoa, Herbert Xu
- [v4 PATCH 10/13] parser: Add support for multi-byte characters, Herbert Xu
- [v4 PATCH 12/13] builtin: Use pgetc in read(1), Herbert Xu
- [v4 PATCH 11/13] input: Always push in setinputfile, Herbert Xu
- [v4 PATCH 13/13] builtin: Process multi-byte characters in read(1), Herbert Xu
[PATCH] expand: Add support for caret, Herbert Xu
[PATCH] expand: Always compile test fnmatch and glob, Herbert Xu
[PATCH] memalloc: Use void * instead of pointer, Herbert Xu
[PATCH] Fix non-Linux build,
Martijn Dekker
[PATCH 0/3] Improve performance when reading stdin,
Herbert Xu
[v3 PATCH 00/13] Add multi-byte support,
Herbert Xu
- [v3 PATCH 01/13] shell: Call setlocale, Herbert Xu
- [v3 PATCH 03/13] expand: Count multi-byte characters for VSLENGTH, Herbert Xu
- [v3 PATCH 02/13] shell: Use strcoll instead of strcmp where applicable, Herbert Xu
- [v3 PATCH 04/13] expand: Process multi-byte characters in subevalvar, Herbert Xu
- [v3 PATCH 07/13] input: Allow MB_LEN_MAX calls to pungetc, Herbert Xu
- [v3 PATCH 06/13] expand: Support multi-byte characters during field splitting, Herbert Xu
- [v3 PATCH 05/13] expand: Process multi-byte characters in expmeta, Herbert Xu
- [v3 PATCH 08/13] input: Add pgetc_eoa, Herbert Xu
- [v3 PATCH 09/13] parser: Add support for multi-byte characters, Herbert Xu
- [v3 PATCH 10/13] input: Always push in setinputfile, Herbert Xu
- [v3 PATCH 12/13] builtin: Use pgetc in read(1), Herbert Xu
- [v3 PATCH 11/13] memalloc: Use void * instead of pointer, Herbert Xu
- [v3 PATCH 13/13] builtin: Process multi-byte characters in read(1), Herbert Xu
[PATCH] redir: Fix double close in dupredirect, Herbert Xu
[PATCH] alias: Mark printalias as noinline, Herbert Xu
[PATCH] mystring: Add a few more uses of snlfmt, Herbert Xu
[PATCH] input: Fix potential out-of-bounds read in popstring, Herbert Xu
[v2 PATCH] expand: Fix naked backslah leakage, Herbert Xu
[v2 PATCH 0/8] Add multi-byte support,
Herbert Xu
[PATCH] expand: Fix naked backslah leakage,
Herbert Xu
[PATCH 0/8] Add multi-byte support,
Herbert Xu
[PATCH] main: Fix profiling on longjmp exit paths, Herbert Xu
[PATCH] input: Fix history line reading regression, Herbert Xu
Dash core dump on network monitoring script,
Avid Seeker
[PATCH] Generate signal names at runtime,
Henrik Lindström
[PATCH] jobs: Preserve parent jobs for simple commands, Herbert Xu
[PATCH] trap: Preserve parent shell traps for simple commands,
Herbert Xu
[PATCH] redir: Use memfd_create instead of pipe,
Herbert Xu
[PATCH] expand: Fix here-document file descriptor leak, Herbert Xu
[PATCH] var: Remove unused VNOSET, Herbert Xu
Issue: Document ulimit's "unlimited" limit in manual page,
Martin Guy
Compatibility implementation of stpncpy for older systems, Ryan Schmidt
[RFC PATCH] Allow trap to override permanently-ignored signals in background shells,
Johannes Altmanninger
wrong behaviour when unsetting/setting some variables,
Christoph Anton Mitterer
[PATCH] configure.ac: drop -Wl,--fatal-warnings,
Fabrice Fontaine
(No Subject),
Oliver Webb
[no subject],
Emma Tebibyte
- Re:, Christoph Anton Mitterer
This list is being migrated to new vger infra (no action required),
Konstantin Ryabitsev
Migrating the dash list to new vger infrastructure, Konstantin Ryabitsev
Printing C:\abc in a portable way,
Дилян Палаузов
Signal names when cross-compiling,
Thorsten Otto
dash should not propagate aliases to subshells,
Дилян Палаузов
bug with --enable-glob, Alexander Monakov
Interested in porting Dash to Readline,
S M
[Debian#1037195] dash: $(here-doc in <<substitution) is always empty, must consume subsequent lines per POSIX?,
наб
[PATCH] Alphabetize dash(1) Builtins, Daniel Lewart
[PATCH] man: document what happens when IFS= (and when it's not),
наб
BUG in chkmail() - incorrect check for padvance() stop condition,
Denys Vlasenko
Are there users of ash's "pathopts"? Do other shells have such a thing?,
Denys Vlasenko
Bug: cd BOGUSDIR/.. always works,
Denys Vlasenko
[PATCH] jobs: drop unused node parameter in makejob(),
Denys Vlasenko
STATIC vs static,
Tom Schwindl
dash 0.5.12 parameter expansion using classes not working,
Brian Inglis
[PATCH] Prototype all function definitions for C23 compat,
наб
[PATCH] options: Fix getopts handling of colon in optstr,
Subhaditya Nath
[PATCH] Allow enabling job control without a tty in non-interactive mode..,
Steffen Nurpmeso
回复: Bug in dash: Incorrect behaviour of $LINENO in function, anonymous4feedback@xxxxxxxxxxx
Bug in dash: Incorrect behaviour of $LINENO in function,
anonymous4feedback@xxxxxxxxxxx
[PATCH] Simplify alias storage.,
Harald van Dijk
alias confusion due to internal word representation,
Harald van Dijk
Monitor mode handling (bug ?),
Ganael Laplanche
Out-of-bounds access in alias command,
Harald van Dijk
dash repeats first line in history entry forever with fc -s,
наб
[PATCH] input: Disable lleft in SMALL mode, Herbert Xu
[PATCH] alias: aliascmd: refuse uninvokable aliases,
наб
[PATCH] redir: savefd: use F_DUPFD_CLOEXEC instead of F_DUPFD+F_SETFD,
наб
[PATCH] miscbltin: ulimitcmd: actually accept -r,
наб
next POSIX issue will include dollar-single-quotes $'...', Christoph Anton Mitterer
[PATCH v3 1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments,
наб
[PATCH v2 1/3] man: document jobs builtin,
наб
[PATCH] parser: don't keep alloca()ing in a loop for substitutions,
наб
[PATCH] man: fix getopts documentation,
наб
[PATCH] exec: hashcmd: don't early-exit when first -r is found,
наб
[PATCH] options: don't error when unsetting OPTIND,
наб
[PATCH] input: preadfd: read standard input byte-wise,
наб
[PATCH 1/2] exec: type: ignore first --, per POSIX,
наб
[PATCH] eval: Always set exitstatus in evaltree,
Herbert Xu
segfault with invalid shell script,
Christoph Anton Mitterer
incomplete documentation of local?,
Christoph Anton Mitterer
Fwd: Bug#1017531: dash: for/while/if suppress errors from redirections with -e,
наб
command -v ../foo when ../foo is a directory,
Simon Josefsson
[PATCH 1/2] man: printf: all Ar arguments are processed identically,
наб
$(()) pre/postfix bug,
Steffen Nurpmeso
PATCH] expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read,
Alex Gorinson
COPYING: Copyright information mentions bash,
Akbarkhon Variskhanov
[PATCH] Portability of dash to legacy systems, such as AT&T Unix PC,
Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC, Herbert Xu
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 02-stat64, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 03-name-max, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 07-sys-functions, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 08-vsnprintf, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 09-type-sizes, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 11-simplify-wait-loop, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 13-wait3-replacement, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 14-broken-wait-h, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 15-realloc-null, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 16-signed-size-t, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 01-remove-extraneous, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 10-ctype, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 17-monitor-mode, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 05-sys-headers, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 12-sigaction, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 04-mksignames, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 06-stdbool, Alain Knaff
- Re: [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 18-glibc-stdio, Alain Knaff
- P*rtability of dash to legacy systems, such as AT&T Unix PC : 02-stat64, Alain Knaff
- P*rtability of dash to legacy systems, such as AT&T Unix PC : 03-name-max, Alain Knaff
- P*rtability of dash to legacy systems, such as AT&T Unix PC : 04-mksignames, Alain Knaff
- P*rtability of dash to legacy systems, such as AT&T Unix PC : 05-sys-headers, Alain Knaff
- P*rtability of dash to legacy systems, such as AT&T Unix PC : 06-stdbool, Alain Knaff
- P*rtability of dash to legacy systems, such as AT&T Unix PC : 07-sys-functions, Alain Knaff
- Portability of dash to legacy systems, such as AT&T Unix PC : 08-vsnprintf, Alain Knaff
- AT&T Unix PC : 09-type-sizes, Alain Knaff
- AT&T Unix PC : 10-ctype, Alain Knaff
- AT&T Unix PC : 11-simplify-wait-loop, Alain Knaff
- AT&T Unix PC : 12-sigaction, Alain Knaff
- AT&T Unix PC : 13-wait3-replacement, Alain Knaff
- AT&T Unix PC : 14-broken-wait-h (amended), Alain Knaff
- AT&T Unix PC : 15-realloc-null, Alain Knaff
- AT&T Unix PC : 16-signed-size-t, Alain Knaff
- AT&T Unix PC : 17-monitor-mode, Alain Knaff
- AT&T Unix PC : 18-glibc-stdio, Alain Knaff
EXIT trap does not fire,
charles . fisher
<Possible follow-ups>
Re: EXIT trap does not fire, Akbarkhon Variskhanov
[PATCH] exec.c: Fix exit status for command -v on non-executable files,
Nicola Lamacchia
[PATCH] man page: redirection operators: fix swapped stdin/stdout,
Forest
[PATCH] var: move hashvar() calls into findvar(),
Ron Yorston
[PATCH] man: don't list unavailable built-ins and Command Line Editing section,
наб
[PATCH] shell: correctly prototype all functions, наб
[PATCH 1/2] man: document jobs builtin,
наб
[PATCH] expand: Add ifsfree to expand to fix a logic error that leaks the heap, Al g
[PATCH] jobs: Implement pipefail option,
Chris Novakovic
Preferred method for disclosure of vulnerability, Al g
Question about vulnerabilities, Al g
Printf %q,
Björn Bidar
possible wrong behaviour when -s and -c are both used,
Christoph Anton Mitterer
how is locale/unset intended to work with dash?,
Christoph Anton Mitterer
ANSI escape codes in printf don't work,
Subhaditya Nath
Dash man page error regarding: background commands and the redirection of standard input to /dev/null, Parke
PS1 is not implemented as specified in IEEE Std 1003.1-2017,
Berthold Lorke
dash doesn't support switching LC_* during a script/session,
Christoph Anton Mitterer
possible wrong behaviour with patterns double [ with no closing ],
Christoph Anton Mitterer
possible wrong behaviour with patterns using a quoted ^ at the start of a bracket expression,
Christoph Anton Mitterer
no match should be no string ?,
Marc Chantreux
Fwd: Bug#874264: dash: 'command -v' mistakenly returns a shell script whose executable is not set,
Andrej Shadura
[Index of Archives]
[Linux Kernel]
[Bugtraq]
[Yosemite Discussion]