aboutsummaryrefslogtreecommitdiff
path: root/core/os/os2/file.odin
Commit message (Expand)AuthorAgeFilesLines
* Use long-form names and alias with short-form UNIX-like namesgingerBill2024-01-291-15/+21
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-281-1/+1
* Use `i64` instead of `int` for internal proceduresgingerBill2023-06-141-8/+32
* Put stream into the implgingerBill2023-06-081-13/+11
* Use `io.Stream` as the internal interface for `os2.File`gingerBill2023-06-081-28/+14
* Convert all uses of `*_from_slice` to `*_from_bytes` where appropriategingerBill2022-05-161-9/+12
* Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...gingerBill2022-05-121-0/+18
* Fill in most of os2/file_windows.odingingerBill2022-05-121-8/+26
* Begin mocking os2 for windows out moregingerBill2022-05-051-23/+36
* Go to a `File` based approach over `Handle` basedgingerBill2022-05-051-39/+46
* Strip semicolonsgingerBill2021-09-191-47/+47
* Mockup of the new `package os` interface (incomplete and non-functioning)gingerBill2021-04-141-0/+158