You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2010/11/03 05:37:03 UTC

[lucy-commits] svn commit: r1030328 [2/2] - in /incubator/lucy/trunk: clownfish/lib/Clownfish/Binding/Core/ core/KinoSearch/ core/KinoSearch/Analysis/ core/KinoSearch/Document/ core/KinoSearch/Highlight/ core/KinoSearch/Index/ core/KinoSearch/Index/Posting/ core/Kino...

Modified: incubator/lucy/trunk/core/KinoSearch/Search/RangeQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Search/RangeQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Search/RangeQuery.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Search/RangeQuery.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_RANGEQUERY
-#define C_KINO_RANGECOMPILER
+#define C_LUCY_RANGEQUERY
+#define C_LUCY_RANGECOMPILER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Search/RangeQuery.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Search/RangeScorer.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Search/RangeScorer.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Search/RangeScorer.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Search/RangeScorer.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_RANGESCORER
+#define C_LUCY_RANGESCORER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Search/RangeScorer.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Search/RequiredOptionalQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Search/RequiredOptionalQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Search/RequiredOptionalQuery.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Search/RequiredOptionalQuery.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_REQUIREDOPTIONALQUERY
-#define C_KINO_REQUIREDOPTIONALCOMPILER
+#define C_LUCY_REQUIREDOPTIONALQUERY
+#define C_LUCY_REQUIREDOPTIONALCOMPILER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Search/RequiredOptionalQuery.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Search/RequiredOptionalScorer.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Search/RequiredOptionalScorer.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Search/RequiredOptionalScorer.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Search/RequiredOptionalScorer.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_REQUIREDOPTIONALSCORER
+#define C_LUCY_REQUIREDOPTIONALSCORER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Search/RequiredOptionalScorer.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Search/Searcher.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Search/Searcher.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Search/Searcher.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Search/Searcher.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_SEARCHER
+#define C_LUCY_SEARCHER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Search/Searcher.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Search/SeriesMatcher.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Search/SeriesMatcher.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Search/SeriesMatcher.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Search/SeriesMatcher.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_SERIESMATCHER
+#define C_LUCY_SERIESMATCHER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Search/SeriesMatcher.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Search/SortRule.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Search/SortRule.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Search/SortRule.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Search/SortRule.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_SORTRULE
+#define C_LUCY_SORTRULE
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Search/SortRule.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Search/SortSpec.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Search/SortSpec.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Search/SortSpec.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Search/SortSpec.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_SORTSPEC
+#define C_LUCY_SORTSPEC
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Search/SortSpec.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Search/Span.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Search/Span.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Search/Span.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Search/Span.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_SPAN
+#define C_LUCY_SPAN
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Search/Span.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Search/TermQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Search/TermQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Search/TermQuery.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Search/TermQuery.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_TERMQUERY
-#define C_KINO_TERMCOMPILER
+#define C_LUCY_TERMQUERY
+#define C_LUCY_TERMCOMPILER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Search/TermQuery.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Search/TermScorer.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Search/TermScorer.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Search/TermScorer.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Search/TermScorer.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TERMSCORER
+#define C_LUCY_TERMSCORER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Search/TermScorer.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Search/TopDocs.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Search/TopDocs.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Search/TopDocs.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Search/TopDocs.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TOPDOCS
+#define C_LUCY_TOPDOCS
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Search/TopDocs.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Store/CompoundFileReader.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/CompoundFileReader.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/CompoundFileReader.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/CompoundFileReader.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_COMPOUNDFILEREADER
-#define C_KINO_CFREADERDIRHANDLE
+#define C_LUCY_COMPOUNDFILEREADER
+#define C_LUCY_CFREADERDIRHANDLE
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Store/CompoundFileReader.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Store/CompoundFileWriter.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/CompoundFileWriter.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/CompoundFileWriter.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/CompoundFileWriter.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_COMPOUNDFILEWRITER
+#define C_LUCY_COMPOUNDFILEWRITER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Store/CompoundFileWriter.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Store/DirHandle.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/DirHandle.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/DirHandle.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/DirHandle.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_DIRHANDLE
+#define C_LUCY_DIRHANDLE
 #include <stdarg.h>
 #include "KinoSearch/Util/ToolSet.h"
 #include "KinoSearch/Store/DirHandle.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Store/FSDirHandle.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/FSDirHandle.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/FSDirHandle.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/FSDirHandle.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_FSDIRHANDLE
