The utility procedure `strcmp_ci' had a built-in assumption that the
authorChris Hanson <org/chris-hanson/cph>
Wed, 4 Aug 1993 22:21:35 +0000 (22:21 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 4 Aug 1993 22:21:35 +0000 (22:21 +0000)
commitd15405ca586301f1fc6d2e7f14c301bede15c657
tree3e1236503d10dde496b97c72132de7b5b8e6b8df
parente0fb3d6d3592c3a4625b56dc8cf8615be25f60dd
The utility procedure `strcmp_ci' had a built-in assumption that the
input strings contained no uppercase letters.  This is not the case.
The procedure `toupper' is guaranteed to work on all characters iff
the implementation is ANSI compliant.  The procedure `_toupper' (ant
`toupper' in non-ANSI implementations) is guaranteed to work _only_ on
lowercase letters.
v7/src/microcode/primutl.c