Commit Graph

5 Commits

Author SHA1 Message Date
Francois-Xavier Le Bail
5cea270318 Remove all storage class specifier 'register'
Let the compiler do the optimizations (or not) based on build options.

Avoid 'value has been optimized out' messages in gdb using '-O0'.
2017-12-13 19:17:47 +01:00
Guy Harris
027c7f75d8 Use hex constants so compilers don't whine about negative initializers. 2015-09-17 12:17:02 -07:00
Francois-Xavier Le Bail
cca3241ac6 Fix warnings as "old-style function definition" 2015-09-09 18:28:02 +02:00
Guy Harris
13e10e81bd Map *ONLY* ASCII letters; don't map anything with the 8th bit set. 2015-06-11 17:28:39 -07:00
Guy Harris
3dd9240cc3 Do case-insensitive comparisons assuming ASCII strings.
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".
2015-06-11 15:47:44 -07:00