+#define C_LUCY_FSDIRHANDLE
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Store/FSFileHandle.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/FSFileHandle.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/FSFileHandle.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/FSFileHandle.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_FSFILEHANDLE
-#define C_KINO_FILEWINDOW
+#define C_LUCY_FSFILEHANDLE
+#define C_LUCY_FILEWINDOW
 #include "KinoSearch/Util/ToolSet.h"
 
 #include <errno.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Store/FSFolder.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/FSFolder.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/FSFolder.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/FSFolder.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_FSFOLDER
+#define C_LUCY_FSFOLDER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include <ctype.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Store/FileHandle.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/FileHandle.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/FileHandle.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/FileHandle.c Wed Nov  3 04:36:57 2010
@@ -16,7 +16,7 @@
 
 #include <stdarg.h>
 
-#define C_KINO_FILEHANDLE
+#define C_LUCY_FILEHANDLE
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Store/FileHandle.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Store/FileWindow.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/FileWindow.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/FileWindow.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/FileWindow.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_FILEWINDOW
+#define C_LUCY_FILEWINDOW
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Store/FileWindow.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Store/Folder.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/Folder.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/Folder.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/Folder.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_FOLDER
+#define C_LUCY_FOLDER
 #include "KinoSearch/Util/ToolSet.h"
 #include <ctype.h>
 #include <limits.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Store/InStream.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/InStream.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/InStream.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/InStream.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_INSTREAM
-#define C_KINO_FILEWINDOW
+#define C_LUCY_INSTREAM
+#define C_LUCY_FILEWINDOW
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Store/InStream.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Store/Lock.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/Lock.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/Lock.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/Lock.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_LOCK
-#define C_KINO_LOCKFILELOCK
+#define C_LUCY_LOCK
+#define C_LUCY_LOCKFILELOCK
 #include "KinoSearch/Util/ToolSet.h"
 
 #include <errno.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Store/LockFactory.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/LockFactory.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/LockFactory.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/LockFactory.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_LOCKFACTORY
+#define C_LUCY_LOCKFACTORY
 #include "KinoSearch/Util/ToolSet.h"
 
 #include <errno.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Store/OutStream.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/OutStream.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/OutStream.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/OutStream.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_OUTSTREAM
+#define C_LUCY_OUTSTREAM
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Store/OutStream.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Store/RAMDirHandle.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/RAMDirHandle.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/RAMDirHandle.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/RAMDirHandle.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_RAMFOLDER
-#define C_KINO_RAMDIRHANDLE
+#define C_LUCY_RAMFOLDER
+#define C_LUCY_RAMDIRHANDLE
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Store/RAMDirHandle.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Store/RAMFile.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/RAMFile.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/RAMFile.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/RAMFile.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_RAMFILE
+#define C_LUCY_RAMFILE
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Store/RAMFile.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Store/RAMFileHandle.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/RAMFileHandle.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/RAMFileHandle.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/RAMFileHandle.c Wed Nov  3 04:36:57 2010
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#define C_KINO_RAMFILEHANDLE
-#define C_KINO_RAMFILE
-#define C_KINO_FILEWINDOW
+#define C_LUCY_RAMFILEHANDLE
+#define C_LUCY_RAMFILE
+#define C_LUCY_FILEWINDOW
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Store/RAMFileHandle.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Store/RAMFolder.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/RAMFolder.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/RAMFolder.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/RAMFolder.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_RAMFOLDER
+#define C_LUCY_RAMFOLDER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Store/RAMFolder.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Store/SharedLock.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Store/SharedLock.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Store/SharedLock.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Store/SharedLock.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_SHAREDLOCK
+#define C_LUCY_SHAREDLOCK
 #include "KinoSearch/Util/ToolSet.h"
 
 #include <errno.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Test.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test.c Wed Nov  3 04:36:57 2010
