Fixed 523: PQF parser does not properly diagnose @prox syntax errors.
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 1 Apr 2006 11:45:23 +0000 (11:45 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 1 Apr 2006 11:45:23 +0000 (11:45 +0000)
commita7c0fe1d8d8d89204f5c25a72d556d3d67b32d35
tree134b4bd1301b35b64b6c2b9d3c960cb3142684c0
parent0e1ac7200aeba08e2debbe83c951f1b47d1ef92e
Fixed 523: PQF parser does not properly diagnose @prox syntax errors.
Added a few PQF parser diagnostics to improve error messages.
Catch terms that aren't unsigned ints.. E.g. the invalid @attr p=q x .
include/yaz/pquery.h
src/pquery.c
test/Makefile.am
test/tstpquery.c [new file with mode: 0644]