aboutsummaryrefslogtreecommitdiff
path: root/core/strconv/deprecated.odin
Commit message (Collapse)AuthorAgeFilesLines
* Tetralux asked for int_tostring() to also be deprecated, use write_int() ↵samwega2025-10-031-3/+3
| | | | instead.
* short C names deprecated (itoa, ftoa), C reimplementations of atoi and atof ↵samwega2025-10-031-0/+24
| | | | deprecated as parse_int() and parse_f64() are preferable
* Add deprecation warnings for `strconv.append_*`Feoramund2025-06-051-0/+38