v/vlib/net
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
..
net.v net : fix error msg 2019-07-17 18:42:10 +02:00
socket.v string: make substr() copy the data, like in Java and C#; remove .cstr() 2019-07-22 17:03:45 +02:00
socket_nix.v *_nix.v support 2019-07-15 19:23:09 +02:00
socket_test.v string: make substr() copy the data, like in Java and C#; remove .cstr() 2019-07-22 17:03:45 +02:00
socket_win.v Fixed get_error_msg for *nix 2019-07-18 20:21:48 +02:00