| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tetralux asked for int_tostring() to also be deprecated, use write_int() ↵ | samwega | 2025-10-03 | 1 | -3/+3 |
| | | | | | instead. | ||||
| * | short C names deprecated (itoa, ftoa), C reimplementations of atoi and atof ↵ | samwega | 2025-10-03 | 1 | -0/+24 |
| | | | | | deprecated as parse_int() and parse_f64() are preferable | ||||
| * | Add deprecation warnings for `strconv.append_*` | Feoramund | 2025-06-05 | 1 | -0/+38 |