| Commit message (Expand) | Author |
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-10 | 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 |
2016-09-23 | Release 0.5.9.1. | Herbert Xu |
2016-09-23 | expand - Fix dangling left square brackets in patterns | Herbert Xu |
2016-09-02 | 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-06-07 | eval: Fix exit status when calling eval/dot with no commands | Harald van Dijk |
2016-06-06 | 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 |
2015-08-13 | builtin: Reset t_wp_op in testcmd | Herbert Xu |
2015-06-11 | man: Fix description of getopts when last argument reached | Felix Dietrich |
2015-06-11 | builtin: Clear LC_ALL in mkbuiltins | Fredrik Fornwall |
2015-01-05 | 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 | input: Make preadbuffer static | Herbert Xu |
2015-01-05 | expand: Fixed "$@" expansion when EXP_FULL is false | Herbert Xu |
2014-12-26 | builtin: create builtins.c properly on old cpp | kabe@sra-tohoku.co.jp |
2014-12-26 | man: Clarify two redirection mechanisms | Stéphane Aulery |
2014-11-17 | [BUILTIN] Fix "test -x" as root on FreeBSD 8 | Jonathan Nieder |
2014-11-17 | [MAN] Document redirection file descriptor limitation | Stéphane Aulery |
2014-11-17 | [MAN] Correct typo in manual page | Stéphane Aulery |
2014-10-30 | [PARSER] Catch variable length expansions on non-existant specials | Herbert Xu |
2014-10-28 | [PARSER] Simplify EOF/newline handling in list parser | Herbert Xu |
2014-10-28 | [PARSER] Removed unnecessary pungetc on EOF from parser | Herbert Xu |
2014-10-27 | [BUILTIN] Handle -- in dotcmd | Herbert Xu |
2014-10-27 | [BUILTIN] Simplify echo command | Herbert Xu |
2014-10-27 | [BUILTIN] Optimise handling of backslash octals in printf | Herbert Xu |
2014-10-27 | [BUILTIN] Use error instead of warnx for fatal errors in printf | Herbert Xu |
2014-10-27 | [BUILTIN] Remove getintmax in printf | Herbert Xu |
2014-10-27 | [BUILTIN] Remove unnecessary restoration of format string in printf | Herbert Xu |
2014-10-27 | [OUTPUT] Add ifdefs around MEM_OUT handling in outmem | Herbert Xu |
2014-10-27 | [OUTPUT] Add likely tag in outmem | Herbert Xu |
2014-10-27 | [INPUT] Replace open-coded flushall in preadbuffer | Herbert Xu |
2014-10-27 | [BUILTIN] Handle embedded NULs correctly in printf | Herbert Xu |