summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAge
* eval: Reap zombies after built-in commands and functionsHerbert Xu2018-04-19
* redir: Fix typo in noclobber codeHerbert Xu2018-04-19
* expand: Fix glibc glob(3) supportHerbert Xu2018-04-19
* expand: Fix buffer overflow in expandmetaHerbert Xu2018-04-02
* builtin: Move echo space/nl handling into print_escape_strHerbert Xu2018-04-02
* builtin: Fix echo performance regressionHerbert Xu2018-04-02
* expand: Fix ghost fields with unquoted $@/$*Herbert Xu2018-04-02
* parser: Allow newlines within parameter substitutionHerbert Xu2018-04-02
* expand: Fix bugs with words connected to the right of $@Herbert Xu2018-04-02
* Revert "[BUILTIN] Remove unnecessary restoration of format string in printf"Herbert Xu2018-03-25
* parser: Fix backquote support in here-document EOF markHerbert Xu2018-03-22
* parser: Fix single-quoted patterns in here-documentsHerbert Xu2018-03-22
* parser: Add syntax stack for recursive parsingHerbert Xu2018-03-22
* parser: use pgetc_eatbnl() in more placesHarald van Dijk2018-03-22
* builtin: Greater resolution in test -nt / test -otMartijn Dekker2018-03-22
* mystring: fix "Illegal number" on FreeBSD & macOS for x=; echo $((x))Martijn Dekker2018-03-10
* expand: 'nolog' and 'debug' options cause "$-" to wreak havocMartijn Dekker2018-03-10
* histedit: fix build with musl libcBaruch Siach2018-03-10
* expand: Remove dependency on fmatch.h if it does not exitRink Springer2018-03-10
* input: Fix here-document redirection with vi/emacs onHarald van Dijk2018-03-10
* man: Small cleanup for Command Line EditingLarry Hynes2018-03-10
* builtin: describe_command - fix incorrect pathHarald van Dijk2018-03-10
* trap: Globally rename pendingsigs to pending_sigDenys Vlasenko2018-03-10
* expand - Fix dangling left square brackets in patternsHerbert Xu2016-09-23
* builtin: Fix echo -n early terminationHerbert Xu2016-09-02
* builtin: Fix handling of trailing IFS white spacesHerbert Xu2016-09-02
* eval: Return status in eval functionsHerbert Xu2016-09-02
* jobs: Handle string-based job descriptorsStephen Kitt2016-09-02
* trap: Implement POSIX.1-2008 trap reset behaviourHerbert Xu2016-09-02
* eval: Fix exit status when calling eval/dot with no commandsHarald van Dijk2016-06-07
* man: Document ulimit -vGioele Barabucci2016-06-06
* shell: Fix build on Solaris 9Jonathan Perkin2016-06-06
* jobs: Don't attempt to access job table for job %0Tobias Klauser2016-06-06
* builtin: Reject malformed printf specifications with digits after '*'Patrick Brown2016-06-06
* builtin: Reset t_wp_op in testcmdHerbert Xu2015-08-13
* man: Fix description of getopts when last argument reachedFelix Dietrich2015-06-11
* builtin: Clear LC_ALL in mkbuiltinsFredrik Fornwall2015-06-11
* input: Allow two consecutive calls to pungetcHerbert Xu2015-01-05
* input: Move all input state into parsefileHerbert Xu2015-01-05
* input: Remove HETIOHerbert Xu2015-01-05
* input: Make preadbuffer staticHerbert Xu2015-01-05
* expand: Fixed "$@" expansion when EXP_FULL is falseHerbert Xu2015-01-05
* builtin: create builtins.c properly on old cppkabe@sra-tohoku.co.jp2014-12-26
* man: Clarify two redirection mechanismsStéphane Aulery2014-12-26
* [BUILTIN] Fix "test -x" as root on FreeBSD 8Jonathan Nieder2014-11-17
* [MAN] Document redirection file descriptor limitationStéphane Aulery2014-11-17
* [MAN] Correct typo in manual pageStéphane Aulery2014-11-17
* [PARSER] Catch variable length expansions on non-existant specialsHerbert Xu2014-10-30
* [PARSER] Simplify EOF/newline handling in list parserHerbert Xu2014-10-28
* [PARSER] Removed unnecessary pungetc on EOF from parserHerbert Xu2014-10-28