dash.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
Dash core dump on network monitoring script
 2024-04-23  1:20 UTC 

[PATCH] Generate signal names at runtime
 2024-04-21 20:46 UTC 

[PATCH] redir: Use memfd_create instead of pipe
 2024-04-21  0:33 UTC  (4+ messages)
    ` [v2 PATCH] "

[PATCH] trap: Preserve parent shell traps for simple commands
 2024-04-20  0:36 UTC  (4+ messages)
` [v2 PATCH] trap: Preserve parent traps for trap-only command substitution
    ` [v3 "

[PATCH] jobs: Preserve parent jobs for simple commands
 2024-04-15 12:01 UTC 

alias confusion due to internal word representation
 2024-04-15  8:47 UTC  (5+ messages)
    ` [PATCH] parser: Extend coverage of CHKEOFMARK
` [PATCH] alias: Disallow non-CWORD characters

[PATCH] expand: Fix here-document file descriptor leak
 2024-04-14  3:08 UTC 

wrong behaviour when unsetting/setting some variables
 2024-04-11 13:27 UTC  (21+ messages)
              ` [PATCH] var: Fix unexporting of local variables using unset

[PATCH] var: Remove unused VNOSET
 2024-04-11  7:46 UTC 

[PATCH] Allow enabling job control without a tty in non-interactive mode
 2024-04-09 10:11 UTC  (7+ messages)
` [v2 PATCH] jobs: Allow monitor mode "

Out-of-bounds access in alias command
 2024-04-08  4:55 UTC  (3+ messages)
  ` [PATCH] alias: Fix out-of-bound access

[RFC PATCH] Allow trap to override permanently-ignored signals in background shells
 2024-04-07 11:18 UTC  (7+ messages)
  ` [PATCH v2] Allow trap to un-ignore SIGINT in asynchronous subshells
        ` [PATCH v3] Allow trap to un-ignore SIGINT/SIGQUIT in async subshells

[PATCH] configure.ac: drop -Wl,--fatal-warnings
 2024-04-07  5:17 UTC  (5+ messages)

[PATCH] man: document what happens when IFS= (and when it's not)
 2024-04-06  9:30 UTC  (2+ messages)

[PATCH] jobs: drop unused node parameter in makejob()
 2024-04-06  9:27 UTC  (2+ messages)

[PATCH] Prototype all function definitions for C23 compat
 2024-04-06  9:06 UTC  (8+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

dash repeats first line in history entry forever with fc -s
 2024-04-06  8:55 UTC  (10+ messages)
  ` [PATCH 1/6] fc -s: refuse multiple events instead of ignoring
  ` [PATCH 2/6] fc -s: don't loop forever when executing the latest entry
  ` [PATCH 3/6] fc: only parse old=new if -s, per POSIX
  ` [PATCH 4/6] fc: don't require an argument
  ` [PATCH 5/6] fc: fix "fc -3" extension on glibc
  ` [PATCH 6/6] fc: don't include the current fc in out-of-range last

[PATCH] options: Fix getopts handling of colon in optstr
 2024-04-06  7:35 UTC  (2+ messages)

[PATCH] Simplify alias storage
 2024-04-06  7:19 UTC  (3+ messages)
` [PATCH][resend] "

[PATCH] Portability of dash to legacy systems, such as AT&T Unix PC
 2024-04-06  6:25 UTC  (4+ messages)

[PATCH] man page: redirection operators: fix swapped stdin/stdout
 2024-04-06  6:23 UTC  (2+ messages)

[PATCH] var: move hashvar() calls into findvar()
 2024-04-05 10:46 UTC  (2+ messages)

[PATCH] man: don't list unavailable built-ins and Command Line Editing section
 2024-04-05 10:34 UTC  (2+ messages)

[PATCH] jobs: Implement pipefail option
 2024-04-05 10:19 UTC  (2+ messages)

[PATCH] exec.c: Fix exit status for command -v on non-executable files
 2024-04-05  9:55 UTC  (2+ messages)
` [v2 PATCH] exec: Check executable bit when searching path

[PATCH] Fix chkmail loop break condition
 2024-04-05  9:18 UTC  (2+ messages)

[PATCH] jobs: Report creation of background jobs
 2024-04-05  8:49 UTC  (2+ messages)

[PATH] forgoten set $PPID readonly
 2024-04-05  8:41 UTC  (2+ messages)

[PATCH]: allow $(())
 2024-04-05  8:37 UTC  (4+ messages)
` [PATCH]: allow recursive variable inderection in arith

Issue: Document ulimit's "unlimited" limit in manual page
 2024-04-03 13:07 UTC 

Compatibility implementation of stpncpy for older systems
 2024-03-28 23:23 UTC 

subscribe
 2024-02-27  6:52 UTC 

(No Subject)
 2024-02-08  4:09 UTC  (4+ messages)

(no subject)
 2023-12-07  5:29 UTC  (3+ messages)
` 

This list is being migrated to new vger infra (no action required)
 2023-10-23 17:02 UTC  (2+ messages)

Migrating the dash list to new vger infrastructure
 2023-10-18 19:08 UTC 

Signal names when cross-compiling
 2023-10-04 20:16 UTC  (4+ messages)

Printing C:\abc in a portable way
 2023-10-04 12:28 UTC  (2+ messages)

dash should not propagate aliases to subshells
 2023-10-03 19:36 UTC  (2+ messages)

[RE]: RE:
 2023-08-20 15:29 UTC 

bug with --enable-glob
 2023-08-04 16:05 UTC 

Interested in porting Dash to Readline
 2023-06-12 23:09 UTC  (6+ messages)

[Debian#1037195] dash: $(here-doc in <<substitution) is always empty, must consume subsequent lines per POSIX?
 2023-06-08 20:31 UTC  (7+ messages)

Product Inquiry
 2023-04-25  6:01 UTC 

[PATCH] Alphabetize dash(1) Builtins
 2023-04-24 12:15 UTC 

BUG in chkmail() - incorrect check for padvance() stop condition
 2023-04-03 12:43 UTC  (2+ messages)

Are there users of ash's "pathopts"? Do other shells have such a thing?
 2023-04-03 11:54 UTC  (8+ messages)

Bug: cd BOGUSDIR/.. always works
 2023-03-31 16:00 UTC  (2+ messages)

Monitor mode handling (bug ?)
 2023-03-09 11:34 UTC  (32+ messages)

STATIC vs static
 2023-02-20  9:04 UTC  (2+ messages)

dash 0.5.12 parameter expansion using classes not working
 2023-02-08 13:56 UTC  (3+ messages)

Bug in dash: Incorrect behaviour of $LINENO in function
 2023-01-14 13:52 UTC  (5+ messages)
  ` 回复: "

回复: Bug in dash: Incorrect behaviour of $LINENO in function
 2023-01-14 10:55 UTC 

[PATCH] alias: aliascmd: refuse uninvokable aliases
 2023-01-11 10:11 UTC  (10+ messages)
` [PATCH RESEND] alias: printalias: quote the name, too
      ` [PATCH] alias: fix name quoting in printalias
        ` [PATCH v2] "

[PATCH] alias: aliascmd: refuse uninvokable aliases
 2023-01-08 12:30 UTC  (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 NNTP newsgroup(s).