2
0
Jared Cone b1cda52fd6 Fixed delete-after-free in file_windows.odin 1 сар өмнө
..
allocators.odin 14c5096b81 Improve assert information 4 сар өмнө
dir.odin cacb9f9f54 os2: better copy_directory, and add native copy_file and copy_directory variants on MacOS 4 сар өмнө
dir_linux.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
dir_posix.odin 0e4140a602 os/os2: recursive directory walker, expose errors in read_directory, file clone 6 сар өмнө
dir_posix_darwin.odin cacb9f9f54 os2: better copy_directory, and add native copy_file and copy_directory variants on MacOS 4 сар өмнө
dir_walker.odin 0e4140a602 os/os2: recursive directory walker, expose errors in read_directory, file clone 6 сар өмнө
dir_wasi.odin 0e4140a602 os/os2: recursive directory walker, expose errors in read_directory, file clone 6 сар өмнө
dir_windows.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
doc.odin ebbc33fdb5 Mockup of the new `package os` interface (incomplete and non-functioning) 4 жил өмнө
env.odin 6347c87b5b Add buffered get_env variants to os2 2 сар өмнө
env_linux.odin 6347c87b5b Add buffered get_env variants to os2 2 сар өмнө
env_posix.odin 73dcc39d98 Fix macOS 2 сар өмнө
env_wasi.odin 6347c87b5b Add buffered get_env variants to os2 2 сар өмнө
env_windows.odin 6347c87b5b Add buffered get_env variants to os2 2 сар өмнө
errors.odin 6347c87b5b Add buffered get_env variants to os2 2 сар өмнө
errors_linux.odin 64508e477b add unsupported check in process test 11 сар өмнө
errors_posix.odin b673642412 os/os2: add get_executable_path and get_executable_directory 7 сар өмнө
errors_wasi.odin e4892f1bb2 os/os2: wasi target support 7 сар өмнө
errors_windows.odin dbad23385d [os2]: Implement pipe_has_data procedure 11 сар өмнө
file.odin cacb9f9f54 os2: better copy_directory, and add native copy_file and copy_directory variants on MacOS 4 сар өмнө
file_linux.odin f8228a91d1 Mark some uninitialized memory as safe 3 сар өмнө
file_posix.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
file_posix_darwin.odin cacb9f9f54 os2: better copy_directory, and add native copy_file and copy_directory variants on MacOS 4 сар өмнө
file_posix_freebsd.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 жил өмнө
file_posix_netbsd.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 жил өмнө
file_posix_other.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
file_stream.odin 271f84ab5b Expect `stream` as a field directly on `os2.File` 1 жил өмнө
file_util.odin b7de15caa3 Clarify `strconv.append_*` to `strconv.write_*` 3 сар өмнө
file_wasi.odin 0e4140a602 os/os2: recursive directory walker, expose errors in read_directory, file clone 6 сар өмнө
file_windows.odin b1cda52fd6 Fixed delete-after-free in file_windows.odin 1 сар өмнө
heap.odin 38e983cac6 Remove dead code 1 жил өмнө
heap_linux.odin 27998e0d21 os2/heap_linux point to runtime._heap_allocator_proc 7 сар өмнө
heap_posix.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 жил өмнө
heap_wasi.odin e4892f1bb2 os/os2: wasi target support 7 сар өмнө
heap_windows.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 жил өмнө
internal_util.odin b9db1dd3e0 os2: Resolve temp allocator collisions 4 сар өмнө
path.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
path_darwin.odin d54de6704a os/os2: use proc_pidpath for executable path on darwin 7 сар өмнө
path_freebsd.odin 74a66f7794 os2: fix get_executable_path() on FreeBSD including the nil-terminator 5 сар өмнө
path_linux.odin eab3e2be22 os2: remove libc use on Linux 3 сар өмнө
path_netbsd.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
path_openbsd.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
path_posix.odin eab3e2be22 os2: remove libc use on Linux 3 сар өмнө
path_posixfs.odin eab3e2be22 os2: remove libc use on Linux 3 сар өмнө
path_wasi.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
path_windows.odin 30388cada3 Fix os2.clean_path on Windows 4 сар өмнө
pipe.odin dbad23385d [os2]: Implement pipe_has_data procedure 11 сар өмнө
pipe_linux.odin 1bf33fe373 Use static global memory for std handles instead of allocating. 8 сар өмнө
pipe_posix.odin b2e3b34ce0 Fix #4890 6 сар өмнө
pipe_wasi.odin e4892f1bb2 os/os2: wasi target support 7 сар өмнө
pipe_windows.odin 842f1ae304 Fix indentation issues 11 сар өмнө
process.odin 9b218a2922 don't need to hang on to the null handle 4 сар өмнө
process_linux.odin f5b947ea73 Fix linux 4 сар өмнө
process_posix.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
process_posix_darwin.odin 219b0fe535 Replace system:System.framework imports with system:System 1 сар өмнө
process_posix_other.odin 424dc590a3 fix bsds process_open 11 сар өмнө
process_wasi.odin 9b218a2922 don't need to hang on to the null handle 4 сар өмнө
process_windows.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
stat.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
stat_linux.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
stat_posix.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
stat_wasi.odin 4e7f54c565 Decouple usage of `filepath` from `os2` 5 сар өмнө
stat_windows.odin d7a83a7a1f Revert "os2: Don't try to translate Windows file attributes to Unix mode flags" 4 сар өмнө
temp_file.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
temp_file_linux.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
temp_file_posix.odin 19f0127e55 Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax. 1 жил өмнө
temp_file_wasi.odin e4892f1bb2 os/os2: wasi target support 7 сар өмнө
temp_file_windows.odin 9f2d008a8a Remove TEMP_ALLOCATOR_GUARD wrapper 4 сар өмнө
user.odin 17746db555 Fix user dirs, add docs 3 сар өмнө
user_posix.odin 3862555153 Replace core:posix usage in core:os/os2 2 сар өмнө
user_windows.odin 17746db555 Fix user dirs, add docs 3 сар өмнө