Rewrote function str_search() to searchList().
It will now search up and down and in-between for characters that have the same starting value. It will then optimize the search for only those characters. Which makes stricmp() less used and thus the whole function is now faster than before.
Authored by: sumolx 2008-08-21
Parent: [r1976]
Child: [r1978]