Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use hex constants so compilers don't whine about negative initializers. | Guy Harris | 2015-09-17 | 1 | -32/+32 |
| | |||||
* | Fix warnings as "old-style function definition" | Francois-Xavier Le Bail | 2015-09-09 | 1 | -5/+2 |
| | |||||
* | Map *ONLY* ASCII letters; don't map anything with the 8th bit set. | Guy Harris | 2015-06-11 | 1 | -10/+8 |
| | |||||
* | Do case-insensitive comparisons assuming ASCII strings. | Guy Harris | 2015-06-11 | 1 | -0/+110 |
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". |