summaryrefslogtreecommitdiff
path: root/ascii_strcasecmp.h
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of "tcpdump" in some libnetdissect codesFrancois-Xavier Le Bail2015-09-081-3/+3
|
* Do case-insensitive comparisons assuming ASCII strings.Guy Harris2015-06-111-0/+33
Do the case-insensitive comparisons in a locale-independent fashion that only maps ASCII letters, in the standard English-language fashion; that way, we don't get bitten by, for example, Turkish having separate "i with dot" and "i without dot" letters, with lower-case "i with dot" being mapped to upper-case "I with dot" rather than being mapped to "I".