Added CCL facility r=r "range" which is similar to r=o "ordered"
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 29 Sep 2004 20:37:50 +0000 (20:37 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 29 Sep 2004 20:37:50 +0000 (20:37 +0000)
commite4baade57ba02d625ecd6452b0f4383b24c25f2d
treeb9429b8a7ffa9bbbe5a1b560cb30975c236f7d84
parent7bfa924f0f58b494c4aba33320183374ffd594cd
Added CCL facility r=r "range" which is similar to r=o "ordered"
but does not require white-space before and after the dash, e.g.
x=-1990 is equivalent to x <= 1990 iff r=r, but equivalent to
x= -1980 iff r=o. Added CCL tests for ranges.
Fixed memory leak in CCL parser that occurred when proximity was used.
NEWS
client/default.bib
include/yaz/ccl.h
src/cclfind.c
src/cclqfile.c
src/ccltoken.c
test/tstccl.c