@@ -19,7 +19,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#define C_KINO_TESTBATCH
+#define C_LUCY_TESTBATCH
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestCaseFolder.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestCaseFolder.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestCaseFolder.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestCaseFolder.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTCASEFOLDER
+#define C_LUCY_TESTCASEFOLDER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestPolyAnalyzer.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestPolyAnalyzer.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestPolyAnalyzer.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestPolyAnalyzer.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTPOLYANALYZER
+#define C_LUCY_TESTPOLYANALYZER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestStemmer.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestStemmer.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestStemmer.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestStemmer.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTSTEMMER
+#define C_LUCY_TESTSTEMMER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestStopalizer.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestStopalizer.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestStopalizer.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestStopalizer.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTSTOPALIZER
+#define C_LUCY_TESTSTOPALIZER
 #include "KinoSearch/Util/ToolSet.h"
 #include <stdarg.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestTokenizer.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestTokenizer.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestTokenizer.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Analysis/TestTokenizer.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTTOKENIZER
+#define C_LUCY_TESTTOKENIZER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Index/TestDocWriter.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Index/TestDocWriter.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Index/TestDocWriter.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Index/TestDocWriter.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTDOCWRITER
+#define C_LUCY_TESTDOCWRITER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Index/TestHighlightWriter.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Index/TestHighlightWriter.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Index/TestHighlightWriter.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Index/TestHighlightWriter.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTHIGHLIGHTWRITER
+#define C_LUCY_TESTHIGHLIGHTWRITER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Index/TestPostingListWriter.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Index/TestPostingListWriter.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Index/TestPostingListWriter.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Index/TestPostingListWriter.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTPOSTINGLISTWRITER
+#define C_LUCY_TESTPOSTINGLISTWRITER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Index/TestSegWriter.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Index/TestSegWriter.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Index/TestSegWriter.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Index/TestSegWriter.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTSEGWRITER
+#define C_LUCY_TESTSEGWRITER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Index/TestSegment.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Index/TestSegment.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Index/TestSegment.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Index/TestSegment.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTSEG
+#define C_LUCY_TESTSEG
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Object/TestBitVector.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Object/TestBitVector.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Object/TestBitVector.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Object/TestBitVector.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTBITVECTOR
+#define C_LUCY_TESTBITVECTOR
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Object/TestByteBuf.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Object/TestByteBuf.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Object/TestByteBuf.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Object/TestByteBuf.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTBYTEBUF
+#define C_LUCY_TESTBYTEBUF
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Object/TestCharBuf.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Object/TestCharBuf.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Object/TestCharBuf.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Object/TestCharBuf.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTCHARBUF
+#define C_LUCY_TESTCHARBUF
 #include "KinoSearch/Util/ToolSet.h"
 #include <stdarg.h>
 #include <string.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Object/TestI32Array.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Object/TestI32Array.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Object/TestI32Array.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Object/TestI32Array.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTI32ARRAY
+#define C_LUCY_TESTI32ARRAY
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Object/TestNum.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Object/TestNum.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Object/TestNum.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Object/TestNum.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTNUM
+#define C_LUCY_TESTNUM
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Object/TestObj.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Object/TestObj.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Object/TestObj.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Object/TestObj.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTOBJ
+#define C_LUCY_TESTOBJ
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Object/TestVArray.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Object/TestVArray.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Object/TestVArray.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Object/TestVArray.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTVARRAY
+#define C_LUCY_TESTVARRAY
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestArchitecture.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestArchitecture.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestArchitecture.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestArchitecture.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTARCHITECTURE
+#define C_LUCY_TESTARCHITECTURE
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestBlobType.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestBlobType.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestBlobType.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestBlobType.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTBLOBTYPE
+#define C_LUCY_TESTBLOBTYPE
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestFullTextType.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestFullTextType.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestFullTextType.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestFullTextType.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTFULLTEXTTYPE
+#define C_LUCY_TESTFULLTEXTTYPE
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestNumericType.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestNumericType.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestNumericType.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Plan/TestNumericType.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTNUMERICTYPE
+#define C_LUCY_TESTNUMERICTYPE
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Search/TestLeafQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Search/TestLeafQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Search/TestLeafQuery.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Search/TestLeafQuery.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTLEAFQUERY
+#define C_LUCY_TESTLEAFQUERY
 #include "KinoSearch/Util/ToolSet.h"
 #include <math.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Search/TestMatchAllQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Search/TestMatchAllQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Search/TestMatchAllQuery.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Search/TestMatchAllQuery.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTMATCHALLQUERY
