| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 |
* | 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 |
* | input: Make preadbuffer static | Herbert Xu | 2015-01-05 |
* | expand: Fixed "$@" expansion when EXP_FULL is false | Herbert Xu | 2015-01-05 |
* | 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-12-26 |
* | [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-11-17 |
* | [PARSER] Catch variable length expansions on non-existant specials | Herbert Xu | 2014-10-30 |
* | [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-28 |
* | [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 | 2014-10-27 |
* | [BUILTIN] Add printf support for format string a, A, and F | Herbert Xu | 2014-10-27 |
* | [CD] support drive letters on Cygwin | Eric Blake | 2014-10-27 |
* | [EXPAND] Optimise nulonly away and just use quoted as before | Herbert Xu | 2014-10-08 |
* | [EXPAND] Do not split quoted VSLENGTH and VSTRIM | Herbert Xu | 2014-10-08 |
* | [EXPAND] Split unquoted $@/$* correctly when IFS is set but empty | Herbert Xu | 2014-10-08 |
* | [VAR] Use setvareq to set OPTIND initially | Herbert Xu | 2014-10-07 |
* | [BUILTIN] Return without arguments in a trap should use status outside traps | Herbert Xu | 2014-10-06 |
* | [BUILTIN] Allow return in loop conditional to set exit status | Herbert Xu | 2014-10-06 |