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
/
file_windows.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix up ABI name for core:os and core:os/old
Jeroen van Rijn
6 days
1
-1
/
+1
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-0
/
+995
*
Make `O_RDONLY` default for `os.open` on all platforms.
Jeroen van Rijn
2024-11-28
1
-584
/
+0
*
Make Windows `pread` and `pwrite` conform to POSIX
Feoramund
2024-08-28
1
-20
/
+8
*
Fix broken cases of `Seek` usage in `_file_stream_proc`
Feoramund
2024-08-28
1
-0
/
+2
*
Add `@(require_results)`
gingerBill
2024-08-04
1
-3
/
+11
*
Move errors to where appropriate
gingerBill
2024-08-04
1
-3
/
+3
*
Correct `EOF` value
gingerBill
2024-08-04
1
-1
/
+1
*
`Errno` -> `Error`
gingerBill
2024-08-04
1
-25
/
+25
*
Try to map to `General_Error` where possible
gingerBill
2024-08-04
1
-3
/
+2
*
More clean ups of ERROR_NONE and `!= nil` usage
gingerBill
2024-08-04
1
-8
/
+8
*
Clean up `err != nil` usage
gingerBill
2024-08-04
1
-7
/
+2
*
Clean up error handling
gingerBill
2024-08-04
1
-42
/
+31
*
Use `union #shared_nil` for `os.Error`
gingerBill
2024-08-04
1
-20
/
+19
*
[core/os]: Fix read_console not stopping the read when newline can't fit in o...
flysand7
2024-07-12
1
-1
/
+1
*
[os] Fix os.change_directory(), os.set_current_directory()
Tetralux
2024-02-12
1
-13
/
+3
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-2
/
+2
*
os: Fix casting errors in other files
flysand7
2024-01-25
1
-3
/
+3
*
Fix unhandled EOF in streaming io on Windows
Jeroen van Rijn
2023-11-18
1
-16
/
+16
*
prevent infinite-loop on EOF
Colin Davidson
2023-05-06
1
-5
/
+4
*
oops. define e
Colin Davidson
2023-05-06
1
-0
/
+2
*
Make read_at and write_at more consistent between platforms
Colin Davidson
2023-05-06
1
-10
/
+26
*
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
gingerBill
2023-02-10
1
-0
/
+12
*
Fix os.read implementation on Windows.
Jeroen van Rijn
2022-11-02
1
-2
/
+4
*
Correct error reporting
Peter DV
2022-06-27
1
-11
/
+31
*
Fix Windows os.make_directory.
Jeroen van Rijn
2022-05-20
1
-1
/
+2
*
Make the utf16 conversion procedures in `core:sys/windows` safer by checking ...
gingerBill
2022-05-12
1
-1
/
+1
*
Merge pull request #1688 from bkrypt/fix_file_windows_open_create_append_order
gingerBill
2022-04-05
1
-3
/
+3
|
\
|
*
Change order of `O_CREATE` & `O_APPEND` checks
bkrypt
2022-04-02
1
-3
/
+3
*
|
Have get_std_handle() no longer make the handles uninheritable
Tetralux
2022-03-31
1
-3
/
+0
|
/
*
Merge branch 'master' into freestanding_amd64
gingerBill
2022-02-28
1
-4
/
+14
|
\
|
*
Keep `-vet` happy
gingerBill
2022-02-25
1
-1
/
+0
|
*
Correct `read_console` reading
gingerBill
2022-02-25
1
-2
/
+13
|
*
Revert change
gingerBill
2022-02-25
1
-1
/
+1
|
*
Change `<` to `<=`
gingerBill
2022-02-25
1
-1
/
+1
|
*
Correct `os.read` on windows for `os.stdin`
gingerBill
2022-02-25
1
-5
/
+6
*
|
Correct internals for `os.read` on windows (read_console) for `os.stdin` (Fix...
gingerBill
2022-02-25
1
-2
/
+3
|
/
*
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
gingerBill
2022-01-20
1
-1
/
+1
*
Correct reading from a console on Windows
gingerBill
2021-11-27
1
-9
/
+64
*
Remove unneeded semicolons from the core library
gingerBill
2021-08-31
1
-203
/
+203
*
Enforce `core:builtin` and `core:intrinsics` for imports
gingerBill
2021-08-21
1
-1
/
+1
*
Core library clean up: Make range expressions more consistent and replace use...
gingerBill
2021-06-14
1
-1
/
+1
*
fix os error
Daniel Gavin
2021-04-14
1
-2
/
+2
*
Minimize unneeded casts
gingerBill
2021-03-03
1
-3
/
+3
*
Add `-microarch:<string>` (e.g. `-microarch:native`)
gingerBill
2020-10-20
1
-0
/
+7
*
Add os.read_at and for Windows; fix mem.clone_slice; fix current directory lo...
gingerBill
2020-09-29
1
-15
/
+107
*
Update packages os, path, and filepath
gingerBill
2020-09-26
1
-0
/
+400