Laytan Laats
|
c6a0d302b3
loop write_entire_file to write more than MAX_RW
|
1 rok temu |
gingerBill
|
fff1d509d5
Add `read_entire_file_or_err` and `write_entire_file_or_err`
|
1 rok temu |
gingerBill
|
c32f345c68
Move error stuff to `errors.odin`
|
1 rok temu |
gingerBill
|
160048eaee
`Errno` -> `Error`
|
1 rok temu |
gingerBill
|
def2e2e271
Try to map to `General_Error` where possible
|
1 rok temu |
gingerBill
|
28666414bc
More clean ups of ERROR_NONE and `!= nil` usage
|
1 rok temu |
gingerBill
|
29b6eebcd5
Clean up error handling
|
1 rok temu |
gingerBill
|
7dae38ce89
Begin mocking out for other errors
|
1 rok temu |
gingerBill
|
9f9abb8fb3
Use `union #shared_nil` for `os.Error`
|
1 rok temu |
gingerBill
|
e60951a902
Begin converting `os.Errno` to be a `nil`-able type as a transition period
|
1 rok temu |
gingerBill
|
e296d6fb90
Fix loads of indentation issues with mixing spaces and tabs
|
1 rok temu |
gingerBill
|
7df7fec6f7
Keep -vet happy
|
1 rok temu |
gingerBill
|
dce176fa39
Remove unnecessary use of `transmute`
|
1 rok temu |
gingerBill
|
038086d1d9
Alias heap calls from `base:runtime` is `core:os`
|
1 rok temu |
Colin Davidson
|
58e4a011c7
add non-zeroing append and resize
|
1 rok temu |
Jeroen van Rijn
|
962d599996
Fix reading from `/sys/` pseudo fx
|
1 rok temu |
jason
|
f9c600a760
add nil check to heap_alloc calls (issue 2530)
|
2 lat temu |
Daniel
|
d23d7cf0f2
Add caller location info to `os.read_entire_file()`
|
2 lat temu |
Colin Davidson
|
6ff2db47b4
shuffle to private/public wrapper
|
2 lat temu |
gingerBill
|
7f601c9535
Add `Allocator_Mode.Alloc_Non_Zerored`
|
3 lat temu |
Vitaly Kravchenko
|
d469c2da48
Fix indent
|
3 lat temu |
gingerBill
|
5d190b15d7
Minor improvements to io and os
|
3 lat temu |
gingerBill
|
f5697dd7f2
Merge branch 'master' into odin-global-constants-as-enums
|
3 lat temu |
gingerBill
|
3d7d347192
Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use strings
|
3 lat temu |
CiD-
|
e5868e3205
add zeroing regardless of ODIN_OS
|
3 lat temu |
CiD-
|
29ca6ee420
add zeroing to new region from realloc
|
3 lat temu |
gingerBill
|
c9c197ba08
Add `os.read_at_least` and `os_read_full` utility procedures.
|
3 lat temu |
zhibog
|
c632125d82
Added a read_entire_file proc that only takes a handle and turned it into a proc group with the one, that takes a path
|
3 lat temu |
Jeroen van Rijn
|
72fe1e88a3
Make sure to `delete` on the right allocator.
|
4 lat temu |
gingerBill
|
251da264ed
Remove unneeded semicolons from the core library
|
4 lat temu |