aboutsummaryrefslogtreecommitdiff
path: root/core/os/os2/env_posix.odin
Commit message (Expand)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-110/+0
* core/os: fix lookup_env_buf only working with empty bufferDavid Bader2026-01-301-0/+1
* os2 env changesjason2025-12-031-1/+1
* use libc for linux env when not no-crtjason2025-12-021-1/+1
* Fix macOSJeroen van Rijn2025-06-161-1/+1
* Add buffered get_env variants to os2Jeroen van Rijn2025-06-161-1/+31
* Remove TEMP_ALLOCATOR_GUARD wrapperLucas Perlind2025-05-081-3/+3
* os2: Resolve temp allocator collisionsLucas Perlind2025-05-081-7/+7
* Fix: Correct value cloning in os2._set_env for POSIXBrian2025-05-061-1/+1
* Fix indentationFeoramund2025-03-041-1/+1
* Add `Error` to `os2.set_env`gingerBill2025-02-281-4/+6
* Add `Error` as part of the return values of `os2.environ`gingerBill2025-02-281-9/+9
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-2/+2
* posix: remove the is_temp things that prevented use-after-freesLaytan Laats2024-08-141-1/+1
* os2: fix wiping results with temp allocator guardLaytan Laats2024-08-141-2/+1
* os2: initial implementation for Darwin&BSDs, process API is only thing incomp...Laytan Laats2024-08-141-0/+78