1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/os
0x9ef 91a712fdf0 Check for max error code overflow
If do not check the overflow of the maximum error code (15841), this can lead to a program crash.
2019-07-17 00:01:42 +02:00
..
const.v Add get_module_filename 2019-07-15 14:27:33 +02:00
os_nix.v os.dir(); fix vroot on Windows 2019-07-16 01:57:06 +02:00
os_test.v os: fix 'rm' and 'rmdir' implementation on windows 2019-07-16 15:55:51 +02:00
os_win.v Check for max error code overflow 2019-07-17 00:01:42 +02:00
os.v os: hostname function 2019-07-16 19:23:47 +02:00