aboutsummaryrefslogtreecommitdiff
path: root/core/os/os2/file_stream.odin
Commit message (Expand)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-89/+0
* Add `#assert(intrinsics.type_is_superset_of(File_Stream_Mode, io.Stream_Mode))`gingerBill2025-11-171-1/+3
* Added some commentsgingerBill2025-11-141-3/+2
* Add `File_Stream` to replace `io.Stream`+`Fstat_Callback` within `os2`gingerBill2025-11-141-1/+63
* Update documentation for `os2` once more!gingerBill2025-10-311-9/+12
* Expect `stream` as a field directly on `os2.File`gingerBill2024-03-131-2/+2
* Put stream into the implgingerBill2023-06-081-2/+2
* Use `io.Stream` as the internal interface for `os2.File`gingerBill2023-06-081-54/+4
* Update os2 to new `io.Stream`gingerBill2023-06-081-60/+40
* Clean up of the core library to make the stream vtables not be pointers direc...gingerBill2022-09-151-2/+2
* Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...gingerBill2022-05-121-1/+9
* Go to a `File` based approach over `Handle` basedgingerBill2022-05-051-22/+22
* Strip semicolonsgingerBill2021-09-191-49/+49
* Make `or_else` and `or_return` operators (binary and suffix respectively)gingerBill2021-08-151-1/+1
* Use `or_else` in the core library when it makes sensegingerBill2021-07-051-5/+1
* Minor changegingerBill2021-05-161-0/+3
* Redesign `os2.Error` to work with the new extended `union` behaviourgingerBill2021-05-161-16/+4
* Mockup of the new `package os` interface (incomplete and non-functioning)gingerBill2021-04-141-0/+98