v/vlib/builtin
radare 5581b2bd3c
builtin: fix backtrace for OpenBSD and NetBSD
2020-03-16 12:10:58 +01:00
..
bare os: merge with filepath 2020-03-07 22:26:26 +01:00
js use LF line endings in examples/quick_sort.v 2020-03-03 14:41:05 +01:00
array.v builtin: implement []int.str() 2020-03-11 18:48:59 +01:00
array_test.v builtin: new str(), hex() functions without C.printf 2020-03-11 00:38:11 +01:00
builtin.v cgen: definitions + other fixes; calloc fix 2020-03-04 17:08:28 +01:00
builtin_nix.v builtin: fix backtrace for OpenBSD and NetBSD 2020-03-16 12:10:58 +01:00
builtin_windows.v update copyright year 2020-01-23 21:04:46 +01:00
byte_test.v []byte.clone() 2019-07-25 18:07:25 +02:00
cfns.v cgen: definitions + other fixes; calloc fix 2020-03-04 17:08:28 +01:00
float.v atof: lots of fixes 2020-02-26 12:14:06 +01:00
int.v builtin: new str(), hex() functions without C.printf 2020-03-11 00:38:11 +01:00
int_test.v builtin: new str(), hex() functions without C.printf 2020-03-11 00:38:11 +01:00
isnil_test.v compiler: allow function expecting a void* to receive a byteptr 2019-11-28 09:44:43 +03:00
map.v map: make compilable with the new compiler 2020-03-12 20:26:29 +01:00
map_test.v cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
option.v update copyright years 2020-02-03 05:00:36 +01:00
sorted_map.v cgen: args fixes 2020-03-11 21:11:27 +01:00
string.v string: strip_margin: fix the error message for multiple args 2020-03-15 07:49:37 +01:00
string_int_test.v string: new type conversion functions 2020-01-14 18:05:38 +01:00
string_test.v string: disable strip_margins test for now 2020-03-15 23:21:32 +01:00
utf8.v update copyright years 2020-02-03 05:00:36 +01: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