[htdig-dev] Re: Changes to htsearch.cc version 1.60, 2002/12/30 12:42:59

2003-06-05 Thread Lachlan Andrew
Greetings Neal, These conditions were subsumed into the earlier tests: if (boolean mystrcasecmp(word.get(), and) == 0) became if (boolean (mystrcasecmp(word.get(), +) == 0 || mystrcasecmp(word.get(), boolean_keywords[AND]) == 0)) and similarly for -. To my mind this is clearer,

[htdig-dev] Changes to htsearch.cc version 1.60, 2002/12/30 12:42:59

2003-06-05 Thread Neal Richter
Lachlan, I'm working on the WIN32 port and reveiwing changes since my last port.. On 2002/12/30 12:42:59 you were hacking on with a commit message of: Forward-port of many 3.1.6 features These lines were removed new line 550: else if (boolean mystrcasecmp(word.get(), +) == 0)