From: Wolfgang M. M. <wol...@us...> - 2004-06-03 10:28:21
|
Update of /cvsroot/exist/eXist-1.0/src/org/exist/xquery/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30142/src/org/exist/xquery/functions Modified Files: ExtRegexp.java Log Message: Fixed text:fuzzy-match-all, text:fuzzy-match-any functions. Index: ExtRegexp.java =================================================================== RCS file: /cvsroot/exist/eXist-1.0/src/org/exist/xquery/functions/ExtRegexp.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ExtRegexp.java 28 May 2004 10:54:09 -0000 1.5 --- ExtRegexp.java 3 Jun 2004 10:28:13 -0000 1.6 *************** *** 103,107 **** Expression path = getArgument(0); if ((getDependencies() & Dependency.CONTEXT_ITEM) == Dependency.NO_DEPENDENCY) { - LOG.debug("single execution"); NodeSet nodes = path == null --- 103,106 ---- |