|
|
ad12bf3e1d
|
LibC: Cleanup environment variable code
|
2026-04-13 00:36:13 +03:00 |
|
|
|
96f3efbf86
|
LibC: Fix enviroment variable allocation
|
2025-06-28 20:25:35 +03:00 |
|
|
|
8aa4e4ff1e
|
LibC: Implement clearenv
This is GNU extension but seems nice to have :D
|
2025-05-28 03:10:01 +03:00 |
|
|
|
bdbde25784
|
LibC: Rewrite environ handling
environ is only allocated on heap when you insert new variables.
environment variables are only `free`'d if they are `malloc`'d by libc
|
2025-04-16 21:08:01 +03:00 |
|