Show patches with: none      |   389 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
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
shell: Reset handler when entering a subshell shell: Reset handler when entering a subshell - - - --- 2019-02-28 Herbert Xu herbert Superseded
expand: Fix double-decrement in argstr expand: Fix double-decrement in argstr - - - --- 2019-02-25 Herbert Xu herbert Accepted
options: Do not set commandname in procargs options: Do not set commandname in procargs - - - --- 2019-02-25 Herbert Xu herbert Accepted
Cleaner error messages Cleaner error messages - - - --- 2019-01-28 Olivier Duclos herbert Superseded
[v4] redir: Handle nested exec within REALLY_CLOSED redirection [v4] redir: Handle nested exec within REALLY_CLOSED redirection - - - --- 2019-01-18 Herbert Xu herbert Accepted
[v3] redir: Handle nested exec within REALLY_CLOSED redirection [v3] redir: Handle nested exec within REALLY_CLOSED redirection - - - --- 2019-01-16 Herbert Xu herbert Superseded
[2/2] Fix clang warnings about GNU old-style field designator Fixing clang compilation warnings - - - --- 2018-12-15 Antonio Ospite herbert Accepted
[1/2] Fix clang warnings about "string plus integer" Fixing clang compilation warnings - - - --- 2018-12-15 Antonio Ospite herbert Accepted
[v3] eval: Only restore exit status on exit/return [v3] eval: Only restore exit status on exit/return - - - --- 2018-12-14 Herbert Xu herbert Accepted
[v2] eval: avoid leaking memory associated with redirections [v2] eval: avoid leaking memory associated with redirections - - - --- 2018-12-14 Herbert Xu herbert Accepted
[v2] Create block-local FD state when appending redirection closing the FD [v2] Create block-local FD state when appending redirection closing the FD - - - --- 2018-12-14 Martijn Dekker herbert Superseded
[v2] eval: Only restore exit status on exit/return [v2] eval: Only restore exit status on exit/return - - - --- 2018-12-02 Herbert Xu herbert Superseded
clear_traps: reset savestatus clear_traps: reset savestatus - - - --- 2018-11-29 Martijn Dekker herbert Superseded
eval: Only restore exit status on exit/return eval: Only restore exit status on exit/return - - - --- 2018-11-29 Herbert Xu herbert Superseded
main: don't raise exception when executing dotcmd() on a non-existent file main: don't raise exception when executing dotcmd() on a non-existent file - - - --- 2018-11-24 Antonio Ospite herbert Rejected
eval: avoid leaking memory associated with redirections eval: avoid leaking memory associated with redirections - - - --- 2018-11-22 Ron Yorston herbert Superseded
[v2] system: Disable glibc warning on sigsetmask [v2] system: Disable glibc warning on sigsetmask - - - --- 2018-11-21 Herbert Xu herbert Accepted
eval: Use sh_warnx instead of warnx eval: Use sh_warnx instead of warnx - - - --- 2018-11-20 Herbert Xu herbert Accepted
system: Disable gcc warning on sigsetmask system: Disable gcc warning on sigsetmask - - - --- 2018-11-19 Herbert Xu herbert Superseded
parser: Do not push token back before parseheredoc parser: Do not push token back before parseheredoc - - 1 --- 2018-11-19 Herbert Xu herbert Accepted
expand: Eat closing brace for length parameter expansion expand: Eat closing brace for length parameter expansion - - - --- 2018-11-19 Herbert Xu herbert Accepted
eval: Use the correct expansion mode for fd redirection eval: Use the correct expansion mode for fd redirection - - - --- 2018-11-19 Herbert Xu herbert Accepted
Make mktokens accept a random TMPDIR, replace `...` with $(...). Make mktokens accept a random TMPDIR, replace `...` with $(...). - - - --- 2018-11-15 Devin Hussey herbert Changes Requested
Use a real non-cryptographic hash algorithm Use a real non-cryptographic hash algorithm - - - --- 2018-11-15 Devin Hussey herbert Rejected
Revert 78a00a7 and 3cd5386, they are not ready yet. Revert 78a00a7 and 3cd5386, they are not ready yet. - - - --- 2018-11-15 Devin Hussey herbert Rejected
var: ensure variables are fully initialised when unset var: ensure variables are fully initialised when unset - - - --- 2018-11-12 Ron Yorston herbert Changes Requested
parser: preserve characters on heap in backquote parsing parser: preserve characters on heap in backquote parsing - - - --- 2018-11-11 Ron Yorston herbert Rejected
[5/5] Silence compiler warning about missing parentheses Build system updates and gcc warnings fixes - - - --- 2018-10-16 Antonio Ospite herbert Accepted
[4/5] Stop using deprecated function sigsetmask() Build system updates and gcc warnings fixes - - - --- 2018-10-16 Antonio Ospite herbert Superseded
[3/5] Add some missing autotools files to the .gitignore file Build system updates and gcc warnings fixes - - - --- 2018-10-16 Antonio Ospite herbert Superseded
[2/5] Enable automake silent rules Build system updates and gcc warnings fixes - - - --- 2018-10-16 Antonio Ospite herbert Accepted
[1/5] Update configure.ac with suggestions from autoupdate Build system updates and gcc warnings fixes - - - --- 2018-10-16 Antonio Ospite herbert Accepted
eval: make traps work when "set -e" is enabled eval: make traps work when "set -e" is enabled - - - --- 2018-10-16 Antonio Ospite herbert Accepted
Add the seq builtin and improve some things in printf.c Add the seq builtin and improve some things in printf.c - - - --- 2018-10-09 Devin Hussey herbert Rejected
[v2] expand: Fix multiple issues with EXP_DISCARD in evalvar [v2] expand: Fix multiple issues with EXP_DISCARD in evalvar - - - --- 2018-09-12 Herbert Xu herbert Accepted
[6/6] main: Print \n upon EOF (CTRL-D) when run interactively [1/6] exec: Don't execute binary files if execve() returned ENOEXEC. - - - --- 2018-09-07 Andrej Shadura herbert Accepted
[5/6] eval: Report I/O error on stdout [1/6] exec: Don't execute binary files if execve() returned ENOEXEC. - - - --- 2018-09-07 Andrej Shadura herbert Accepted
[4/6] eval: Avoid crash when redirecting to file descriptor in expredir [1/6] exec: Don't execute binary files if execve() returned ENOEXEC. - - - --- 2018-09-07 Andrej Shadura herbert Superseded
[3/6] mkbuiltins: Default to mktemp, not tempfile [1/6] exec: Don't execute binary files if execve() returned ENOEXEC. - - - --- 2018-09-07 Andrej Shadura herbert Accepted
[2/6] printf: Support \e in "echo" and "printf" builtins. [1/6] exec: Don't execute binary files if execve() returned ENOEXEC. - - - --- 2018-09-07 Andrej Shadura herbert Rejected
[1/6] exec: Don't execute binary files if execve() returned ENOEXEC. [1/6] exec: Don't execute binary files if execve() returned ENOEXEC. - - - --- 2018-09-07 Andrej Shadura herbert Rejected
« 1 2 3 4 »