v/vlib/os
Delyan Angelov 9b171b76e0 os: call os.real_path/1 before returning in os.find_abs_path_of_executable/1 2020-08-20 19:23:19 +03:00
..
bare freestanding: sys_getuid, sys_waitid; minimal fork check; remove bare.S 2019-12-04 11:46:09 +03:00
cmdline
const.v all: unify const names to snake_case 2020-05-22 17:36:09 +02:00
const_nix.c.v all: unify const names to snake_case 2020-05-22 17:36:09 +02:00
const_windows.c.v vsymlink: real Windows symbolic link, fallback to batch, make.bat updates (#5841) 2020-07-16 18:33:26 +02:00
environment.v v/checker: Warn about pointer indexing outside unsafe {} (#5918) 2020-07-22 20:28:53 +03:00
environment_test.v
file.v os: move file logic to file.v (#6013) 2020-08-01 23:07:37 +02:00
inode.v checker: disallow casting to bool, use `some_int != 0` instead (#6138) 2020-08-19 14:37:55 +02:00
inode_test.v
os.v os: call os.real_path/1 before returning in os.find_abs_path_of_executable/1 2020-08-20 19:23:19 +03:00
os_android.c.v gg: fixes and Android support (#6161) 2020-08-19 07:10:42 +02:00
os_c.v
os_darwin.c.v
os_linux.c.v os: move file logic to file.v (#6013) 2020-08-01 23:07:37 +02:00
os_nix.c.v parser: warn when fixed-size ArrayInit doesn't have trailing `{}`. (#6137) 2020-08-16 04:54:05 +02:00
os_test.v os: implement os.write_file_array and os.read_file_array . 2020-07-13 10:46:37 +03:00
os_windows.c.v parser: warn when fixed-size ArrayInit doesn't have trailing `{}`. (#6137) 2020-08-16 04:54:05 +02:00