Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-03 | Add a couple comments. | Rob Landley | |
2019-05-03 | env: fix case where a variable is replaced. | Elliott Hughes | |
Found when trying to update the toybox prebuilt used for the Android build. Also add the corresponding test. | |||
2019-04-20 | Add xunsetenv() for the error checking. | Rob Landley | |
2019-04-20 | New xsetenv() plumbing (repeatedly set same environment variables without | Rob Landley | |
leaking memory), and mod env command to test it. |