v/vlib/os
Lukas Neubert ac2c3847af
all: update copyright to 2019-2021 (#8029)
2021-01-18 13:20:06 +01:00
..
bare v test-fmt: reformat some skipped files, comment on the remaining ones 2020-10-15 00:39:09 +03:00
cmdline os: vfmt all of `os` .v files, add it to `v test-cleancode` with no exceptions 2020-12-16 14:15:11 +02:00
args.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
const.v os: add a `posix_set_permission_bit` function (#7754) 2021-01-04 19:57:17 +02:00
const_nix.c.v os: vfmt all of `os` .v files, add it to `v test-cleancode` with no exceptions 2020-12-16 14:15:11 +02:00
const_windows.c.v os: vfmt most of `os`, add it to `v test-cleancode` 2020-12-16 11:08:23 +02:00
environment.c.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
environment_test.v os: vfmt most of `os`, add it to `v test-cleancode` 2020-12-16 11:08:23 +02:00
fd.c.v fmt: add a space around single-line `unsafe` expressions (#7505) 2020-12-23 19:13:42 +01:00
file.c.v builtin,os: use more precise C. declarations for C.fread, C.fwrite and C.qsort 2021-01-15 12:15:31 +02:00
inode.c.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
inode_test.v os: vfmt most of `os`, add it to `v test-cleancode` 2020-12-16 11:08:23 +02:00
os.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
os_android.c.v os: fix typo in AAssetManager 2020-12-17 09:08:23 +02:00
os_c.v fmt: fix if cond break readability (#8132) 2021-01-16 02:12:17 +01:00
os_darwin.c.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
os_linux.c.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
os_nix.c.v fmt: fix if cond break readability (#8132) 2021-01-16 02:12:17 +01:00
os_test.v cgen: fix os.args initialization, so that `const x = os.args[0]` works 2021-01-10 15:17:24 +02:00
os_windows.c.v checker: fix duplicate variable name (fix #265) (#7982) 2021-01-10 21:41:29 +01:00
process.v fmt: align each contiguous field of struct. not the whole. (#7981) 2021-01-12 04:38:43 +01:00
process_nix.c.v os: add os.execve/3 (extracted from unix_spawn_process); use os.execvp/2 in v.util.launch_tool/3 2020-12-30 18:14:03 +02:00
process_test.v os: fix flaky test in process_test.v 2020-11-21 18:01:21 +02:00
process_windows.c.v os: add Process (#6786) 2020-11-16 17:32:50 +01:00