From e93edd27b69830dbd41cf2982ebb1f0d2847f207 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 29 Mar 2007 11:14:47 +0000 Subject: [PATCH] CQL translation fix. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index e502777..216e038 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Change to emit_term() in CQL-to-PQF query translation: when a term has +the /regexp relation modifier, do not process it for leading and +trailing "^" and "*", which have quite different meanings in regular +expressions. + Attempted fix of bug #976: Segfault in yaz_iconv. The yaz_iconv function write handlers no longer carries a 'last' parameter. This will make yaz_iconv flush "less" characters. A flush is performed by call to -- 1.7.10.4