| Commit message (Expand) | Author | Age |
* | 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 |
* | shell: Add subdir-objects to AM_INIT_AUTOMAKE | Jason Bowen | 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 |
* | shell: provide .gitignore | Martijn Dekker | 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 |
* | Release 0.5.9.1. | Herbert Xu | 2016-09-23 |
* | 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 |
* | man: Document ulimit -v | Gioele Barabucci | 2016-06-06 |
* | shell: Fix build on Solaris 9 | Jonathan Perkin | 2016-06-06 |
* | jobs: Don't attempt to access job table for job %0 | Tobias Klauser | 2016-06-06 |
* | builtin: Reject malformed printf specifications with digits after '*' | Patrick Brown | 2016-06-06 |
* | Release 0.5.9. | Herbert Xu | 2016-06-06 |
* | builtin: Reset t_wp_op in testcmd | Herbert Xu | 2015-08-13 |
* | man: Fix description of getopts when last argument reached | Felix Dietrich | 2015-06-11 |
* | builtin: Clear LC_ALL in mkbuiltins | Fredrik Fornwall | 2015-06-11 |
* | input: Allow two consecutive calls to pungetc | Herbert Xu | 2015-01-05 |
* | input: Move all input state into parsefile | Herbert Xu | 2015-01-05 |
* | input: Remove HETIO | Herbert Xu | 2015-01-05 |