CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/07/15 13:23:26
Modified files:
usr.bin/mail : aux.c extern.h list.c
Log message:
- 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@