+#define C_LUCY_TESTMATCHALLQUERY
 #include "KinoSearch/Util/ToolSet.h"
 #include <math.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Search/TestNOTQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Search/TestNOTQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Search/TestNOTQuery.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Search/TestNOTQuery.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTNOTQUERY
+#define C_LUCY_TESTNOTQUERY
 #include "KinoSearch/Util/ToolSet.h"
 #include <math.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Search/TestNoMatchQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Search/TestNoMatchQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Search/TestNoMatchQuery.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Search/TestNoMatchQuery.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTNOMATCHQUERY
+#define C_LUCY_TESTNOMATCHQUERY
 #include "KinoSearch/Util/ToolSet.h"
 #include <math.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Search/TestPhraseQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Search/TestPhraseQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Search/TestPhraseQuery.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Search/TestPhraseQuery.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTPHRASEQUERY
+#define C_LUCY_TESTPHRASEQUERY
 #include "KinoSearch/Util/ToolSet.h"
 #include <math.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Search/TestPolyQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Search/TestPolyQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Search/TestPolyQuery.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Search/TestPolyQuery.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTPOLYQUERY
+#define C_LUCY_TESTPOLYQUERY
 #include "KinoSearch/Util/ToolSet.h"
 #include <math.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Search/TestRangeQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Search/TestRangeQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Search/TestRangeQuery.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Search/TestRangeQuery.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTRANGEQUERY
+#define C_LUCY_TESTRANGEQUERY
 #include "KinoSearch/Util/ToolSet.h"
 #include <math.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Search/TestReqOptQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Search/TestReqOptQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Search/TestReqOptQuery.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Search/TestReqOptQuery.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTREQOPTQUERY
+#define C_LUCY_TESTREQOPTQUERY
 #include "KinoSearch/Util/ToolSet.h"
 #include <math.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Search/TestSeriesMatcher.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Search/TestSeriesMatcher.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Search/TestSeriesMatcher.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Search/TestSeriesMatcher.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTSERIESMATCHER
+#define C_LUCY_TESTSERIESMATCHER
 #include "KinoSearch/Util/ToolSet.h"
 #include <math.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Search/TestTermQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Search/TestTermQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Search/TestTermQuery.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Search/TestTermQuery.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTTERMQUERY
+#define C_LUCY_TESTTERMQUERY
 #include "KinoSearch/Util/ToolSet.h"
 #include <math.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/MockFileHandle.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/MockFileHandle.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/MockFileHandle.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/MockFileHandle.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_MOCKFILEHANDLE
-#define C_KINO_FILEWINDOW
+#define C_LUCY_MOCKFILEHANDLE
+#define C_LUCY_FILEWINDOW
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test/Store/MockFileHandle.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/TestCompoundFileReader.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/TestCompoundFileReader.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/TestCompoundFileReader.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/TestCompoundFileReader.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_ZOMBIECHARBUF
-#define C_KINO_RAMFOLDER
+#define C_LUCY_ZOMBIECHARBUF
+#define C_LUCY_RAMFOLDER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/TestCompoundFileWriter.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/TestCompoundFileWriter.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/TestCompoundFileWriter.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/TestCompoundFileWriter.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_CHARBUF
+#define C_LUCY_CHARBUF
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFSFileHandle.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFSFileHandle.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFSFileHandle.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFSFileHandle.c Wed Nov  3 04:36:57 2010
@@ -16,9 +16,9 @@
 
 #include <stdio.h> // for remove() 
 
