index
:
dash
this commit
master
patched shell with cmake build
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
expand.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
expand: Fix multiple issues with EXP_DISCARD in evalvar
Herbert Xu
2018-11-19
*
expand: Ensure result is escaped in cvtnum
Herbert Xu
2018-08-29
*
expand: Do not reprocess data when expanding words
Herbert Xu
2018-08-29
*
expand: Fix skipping of command substitution when trimming in evalvar
Herbert Xu
2018-08-29
*
expand: Merge syntax/quotes in memtodest with flags
Herbert Xu
2018-08-29
*
expand: Use HOME in tilde expansion when it is empty
Herbert Xu
2018-08-29
*
mkinit: Split reset into exitreset and reset
Herbert Xu
2018-05-28
*
expand: Do not quote backslashes in unquoted parameter expansion
Herbert Xu
2018-04-19
*
expand: Fix glibc glob(3) support
Herbert Xu
2018-04-19
*
expand: Fix buffer overflow in expandmeta
Herbert Xu
2018-04-02
*
expand: Fix ghost fields with unquoted $@/$*
Herbert Xu
2018-04-02
*
expand: Fix bugs with words connected to the right of $@
Herbert Xu
2018-04-02
*
parser: Add syntax stack for recursive parsing
Herbert Xu
2018-03-22
*
expand: 'nolog' and 'debug' options cause "$-" to wreak havoc
Martijn Dekker
2018-03-10
*
expand: Remove dependency on fmatch.h if it does not exit
Rink Springer
2018-03-10
*
expand - Fix dangling left square brackets in patterns
Herbert Xu
2016-09-23
*
builtin: Fix handling of trailing IFS white spaces
Herbert Xu
2016-09-02
*
expand: Fixed "$@" expansion when EXP_FULL is false
Herbert Xu
2015-01-05
*
[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
*
[EXPAND] Propagate EXP_QPAT in subevalvar
Herbert Xu
2013-08-23
*
[EXPAND] Free IFS state after here document expansion
Jonathan Nieder
2011-03-15
*
[SHELL] Port to Solaris
Brian Koropoff
2011-03-15
*
[BUILTIN] Fix backslash handling in read(1)
Herbert Xu
2011-03-11
*
[EXPAND] Do not split the result of tilde expansion
Jilles Tjoelker
2011-03-10
*
[EXPAND] Fix ifsfirst/ifslastp leak in casematch
Herbert Xu
2010-10-18
*
[EXPAND] Fix ifsfirst/ifslastp leak
Herbert Xu
2010-09-08
*
[EXPAND] Fix corruption of redirections with byte 0x81
Jilles Tjoelker
2010-05-27
*
[BUILTIN] Honor tab as IFS whitespace when splitting fields in readcmd
Stefan Potyra
2009-08-11
*
[EXPAND] Fix quoted pattern patch breakage
Herbert Xu
2009-06-27
*
[EXPAND] Fixed non-leading slash treatment in expmeta
Herbert Xu
2008-05-19
*
[SHELL] Fixed klibc/klcc build problems
Dan McGee
2008-05-03
*
[EXPAND] Fix slash treatment in expmeta
Herbert Xu
2008-05-02
*
[EXPAND] Expand here-documents in the current shell environment
Herbert Xu
2007-11-11
*
[EXPAND] Removed herefd hack
Herbert Xu
2007-11-11
*
[EXPAND] Added configure --enable-glob and --enable-fnmatch options
Herbert Xu
2007-10-20
*
[EXPAND] Add likely flags in expari
Herbert Xu
2007-10-11
*
[ARITH] Add assignment and intmax_t support
Herbert Xu
2007-10-11
*
[PARSER] Report substition errors at expansion time
Herbert Xu
2007-10-08
*
[MEMALLOC] Add pushstackmark
Herbert Xu
2007-10-06
*
[EXPAND] Refresh stack pointers after makestrspace in _rmescapes
Roy Marples
2007-09-26
*
[EXPAND] Move parse-time quote flag detection to run-time
Herbert Xu
2007-09-25
*
[EXPAND] Do not expand tilde in parameter expansion within quotes
Herbert Xu
2007-09-25
*
[EXPAND] Perform tilde expansion in all parameter expansion words
Herbert Xu
2007-09-24
*
[EXPAND] Do not quote back slashes in parameter expansions outside quotes
Herbert Xu
2007-09-24
*
[EXPAND] Fixed inverted char class matching
Herbert Xu
2006-10-04
*
[PARSER] Only use signed char for syntax arrays
Herbert Xu
2006-04-23
*
Added missing system.h inclusion for mempcpy
Herbert Xu
2005-10-29
*
Fixed gcc 4.0 compilation problems
Herbert Xu
2005-10-29
[next]