| Commit message (Expand) | Author | Age |
* | exec: Stricter pathopt parsing | Herbert Xu | 2018-05-28 |
* | builtin: Mark more regular built-ins | Herbert Xu | 2018-05-28 |
* | exec: Do not allocate stack string in padvance | Herbert Xu | 2018-05-28 |
* | memalloc: Add growstackto helper | Herbert Xu | 2018-05-28 |
* | jobs: Replace some uses of fmtstr with stpcpy/stpncpy | Herbert Xu | 2018-05-28 |
* | output: Fix fmtstr return value | Herbert Xu | 2018-05-28 |
* | var: Set IFS to fixed value at start time | Herbert Xu | 2018-05-28 |
* | parser: Save/restore here-documents in command substitution | Herbert Xu | 2018-05-28 |
* | jobs: Only clear gotsigchld when waiting for everything | Herbert Xu | 2018-05-28 |
* | mkinit: Split reset into exitreset and reset | Herbert Xu | 2018-05-28 |
* | main: Only set savestatus in exitcmd | Herbert Xu | 2018-05-28 |
* | exec: Return 126 on most errors in shellexec | Herbert Xu | 2018-05-28 |
* | parser: Fix incorrect eating of backslash newlines | Herbert Xu | 2018-05-15 |
* | jobs - Do not block when waiting on SIGCHLD | Herbert Xu | 2018-05-09 |
* | eval: Variable assignments on functions are no longer persistent | Herbert Xu | 2018-04-19 |
* | parser: Fix parameter expansion inside inner double quotes | Herbert Xu | 2018-04-19 |
* | parser: Fix parsing of ${} | Herbert Xu | 2018-04-19 |
* | man: correct typos, iff -> if | Martijn Dekker | 2018-04-19 |
* | expand: Do not quote backslashes in unquoted parameter expansion | Herbert Xu | 2018-04-19 |
* | eval: Restore input files in evalcommand | Herbert Xu | 2018-04-19 |
* | eval: Reap zombies after built-in commands and functions | Herbert Xu | 2018-04-19 |
* | redir: Fix typo in noclobber code | Herbert Xu | 2018-04-19 |
* | expand: Fix glibc glob(3) support | Herbert Xu | 2018-04-19 |
* | expand: Fix buffer overflow in expandmeta | Herbert Xu | 2018-04-02 |
* | builtin: Move echo space/nl handling into print_escape_str | Herbert Xu | 2018-04-02 |
* | builtin: Fix echo performance regression | Herbert Xu | 2018-04-02 |
* | expand: Fix ghost fields with unquoted $@/$* | Herbert Xu | 2018-04-02 |
* | parser: Allow newlines within parameter substitution | Herbert Xu | 2018-04-02 |
* | expand: Fix bugs with words connected to the right of $@ | Herbert Xu | 2018-04-02 |
* | Revert "[BUILTIN] Remove unnecessary restoration of format string in printf" | Herbert Xu | 2018-03-25 |
* | parser: Fix backquote support in here-document EOF mark | Herbert Xu | 2018-03-22 |
* | parser: Fix single-quoted patterns in here-documents | Herbert Xu | 2018-03-22 |
* | parser: Add syntax stack for recursive parsing | Herbert Xu | 2018-03-22 |
* | parser: use pgetc_eatbnl() in more places | Harald van Dijk | 2018-03-22 |
* | builtin: Greater resolution in test -nt / test -ot | Martijn Dekker | 2018-03-22 |
* | mystring: fix "Illegal number" on FreeBSD & macOS for x=; echo $((x)) | Martijn Dekker | 2018-03-10 |
* | expand: 'nolog' and 'debug' options cause "$-" to wreak havoc | Martijn Dekker | 2018-03-10 |
* | histedit: fix build with musl libc | Baruch Siach | 2018-03-10 |
* | expand: Remove dependency on fmatch.h if it does not exit | Rink Springer | 2018-03-10 |
* | input: Fix here-document redirection with vi/emacs on | Harald van Dijk | 2018-03-10 |
* | man: Small cleanup for Command Line Editing | Larry Hynes | 2018-03-10 |
* | builtin: describe_command - fix incorrect path | Harald van Dijk | 2018-03-10 |
* | trap: Globally rename pendingsigs to pending_sig | Denys Vlasenko | 2018-03-10 |
* | expand - Fix dangling left square brackets in patterns | Herbert Xu | 2016-09-23 |
* | builtin: Fix echo -n early termination | Herbert Xu | 2016-09-02 |
* | builtin: Fix handling of trailing IFS white spaces | Herbert Xu | 2016-09-02 |
* | eval: Return status in eval functions | Herbert Xu | 2016-09-02 |
* | jobs: Handle string-based job descriptors | Stephen Kitt | 2016-09-02 |
* | trap: Implement POSIX.1-2008 trap reset behaviour | Herbert Xu | 2016-09-02 |
* | eval: Fix exit status when calling eval/dot with no commands | Harald van Dijk | 2016-06-07 |