| Commit message (Expand) | Author |
2020-05-15 | input: Fix compiling against libedit with -fno-common | Jeroen Roovers |
2020-05-15 | shell: mktokens relative TMPDIR | Michael Greenberg |
2020-05-15 | expand: Remove unused expandmeta() flag parameter | Denys Vlasenko |
2020-05-15 | parser: Fix alias expansion after heredoc or newlines | Herbert Xu |
2020-05-15 | parser: Catch errors in expandstr | Herbert Xu |
2020-05-15 | parser: Fix handling of empty aliases | Herbert Xu |
2020-04-29 | jobs: Fix infinite loop in waitproc | Herbert Xu |
2020-04-29 | var: Remove poplocalvars() always-zero argument, make it static | Denys Vlasenko |
2020-04-29 | jobs: Rename DOWAIT_NORMAL to DOWAIT_NONBLOCK | Denys Vlasenko |
2020-04-29 | builtin: Fix seconds part of times(1) | Herbert Xu |
2020-04-29 | redir: Clear saved redirections in subshell | Herbert Xu |
2020-01-20 | shell: delete AC_PROG_YACC | Fangrui Song |
2020-01-20 | parser: Only accept single-digit parameter expansion outside of braces | Herbert Xu |
2020-01-20 | expand: Fix trailing newlines processing in backquote expanding | Nikolai Merinov |
2020-01-20 | parser: Fix old-style command substitution here-document crash | Herbert Xu |
2019-03-28 | eval: Reset handler when entering a subshell | Herbert Xu |
2019-03-28 | expand: Fix double-decrement in argstr | Herbert Xu |
2019-03-28 | options: Do not set commandname in procargs | Herbert Xu |
2019-02-25 | redir: Handle nested exec within REALLY_CLOSED redirection | Herbert Xu |
2019-02-25 | output: Fix clang warnings about GNU old-style field designator | Antonio Ospite |
2019-02-25 | shell: Fix clang warnings about "string plus integer" | Antonio Ospite |
2019-02-25 | eval: Only restore exit status on exit/return | Herbert Xu |
2019-02-25 | eval: avoid leaking memory associated with redirections | Herbert Xu |
2018-12-14 | system: Disable glibc warning on sigsetmask | Herbert Xu |
2018-12-14 | eval: Use sh_warnx instead of warnx | Herbert Xu |
2018-12-14 | parser: Do not push token back before parseheredoc | Herbert Xu |
2018-12-14 | expand: Eat closing brace for length parameter expansion | Herbert Xu |
2018-12-14 | eval: Use the correct expansion mode for fd redirection | Herbert Xu |
2018-12-14 | eval: Silence compiler warning about missing parentheses | Antonio Ospite |
2018-12-14 | shell: Enable automake silent rules | Antonio Ospite |
2018-12-14 | shell: Update configure.ac with suggestions from autoupdate | Antonio Ospite |
2018-12-14 | eval: make traps work when "set -e" is enabled | Antonio Ospite |
2018-11-19 | expand: Fix multiple issues with EXP_DISCARD in evalvar | Herbert Xu |
2018-11-19 | main: Print \n upon EOF (CTRL-D) when run interactively | Gerrit Pape |
2018-11-19 | eval: Report I/O error on stdout | Gerrit Pape |
2018-11-19 | builtin: Default to mktemp, not tempfile | Andrej Shadura |
2018-11-19 | shell: update .gitignore | Martijn Dekker |
2018-08-29 | man: Problems in dash.1, sh.1, sh.distrib.1 | esr@thyrsus.com |
2018-08-29 | expand: Ensure result is escaped in cvtnum | Herbert Xu |
2018-08-29 | memalloc: Avoid looping in growstackto | Herbert Xu |
2018-08-29 | eval: Always set localvar_stop | Herbert Xu |
2018-08-29 | expand: Do not reprocess data when expanding words | Herbert Xu |
2018-08-29 | expand: Fix skipping of command substitution when trimming in evalvar | Herbert Xu |
2018-08-29 | expand: Merge syntax/quotes in memtodest with flags | Herbert Xu |
2018-08-29 | expand: Use HOME in tilde expansion when it is empty | Herbert Xu |
2018-08-29 | shell: Don't include config.h for native helpers | Peter Korsgaard |
2018-05-28 | builtin: Use test_access from NetBSD when faccessat is unavailable | Herbert Xu |
2018-05-28 | eval: Add vfork support | Herbert Xu |
2018-05-28 | eval: Replace with listsetvar with mklocal/setvareq | Herbert Xu |
2018-05-28 | eval: Fail immediately with redirections errors for simple command | Herbert Xu |