v/vlib/builtin
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
..
array.v array.slice(): bounds out of range check 2019-07-21 16:55:04 +02:00
array_test.v Fix array.reverse() test 2019-07-17 18:35:40 +02:00
builtin.v Revert "Windows Unicode I/O " 2019-07-21 17:29:40 +02:00
int.v free/malloc fixes 2019-07-21 12:36:21 +02:00
map.v migrate remaining code to the new maps 2019-07-14 22:26:21 +02:00
map_test.v table: fix #1219 2019-07-18 04:32:49 +02:00
option.v os: clean up file functions, use optionals 2019-07-03 21:37:12 +02:00
string.v string: make substr() copy the data, like in Java and C#; remove .cstr() 2019-07-22 17:03:45 +02:00
string_test.v string(bytes_array) cast 2019-07-20 22:03:38 +02:00
utf8.v Revert "Windows Unicode I/O " 2019-07-21 17:29:40 +02:00
utf8_test.v utf8: remove unused UTF8_CHAR_LEN macro and add a simple utf8 test 2019-07-10 09:07:04 +02:00