aboutsummaryrefslogtreecommitdiff
path: root/ascii_strcasecmp.c
AgeCommit message (Expand)Author
2017-12-13Remove all storage class specifier 'register'Francois-Xavier Le Bail
2015-09-17Use hex constants so compilers don't whine about negative initializers.Guy Harris
2015-09-09Fix warnings as "old-style function definition"Francois-Xavier Le Bail
2015-06-11Map *ONLY* ASCII letters; don't map anything with the 8th bit set.Guy Harris
2015-06-11Do case-insensitive comparisons assuming ASCII strings.Guy Harris