Avoid ctype.h .
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Apr 2011 12:33:23 +0000 (14:33 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Apr 2011 12:36:19 +0000 (14:36 +0200)
commit4f3bcae93d51a26709c12b51261c3d95af610cb2
tree2f453d70bc25aa89b62318b5c5076343a094d92b
parent1fbd038d97d6e1bfe97270ecc17cca123bcc435c
Avoid ctype.h .

The ctype.h-functions depend on the LANG environment which might be set
to something totally different than a server application assumes. We also
do not need anything but ASCII based checks (HTTP protocol for one).
isxxx functions also require an unsigned int and a cast. These casts can
be avoided now.
57 files changed:
client/client.c
client/fhistory.c
include/yaz/yaz-iconv.h
src/advancegreek.c
src/atoin.c
src/ccl_stop_words.c
src/cclptree.c
src/cclstr.c
src/ccltoken.c
src/comstack.c
src/cql.y
src/cqltransform.c
src/grs1disp.c
src/http.c
src/iconv_decode_danmarc.c
src/iconv_decode_iso5426.c
src/iconv_decode_marc8.c
src/iconv_encode_iso_8859_1.c
src/iconv_encode_marc8.c
src/iconv_encode_wchar.c
src/iso5428.c
src/log.c
src/marc_read_iso2709.c
src/marc_read_line.c
src/marc_read_xml.c
src/marcdisp.c
src/match_glob.c
src/matchstr.c
src/mime.c
src/odr_util.c
src/oid_db.c
src/oid_util.c
src/opacdisp.c
src/pquery.c
src/readconf.c
src/seshigh.c
src/siconv.c
src/solrtransform.c
src/statserv.c
src/tokenizer.c
src/tpath.c
src/ucs4.c
src/utf8.c
src/yaz-ccl.c
test/test_file_glob.c
test/test_filepath.c
test/test_iconv.c
test/test_nmem.c
util/yaziconv.c
zoom/zoom-benchmark.c
zoom/zoomsh.c
zoom/zoomtst3.c
ztest/dummy-opac.c
ztest/gfs-example.c
ztest/read-grs.c
ztest/read-marc.c
ztest/ztest.c