| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-10-25 | Add NULL checking for `get_envname` HEAD v1.0.2 master | Nakidai | |
| Since third part of for loop is executed before the second one, `get_envname` function was trying to copy from NULL at the end of env vector every run. | |||
| 2024-10-25 | Fix env breaking v1.0.1 | Nakidai | |
| I was thinking that changing `env` (the third argument of the `main`) won't change the env. I was wrong. Now it uses its own buffer for copying environment variable names into it. | |||
| 2024-10-24 | Add code v1.0.0 | Nakidai | |