-#define C_KINO_CHARBUF
-#define C_KINO_FSFILEHANDLE
-#define C_KINO_FILEWINDOW
+#define C_LUCY_CHARBUF
+#define C_LUCY_FSFILEHANDLE
+#define C_LUCY_FILEWINDOW
 #include "KinoSearch/Util/ToolSet.h"
 
 #ifdef CHY_HAS_UNISTD_H 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFileHandle.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFileHandle.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFileHandle.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFileHandle.c Wed Nov  3 04:36:57 2010
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTINSTREAM
-#define C_KINO_INSTREAM
-#define C_KINO_FILEWINDOW
+#define C_LUCY_TESTINSTREAM
+#define C_LUCY_INSTREAM
+#define C_LUCY_FILEWINDOW
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFolder.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFolder.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFolder.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFolder.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_RAMFOLDER
-#define C_KINO_CHARBUF
+#define C_LUCY_RAMFOLDER
+#define C_LUCY_CHARBUF
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFolderCommon.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFolderCommon.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFolderCommon.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/TestFolderCommon.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_CHARBUF
+#define C_LUCY_CHARBUF
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/TestIOChunks.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/TestIOChunks.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/TestIOChunks.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/TestIOChunks.c Wed Nov  3 04:36:57 2010
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTINSTREAM
-#define C_KINO_INSTREAM
-#define C_KINO_FILEWINDOW
+#define C_LUCY_TESTINSTREAM
+#define C_LUCY_INSTREAM
+#define C_LUCY_FILEWINDOW
 #include <stdlib.h>
 #include <time.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/TestIOPrimitives.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/TestIOPrimitives.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/TestIOPrimitives.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/TestIOPrimitives.c Wed Nov  3 04:36:57 2010
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTINSTREAM
-#define C_KINO_INSTREAM
-#define C_KINO_FILEWINDOW
+#define C_LUCY_TESTINSTREAM
+#define C_LUCY_INSTREAM
+#define C_LUCY_FILEWINDOW
 #include <stdlib.h>
 #include <time.h>
 

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/TestInStream.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/TestInStream.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/TestInStream.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/TestInStream.c Wed Nov  3 04:36:57 2010
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTINSTREAM
-#define C_KINO_INSTREAM
-#define C_KINO_FILEWINDOW
+#define C_LUCY_TESTINSTREAM
+#define C_LUCY_INSTREAM
+#define C_LUCY_FILEWINDOW
 
 #include "KinoSearch/Util/ToolSet.h"
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/TestRAMDirHandle.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/TestRAMDirHandle.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/TestRAMDirHandle.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/TestRAMDirHandle.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_RAMFOLDER
+#define C_LUCY_RAMFOLDER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/TestRAMFileHandle.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/TestRAMFileHandle.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/TestRAMFileHandle.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/TestRAMFileHandle.c Wed Nov  3 04:36:57 2010
@@ -16,9 +16,9 @@
 
 #include <string.h>
 
-#define C_KINO_TESTINSTREAM
-#define C_KINO_INSTREAM
-#define C_KINO_FILEWINDOW
+#define C_LUCY_TESTINSTREAM
+#define C_LUCY_INSTREAM
+#define C_LUCY_FILEWINDOW
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Store/TestRAMFolder.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Store/TestRAMFolder.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Store/TestRAMFolder.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Store/TestRAMFolder.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_RAMFOLDER
-#define C_KINO_CHARBUF
+#define C_LUCY_RAMFOLDER
+#define C_LUCY_CHARBUF
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParser.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParser.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParser.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParser.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTQUERYPARSER
+#define C_LUCY_TESTQUERYPARSER
 #include "KinoSearch/Util/ToolSet.h"
 #include <stdarg.h>
 #include <string.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParserLogic.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParserLogic.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParserLogic.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParserLogic.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTQUERYPARSERLOGIC
-#define C_KINO_TESTQUERYPARSER
+#define C_LUCY_TESTQUERYPARSERLOGIC
+#define C_LUCY_TESTQUERYPARSER
 #include "KinoSearch/Util/ToolSet.h"
 #include <stdarg.h>
 #include <string.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParserSyntax.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParserSyntax.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParserSyntax.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/TestQueryParserSyntax.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTQUERYPARSERSYNTAX
-#define C_KINO_TESTQUERYPARSER
+#define C_LUCY_TESTQUERYPARSERSYNTAX
+#define C_LUCY_TESTQUERYPARSER
 #include "KinoSearch/Util/ToolSet.h"
 #include <stdarg.h>
 #include <string.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Test/TestSchema.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/TestSchema.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/TestSchema.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/TestSchema.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTSCHEMA
+#define C_LUCY_TESTSCHEMA
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/TestUtils.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/TestUtils.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/TestUtils.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/TestUtils.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTUTILS
+#define C_LUCY_TESTUTILS
 #include "KinoSearch/Util/ToolSet.h"
 #include <stdarg.h>
 #include <string.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Util/BBSortEx.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Util/BBSortEx.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Util/BBSortEx.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Util/BBSortEx.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_BBSORTEX
