Removed stupid line. Work on insertion in dictionary. Not finished yet.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 1 Sep 1994 17:49:36 +0000 (17:49 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 1 Sep 1994 17:49:36 +0000 (17:49 +0000)
dict/close.c
dict/dclose.c
dict/dicttest.c
dict/dopen.c
dict/drdwr.c
dict/insert.c
dict/open.c

index b954aa1..f4e30c0 100644 (file)
@@ -4,9 +4,11 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: close.c,v $
- * Revision 1.4  1994-09-01 17:44:06  adam
+ * Revision 1.5  1994-09-01 17:49:36  adam
+ * Removed stupid line. Work on insertion in dictionary. Not finished yet.
+ *
+ * Revision 1.4  1994/09/01  17:44:06  adam
  * depend include change.
- * CVS ----------------------------------------------------------------------
  *
  * Revision 1.3  1994/08/18  12:40:52  adam
  * Some development of dictionary. Not finished at all!
index 5a7a65e..8120d90 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ * Copyright (C) 1994, Index Data I/S 
+ * All rights reserved.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: dclose.c,v $
+ * Revision 1.3  1994-09-01 17:49:36  adam
+ * Removed stupid line. Work on insertion in dictionary. Not finished yet.
+ *
+ */
+
 #include <sys/types.h>
 #include <fcntl.h>
 #include <unistd.h>
index 9290ca7..a8647c1 100644 (file)
@@ -4,9 +4,11 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: dicttest.c,v $
- * Revision 1.3  1994-09-01 17:44:06  adam
+ * Revision 1.4  1994-09-01 17:49:37  adam
+ * Removed stupid line. Work on insertion in dictionary. Not finished yet.
+ *
+ * Revision 1.3  1994/09/01  17:44:06  adam
  * depend include change.
- * CVS ----------------------------------------------------------------------
  *
  * Revision 1.2  1994/08/18  12:40:54  adam
  * Some development of dictionary. Not finished at all!
index d24e97c..8418239 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ * Copyright (C) 1994, Index Data I/S 
+ * All rights reserved.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: dopen.c,v $
+ * Revision 1.3  1994-09-01 17:49:37  adam
+ * Removed stupid line. Work on insertion in dictionary. Not finished yet.
+ *
+ */
+
 #include <sys/types.h>
 #include <fcntl.h>
 #include <unistd.h>
index c497068..7ec3046 100644 (file)
@@ -1,3 +1,14 @@
+/*
+ * Copyright (C) 1994, Index Data I/S 
+ * All rights reserved.
+ * Sebastian Hammer, Adam Dickmeiss
+ *
+ * $Log: drdwr.c,v $
+ * Revision 1.5  1994-09-01 17:49:38  adam
+ * Removed stupid line. Work on insertion in dictionary. Not finished yet.
+ *
+ */
+
 #include <sys/types.h>
 #include <fcntl.h>
 #include <unistd.h>
index 3106f09..6d6b32c 100644 (file)
@@ -4,9 +4,11 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: insert.c,v $
- * Revision 1.4  1994-09-01 17:44:09  adam
+ * Revision 1.5  1994-09-01 17:49:39  adam
+ * Removed stupid line. Work on insertion in dictionary. Not finished yet.
+ *
+ * Revision 1.4  1994/09/01  17:44:09  adam
  * depend include change.
- * CVS ----------------------------------------------------------------------
  *
  * Revision 1.3  1994/08/18  12:40:56  adam
  * Some development of dictionary. Not finished at all!
index 6b2679a..e5319b3 100644 (file)
@@ -4,9 +4,11 @@
  * Sebastian Hammer, Adam Dickmeiss
  *
  * $Log: open.c,v $
- * Revision 1.4  1994-09-01 17:44:10  adam
+ * Revision 1.5  1994-09-01 17:49:39  adam
+ * Removed stupid line. Work on insertion in dictionary. Not finished yet.
+ *
+ * Revision 1.4  1994/09/01  17:44:10  adam
  * depend include change.
- * CVS ----------------------------------------------------------------------
  *
  * Revision 1.3  1994/08/18  12:40:58  adam
  * Some development of dictionary. Not finished at all!