Ensure we're using unsigned char's ptrs for ctype functions.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 21 Oct 2008 14:39:13 +0000 (16:39 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 21 Oct 2008 14:39:13 +0000 (16:39 +0200)
commit49088b6680bed3c069be10ff0cb7cc16f3733729
tree9bf0c44703229ce2a6fdffeb3f19a04271d2e89d
parent6518f2160a4dfcd5e521f9beb3310ad16c5acf05
Ensure we're using unsigned char's ptrs for ctype functions.

Ensure we're using unsigned char's ptrs for ctype functions. If not,
Pazpar2 will crash on Windows. This commit also removes ctype.h includes
from source where it's not needed.
src/charsets.c
src/client.c
src/connection.c
src/dirent.c
src/http.c
src/http_command.c
src/normalize7bit.c
src/relevance.c
src/termlists.c