v/vlib/strconv
penguindark f3757a7cd1
strconv: float memory leak fix (#11980)
2021-09-26 07:33:35 +03:00
..
atof.c.v fmt: remove unnecessary parentheses after `return` (fix #11423) (#11435) 2021-09-08 14:19:53 +03:00
atof.js.v strconv,v.gen.js: proper optionals returns, strconv compiles to the JS backend (#11364) 2021-09-03 12:16:07 +03:00
atof_test.v strconv: vfmt everything 2021-06-18 17:59:56 +03: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 strconv,v.gen.js: proper optionals returns, strconv compiles to the JS backend (#11364) 2021-09-03 12:16:07 +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 strconv,v.gen.js: proper optionals returns, strconv compiles to the JS backend (#11364) 2021-09-03 12:16:07 +03:00
f64_str.c.v strconv,v.gen.js: proper optionals returns, strconv compiles to the JS backend (#11364) 2021-09-03 12:16:07 +03:00
format.md check-md: verify code example formatting (#7143) 2020-12-05 22:54:41 +01:00
format.v strconv: vfmt everything 2021-06-18 17:59:56 +03:00
format_mem.c.v strconv: float memory leak fix (#11980) 2021-09-26 07:33:35 +03:00
format_test.v strconv: vfmt everything 2021-06-18 17:59:56 +03:00
ftoa.c.v strconv,v.gen.js: proper optionals returns, strconv compiles to the JS backend (#11364) 2021-09-03 12:16:07 +03:00
number_to_base.c.v strconv,v.gen.js: proper optionals returns, strconv compiles to the JS backend (#11364) 2021-09-03 12:16:07 +03: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 strconv,v.gen.js: proper optionals returns, strconv compiles to the JS backend (#11364) 2021-09-03 12:16:07 +03:00
utilities.v strconv,v.gen.js: proper optionals returns, strconv compiles to the JS backend (#11364) 2021-09-03 12:16:07 +03:00
vprintf.c.v builtin, cgen: more -nofloat fixes 2021-09-13 19:06:19 +03:00