Dash Archive mirror
 help / color / mirror / Atom feed
dash 0.5.13.1: heredoc parsing failure
 2025-11-06 14:52 UTC 

dash 0.5.13.1: strange pipe behaviour
 2025-10-31  5:10 UTC  (2+ messages)
` [PATCH] options: Call input_init before using stdin_istty

0.5.13 regression: Coredump
 2025-10-26  0:57 UTC 

dash 0.5.13.1: problems with dash as /bin/sh on ARM64
 2025-10-23 11:29 UTC  (3+ messages)
` [PATCH] shell: Fix unsigned char promotion and truncation

Treat $_ as a special variable
 2025-10-22 14:18 UTC 

bash 0.5.13: breaks buiding of inetutils
 2025-10-06 15:12 UTC  (3+ messages)
` [PATCH] builtin: Keep backslash on quotes outside of dollarsq

dash 0.5.13 configure config.status truncated running under dash 0.5.13
 2025-10-06  3:28 UTC  (16+ messages)

< "$@" doesn't expand properly?
 2025-10-05  7:21 UTC  (7+ messages)

bug: 0.5.13 regression (bisected)
 2025-09-29 18:40 UTC  (4+ messages)
` [PATCH] expand: Fix off-by-one bug in expmeta

bug: 0.5.13 regression in parsing
 2025-09-23 20:47 UTC  (10+ messages)
          ` [PATCH] expand: Fix typo in pmatch for wildcard search

Incorrect detection of EOF with interactive editline
 2025-09-22  3:43 UTC  (4+ messages)
` [PATCH] histedit: fix dash exiting when receiving a signal interactively

[PATCH] [DNM] builtin: add source for Bash compat
 2025-09-14 22:22 UTC  (2+ messages)

procargs(): interactivity falsely detected (acc. to POSIX)
 2025-09-14  1:45 UTC  (2+ messages)
` [PATCH] options: Check stderr instead of stdout for interactivity

bug: 64bit arithmetic/number parsing
 2025-09-14  1:37 UTC  (2+ messages)
` [PATCH] mystring: Ignore ERANGE errors in atomax

[PATCH] parser: Skip parsing of old-style command substitution here-doc marker
 2025-09-14  0:51 UTC  (8+ messages)
` [PATCH] expand: Check for NUL before parsing range expression in pmatch
` I found multiple crash bugs in Dash v0.5.12-115-gb4ef25d
` [PATCH] parser: Fix USTPUTC overflow for new-style command substition here-doc marker
    ` [PATCH] expand: Do not use memcmp on strings

Simplify procargs
 2025-08-31  8:45 UTC  (2+ messages)

[PATCH] VxWorks Support
 2025-08-31  8:45 UTC  (2+ messages)

[PATCH] Handle line continuation in unquoted heredocs
 2025-08-28  9:47 UTC  (3+ messages)

[BUG] heap-buffer-overflow(read) _rmescapes() src/expand.c:2088:9
 2025-08-28  9:27 UTC  (2+ messages)
` [PATCH] expand: Do not call rmescapes in expari

[BUG] SEGV getop() src/bltin/test.c:171:7
 2025-08-28  9:13 UTC  (5+ messages)
` [PATCH] builtin: Fix argv overrun in aexpr and oexpr

[BUG] heap-buffer-overflow(read) padvance_magic() exec.c:232:8
 2025-08-28  8:53 UTC  (2+ messages)

New release (or blessing to take a snapshot)?
 2025-08-28  5:48 UTC  (2+ messages)

[BUG] heap-buffer-overflow setinputstring() src/input.c
 2025-08-27  9:13 UTC  (2+ messages)
` [PATCH] parser: Do not display prompts in expandstr

[BUG] heap-use-after-free(read) pstrcmp() src/mystring.c
 2025-08-27  5:19 UTC  (2+ messages)

Automatic Termination After Background Job Completes
 2025-08-26  5:38 UTC  (3+ messages)

wait code is fishy
 2025-08-25  9:53 UTC  (8+ messages)

[PATCH] jobs: Cache getpid
 2025-08-24  2:42 UTC 

Looking at "int vforked" in signal handler is racy
 2025-08-24  2:39 UTC  (9+ messages)

[PATCH] input: Call input_init on first use
 2025-08-24  1:51 UTC 

[BUG] left shift of negative value do_binop src/arith_yacc.c:111:12
 2025-08-21 13:37 UTC  (16+ messages)
` [PATCH] "

[BUG] applying zero offset to null pointer growjobtab() src/jobs.c:819:34
 2025-07-31 21:43 UTC  (3+ messages)
