dash.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
wrong behaviour when unsetting/setting some variables
 2024-03-10 21:33 UTC  (18+ messages)

[RFC PATCH] Allow trap to override permanently-ignored signals in background shells
 2024-03-08 11:48 UTC  (2+ messages)

subscribe
 2024-02-27  6:52 UTC 

[PATCH] configure.ac: drop -Wl,--fatal-warnings
 2024-02-16 17:55 UTC  (2+ messages)

(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 

[PATCH] man: document what happens when IFS= (and when it's not)
 2023-04-22 15:16 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)

[PATCH] jobs: drop unused node parameter in makejob()
 2023-03-31 12:51 UTC 

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

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

[PATCH] Prototype all function definitions for C23 compat
 2023-02-10 11:24 UTC  (7+ messages)
  ` [PATCH v2] "
      ` [PATCH v3] "

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

dash repeats first line in history entry forever with fc -s
 2023-02-07 19:33 UTC  (9+ 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
 2023-02-06 15:08 UTC 

[PATCH] Allow enabling job control without a tty in non-interactive mode
 2023-01-30 21:15 UTC 

Out-of-bounds access in alias command
 2023-01-22 15:09 UTC  (2+ 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 

alias confusion due to internal word representation
 2023-01-13 13:41 UTC  (3+ messages)

[PATCH] Simplify alias storage
 2023-01-11 18:59 UTC  (2+ messages)
` [PATCH][resend] "

[PATCH] alias: aliascmd: refuse uninvokable aliases
 2023-01-11 10:11 UTC  (11+ 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)

[PATCH v2] parser: don't keep alloca()ing in a loop for substitutions
 2023-01-08 12:07 UTC  (6+ messages)
  ` [PATCH v3] "
    ` [PATCH] parser: Print CTLBACKQ early in parsesub

[PATCH v2] redir: savefd: use F_DUPFD_CLOEXEC instead of F_DUPFD+F_SETFD, if available
 2023-01-08 12:06 UTC  (5+ messages)

[PATCH 1/2] exec: type: ignore first --, per POSIX
 2023-01-08 12:06 UTC  (10+ messages)
          ` [PATCH v2 1/2] options: getopts: "
          ` [PATCH v2 2/2] exec: type: ignore first -- for consistency

[PATCH] jobs: Implement pipefail option
 2023-01-08  1:20 UTC  (3+ messages)

[PATCH] miscbltin: ulimitcmd: actually accept -r
 2023-01-05  9:45 UTC  (2+ messages)

[PATCH v3 1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments
 2023-01-05  9:45 UTC  (2+ messages)

[PATCH v2 1/3] man: document jobs builtin
 2023-01-05  9:44 UTC  (2+ messages)

[PATCH] man: fix getopts documentation
 2023-01-05  9:44 UTC  (2+ messages)

[PATCH] exec: hashcmd: don't early-exit when first -r is found
 2023-01-05  9:44 UTC  (2+ messages)

[PATCH v2 1/3] parser: fixredir: invalid redirections are run-time, not syntax
 2023-01-05  9:43 UTC  (2+ messages)

[PATCH v2 3/3] input: preadfd: read standard input byte-wise
 2023-01-05  8:33 UTC  (7+ messages)
` [v3 PATCH] input: Read "
        ` [PATCH] input: Only skip blank lines on PS1

[PATCH v2 2/3] parser: synerror: explicitly consume the entire invalid line
 2023-01-05  7:12 UTC  (11+ messages)
  ` [PATCH] input: Eat rest of line upon reset
                ` [PATCH] input: Check for int_pending while clearing input

[PATCH] options: don't error when unsetting OPTIND
 2023-01-04 16:50 UTC  (9+ messages)
` [PATCH] var: Do not add 1 to return value of strchrnul
  ` [v2 PATCH] "

[PATCH] input: Disable lleft in SMALL mode
 2023-01-03  9:08 UTC 


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).