summary refs log tree commit diff
path: root/src/var.h (follow)
Commit message (Expand)AuthorAge
* dash: Add RPS1 and RPS2 right prompt variablesJune McEnroe2022-01-21
* var: Remove poplocalvars() always-zero argument, make it staticDenys Vlasenko2020-04-29
* eval: Always set localvar_stopHerbert Xu2018-08-29
* eval: Replace with listsetvar with mklocal/setvareqHerbert Xu2018-05-28
* var: Set IFS to fixed value at start timeHerbert Xu2018-05-28
* [BUILTIN] Set command -p path to /usr/sbin:/usr/bin:/sbin:/binHerbert Xu2014-09-26
* [SHELL] Allow building without LINEO supportDavid S. Miller2011-08-17
* [SHELL] Improve LINENO supportHarald van Dijk2011-03-15
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [VAR] Fix loss of variables when hash collidesHerbert Xu2010-07-06
* [VAR] Fix poplocalvar on abnormal exit from functionHerbert Xu2010-05-27
* [VAR] Replace cmdenviron with localvarsHerbert Xu2010-05-26
* [VAR] Move unsetvar functionality into setvareqHerbert Xu2010-05-26
* [VAR] Add localvars nestingHerbert Xu2010-05-26
* [BUILTIN] Use setvarint to set OPTINDHerbert Xu2007-10-11
* [ARITH] Add assignment and intmax_t supportHerbert Xu2007-10-11
* [VAR] Remove setvarsafeHerbert Xu2007-10-06
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Initial import.Herbert Xu2005-09-26