1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/builtin/bare
bogen85 751ba48bf5 freestanding improvements (exit, function checks)
Fixed exit for freestanding (as assert now uses it).
Running each function check now in a forked process so they can be killed or return other exit codes (and so each function runs, even if others crash)
2019-12-07 22:25:19 +03:00
..
.checks freestanding improvements (exit, function checks) 2019-12-07 22:25:19 +03:00
array_bare.v freestanding: add array support (stack only for now) 2019-12-01 11:27:36 +03:00
builtin_bare.v freestanding: init consts 2019-12-04 01:40:26 +03:00
linuxsys_bare.v freestanding improvements (exit, function checks) 2019-12-07 22:25:19 +03:00
mm_bare.v freestanding improvements (exit, function checks) 2019-12-07 22:25:19 +03:00
string_bare.v *C.char => charptr 2019-12-02 11:37:35 +03:00
syscallwrapper_test.v os: replace dir_exists with is_dir; file_exists() => exists() 2019-12-04 23:17:45 +03:00