+#define C_LUCY_BBSORTEX
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test/Util/BBSortEx.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Util/TestMemory.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Util/TestMemory.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Util/TestMemory.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Util/TestMemory.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTMEMORYPOOL
-#define C_KINO_MEMORYPOOL
+#define C_LUCY_TESTMEMORYPOOL
+#define C_LUCY_MEMORYPOOL
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Util/TestMemoryPool.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Util/TestMemoryPool.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Util/TestMemoryPool.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Util/TestMemoryPool.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTMEMORYPOOL
-#define C_KINO_MEMORYPOOL
+#define C_LUCY_TESTMEMORYPOOL
+#define C_LUCY_MEMORYPOOL
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Util/TestNumberUtils.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Util/TestNumberUtils.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Util/TestNumberUtils.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Util/TestNumberUtils.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTNUMBERUTILS
+#define C_LUCY_TESTNUMBERUTILS
 #include "KinoSearch/Util/ToolSet.h"
 #include <stdlib.h>
 #include <time.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Test/Util/TestPriorityQueue.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Test/Util/TestPriorityQueue.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Test/Util/TestPriorityQueue.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Test/Util/TestPriorityQueue.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_TESTPRIORITYQUEUE
+#define C_LUCY_TESTPRIORITYQUEUE
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Test.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Util/Atomic.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/Atomic.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/Atomic.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/Atomic.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_ATOMIC
+#define C_LUCY_ATOMIC
 #define KINO_USE_SHORT_NAMES
 #include "KinoSearch/Util/Atomic.h"
 

Modified: incubator/lucy/trunk/core/KinoSearch/Util/Debug.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/Debug.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/Debug.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/Debug.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_DEBUG
+#define C_LUCY_DEBUG
 #define KINO_USE_SHORT_NAMES
 #define CHY_USE_SHORT_NAMES
 

Modified: incubator/lucy/trunk/core/KinoSearch/Util/Freezer.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/Freezer.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/Freezer.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/Freezer.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_FREEZER
+#define C_LUCY_FREEZER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Util/Freezer.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Util/IndexFileNames.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/IndexFileNames.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/IndexFileNames.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/IndexFileNames.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_INDEXFILENAMES
+#define C_LUCY_INDEXFILENAMES
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Util/IndexFileNames.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Util/Memory.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/Memory.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/Memory.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/Memory.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_MEMORY
+#define C_LUCY_MEMORY
 #include <stdlib.h>
 #include <stdio.h>
 #define KINO_USE_SHORT_NAMES

Modified: incubator/lucy/trunk/core/KinoSearch/Util/MemoryPool.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/MemoryPool.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/MemoryPool.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/MemoryPool.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_MEMORYPOOL
+#define C_LUCY_MEMORYPOOL
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Util/MemoryPool.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Util/NumberUtils.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/NumberUtils.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/NumberUtils.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/NumberUtils.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_NUMBERUTILS
+#define C_LUCY_NUMBERUTILS
 #define KINO_USE_SHORT_NAMES
 #define CHY_USE_SHORT_NAMES
 

Modified: incubator/lucy/trunk/core/KinoSearch/Util/PriorityQueue.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/PriorityQueue.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/PriorityQueue.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/PriorityQueue.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_PRIORITYQUEUE
+#define C_LUCY_PRIORITYQUEUE
 #include "KinoSearch/Util/ToolSet.h"
 
 #include <string.h>

Modified: incubator/lucy/trunk/core/KinoSearch/Util/Sleep.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/Sleep.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/Sleep.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/Sleep.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_SLEEP
+#define C_LUCY_SLEEP
 #include "KinoSearch/Util/Sleep.h"
 
 /********************************* WINDOWS ********************************/

Modified: incubator/lucy/trunk/core/KinoSearch/Util/SortExternal.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/SortExternal.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/SortExternal.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/SortExternal.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_SORTEXTERNAL
+#define C_LUCY_SORTEXTERNAL
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Util/SortExternal.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Util/SortUtils.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/SortUtils.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/SortUtils.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/SortUtils.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_SORTUTILS
+#define C_LUCY_SORTUTILS
 #define KINO_USE_SHORT_NAMES
 #define CHY_USE_SHORT_NAMES
 

