summaryrefslogtreecommitdiff
path: root/src/stdlib/getenv.c
AgeCommit message (Expand)Author
2024-06-07ensure there is an environment at allJakob Kaivo
2024-06-05rename all per-header internal structs to __<header>_hJakob Kaivo
2024-05-29fix getenv()Jakob Kaivo
2024-05-28abstract out "forced" implementations of functions from future specificationsJakob Kaivo
2024-01-30update standards and safety checksJakob Kaivo
2023-11-14disable all functions; will strategically reenable them as testedJakob Kaivo
2022-05-08use either environ or __stdlib.environ, never bothJakob Kaivo
2020-08-16formattingJakob Kaivo
2020-08-14only return the part after the =Jakob Kaivo
2020-08-12make environment available even without POSIX environJakob Kaivo
2019-02-27only reference environ if we are building POSIXJakob Kaivo
2019-02-08merge sources into single treeJakob Kaivo