gingerBill 986cba584e Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate 2 years ago
..
doc.odin ebbc33fdb5 Mockup of the new `package os` interface (incomplete and non-functioning) 4 years ago
env.odin 55b79c078c Remove `:= context.allocator` usage in `package os2` 2 years ago
env_linux.odin 55b79c078c Remove `:= context.allocator` usage in `package os2` 2 years ago
env_windows.odin 162628000f Calculate the size needed before allocating 2 years ago
errors.odin f002857edc Clean up `core:time` to be consistent across all platforms 3 years ago
errors_linux.odin fff23e2bbb merge from upstream and convert to ^File types 3 years ago
errors_windows.odin bb4f108487 Update error handling for os2 on windows 3 years ago
file.odin 33895b6d92 Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate 3 years ago
file_linux.odin 986cba584e Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate 2 years ago
file_stream.odin f50fc33749 Clean up of the core library to make the stream vtables not be pointers directly. 2 years ago
file_util.odin 55b79c078c Remove `:= context.allocator` usage in `package os2` 2 years ago
file_windows.odin 8b06fd0935 os2/file_windows fix 2 years ago
heap.odin ee876ad66b Strip semicolons 3 years ago
heap_linux.odin e45401bfb4 Fix #2207 2 years ago
heap_windows.odin e45401bfb4 Fix #2207 2 years ago
path.odin bb4f108487 Update error handling for os2 on windows 3 years ago
path_linux.odin 55b79c078c Remove `:= context.allocator` usage in `package os2` 2 years ago
path_windows.odin bb4f108487 Update error handling for os2 on windows 3 years ago
pipe.odin 18bde22b26 Go to a `File` based approach over `Handle` based 3 years ago
pipe_linux.odin fff23e2bbb merge from upstream and convert to ^File types 3 years ago
pipe_windows.odin bb4f108487 Update error handling for os2 on windows 3 years ago
process.odin 18bde22b26 Go to a `File` based approach over `Handle` based 3 years ago
stat.odin bb4f108487 Update error handling for os2 on windows 3 years ago
stat_linux.odin 55b79c078c Remove `:= context.allocator` usage in `package os2` 2 years ago
stat_windows.odin eef44b11f3 Make the utf16 conversion procedures in `core:sys/windows` safer by checking for memory leaks 3 years ago
temp_file.odin eef44b11f3 Make the utf16 conversion procedures in `core:sys/windows` safer by checking for memory leaks 3 years ago
temp_file_linux.odin fff23e2bbb merge from upstream and convert to ^File types 3 years ago
temp_file_windows.odin eef44b11f3 Make the utf16 conversion procedures in `core:sys/windows` safer by checking for memory leaks 3 years ago
user.odin dbec4b0d0e fixed memory leak from calling get_env 3 years ago