dash.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-05 08:33:48 to 2024-04-07 09:04:32 UTC [more...]

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

[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  (4+ 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 

[RFC PATCH] Allow trap to override permanently-ignored signals in background shells
 2024-03-29 15:39 UTC  (6+ messages)
  ` [PATCH v2] Allow trap to un-ignore SIGINT in asynchronous subshells
        ` [PATCH v3] Allow trap to un-ignore SIGINT/SIGQUIT in async subshells

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

wrong behaviour when unsetting/setting some variables
 2024-03-10 21:33 UTC  (18+ messages)

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)

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] 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  (3+ messages)
` [PATCH v2 1/2] options: getopts: "

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

[v3 PATCH] input: Read standard input byte-wise
 2023-01-05  8:33 UTC  (6+ messages)
      ` [PATCH] input: Only skip blank lines on PS1


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