v/vlib/os
Matt Baulch c7501e2d3d
os: fix build issue caused by fileno on *BSD
2020-05-28 11:08:59 +02:00
..
bare freestanding: sys_getuid, sys_waitid; minimal fork check; remove bare.S 2019-12-04 11:46:09 +03:00
cmdline all: fix remaining `[]array` warnings 2020-04-26 16:25:54 +02:00
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 all: unify const names to snake_case 2020-05-22 17:36:09 +02:00
environment.v checker: restrict numeric promotions to cases where no data is lost 2020-05-27 05:42:48 +02:00
environment_test.v os: implement os.environ() (part 2/2) (#3971) 2020-03-10 14:25:16 +01:00
inode.v checker: restrict numeric promotions to cases where no data is lost 2020-05-27 05:42:48 +02:00
inode_test.v checker: allow again fallthrough in or{} blocks of option calls without assignment 2020-04-08 02:56:24 +03:00
os.v os: fix build issue caused by fileno on *BSD 2020-05-28 11:08:59 +02:00
os_darwin.c.v vlib: use new filename format 2020-04-11 19:51:32 +02:00
os_linux.c.v all: unify const names to snake_case 2020-05-22 17:36:09 +02:00
os_nix.c.v cmd/v: reimplement -path flag 2020-05-26 03:17:52 +02:00
os_test.v parser: check if the last or {} block expression is valid 2020-04-07 17:36:00 +03:00
os_windows.c.v checker: restrict numeric promotions to cases where no data is lost 2020-05-27 05:42:48 +02:00