index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
os
/
stream.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
`Empty` -> `Unsupported`
bill/io-error-changes
gingerBill
2025-11-14
1
-1
/
+1
*
Return `0, nil` in all `io` cases where an empty slice is provided
Feoramund
2024-08-28
1
-0
/
+12
*
Report `Invalid_Whence` on some `os` platforms
Feoramund
2024-08-28
1
-8
/
+0
*
Zero `n` on error in `_file_stream_proc`
Feoramund
2024-08-28
1
-0
/
+3
*
Fix broken cases of `Seek` usage in `_file_stream_proc`
Feoramund
2024-08-28
1
-0
/
+8
*
Add stubs for `flush` on platforms that didn't have it
gingerBill
2024-08-04
1
-6
/
+2
*
Correct `EOF` value
gingerBill
2024-08-04
1
-5
/
+0
*
Add extra cases for `flush`
gingerBill
2024-08-04
1
-1
/
+1
*
Add read_at/write_at to missing platforms
gingerBill
2024-08-04
1
-18
/
+10
*
`Errno` -> `Error`
gingerBill
2024-08-04
1
-1
/
+1
*
Clean up error handling
gingerBill
2024-08-04
1
-5
/
+5
*
Added some libc bindings for NetBSD
Andreas T Jonsson
2024-04-18
1
-1
/
+1
*
Initial commit of NetBSD port
Andreas T Jonsson
2024-04-16
1
-2
/
+2
*
fix core:os
avanspector
2024-02-25
1
-3
/
+3
*
fix eof logic
Laytan Laats
2023-12-14
1
-7
/
+12
*
make sure an eof is also returned from the file streams on non-windows
Laytan Laats
2023-12-14
1
-0
/
+8
*
Remap EOF for Windows in stream proc
Jeroen van Rijn
2023-11-18
1
-3
/
+5
*
Fix unhandled EOF in streaming io on Windows
Jeroen van Rijn
2023-11-18
1
-4
/
+5
*
Ignore BSD's for stream.odin
gingerBill
2023-06-08
1
-5
/
+13
*
Update to new io interface
gingerBill
2023-06-08
1
-52
/
+38
*
Clean up of the core library to make the stream vtables not be pointers direc...
gingerBill
2022-09-15
1
-2
/
+2
*
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-3
/
+3
*
Add basic support for wasi in package os
gingerBill
2021-10-31
1
-2
/
+2
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-35
/
+35
*
Keep -vet happy
gingerBill
2020-12-02
1
-3
/
+3
*
Keep `fmt` happy
gingerBill
2020-12-02
1
-4
/
+10
*
Make `os._file_stream_vtable` private
gingerBill
2020-12-02
1
-0
/
+1
*
Add `os.stream_from_handle`; fix `io.close`
gingerBill
2020-12-02
1
-0
/
+62