- chraise can be replaced with toupper; no need to check for islower
authormartynas <martynas@openbsd.org>
Tue, 15 Jul 2008 19:23:26 +0000 (19:23 +0000)
committermartynas <martynas@openbsd.org>
Tue, 15 Jul 2008 19:23:26 +0000 (19:23 +0000)
commitf10129aa66e1726cfab461313e185dd1671ca72d
tree29ee5c4185262d55d0bf3bc54f1818ba86a9bfd4
parent027197fc6680dfe7e60095297710d53f6261d69c
- chraise can be replaced with toupper;  no need to check for islower
- remove quite some code, use strcasestr instead of reimplementing
it each time
- use strncasecmp, instead of comparing through each character
"looks fine" millert@
usr.bin/mail/aux.c
usr.bin/mail/extern.h
usr.bin/mail/list.c