v/vlib/strconv
Uwe Krüger 0ff2d9ef78
strconv: fix memory corruption (#10250)
2021-05-29 16:24:09 +03:00
..
atof.v all: new string interpolation in pure V (#10181) 2021-05-24 05:20:45 +03:00
atof_test.v ci: remove some tests from skip_with_werror in `v test-self` 2021-04-14 12:47:24 +03:00
atofq.v checker: fix warning & allow assigning to a union field without unsafe (#7970) 2021-01-09 01:32:33 +01:00
atoi.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
atoi_test.v tests: fix some warnings in preparation for `-W test-self` 2021-01-31 11:05:17 +02:00
f32_f64_to_string_test.v ci: fix all `-cstrict` warnings with gcc and clang (#9792) 2021-04-19 15:38:48 +03:00
f32_str.v all: new string interpolation in pure V (#10181) 2021-05-24 05:20:45 +03:00
f64_str.v strconv: float functions cleaning and speed optimization (#10076) 2021-05-11 08:09:17 +03:00
format.md check-md: verify code example formatting (#7143) 2020-12-05 22:54:41 +01:00
format.v all: new string interpolation in pure V (#10181) 2021-05-24 05:20:45 +03:00
format_mem.v strconv: fix memory corruption (#10250) 2021-05-29 16:24:09 +03:00
format_test.v tests: fix strconv.v_sprintf arrity mismatch in format_test.v 2020-09-17 00:33:25 +03:00
ftoa.v all: update copyright to 2019-2021 (#8029) 2021-01-18 13:20:06 +01:00
number_to_base.v all: new string interpolation in pure V (#10181) 2021-05-24 05:20:45 +03:00
number_to_base_test.v strconv: implement strconv.format_int(n, radix) and strconv.format_uint(n,radix) 2021-01-04 16:02:13 +02:00
structs.v all: new string interpolation in pure V (#10181) 2021-05-24 05:20:45 +03:00
tables.v cc: build-module/module cache fixes; strconv: move all code in one module 2020-07-16 19:01:56 +02:00
utilities.v all: new string interpolation in pure V (#10181) 2021-05-24 05:20:45 +03:00
vprintf.v all: new string interpolation in pure V (#10181) 2021-05-24 05:20:45 +03:00