aboutsummaryrefslogtreecommitdiff
path: root/core/os/env_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* Fix up ABI name for core:os and core:os/oldJeroen van Rijn6 days1-1/+1
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-70/+72
* Add buffered get_env variants to os2Jeroen van Rijn2025-06-161-2/+2
* Factor out buffered utf helper.Jeroen van Rijn2025-06-161-30/+7
* Add bring-your-own-buffer versions of `os.lookup_env` and `os.get_env`Jeroen van Rijn2025-06-161-2/+62
* `Errno` -> `Error`gingerBill2024-08-041-2/+2
* Try to map to `General_Error` where possiblegingerBill2024-08-041-0/+3
* More clean ups of ERROR_NONE and `!= nil` usagegingerBill2024-08-041-3/+6
* Clean up error handlinggingerBill2024-08-041-14/+8
* Use `union #shared_nil` for `os.Error`gingerBill2024-08-041-2/+2
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-101-0/+4
* Minor improvementsgingerBill2022-07-191-15/+15
* Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...gingerBill2022-05-121-2/+2
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-30/+30
* Keep `-vet` happygingerBill2021-08-221-1/+0
* Use multi-pointers when appropriategingerBill2021-08-221-7/+4
* Update packages os, path, and filepathgingerBill2020-09-261-0/+103