samwega
|
9da10dece2
|
fix: another itoa() used in path_linux.odin had to be replaced with write_int()
|
2025-10-03 22:26:24 +03:00 |
|
samwega
|
9e9d41ddfd
|
fix: cars i64 instead of int
|
2025-10-03 22:17:25 +03:00 |
|
samwega
|
83d36451a3
|
os_linux.odin was using itoa, changed to use write_int()
|
2025-10-03 22:13:03 +03:00 |
|
samwega
|
bbf297f265
|
fix: copy/paste error
|
2025-10-03 21:18:38 +03:00 |
|
samwega
|
2af3f280bf
|
Tetralux asked for int_tostring() to also be deprecated, use write_int() instead.
|
2025-10-03 21:14:54 +03:00 |
|
samwega
|
01bbd981ad
|
short C names deprecated (itoa, ftoa), C reimplementations of atoi and atof deprecated as parse_int() and parse_f64() are preferable
|
2025-10-03 20:54:18 +03:00 |
|
samwega
|
54805c600e
|
After discord debate: replaced rtoi and utoi with just digit_to_int and simple comment
|
2025-10-02 20:45:00 +03:00 |
|
samwega
|
84e8b8d1ad
|
fix: copy/paste replaced tabs with spaces
|
2025-10-02 15:45:21 +03:00 |
|
samwega
|
7eb26d8eac
|
feat: added rtoi & utoi procs for converting a rune and a u8 character respectively to int
|
2025-10-02 15:21:44 +03:00 |
|
samwega
|
ade4eafcad
|
-fix: typo
|
2025-09-26 11:53:53 +03:00 |
|