1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/os
Alexander Medvednikov 390394b56b string: make substr() copy the data, like in Java and C#; remove .cstr()
this makes managing memory used by strings much easier
V strings are now fully compatible with C strings
2019-07-22 17:03:45 +02:00
..
const.v Add get_module_filename 2019-07-15 14:27:33 +02:00
os_nix.v Fixed get_error_msg for *nix 2019-07-18 20:21:48 +02:00
os_test.v os: fix 'rm' and 'rmdir' implementation on windows 2019-07-16 15:55:51 +02:00
os_win.v string: make substr() copy the data, like in Java and C#; remove .cstr() 2019-07-22 17:03:45 +02:00
os.v string: make substr() copy the data, like in Java and C#; remove .cstr() 2019-07-22 17:03:45 +02:00