aboutsummaryrefslogtreecommitdiff
path: root/base/runtime/os_specific_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* base/runtime: Add `rand_bytes` and `HAS_RAND_BYTES`Yawning Angel2025-11-291-0/+33
* Add `runtime.exit`gingerBill2025-10-301-0/+6
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-2/+2
* Rename `runtime.os_write` to `runtime.stderr_write`gingerBill2024-01-291-2/+2
* Alias heap calls from `base:runtime` is `core:os`gingerBill2024-01-281-57/+0
* Remove `core:os` dependency for `base:runtime`gingerBill2024-01-281-28/+0
* Make //+privategingerBill2024-01-281-0/+1
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-281-0/+135