New functions yaz_sort_spec_to_{cql,type7}
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 6 Sep 2011 11:11:30 +0000 (13:11 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 6 Sep 2011 11:11:30 +0000 (13:11 +0200)
commit9b2f4955aee1fcee3702bcd832dbaf7fca7243ad
treeab3bf4f26d494dcee6ac426e7f84b01deaa3b9ee
parentc4aebcfe8750bd421de0c06820fdddb4e4443a11
New functions yaz_sort_spec_to_{cql,type7}

These two new functions convert a Z39.50 SortKeySpecList to CQL
SORTBY and Type-1/RPN with type-7 sorting. Tests in test_sortspec.c.
include/yaz/sortspec.h
src/sortspec.c
test/Makefile.am
test/test_sortspec.c [new file with mode: 0644]