Modified: incubator/lucy/trunk/core/KinoSearch/Util/Stepper.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/Stepper.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/Stepper.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/Stepper.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_STEPPER
+#define C_LUCY_STEPPER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "KinoSearch/Util/Stepper.h"

Modified: incubator/lucy/trunk/core/KinoSearch/Util/StringHelper.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/KinoSearch/Util/StringHelper.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/KinoSearch/Util/StringHelper.c (original)
+++ incubator/lucy/trunk/core/KinoSearch/Util/StringHelper.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_STRINGHELPER
+#define C_LUCY_STRINGHELPER
 #include <string.h>
 
 #define KINO_USE_SHORT_NAMES

Modified: incubator/lucy/trunk/core/LucyX/Search/FilterScorer.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/LucyX/Search/FilterScorer.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/LucyX/Search/FilterScorer.c (original)
+++ incubator/lucy/trunk/core/LucyX/Search/FilterScorer.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_FILTERSCORER
+#define C_LUCY_FILTERSCORER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "LucyX/Search/FilterScorer.h"

Modified: incubator/lucy/trunk/core/LucyX/Search/MockMatcher.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/LucyX/Search/MockMatcher.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/LucyX/Search/MockMatcher.c (original)
+++ incubator/lucy/trunk/core/LucyX/Search/MockMatcher.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_MOCKMATCHER
+#define C_LUCY_MOCKMATCHER
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "LucyX/Search/MockMatcher.h"

Modified: incubator/lucy/trunk/core/LucyX/Search/ProximityQuery.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/LucyX/Search/ProximityQuery.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/LucyX/Search/ProximityQuery.c (original)
+++ incubator/lucy/trunk/core/LucyX/Search/ProximityQuery.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_PROXIMITYQUERY
-#define C_KINO_PROXIMITYCOMPILER
+#define C_LUCY_PROXIMITYQUERY
+#define C_LUCY_PROXIMITYCOMPILER
 #include <stdarg.h>
 
 #include "KinoSearch/Util/ToolSet.h"

Modified: incubator/lucy/trunk/core/LucyX/Search/ProximityScorer.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/core/LucyX/Search/ProximityScorer.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/core/LucyX/Search/ProximityScorer.c (original)
+++ incubator/lucy/trunk/core/LucyX/Search/ProximityScorer.c Wed Nov  3 04:36:57 2010
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#define C_KINO_PROXIMITYSCORER
-#define C_KINO_POSTING
-#define C_KINO_SCOREPOSTING
+#define C_LUCY_PROXIMITYSCORER
+#define C_LUCY_POSTING
+#define C_LUCY_SCOREPOSTING
 #include "KinoSearch/Util/ToolSet.h"
 
 #include "LucyX/Search/ProximityScorer.h"

Modified: incubator/lucy/trunk/perl/xs/KinoSearch/Analysis/CaseFolder.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/xs/KinoSearch/Analysis/CaseFolder.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/xs/KinoSearch/Analysis/CaseFolder.c (original)
+++ incubator/lucy/trunk/perl/xs/KinoSearch/Analysis/CaseFolder.c Wed Nov  3 04:36:57 2010
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#define C_KINO_CASEFOLDER
-#define C_KINO_BYTEBUF
-#define C_KINO_TOKEN
+#define C_LUCY_CASEFOLDER
+#define C_LUCY_BYTEBUF
+#define C_LUCY_TOKEN
 #include "xs/XSBind.h"
 
 #include "KinoSearch/Analysis/CaseFolder.h"

Modified: incubator/lucy/trunk/perl/xs/KinoSearch/Analysis/Tokenizer.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/xs/KinoSearch/Analysis/Tokenizer.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/xs/KinoSearch/Analysis/Tokenizer.c (original)
+++ incubator/lucy/trunk/perl/xs/KinoSearch/Analysis/Tokenizer.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_TOKENIZER
-#define C_KINO_TOKEN
+#define C_LUCY_TOKENIZER
+#define C_LUCY_TOKEN
 #include "xs/XSBind.h"
 
 #include "KinoSearch/Analysis/Tokenizer.h"

