This website requires JavaScript.
Explore
☕ Блог
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
b666482d846c6f74a04026cd0848a2bc83e15e50
v
/
vlib
/
strconv
History
Delyan Angelov
54dd510ace
strconv: fix compilation with
-cc gcc -cstrict -prod
2021-07-15 01:05:00 +03:00
..
atof_test.v
…
atof.v
…
atofq.v
…
atoi_test.v
strconv: fix
atoi
returning 0 on large strings (
#10635
)
2021-07-02 10:39:57 +03:00
atoi.v
strconv: fix
atoi
returning 0 on large strings (
#10635
)
2021-07-02 10:39:57 +03:00
f32_f64_to_string_test.v
…
f32_str.v
strconv: fix compilation with
-cc gcc -cstrict -prod
2021-07-15 01:05:00 +03:00
f64_str.v
…
format_mem.v
…
format_test.v
…
format.md
…
format.v
…
ftoa.v
…
number_to_base_test.v
strconv: fix
atoi
returning 0 on large strings (
#10635
)
2021-07-02 10:39:57 +03:00
number_to_base.v
…
structs.v
…
tables.v
…
utilities.v
strconv: use
[if debug_strconv?]
for
fn assert1
2021-06-22 10:33:48 +03:00
vprintf.v
…