Clean-up the CCL API. Moved some internal structures from ccl.h to
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 25 Apr 2007 20:52:18 +0000 (20:52 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 25 Apr 2007 20:52:18 +0000 (20:52 +0000)
commitde80462103c0fc554c8fa40827894f92fa9d8fe6
treec3e10d9458114cc90f4bf0cb1a83beacad694114
parent544ac779d4c6b5d3d07f54486a7cb851bd6f74ea
Clean-up the CCL API. Moved some internal structures from ccl.h to
private header cclp.h. Changed ccl_parser_create so that a Bibset must
be supplied. Removed tokenize API from ccl.h - including ccl_parser_find.
This is replaced by ccl_parser_find_str which takes a string instead.
NEWS
include/yaz/ccl.h
src/Makefile.am
src/cclfind.c
src/cclp.h [new file with mode: 0644]
src/cclqfile.c
src/cclqual.c
src/ccltoken.c
test/tstccl.c
util/cclsh.c