summary refs log tree commit diff
path: root/src/expand.c (follow)
Commit message (Expand)AuthorAge
* expand: Remove unused expandmeta() flag parameterDenys Vlasenko2020-05-15
* expand: Fix trailing newlines processing in backquote expandingNikolai Merinov2020-01-20
* expand: Fix double-decrement in argstrHerbert Xu2019-03-28
* expand: Eat closing brace for length parameter expansionHerbert Xu2018-12-14
* expand: Fix multiple issues with EXP_DISCARD in evalvarHerbert Xu2018-11-19
* expand: Ensure result is escaped in cvtnumHerbert Xu2018-08-29
* expand: Do not reprocess data when expanding wordsHerbert Xu2018-08-29
* expand: Fix skipping of command substitution when trimming in evalvarHerbert Xu2018-08-29
* expand: Merge syntax/quotes in memtodest with flagsHerbert Xu2018-08-29
* expand: Use HOME in tilde expansion when it is emptyHerbert Xu2018-08-29
* mkinit: Split reset into exitreset and resetHerbert Xu2018-05-28
* expand: Do not quote backslashes in unquoted parameter expansionHerbert Xu2018-04-19
* expand: Fix glibc glob(3) supportHerbert Xu2018-04-19
* expand: Fix buffer overflow in expandmetaHerbert Xu2018-04-02
* expand: Fix ghost fields with unquoted $@/$*Herbert Xu2018-04-02
* expand: Fix bugs with words connected to the right of $@Herbert Xu2018-04-02
* parser: Add syntax stack for recursive parsingHerbert Xu2018-03-22
* expand: 'nolog' and 'debug' options cause "$-" to wreak havocMartijn Dekker2018-03-10
* expand: Remove dependency on fmatch.h if it does not exitRink Springer2018-03-10
* expand - Fix dangling left square brackets in patternsHerbert Xu2016-09-23
* builtin: Fix handling of trailing IFS white spacesHerbert Xu2016-09-02
* expand: Fixed "$@" expansion when EXP_FULL is falseHerbert Xu2015-01-05
* [EXPAND] Optimise nulonly away and just use quoted as beforeHerbert Xu2014-10-08
* [EXPAND] Do not split quoted VSLENGTH and VSTRIMHerbert Xu2014-10-08
* [EXPAND] Split unquoted $@/$* correctly when IFS is set but emptyHerbert Xu2014-10-08
* [EXPAND] Propagate EXP_QPAT in subevalvarHerbert Xu2013-08-23
* [EXPAND] Free IFS state after here document expansionJonathan Nieder2011-03-15
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [BUILTIN] Fix backslash handling in read(1)Herbert Xu2011-03-11
* [EXPAND] Do not split the result of tilde expansionJilles Tjoelker2011-03-10
* [EXPAND] Fix ifsfirst/ifslastp leak in casematchHerbert Xu2010-10-18
* [EXPAND] Fix ifsfirst/ifslastp leakHerbert Xu2010-09-08
* [EXPAND] Fix corruption of redirections with byte 0x81Jilles Tjoelker2010-05-27
* [BUILTIN] Honor tab as IFS whitespace when splitting fields in readcmdStefan Potyra2009-08-11
* [EXPAND] Fix quoted pattern patch breakageHerbert Xu2009-06-27
* [EXPAND] Fixed non-leading slash treatment in expmetaHerbert Xu2008-05-19
* [SHELL] Fixed klibc/klcc build problemsDan McGee2008-05-03
* [EXPAND] Fix slash treatment in expmetaHerbert Xu2008-05-02
* [EXPAND] Expand here-documents in the current shell environmentHerbert Xu2007-11-11
* [EXPAND] Removed herefd hackHerbert Xu2007-11-11
* [EXPAND] Added configure --enable-glob and --enable-fnmatch optionsHerbert Xu2007-10-20
* [EXPAND] Add likely flags in expariHerbert Xu2007-10-11
* [ARITH] Add assignment and intmax_t supportHerbert Xu2007-10-11
* [PARSER] Report substition errors at expansion timeHerbert Xu2007-10-08
* [MEMALLOC] Add pushstackmarkHerbert Xu2007-10-06
* [EXPAND] Refresh stack pointers after makestrspace in _rmescapesRoy Marples2007-09-26
* [EXPAND] Move parse-time quote flag detection to run-timeHerbert Xu2007-09-25
* [EXPAND] Do not expand tilde in parameter expansion within quotesHerbert Xu2007-09-25
* [EXPAND] Perform tilde expansion in all parameter expansion wordsHerbert Xu2007-09-24
* [EXPAND] Do not quote back slashes in parameter expansions outside quotesHerbert Xu2007-09-24