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
2015-06-10 14:40:48 -04:00
2015-06-10 10:02:34 -04:00
2015-05-06 21:12:13 -04:00
2015-05-27 10:22:40 -04:00
2015-05-27 10:22:40 -04:00
2015-06-10 10:02:34 -04:00
2015-03-22 15:36:07 -04:00
2014-05-25 03:18:05 -07:00
2014-06-30 15:06:22 +02:00
2015-05-12 06:21:32 -07:00
2011-04-13 19:05:41 -05:00
2014-12-18 04:55:58 -08:00
2015-05-15 20:53:17 -04:00
2014-05-27 01:09:12 -06:00

SourceMod

General

Development

S
Description
No description provided
Readme
45 MiB
Languages
C 59.7%
C++ 18%
HTML 4.8%
Roff 3.8%
SourcePawn 3.4%
Other 10%