Directive s=pw sets structure to phrase if term includes blank(s).
[yaz-moved-to-github.git] / zutil / diagbib1.c
index ce0b831..5ea35e8 100644 (file)
@@ -1,10 +1,19 @@
 /*
- * Copyright (c) 1995-1997, Index Data
+ * Copyright (c) 1995-2000, Index Data
  * See the file LICENSE for details.
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: diagbib1.c,v $
- * Revision 1.1  1999-06-08 10:10:16  adam
+ * Revision 1.4  2000-03-20 19:06:25  adam
+ * Added Segment request for fronend server. Work on admin for client.
+ *
+ * Revision 1.3  2000/03/15 12:59:49  adam
+ * Added handle member to statserv_control.
+ *
+ * Revision 1.2  1999/11/30 13:47:12  adam
+ * Improved installation. Moved header files to include/yaz.
+ *
+ * Revision 1.1  1999/06/08 10:10:16  adam
  * New sub directory zutil. Moved YAZ Compiler to be part of YAZ tree.
  *
  * Revision 1.7  1997/09/29 07:22:26  adam
@@ -32,7 +41,7 @@
 
 #include <stdio.h>
 
-#include "diagbib1.h"
+#include <yaz/diagbib1.h>
 
 static struct {
     int code;
@@ -171,7 +180,7 @@ static struct {
 { 1016, "Init/AC: Blocked network address"},
 { 1017, "Init/AC: No databases available for specified userId"},
 { 1018, "Init/AC: System temporarily out of resources"},
-{ 1019, "Init/AC: System not available due to maintenance (Addinfo: when it's expected back up)" },
+{ 1019, "Init/AC: System not available due to maintenance" },
 { 1020, "Init/AC: System temporarily unavailable (Addinfo: when it's expected back up)"},
 { 1021, "Init/AC: Account has expired"},
 { 1022, "Init/AC: Password has expired so a new one must be supplied"},