v/vlib/os
zakuro c8416f9a54
all: deprecate write_str and replace it with write_string (#9369)
2021-03-20 17:25:51 +01:00
..
bare
cmdline
args.v
const.v
const_nix.c.v
const_windows.c.v
environment.c.v
environment_test.v
fd.c.v
file.c.v os: deprecate `os.File.write_bytes` and add `os.File.write_ptr` (#9370) 2021-03-20 09:02:28 +02:00
file_test.v
inode.c.v
inode_test.v
os.v os: deprecate `os.File.write_bytes` and add `os.File.write_ptr` (#9370) 2021-03-20 09:02:28 +02:00
os_android.c.v
os_c.v checker: fixed array cannot implicitly convert to fooptr (again) (#9302) 2021-03-15 15:55:07 +02:00
os_darwin.c.v
os_darwin.m
os_linux.c.v
os_nix.c.v os: deprecate `os.File.write_bytes` and add `os.File.write_ptr` (#9370) 2021-03-20 09:02:28 +02:00
os_test.v all: deprecate write_str and replace it with write_string (#9369) 2021-03-20 17:25:51 +01:00
os_windows.c.v os: deprecate `os.File.write_bytes` and add `os.File.write_ptr` (#9370) 2021-03-20 09:02:28 +02:00
process.v os: simplify Process (remove chainability of Process method calls) 2021-03-15 09:23:43 +02:00
process_nix.c.v
process_test.v
process_windows.c.v