` [PATCH] "

[BUG] invalid-null-argument outmem() src/output.c:149:17
 2025-07-31 21:39 UTC  (3+ messages)
` [PATCH] "

[BUG] heap-use-after-free argstr() src/expand.c
 2025-05-30 17:44 UTC 

[PATCH] input: Reset eof in reset_input
 2025-05-28 19:47 UTC  (2+ messages)

[PATCH 0/2] Fix two buffer overflows
 2025-05-03  7:23 UTC  (6+ messages)
` [PATCH 1/2] expand: Fix negative size parameter to memmove in subevalvar()
` [PATCH 2/2] expand: pmatch(): Fix buffer overread caused by passing array of chars as string

[PATCH] expand: Move stop array closer to strpbrk call
 2025-05-03  7:22 UTC 

[BUG] dash -c 'echo test > "${1%.in}"' sh /tmp/META.in segfaults on master
 2025-04-29 20:26 UTC 

[BUG] dash -c 'echo test > "${1%.in}"' sh /tmp/META.in segfaults on master
 2025-04-05 22:05 UTC 

Regression in quoted remove-longest-prefix expansion
 2025-03-17  9:09 UTC  (3+ messages)
` expand: Fix scanright zero handling when fnmatch is disabled

dash performance regression with [ in latest github code
 2025-03-10  8:35 UTC  (4+ messages)
` [PATCH] expand: Add bypass for literal "]" in expandmeta
  ` [External] : "

bug: background jobs have their inputs bound to `/dev/null`, even in the face of explicit redirection
 2025-03-09  9:54 UTC  (2+ messages)

[PATCH] Portability of dash to legacy systems, such as AT&T Unix PC
 2025-03-09  8:33 UTC  (37+ messages)
      ` [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 02-stat64
      ` [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 10-ctype
      ` [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 11-simplify-wait-loop
      ` [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 12-sigaction
      ` [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 13-wait3-replacement
      ` [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 14-broken-wait-h
      ` [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 15-realloc-null
      ` [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 16-signed-size-t
      ` [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 17-monitor-mode
      ` [PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 18-glibc-stdio
      ` P*rtability of dash to legacy systems, such as AT&T Unix PC : 02-stat64
      ` P*rtability of dash to legacy systems, such as AT&T Unix PC : 03-name-max
      ` P*rtability of dash to legacy systems, such as AT&T Unix PC : 04-mksignames
      ` P*rtability of dash to legacy systems, such as AT&T Unix PC : 05-sys-headers
      ` P*rtability of dash to legacy systems, such as AT&T Unix PC : 06-stdbool
      ` P*rtability of dash to legacy systems, such as AT&T Unix PC : 07-sys-functions
      ` Portability of dash to legacy systems, such as AT&T Unix PC : 08-vsnprintf
      ` AT&T Unix PC : 09-type-sizes
      ` AT&T Unix PC : 10-ctype
      ` AT&T Unix PC : 11-simplify-wait-loop
      ` AT&T Unix PC : 12-sigaction
      ` AT&T Unix PC : 13-wait3-replacement
      ` AT&T Unix PC : 14-broken-wait-h (amended)
      ` AT&T Unix PC : 15-realloc-null
      ` AT&T Unix PC : 16-signed-size-t
      ` AT&T Unix PC : 17-monitor-mode
      ` AT&T Unix PC : 18-glibc-stdio

set -e not ignored in AND-OR list
 2024-11-24 15:15 UTC  (11+ messages)

[PATCH] builtin: diagnose attempt to printf '' as number
 2024-11-19 19:31 UTC 

[PATCH] Portability of dash to legacy systems, such as AT&T Unix PC : 01-remove-extraneous
 2024-11-17 10:48 UTC  (7+ messages)

Another attempt of my work with a new subject, first item
 2024-11-17  9:30 UTC  (2+ messages)

Crash in expandarg
 2024-11-17  6:55 UTC  (3+ messages)
` [PATCH] expand: Fix scanleft/right for !FNMATCH_IS_ENABLED && quotes

[PATCH] bltin: fix timescmd with C23
 2024-11-17  2:30 UTC 

[PATCH 1/1] man: Clarify the `trap` condition `EXIT`
 2024-11-16 11:24 UTC  (2+ messages)

[PATCH] histedit: When editing, use `el_set` with `EL_PROMPT_ESC` rather than `EL_PROMPT`
 2024-11-16 11:24 UTC  (2+ messages)

[PATCH] builtin: Reduce size of conv_escape
 2024-11-16 11:21 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 read-only IMAP folder(s) and NNTP newsgroup(s).