Modified: incubator/lucy/trunk/perl/xs/KinoSearch/Document/Doc.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/xs/KinoSearch/Document/Doc.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/xs/KinoSearch/Document/Doc.c (original)
+++ incubator/lucy/trunk/perl/xs/KinoSearch/Document/Doc.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_DOC
+#define C_LUCY_DOC
 #include "xs/XSBind.h"
 #include "KinoSearch/Document/Doc.h"
 #include "KinoSearch/Object/Host.h"

Modified: incubator/lucy/trunk/perl/xs/KinoSearch/Index/DocReader.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/xs/KinoSearch/Index/DocReader.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/xs/KinoSearch/Index/DocReader.c (original)
+++ incubator/lucy/trunk/perl/xs/KinoSearch/Index/DocReader.c Wed Nov  3 04:36:57 2010
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#define C_KINO_DOCREADER
-#define C_KINO_DEFAULTDOCREADER
-#define C_KINO_ZOMBIECHARBUF
+#define C_LUCY_DOCREADER
+#define C_LUCY_DEFAULTDOCREADER
+#define C_LUCY_ZOMBIECHARBUF
 #include "xs/XSBind.h"
 
 #include "KinoSearch/Index/DocReader.h"

Modified: incubator/lucy/trunk/perl/xs/KinoSearch/Index/Inverter.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/xs/KinoSearch/Index/Inverter.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/xs/KinoSearch/Index/Inverter.c (original)
+++ incubator/lucy/trunk/perl/xs/KinoSearch/Index/Inverter.c Wed Nov  3 04:36:57 2010
@@ -14,9 +14,9 @@
  * limitations under the License.
  */
 
-#define C_KINO_INVERTER
-#define C_KINO_ZOMBIECHARBUF
-#define C_KINO_INVERTERENTRY
+#define C_LUCY_INVERTER
+#define C_LUCY_ZOMBIECHARBUF
+#define C_LUCY_INVERTERENTRY
 #include "xs/XSBind.h"
 #include "KinoSearch/Index/Inverter.h"
 #include "KinoSearch/Document/Doc.h"

Modified: incubator/lucy/trunk/perl/xs/KinoSearch/Object/LockFreeRegistry.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/xs/KinoSearch/Object/LockFreeRegistry.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/xs/KinoSearch/Object/LockFreeRegistry.c (original)
+++ incubator/lucy/trunk/perl/xs/KinoSearch/Object/LockFreeRegistry.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_OBJ
-#define C_KINO_LOCKFREEREGISTRY
+#define C_LUCY_OBJ
+#define C_LUCY_LOCKFREEREGISTRY
 #include "xs/XSBind.h"
 
 #include "KinoSearch/Object/LockFreeRegistry.h"

Modified: incubator/lucy/trunk/perl/xs/KinoSearch/Object/Obj.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/xs/KinoSearch/Object/Obj.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/xs/KinoSearch/Object/Obj.c (original)
+++ incubator/lucy/trunk/perl/xs/KinoSearch/Object/Obj.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_OBJ
+#define C_LUCY_OBJ
 
 #include "EXTERN.h"
 #include "perl.h"

Modified: incubator/lucy/trunk/perl/xs/KinoSearch/Object/VTable.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/xs/KinoSearch/Object/VTable.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/xs/KinoSearch/Object/VTable.c (original)
+++ incubator/lucy/trunk/perl/xs/KinoSearch/Object/VTable.c Wed Nov  3 04:36:57 2010
@@ -14,8 +14,8 @@
  * limitations under the License.
  */
 
-#define C_KINO_OBJ
-#define C_KINO_VTABLE
+#define C_LUCY_OBJ
+#define C_LUCY_VTABLE
 #include "xs/XSBind.h"
 
 #include "KinoSearch/Object/VTable.h"

Modified: incubator/lucy/trunk/perl/xs/XSBind.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/perl/xs/XSBind.c?rev=1030328&r1=1030327&r2=1030328&view=diff
==============================================================================
--- incubator/lucy/trunk/perl/xs/XSBind.c (original)
+++ incubator/lucy/trunk/perl/xs/XSBind.c Wed Nov  3 04:36:57 2010
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#define C_KINO_OBJ
+#define C_LUCY_OBJ
 #define NEED_newRV_noinc
 #include "XSBind.h"
 #include "KinoSearch/Util/StringHelper.h"