summary refs log tree commit diff
path: root/src/expand.h
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2010-05-26 18:54:19 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2010-05-26 18:54:19 +0800
commit95a60b2936e8835963bfb08eadc0edf9dddf0498 (patch)
tree7c7843fe6f74a7b93131d00fc49a799497c91863 /src/expand.h
parent[VAR] Move unsetvar functionality into setvareq (diff)
downloaddash-95a60b2936e8835963bfb08eadc0edf9dddf0498.tar.gz
dash-95a60b2936e8835963bfb08eadc0edf9dddf0498.zip
[VAR] Replace cmdenviron with localvars
This patch replaces the cmdenviron mechanism for temporary command
variables with the localvars mechanism used by functions.

This reduces code size, and more importantly, makes the variable
assignment take effect immediately as required by POSIX.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/expand.h')
0 files changed, 0 insertions, 0 deletions
d>2019-07-11Don't do carriage return on line feedJune McEnroe 2019-07-11Interpret 256color-style SGRsJune McEnroe 2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe 2019-07-11Factor out clearJune McEnroe 2019-07-11Add bright option to shottyJune McEnroe 2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe 2019-07-10Ignore SM and RMJune McEnroe 2019-07-09Add shotty man page and build itJune McEnroe 2019-07-09Add up -cJune McEnroe 2019-07-09Add options for default colors to shottyJune McEnroe 2019-07-08Use char literals consistentlyJune McEnroe