From: Scott W. <swa...@us...> - 2002-10-03 14:46:21
|
CVSROOT: /cvsroot/pilot-db Module name: pilot-db Changes by: swallace 02/10/03 07:46:20 Modified files: src : script.c Log message: fixed return types of 'filt' and 'sort'. removed a sensitivy to whitespace between an operator name and a '(' now this will parse: '(!(eq %1 0))' note that there is no whitespace between '!' and '('. |