summary refs log tree commit diff
path: root/src/var.c (follow)
Commit message (Expand)AuthorAge
* dash: Stop this stat64 nonsenseJune McEnroe2022-01-21
* dash: Add RPS1 and RPS2 right prompt variablesJune McEnroe2022-01-21
* shell: Always use explicit large file APIHerbert Xu2020-05-15
* 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
* [VAR] Use setvareq to set OPTIND initiallyHerbert Xu2014-10-07
* [VAR] Initialise OPTIND after importing environmentHerbert Xu2013-08-23
* [VAR] Add newline when tracing in poplocalvarsPeter Rosin2013-08-23
* [VAR] Sanitise environment variable names on entryHerbert Xu2012-02-25
* [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 varinit ordering that broke fcJilles Tjoelker2010-09-08
* [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] Fix poplocalvar leakHerbert Xu2010-05-26
* [VAR] Add localvars nestingHerbert Xu2010-05-26
* [SHELL] Add preliminary LINENO supportRocky Bernstein2009-08-11
* [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
* Eliminate first null termination in setvar.herbert2005-09-26
* Add trailing equal sign in setvar for variables set to null.pape2005-09-26
* Renamed error to sh_error.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26