From: Adam Dickmeiss Date: Tue, 29 Oct 1996 14:03:16 +0000 (+0000) Subject: Include zebrautl.h instead of alexutil.h. X-Git-Tag: ZEBRA.1.0~389 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=c325477904a47c61586ad9b756b9280c22351c6b Include zebrautl.h instead of alexutil.h. --- diff --git a/index/attribute.c b/index/attribute.c index 5b5c886..a5cf209 100644 --- a/index/attribute.c +++ b/index/attribute.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: attribute.c,v $ - * Revision 1.3 1996-05-09 07:28:54 quinn + * Revision 1.4 1996-10-29 14:06:48 adam + * Include zebrautl.h instead of alexutil.h. + * + * Revision 1.3 1996/05/09 07:28:54 quinn * Work towards phrases and multiple registers * * Revision 1.2 1995/11/15 19:13:07 adam @@ -18,10 +21,9 @@ #include #include -#include #include #include - +#include #include "attribute.h" static int initialized = 0; diff --git a/index/dir.c b/index/dir.c index 6b653bb..490ec72 100644 --- a/index/dir.c +++ b/index/dir.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dir.c,v $ - * Revision 1.15 1996-06-04 10:18:58 adam + * Revision 1.16 1996-10-29 14:06:45 adam + * Include zebrautl.h instead of alexutil.h. + * + * Revision 1.15 1996/06/04 10:18:58 adam * Minor changes - removed include of ctype.h. * * Revision 1.14 1996/04/09 06:49:18 adam @@ -62,7 +65,6 @@ #include #include -#include #include "index.h" struct dir_entry *dir_open (const char *rep) diff --git a/index/dirs.c b/index/dirs.c index 27e96b9..559ff97 100644 --- a/index/dirs.c +++ b/index/dirs.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dirs.c,v $ - * Revision 1.10 1996-06-04 10:18:58 adam + * Revision 1.11 1996-10-29 14:06:47 adam + * Include zebrautl.h instead of alexutil.h. + * + * Revision 1.10 1996/06/04 10:18:58 adam * Minor changes - removed include of ctype.h. * * Revision 1.9 1996/04/23 12:39:07 adam @@ -42,7 +45,6 @@ #include #include -#include #include "index.h" struct dirs_info { diff --git a/index/kdump.c b/index/kdump.c index cd094bc..655bf8b 100644 --- a/index/kdump.c +++ b/index/kdump.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: kdump.c,v $ - * Revision 1.10 1996-06-04 14:56:12 quinn + * Revision 1.11 1996-10-29 14:06:49 adam + * Include zebrautl.h instead of alexutil.h. + * + * Revision 1.10 1996/06/04 14:56:12 quinn * Fix * * Revision 1.9 1996/06/04 14:18:53 quinn @@ -42,7 +45,6 @@ #include #include -#include #include #include "index.h" diff --git a/index/locksrv.c b/index/locksrv.c index 903334e..f8d712d 100644 --- a/index/locksrv.c +++ b/index/locksrv.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: locksrv.c,v $ - * Revision 1.5 1996-05-15 11:58:18 adam + * Revision 1.6 1996-10-29 14:06:52 adam + * Include zebrautl.h instead of alexutil.h. + * + * Revision 1.5 1996/05/15 11:58:18 adam * Changed some log messages. * * Revision 1.4 1996/04/10 16:01:27 quinn @@ -32,7 +35,6 @@ #include #include -#include #include "zserver.h" static int server_lock_cmt = -1; diff --git a/index/recindex.h b/index/recindex.h index d0538ca..af1da33 100644 --- a/index/recindex.h +++ b/index/recindex.h @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recindex.h,v $ - * Revision 1.9 1996-05-01 13:46:36 adam + * Revision 1.10 1996-10-29 14:06:53 adam + * Include zebrautl.h instead of alexutil.h. + * + * Revision 1.9 1996/05/01 13:46:36 adam * First work on multiple records in one file. * New option, -offset, to the "unread" command in the filter module. * @@ -42,7 +45,7 @@ * */ -#include +#include #define REC_NO_INFO 8 diff --git a/index/symtab.c b/index/symtab.c index 6f1000e..1e8238d 100644 --- a/index/symtab.c +++ b/index/symtab.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: symtab.c,v $ - * Revision 1.2 1995-09-28 09:19:44 adam + * Revision 1.3 1996-10-29 14:06:54 adam + * Include zebrautl.h instead of alexutil.h. + * + * Revision 1.2 1995/09/28 09:19:44 adam * xfree/xmalloc used everywhere. * Extract/retrieve method seems to work for text records. * @@ -16,7 +19,6 @@ #include #include -#include #include "index.h" struct strentry { diff --git a/index/trav.c b/index/trav.c index 9f23a6a..b11b793 100644 --- a/index/trav.c +++ b/index/trav.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: trav.c,v $ - * Revision 1.26 1996-06-04 10:19:01 adam + * Revision 1.27 1996-10-29 14:06:56 adam + * Include zebrautl.h instead of alexutil.h. + * + * Revision 1.26 1996/06/04 10:19:01 adam * Minor changes - removed include of ctype.h. * * Revision 1.25 1996/05/01 13:46:37 adam @@ -107,7 +110,6 @@ #include #include -#include #include "index.h" static int repComp (const char *a, const char *b, size_t len) diff --git a/recctrl/recctrl.c b/recctrl/recctrl.c index fa8ee9c..b0e7b9b 100644 --- a/recctrl/recctrl.c +++ b/recctrl/recctrl.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: recctrl.c,v $ - * Revision 1.1 1996-10-11 10:57:24 adam + * Revision 1.2 1996-10-29 14:03:16 adam + * Include zebrautl.h instead of alexutil.h. + * + * Revision 1.1 1996/10/11 10:57:24 adam * New module recctrl. Used to manage records (extract/retrieval). * * Revision 1.5 1996/06/04 10:18:59 adam @@ -30,7 +33,7 @@ #include #include -#include +#include #include "rectext.h" #include "recgrs.h"