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
/
os2
/
file_util.odin
Commit message (
Expand
)
Author
Age
Files
Lines
*
core:os -> core:os/old && core:os/os2 -> core:os
Jeroen van Rijn
6 days
1
-257
/
+0
*
Add `loc := #caller_location` to `read_entire_file`
Jeroen van Rijn
7 days
1
-2
/
+5
*
Update documentation for `os2` once more!
gingerBill
2025-10-31
1
-9
/
+87
*
Change to `Permissions` bit_set from relying on octal numbering for os2
gingerBill
2025-10-31
1
-1
/
+1
*
Add `#caller_location` to `os2.read_entire_file`
gingerBill
2025-10-28
1
-10
/
+7
*
Handle optional allocator error when appending read bytes in read_entire_file...
Damian Tarnawski
2025-09-02
1
-1
/
+1
*
Clarify `strconv.append_*` to `strconv.write_*`
Feoramund
2025-06-05
1
-1
/
+1
*
os/os2: add default permissions to write_entire_file
Laytan Laats
2024-10-07
1
-1
/
+1
*
os2: remove return on file_size error from read_entire_file
Laytan
2024-08-25
1
-3
/
+0
*
os2: do read_entire_file in parts if the file size is 0
Laytan Laats
2024-08-23
1
-1
/
+1
*
os2: fix read_entire_file wrong slice end variable
Laytan Laats
2024-08-23
1
-1
/
+1
*
fix error handling in os2.read_entire_file_from_file()
DerTee
2024-08-14
1
-0
/
+1
*
os2: fix read_entire_file bad logic
Laytan Laats
2024-08-14
1
-10
/
+8
*
Clean up `err != nil` usage
gingerBill
2024-08-04
1
-5
/
+2
*
Clean up error handling
gingerBill
2024-08-04
1
-0
/
+3
*
Begin mocking out for other errors
gingerBill
2024-08-04
1
-0
/
+15
*
Use `SHFileOperationW` for `remove_all` on Windows
gingerBill
2024-07-23
1
-0
/
+12
*
[os2]: Split file type from mode bits
flysand7
2024-07-18
1
-1
/
+1
*
Add `@(require_results)` everywhere in os2
gingerBill
2024-05-14
1
-0
/
+3
*
Mock out `temp_file.odin` stuff
gingerBill
2024-05-14
1
-2
/
+2
*
[core/os2]: Fix memory leak on read_entire_file
flysand7
2024-04-01
1
-1
/
+1
*
[core/os2]: Reading from unsized files
flysand7
2024-03-24
1
-11
/
+35
*
Keep -vet happy
gingerBill
2024-02-28
1
-1
/
+0
*
Remove unnecessary use of `transmute`
gingerBill
2024-02-28
1
-4
/
+2
*
Use long-form names and alias with short-form UNIX-like names
gingerBill
2024-01-29
1
-1
/
+8
*
Replace `core:*` to `base:*` where appropriate
gingerBill
2024-01-28
1
-1
/
+1
*
Remove `:= context.allocator` usage in `package os2`
gingerBill
2023-02-10
1
-1
/
+2
*
Update error handling for os2 on windows
gingerBill
2022-05-12
1
-4
/
+6
*
Begin mocking os2 for windows out more
gingerBill
2022-05-05
1
-1
/
+1
*
Go to a `File` based approach over `Handle` based
gingerBill
2022-05-05
1
-27
/
+27
*
[core:os/os2] Keep -vet happy.
Jeroen van Rijn
2021-11-09
1
-1
/
+0
*
Strip semicolons
gingerBill
2021-09-19
1
-51
/
+51
*
Redesign `os2.Error` to work with the new extended `union` behaviour
gingerBill
2021-05-16
1
-0
/
+1
*
Mockup of the new `package os` interface (incomplete and non-functioning)
gingerBill
2021-04-14
1
-0
/
+122