v/vlib/builtin
penguindark 39429f7ac9
atof: lots of fixes
* removed sprintf for f64 and f32 use

* removed all pointers from the code, used unions instead

* solved module name problem

* fixed tests on vlib/math

* fix for alpine-linux math test

* small fix on byte allocation for ftoa
2020-02-26 12:14:06 +01:00
..
bare cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
js cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
array.v cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
array_test.v cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
builtin.v v2: break, continue, for in fixes, fixed size array, | 2020-02-04 08:29:50 +01:00
builtin_nix.v v2: minor fixes 2020-02-07 21:29:28 +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 v2: type sys - store type idx/ptr in int & add helpers 2020-02-10 08:32:08 +01:00
float.v atof: lots of fixes 2020-02-26 12:14:06 +01:00
int.v cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
int_test.v scanner: make `0o` prefix the only way to define octals 2020-02-23 23:43:04 +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 v2: xor, for x = ... 2020-02-20 21:28:08 +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 cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
string.v cleanup: replace C for loops with range 2020-02-24 17:55:16 +01:00
string_int_test.v string: new type conversion functions 2020-01-14 18:05:38 +01:00
string_test.v string: add more test cases 2020-02-20 20:14:21 +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