Show patches with: Archived = No       |   430 patches
« 1 2 3 44 5 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,2/3] man: note chdir being the same builtin as cd [v2,1/3] man: document jobs builtin - - - --- 2022-12-15 Ahelenia Ziemiańska herbert Accepted
[v2,1/3] man: document jobs builtin [v2,1/3] man: document jobs builtin - - - --- 2022-12-15 Ahelenia Ziemiańska herbert Accepted
parser: don't keep alloca()ing in a loop for substitutions parser: don't keep alloca()ing in a loop for substitutions - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Superseded
man: fix getopts documentation man: fix getopts documentation - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Accepted
exec: hashcmd: don't early-exit when first -r is found exec: hashcmd: don't early-exit when first -r is found - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Accepted
options: don't error when unsetting OPTIND options: don't error when unsetting OPTIND - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Superseded
[v2,3/3] input: preadfd: read standard input byte-wise [v2,1/3] parser: fixredir: invalid redirections are run-time, not syntax - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Superseded
[v2,2/3] parser: synerror: explicitly consume the entire invalid line [v2,1/3] parser: fixredir: invalid redirections are run-time, not syntax - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Superseded
[v2,1/3] parser: fixredir: invalid redirections are run-time, not syntax [v2,1/3] parser: fixredir: invalid redirections are run-time, not syntax - - - --- 2022-12-14 Ahelenia Ziemiańska herbert Accepted
input: preadfd: read standard input byte-wise input: preadfd: read standard input byte-wise - - - --- 2022-12-13 Ahelenia Ziemiańska herbert Superseded
[2/2] options: getopts: ignore first --, per POSIX [1/2] exec: type: ignore first --, per POSIX - - - --- 2022-12-13 Ahelenia Ziemiańska herbert Superseded
[1/2] exec: type: ignore first --, per POSIX [1/2] exec: type: ignore first --, per POSIX - - - --- 2022-12-13 Ahelenia Ziemiańska herbert Rejected
eval: Test evalskip before flipping status for NNOT eval: Test evalskip before flipping status for NNOT - - - --- 2022-12-07 Herbert Xu herbert Accepted
[v2] parser: Add VSBIT to ensure subtype is never zero [v2] parser: Add VSBIT to ensure subtype is never zero - - - --- 2022-12-07 Herbert Xu herbert Accepted
eval: Check eflag after redirection error eval: Check eflag after redirection error - - - --- 2022-12-07 Herbert Xu herbert Accepted
eval: Always set exitstatus in evaltree eval: Always set exitstatus in evaltree - - - --- 2022-12-06 Herbert Xu herbert Accepted
parser: Add VSBIT to ensure subtype is never zero parser: Add VSBIT to ensure subtype is never zero - - - --- 2022-12-06 Herbert Xu herbert Superseded
[v2] expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read [v2] expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read - - - --- 2022-12-05 Herbert Xu herbert Accepted
[v2,2/2] man: printf: in 'X, X is a byte under dash [v2,1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments - - - --- 2022-08-14 Ahelenia Ziemiańska herbert Superseded
[v2,1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments [v2,1/2] man: printf: reword to avoid confusion v/v Ar argument[s]/arguments - - - --- 2022-08-14 Ahelenia Ziemiańska herbert Superseded
[2/2] man: printf: in 'X, X is a byte under dash [1/2] man: printf: all Ar arguments are processed identically - - - --- 2022-08-14 Ahelenia Ziemiańska herbert Superseded
[1/2] man: printf: all Ar arguments are processed identically [1/2] man: printf: all Ar arguments are processed identically - - - --- 2022-08-14 Ahelenia Ziemiańska herbert Superseded
PATCH] expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read PATCH] expand: Add ifsfree to expand to fix a logic error that causes a buffer over-read - - - --- 2022-06-20 Alex Gorinson herbert Superseded
Portability of dash to legacy systems, such as AT&T Unix PC Portability of dash to legacy systems, such as AT&T Unix PC - - - --- 2022-06-10 Alain Knaff herbert Changes Requested
exec.c: Fix exit status for command -v on non-executable files exec.c: Fix exit status for command -v on non-executable files - - - --- 2022-05-30 Nicola Lamacchia herbert Superseded
man page: redirection operators: fix swapped stdin/stdout man page: redirection operators: fix swapped stdin/stdout - - - --- 2022-05-16 Forest herbert Accepted
var: move hashvar() calls into findvar() var: move hashvar() calls into findvar() - - - --- 2022-05-10 Ron Yorston herbert Accepted
man: don't list unavailable built-ins and Command Line Editing section man: don't list unavailable built-ins and Command Line Editing section - - - --- 2022-05-06 Ahelenia Ziemiańska herbert Changes Requested
shell: correctly prototype all functions shell: correctly prototype all functions - - - --- 2022-05-06 Ahelenia Ziemiańska herbert Superseded
[3/2] man: document kill builtin [1/2] man: document jobs builtin - - - --- 2022-05-05 Ahelenia Ziemiańska herbert Superseded
[2/2] man: note chdir being the same builtin as cd [1/2] man: document jobs builtin - - - --- 2022-05-05 Ahelenia Ziemiańska herbert Superseded
[1/2] man: document jobs builtin [1/2] man: document jobs builtin - - - --- 2022-05-05 Ahelenia Ziemiańska herbert Superseded
expand: Add ifsfree to expand to fix a logic error that leaks the heap expand: Add ifsfree to expand to fix a logic error that leaks the heap - - - --- 2022-04-30 Alex Gorinson herbert Superseded
jobs: Implement pipefail option jobs: Implement pipefail option - - - --- 2022-04-22 Chris Novakovic herbert Accepted
[v2] expand: Always quote caret when using fnmatch [v2] expand: Always quote caret when using fnmatch - - - --- 2022-01-19 Herbert Xu herbert Accepted
expand: Always quote caret when using fnmatch expand: Always quote caret when using fnmatch - - - --- 2022-01-18 Herbert Xu herbert Superseded
exec: Check executable bit when searching path exec: Check executable bit when searching path - - - --- 2021-11-10 Herbert Xu herbert Superseded
Fix chkmail loop break condition Fix chkmail loop break condition - - - --- 2021-10-02 june herbert Accepted
jobs: Report creation of background jobs jobs: Report creation of background jobs - - - --- 2021-09-26 Ron Yorston herbert Rejected
input: Remove special case for unget EOF input: Remove special case for unget EOF - - - --- 2021-09-05 Ron Yorston herbert Accepted
[v2] expand: Recognize '^' as a negation character in BE [v2] expand: Recognize '^' as a negation character in BE - - - --- 2021-07-16 Dimitar Yurukov herbert Rejected
expand: Recognize '^' as a negation character in BE expand: Recognize '^' as a negation character in BE - - - --- 2021-07-16 Dimitar Yurukov herbert Superseded
parser: Fix VSLENGTH parsing with trailing garbage parser: Fix VSLENGTH parsing with trailing garbage - - - --- 2021-06-21 Herbert Xu herbert Accepted
shell: Call CHECK_DECL on stat64 shell: Call CHECK_DECL on stat64 - - - --- 2021-05-26 Herbert Xu herbert Accepted
eval: Do not cache value of eflag in evaltree eval: Do not cache value of eflag in evaltree - - 1 --- 2021-05-17 Herbert Xu herbert Accepted
parser: Fix regression on ${#10} expansion parser: Fix regression on ${#10} expansion - - - --- 2021-02-08 Herbert Xu herbert Not Applicable
[BUG] ${#10} [BUG] ${#10} - - - --- 2021-02-05 Vladimir N. Oleynik herbert Superseded
trivial add ;& ;;& case break types trivial add ;& ;;& case break types - - - --- 2021-02-03 Vladimir N. Oleynik herbert Rejected
[PATH] forgoten set $PPID readonly [PATH] forgoten set $PPID readonly - - - --- 2021-02-03 Vladimir N. Oleynik herbert Rejected
: allow recursive variable inderection in arith : allow recursive variable inderection in arith - - - --- 2021-01-31 Vladimir N. Oleynik herbert Rejected
: allow $(()) : allow $(()) - - - --- 2021-01-29 Vladimir N. Oleynik herbert Rejected
jobs: Always reset SIGINT/SIGQUIT handlers jobs: Always reset SIGINT/SIGQUIT handlers - - - --- 2021-01-12 Herbert Xu herbert Accepted
jobs: Block signals during tcsetpgrp jobs: Block signals during tcsetpgrp - - - --- 2021-01-06 Herbert Xu herbert Accepted
[v2] Cache the expanded prompt for editline [v2] Cache the expanded prompt for editline - - - --- 2020-12-23 june herbert Rejected
Cache the expanded prompt for editline Cache the expanded prompt for editline - - - --- 2020-12-23 june herbert Superseded
input: Clear unget on RESET input: Clear unget on RESET - - - --- 2020-12-23 Herbert Xu herbert Accepted
Fail if building --with-libedit and can't find libedit Fail if building --with-libedit and can't find libedit - - - --- 2020-12-23 june herbert Accepted
jobs: Only block in waitcmd on first run jobs: Only block in waitcmd on first run - - - --- 2020-12-02 Herbert Xu herbert Accepted
shell: Disable glob again as it strips traing slashes shell: Disable glob again as it strips traing slashes - - - --- 2020-11-16 Herbert Xu herbert Accepted
shell: Group readdir64/dirent64 with open64 shell: Group readdir64/dirent64 with open64 - - - --- 2020-07-22 Herbert Xu herbert Accepted
dash: man pages: fix formatting dash: man pages: fix formatting - - - --- 2020-06-24 Bjarni Ingi Gislason herbert Accepted
Don't include config.h when building helpers using the native compiler Don't include config.h when building helpers using the native compiler - - - --- 2020-06-22 Fabrice Fontaine herbert Not Applicable
eval: Check nflag in evaltree instead of cmdloop eval: Check nflag in evaltree instead of cmdloop - - - --- 2020-06-04 Herbert Xu herbert Accepted
jobs: Fix waitcmd busy loop jobs: Fix waitcmd busy loop - - - --- 2020-06-02 Herbert Xu herbert Accepted
error: Remove USE_NORETURN ifdef error: Remove USE_NORETURN ifdef - - - --- 2020-06-02 Herbert Xu herbert Accepted
expand: Make glob(3) interruptible by SIGINT expand: Make glob(3) interruptible by SIGINT - - - --- 2020-06-02 Herbert Xu herbert Accepted
shell: Enable fnmatch/glob by default shell: Enable fnmatch/glob by default - - - --- 2020-05-28 Herbert Xu herbert Accepted
redir: Retry open64 on EINTR redir: Retry open64 on EINTR - - - --- 2020-05-28 Herbert Xu herbert Accepted
eval: Prevent recursive PS4 expansion eval: Prevent recursive PS4 expansion - - - --- 2020-05-27 Herbert Xu herbert Accepted
parser: Get rid of PEOA parser: Get rid of PEOA - - - --- 2020-05-27 Herbert Xu herbert Accepted
parser: Fix double-backslash nl in old-style command sub parser: Fix double-backslash nl in old-style command sub - - - --- 2020-05-26 Herbert Xu herbert Accepted
Fix typos Fix typos - - - --- 2020-05-20 Martin Michlmayr herbert Accepted
parser: Save and restore heredoclist in expandstr parser: Save and restore heredoclist in expandstr - - - --- 2020-05-17 Herbert Xu herbert Accepted
shell: Always use explicit large file API shell: Always use explicit large file API - - - --- 2020-05-07 Herbert Xu herbert Accepted
input: Fix compiling against libedit with -fno-common input: Fix compiling against libedit with -fno-common - - - --- 2020-05-02 Mike Gilbert herbert Accepted
[v3] mktokens relative TMPDIR [v3] mktokens relative TMPDIR - - - --- 2020-04-30 Michael Greenberg herbert Accepted
[v2] mktokens relative TMPDIR [v2] mktokens relative TMPDIR - - - --- 2020-04-29 Michael Greenberg herbert Changes Requested
Remove unused expandmeta() flag parameter Remove unused expandmeta() flag parameter - - - --- 2020-04-29 Denys Vlasenko herbert Accepted
parser: Fix alias expansion after heredoc or newlines parser: Fix alias expansion after heredoc or newlines - - - --- 2020-04-28 Herbert Xu herbert Accepted
[v2] parser: Catch errors in expandstr [v2] parser: Catch errors in expandstr - - - --- 2020-04-28 Herbert Xu herbert Accepted
[v2] parser: Fix handling of empty aliases [v2] parser: Fix handling of empty aliases - - - --- 2020-04-27 Herbert Xu herbert Accepted
jobs: Fix infinite loop in waitproc jobs: Fix infinite loop in waitproc - - - --- 2020-04-10 Herbert Xu herbert Accepted
Remove poplocalvars() always-zero argument, make it static Remove poplocalvars() always-zero argument, make it static - - - --- 2020-02-19 Denys Vlasenko herbert Accepted
Rename DOWAIT_NORMAL to DOWAIT_NONBLOCK Rename DOWAIT_NORMAL to DOWAIT_NONBLOCK - - - --- 2020-02-19 Denys Vlasenko herbert Accepted
mktokens relative TMPDIR mktokens relative TMPDIR - - - --- 2020-02-18 Michael Greenberg herbert Changes Requested
parseheredoc: fix alias expansion: save and restore checkkwd parseheredoc: fix alias expansion: save and restore checkkwd - - - --- 2020-01-25 Martijn Dekker herbert Superseded
parser: Catch errors in expandstr parser: Catch errors in expandstr - - 1 --- 2020-01-21 Herbert Xu herbert Superseded
builtin: Fix seconds part of times(1) builtin: Fix seconds part of times(1) - - - --- 2020-01-20 Herbert Xu herbert Accepted
[v3] redir: Clear saved redirections in subshell [v3] redir: Clear saved redirections in subshell - - - --- 2020-01-19 Herbert Xu herbert Accepted
[v2] redir: Clear saved redirections in subshell [v2] redir: Clear saved redirections in subshell - - - --- 2020-01-17 Herbert Xu herbert Superseded
redir: Clear saved redirections in subshell redir: Clear saved redirections in subshell - - - --- 2020-01-17 Herbert Xu herbert Superseded
Use explicit '%s' when formatting a signal name Use explicit '%s' when formatting a signal name - - - --- 2019-12-06 Stephen Oberholtzer herbert Not Applicable
build: delete AC_PROG_YACC build: delete AC_PROG_YACC - - - --- 2019-10-10 Fangrui Song herbert Accepted
dash: Fix stack overflow from infinite recursion in script dash: Fix stack overflow from infinite recursion in script - - - --- 2019-07-18 Andrej Shadura herbert Rejected
Bug in times builtin Bug in times builtin - - - --- 2019-06-10 Michael Greenberg herbert Superseded
parser: Only accept single-digit parameter expansion outside of braces parser: Only accept single-digit parameter expansion outside of braces - - - --- 2019-05-27 Herbert Xu herbert Accepted
alias: Fix handling of empty aliases alias: Fix handling of empty aliases - - - --- 2019-05-09 Michael Greenberg herbert Superseded
expand: Fix trailing newlines processing in backquote expanding expand: Fix trailing newlines processing in backquote expanding - - - --- 2019-04-29 Nikolai Merinov herbert Accepted
parser: Fix old-style command substitution here-document crash parser: Fix old-style command substitution here-document crash - - - --- 2019-03-29 Herbert Xu herbert Accepted
[v2] eval: Reset handler when entering a subshell [v2] eval: Reset handler when entering a subshell - - - --- 2019-03-03 Herbert Xu herbert Accepted
« 1 2 3 44 5 »