James Dickens
9df93b0708
Fix Int64ToString producing incorrect output ( #1723 )
2022-03-04 03:03:35 -08:00
Vladimir
f603b7aec3
Add StringToInt64() and Int64ToString() natives ( #1511 )
2021-06-28 21:51:49 +01:00
Asher Baker
1ff13c59cf
Move the guts of Format to a helper function
2016-02-15 12:49:22 +00:00
David Anderson
e78fe93e92
Move gnprintf/atcprintf from core to logic.
2015-08-30 19:32:46 -07:00
David Anderson
9ba1363d86
Remove Format/FormatArgs from the core/logic bridge.
2015-08-30 18:03:31 -07:00
Nicholas Hastings
14e0a9a487
Fix some ctype misuses (bug 6377).
...
isalpha, isdigit, isupper, and islower do not return 0/1. They return 0 or anything-else. Since the bool tag in pawn only supports exactly 0 and 1, we need to return 1 for all truthy returns in the natives that wrap these.
2015-06-10 14:40:48 -04:00
Kyle Sanderson
e3cb33bbda
Switch StringToInt(Ex) from strtol to strtoul (bug 5939, r=psychonic).
2013-10-06 15:40:03 -04:00
David Anderson
85bedca236
Move string natives from logic to core (bug 4406 part 8, r=fyren).
...
--HG--
rename : core/smn_string.cpp => core/logic/smn_string.cpp
2010-05-14 20:04:44 -07:00