aboutsummaryrefslogtreecommitdiff
path: root/core/os/os2/pipe_windows.odin
Commit message (Expand)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-29/+0
* Fix indentation issuesflysand72024-09-261-4/+4
* [os2]: Implement pipe_has_data procedureflysand72024-09-241-0/+12
* Moved all packages in core, base, vendor, tests and examples to use new #+ fi...Karl Zylinski2024-09-141-1/+1
* [os2]: Make anonymous pipes always inheritableflysand72024-07-181-1/+5
* Update error handling for os2 on windowsgingerBill2022-05-121-1/+1
* Go to a `File` based approach over `Handle` basedgingerBill2022-05-051-3/+3
* Strip semicolonsgingerBill2021-09-191-3/+3
* Redesign `os2.Error` to work with the new extended `union` behaviourgingerBill2021-05-161-1/+1
* Mockup of the new `package os` interface (incomplete and non-functioning)gingerBill2021-04-141-0/+13