aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/env.c
AgeCommit message (Expand)Author
2020-11-14Allow 0 prefix to optstr to include argv[0] in optargs[0].Rob Landley
2020-05-28remove unneeded ; after GLOBALSEthan Sommer
2020-02-02Canonicalize the usage: lines for the POSIX toys.Elliott Hughes
2019-07-06Add comment and test.Rob Landley
2019-07-06Have env exec, not recurse to builtin.Denys Nykula
2019-04-20Add xunsetenv() for the error checking.Rob Landley
2019-04-20New xsetenv() plumbing (repeatedly set same environment variables withoutRob Landley
2019-03-18cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL.Elliott Hughes
2017-07-22Typo (env -0 was checking the flag wrong).Rob Landley
2017-05-25Add -0 to env.Rob Landley
2017-05-25Teach env that - as first argument means -i for some reason. (Posix!)Rob Landley
2016-02-10implement env -uizabera
2015-08-15Kylie McClain pointed out that env should clear variables with NAME= by itself.Rob Landley
2015-02-07Cleanup pass on env, removing exec_optargs().Rob Landley
2013-09-05env - there were 2 segfaults when run on my Ubuntu 12.04 machine:Jacek Bukarewicz
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-08-25Regularize command headers, update links to standards documents.Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley