dash.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-02 00:34:15 to 2023-02-10 02:52:10 UTC [more...]

[PATCH] Prototype all function definitions for C23 compat
 2023-02-10  2:51 UTC  (5+ messages)
  ` [PATCH v2] "

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 

Monitor mode handling (bug ?)
 2023-01-31 11:46 UTC  (25+ messages)

[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  (15+ messages)
      ` [PATCH RESEND] alias: printalias: quote the name, too
            ` [PATCH] alias: fix name quoting in printalias
              ` [PATCH v2] "

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

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

[PATCH 1/2] exec: type: ignore first --, per POSIX
 2023-01-08 12:06 UTC  (11+ messages)
` [PATCH 2/2] options: getopts: "
          ` [PATCH v2 1/2] "
          ` [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  (3+ messages)
` [PATCH 2/1] man: document ulimit -w

[PATCH v3 1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments
 2023-01-05  9:45 UTC  (4+ messages)
` [PATCH v3 2/2] man: printf: in 'X, X is a byte under dash

[PATCH v2 1/3] man: document jobs builtin
 2023-01-05  9:44 UTC  (5+ messages)
` [PATCH v2 2/3] man: note chdir being the same builtin as cd
` [PATCH v2 3/3] man: document kill builtin
` [PATCH v2 4/3] man: document false built-in

[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] input: preadfd: read standard input byte-wise
 2023-01-05  9:43 UTC  (23+ messages)
    ` [PATCH v2 1/3] parser: fixredir: invalid redirections are run-time, not syntax
    ` [PATCH v2 2/3] parser: synerror: explicitly consume the entire invalid line
        ` [PATCH] input: Eat rest of line upon reset
                      ` [PATCH] input: Check for int_pending while clearing input
    ` [PATCH v2 3/3] input: preadfd: read standard input byte-wise
      ` [v3 PATCH] input: Read "
              ` [PATCH] input: Only skip blank lines on PS1

[PATCH] options: don't error when unsetting OPTIND
 2023-01-04 16:50 UTC  (14+ 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 

next POSIX issue will include dollar-single-quotes $'...'
 2022-12-15 17:12 UTC 

[PATCH] eval: Always set exitstatus in evaltree
 2022-12-07  8:55 UTC  (4+ messages)
  ` [PATCH] eval: Test evalskip before flipping status for NNOT

segfault with invalid shell script
 2022-12-07  8:48 UTC  (15+ messages)
    ` [PATCH] parser: Add VSBIT to ensure subtype is never zero
        ` [v2 PATCH] "

Fwd: Bug#1017531: dash: for/while/if suppress errors from redirections with -e
 2022-12-07  3:59 UTC  (4+ messages)
` [PATCH] eval: Check eflag after redirection error

PATCH] expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read
 2022-12-06  3:53 UTC  (4+ messages)
` [v2 "

incomplete documentation of local?
 2022-11-20  5:16 UTC  (2+ messages)

EXIT trap does not fire
 2022-11-14 16:41 UTC  (3+ messages)
` EXT: "

[PATCH] Portability of dash to legacy systems, such as AT&T Unix PC
 2022-10-01 18:45 UTC  (3+ messages)

command -v ../foo when ../foo is a directory
 2022-08-16 14:13 UTC  (3+ messages)

[PATCH 1/2] man: printf: all Ar arguments are processed identically
 2022-08-14 14:19 UTC  (5+ messages)
` [PATCH 2/2] man: printf: in 'X, X is a byte under dash
  ` [PATCH v2 1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments
  ` [PATCH v2 2/2] man: printf: in 'X, X is a byte under dash

Ihre Anfrage an Biokou Taekwondo Club e.V
 2022-07-14  5:58 UTC 

$(()) pre/postfix bug
 2022-07-02  8:20 UTC  (3+ 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).