WIN32 updates for YAZ client.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 Jan 2002 22:02:03 +0000 (22:02 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 Jan 2002 22:02:03 +0000 (22:02 +0000)
client/client.c
client/tabcomplete.c
win/makefile

index fe742f4..6944d26 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (c) 1995-2002, Index Data
  * See the file LICENSE for details.
  *
  * Copyright (c) 1995-2002, Index Data
  * See the file LICENSE for details.
  *
- * $Id: client.c,v 1.139 2002-01-30 14:51:45 adam Exp $
+ * $Id: client.c,v 1.140 2002-01-30 22:02:03 adam Exp $
  */
 
 #include <stdio.h>
  */
 
 #include <stdio.h>
@@ -2512,7 +2512,6 @@ void process_cmd_line(char* line)
 char *command_generator(const char *text, int state) 
 {
     static idx; // index is the last used the last time command_generator was called
 char *command_generator(const char *text, int state) 
 {
     static idx; // index is the last used the last time command_generator was called
-    char *command;
     if (state==0) {
         idx = 0;
     }
     if (state==0) {
         idx = 0;
     }
index d7bbe1c..d3ec86a 100644 (file)
@@ -2,11 +2,12 @@
  * Copyright (c) 2002, Index Data
  * See the file LICENSE for details.
  *
  * Copyright (c) 2002, Index Data
  * See the file LICENSE for details.
  *
- * $Id: tabcomplete.c,v 1.2 2002-01-30 14:51:45 adam Exp $
+ * $Id: tabcomplete.c,v 1.3 2002-01-30 22:02:03 adam Exp $
  */
 
 #include <string.h>
 #include <stdio.h>
  */
 
 #include <string.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 #include <yaz/oid.h>
 #include "tabcomplete.h"
 
 #include <yaz/oid.h>
 #include "tabcomplete.h"
index cb376be..dc8a301 100644 (file)
@@ -1,5 +1,5 @@
 # makefile.mak - makefile for MS NMAKE 
 # makefile.mak - makefile for MS NMAKE 
-# $Id: makefile,v 1.31 2001-12-30 22:21:11 adam Exp $
+# $Id: makefile,v 1.32 2002-01-30 22:02:03 adam Exp $
 #
 # Programmed by
 #  HL: Heikki Levanto, Index Data
 #
 # Programmed by
 #  HL: Heikki Levanto, Index Data
@@ -199,6 +199,7 @@ TCLOPT= $(COMMON_TCL_OPTIONS)
 
 YAZ_CLIENT_OBJS= \
    $(OBJDIR)\client.obj \
 
 YAZ_CLIENT_OBJS= \
    $(OBJDIR)\client.obj \
+   $(OBJDIR)\tabcomplete.obj \
    $(OBJDIR)\admin.obj
 
 YAZ_ZOOMSH_OBJS = \
    $(OBJDIR)\admin.obj
 
 YAZ_ZOOMSH_OBJS = \
@@ -819,7 +820,10 @@ $(ILL_OBJS): $(ILL_CORE_FILES) $(ITEM_REQ_FILES)
 ###########################################################
 #
 # $Log: makefile,v $
 ###########################################################
 #
 # $Log: makefile,v $
-# Revision 1.31  2001-12-30 22:21:11  adam
+# Revision 1.32  2002-01-30 22:02:03  adam
+# WIN32 updates for YAZ client.
+#
+# Revision 1.31  2001/12/30 22:21:11  adam
 # Scan for ZOOM.
 #
 # Revision 1.30  2001/10/28 23:28:26  adam
 # Scan for ZOOM.
 #
 # Revision 1.30  2001/10/28 23:28:26  adam