summaryrefslogtreecommitdiff
path: root/ascii_strcasecmp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-3/+3
* Use hex constants so compilers don't whine about negative initializers.Guy Harris2015-09-171-32/+32
* Fix warnings as "old-style function definition"Francois-Xavier Le Bail2015-09-091-5/+2
* Map *ONLY* ASCII letters; don't map anything with the 8th bit set.Guy Harris2015-06-111-10/+8
* Do case-insensitive comparisons assuming ASCII strings.Guy Harris2015-06-111-0/+110