.. |
bare
|
builtin: use dlmalloc for `-freestanding` (#13054)
|
2022-01-06 14:10:37 +02:00 |
README.md
|
docs: adding skeleton README.md files for all vlib modules (#13034)
|
2022-01-05 18:06:08 +02:00 |
atof.c.v
|
strconv: cleanup atof.c.v - use a ParserState enum, clarify comments
|
2022-04-11 12:01:47 +03:00 |
atof.js.v
|
strconv: change atof64 to return an error, if the parsed value is not a valid number (#13424)
|
2022-02-10 13:27:32 +02:00 |
atof_test.v
|
strconv: change atof64 to return an error, if the parsed value is not a valid number (#13424)
|
2022-02-10 13:27:32 +02:00 |
atofq.c.v
|
strconv,v.gen.js: proper optionals returns, strconv compiles to the JS backend (#11364)
|
2021-09-03 12:16:07 +03:00 |
atoi.v
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
atoi_test.v
|
strconv: fix `atoi` returning 0 on large strings (#10635)
|
2021-07-02 10:39:57 +03:00 |
f32_f64_to_string_test.v
|
scanner: no longer allow `1.` float literals (#11301)
|
2021-08-25 14:39:37 +03:00 |
f32_str.c.v
|
all: update copyright year
|
2022-01-04 12:21:12 +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
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
f64_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.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.md
|
strconv: fix format.md example snippets (#12642)
|
2021-12-01 17:23:35 +02:00 |
format.v
|
strconv: fix a double free bug in v_sprintf/remove_tail_zeros_old, reduce leaks
|
2022-03-11 19:32:08 +02:00 |
format_mem.c.v
|
strconv: minor cleanup in f64_to_str_lnd1() (#13804)
|
2022-03-22 20:15:59 +02:00 |
format_mem.js.v
|
strings: rename Builder.write_b() to Builder.write_byte(), add deprecation (#13313)
|
2022-01-28 20:34:44 +02:00 |
format_test.v
|
strconv: fix a double free bug in v_sprintf/remove_tail_zeros_old, reduce leaks
|
2022-03-11 19:32:08 +02:00 |
ftoa.c.v
|
all: update copyright year
|
2022-01-04 12:21:12 +03:00 |
number_to_base.c.v
|
strconv: add a small performance optimisation
|
2021-12-03 20:14:14 +02:00 |
number_to_base_test.v
|
strconv: fix `atoi` returning 0 on large strings (#10635)
|
2021-07-02 10:39:57 +03:00 |
structs.v
|
strconv: vfmt everything
|
2021-06-18 17:59:56 +03:00 |
tables.v
|
strconv: vfmt everything
|
2021-06-18 17:59:56 +03:00 |
utilities.c.v
|
all: update copyright year
|
2022-01-04 12:21:12 +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
|
strconv: fix a double free bug in v_sprintf/remove_tail_zeros_old, reduce leaks
|
2022-03-11 19:32:08 +02:00 |