| Commit message (Expand) | Author |
2022-02-06 | dash: Link with editline via pkg-config | June McEnroe |
2022-01-21 | dash: Stop this stat64 nonsense | June McEnroe |
2022-01-21 | dash: Just zero mailsize on changemail | June McEnroe |
2022-01-21 | dash: Fix chkmail loop break condition | June McEnroe |
2022-01-21 | dash: Check sizes of mailboxes, not times | June McEnroe |
2022-01-21 | dash: Warn twice about stopped jobs | June McEnroe |
2022-01-21 | dash: Set H_SETUNIQUE | June McEnroe |
2022-01-21 | dash: Fix multi-line prompts when right prompts are used | June McEnroe |
2022-01-21 | dash: Add RPS1 and RPS2 right prompt variables | June McEnroe |
2022-01-21 | dash: Cache the expanded prompt for editline | June McEnroe |
2022-01-21 | dash: Bind libedit's secret filename completion function | June McEnroe |
2022-01-21 | dash: Replace autotools with cmake | June McEnroe |
2021-09-03 | Release 0.5.11.5. | Herbert Xu |
2021-09-03 | parser: Fix VSLENGTH parsing with trailing garbage | Herbert Xu |
2021-06-04 | Release 0.5.11.4. | Herbert Xu |
2021-06-04 | eval: Do not cache value of eflag in evaltree | Herbert Xu |
2020-12-23 | Release 0.5.11.3. | Herbert Xu |
2020-12-23 | jobs: Only block in waitcmd on first run | Herbert Xu |
2020-08-28 | Release 0.5.11.2. | Herbert Xu |
2020-08-28 | shell: Group readdir64/dirent64 with open64 | Herbert Xu |
2020-07-08 | Release 0.5.11.1. | Herbert Xu |
2020-07-08 | jobs: Fix waitcmd busy loop | Herbert Xu |
2020-06-01 | Release 0.5.11. | Herbert Xu |
2020-06-01 | parser: Fix double-backslash nl in old-style command sub | Herbert Xu |
2020-05-28 | shell: Fix typos | Martin Michlmayr |
2020-05-28 | parser: Save and restore heredoclist in expandstr | Herbert Xu |
2020-05-15 | shell: Always use explicit large file API | Herbert Xu |
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 |