.. |
bare
|
builtin: use dlmalloc for -freestanding (#13054)
|
2022-01-06 14:10:37 +02:00 |
atof_test.v
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
atof.c.v
|
strconv: fix float_prec := 1.9999999999999999 + 0.0000000000000000005 being 0.5 (fix #16448) (#16495)
|
2022-11-21 03:57:51 +03:00 |
atof.js.v
|
all: change optional to result of io (#16075)
|
2022-10-16 09:28:57 +03:00 |
atofq.c.v
|
builtin,strconv: speedup str.int() conversions (without -prod)
|
2022-09-08 11:28:19 +03:00 |
atoi_test.v
|
all: change optional to result of io (#16075)
|
2022-10-16 09:28:57 +03:00 |
atoi.v
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
converter_test.v
|
strconv: add test_atof_converter to the tests, as suggested by the code review
|
2022-11-21 07:41:41 +02:00 |
f32_f64_to_string_test.v
|
builtin,strconv: append ".0", to float string representations, to ensure clarity (#16079)
|
2022-10-17 15:41:07 +03:00 |
f32_str.c.v
|
strconv: add missing doc strings (#14164)
|
2022-04-26 18:09:36 +03:00 |
f32_str.js.v
|
strconv,js: f64_to_str works on JS backend now; Fix BigInt usage in infix expressions (#12464)
|
2021-11-15 14:13:44 +02:00 |
f64_str.c.v
|
strconv: add missing doc strings (#14164)
|
2022-04-26 18:09:36 +03:00 |
f64_str.js.v
|
all: replace []byte with []u8
|
2022-04-15 15:35:35 +03:00 |
f64_str.v
|
strconv,js: f64_to_str works on JS backend now; Fix BigInt usage in infix expressions (#12464)
|
2021-11-15 14:13:44 +02:00 |
format_mem.c.v
|
strconv: make f64_to_str_lnd1 public (fix building vlang/coreutils printf)
|
2022-05-30 22:14:22 +03:00 |
format_mem.js.v
|
all: ~500 more byte=>u8
|
2022-04-15 18:25:45 +03:00 |
format_test.v
|
all: byte => u8
|
2022-04-15 14:58:56 +03:00 |
format.md
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
format.v
|
strconv: add missing doc strings (#14164)
|
2022-04-26 18:09:36 +03:00 |
ftoa.c.v
|
strconv: add missing doc strings (#14164)
|
2022-04-26 18:09:36 +03:00 |
number_to_base_test.v
|
|
|
number_to_base.c.v
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
README.md
|
docs: adding skeleton README.md files for all vlib modules (#13034)
|
2022-01-05 18:06:08 +02:00 |
structs.v
|
|
|
tables.v
|
|
|
utilities.c.v
|
builtin,strconv: append ".0", to float string representations, to ensure clarity (#16079)
|
2022-10-17 15:41:07 +03:00 |
utilities.v
|
js,strconv: port some functions to JS backend, improve rune.str() (#12460)
|
2021-11-14 21:06:58 +02:00 |
vprintf.c.v
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |