summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAge
...
* eval: Replace with listsetvar with mklocal/setvareqHerbert Xu2018-05-28
* eval: Fail immediately with redirections errors for simple commandHerbert Xu2018-05-28
* eval: Add assignment built-in support againHerbert Xu2018-05-28
* exec: Never rehash regular built-insHerbert Xu2018-05-28
* exec: Stricter pathopt parsingHerbert Xu2018-05-28
* builtin: Mark more regular built-insHerbert Xu2018-05-28
* exec: Do not allocate stack string in padvanceHerbert Xu2018-05-28
* memalloc: Add growstackto helperHerbert Xu2018-05-28
* jobs: Replace some uses of fmtstr with stpcpy/stpncpyHerbert Xu2018-05-28
* output: Fix fmtstr return valueHerbert Xu2018-05-28
* var: Set IFS to fixed value at start timeHerbert Xu2018-05-28
* parser: Save/restore here-documents in command substitutionHerbert Xu2018-05-28
* jobs: Only clear gotsigchld when waiting for everythingHerbert Xu2018-05-28
* mkinit: Split reset into exitreset and resetHerbert Xu2018-05-28
* main: Only set savestatus in exitcmdHerbert Xu2018-05-28
* exec: Return 126 on most errors in shellexecHerbert Xu2018-05-28
* parser: Fix incorrect eating of backslash newlinesHerbert Xu2018-05-15
* jobs - Do not block when waiting on SIGCHLDHerbert Xu2018-05-09
* eval: Variable assignments on functions are no longer persistentHerbert Xu2018-04-19
* parser: Fix parameter expansion inside inner double quotesHerbert Xu2018-04-19
* parser: Fix parsing of ${}Herbert Xu2018-04-19
* man: correct typos, iff -> ifMartijn Dekker2018-04-19
* expand: Do not quote backslashes in unquoted parameter expansionHerbert Xu2018-04-19
* eval: Restore input files in evalcommandHerbert Xu2018-04-19
* 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