Minor changes.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 22 Feb 1995 17:31:10 +0000 (17:31 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 22 Feb 1995 17:31:10 +0000 (17:31 +0000)
63 files changed:
Makefile
ccl/Makefile
ccl/bib1
ccl/cclerrms.c
ccl/cclfind.c
ccl/cclptree.c
ccl/cclqual.c
ccl/cclsh.c
ccl/ccltoken.c
fml/Makefile
fml/fml.c
fml/fmlarit.c
fml/fmlcall.c
fml/fmlcalls.c
fml/fmllist.c
fml/fmlmarc.c
fml/fmlmem.c
fml/fmlp.h
fml/fmlrel.c
fml/fmlstr.c
fml/fmlsym.c
fml/fmltest.c
fml/fmltoken.c
fml/lists.fml
fml/marc.fml
fml/power.fml
fml/tempo.fml
include/ccl.h
include/fml.h
include/fmlmarc.h
include/gw-log.h
include/gw-res.h
include/iso2709.h
include/iso2709p.h
include/zaccess.h
kernel/Makefile
kernel/default.bib
kernel/default.fml
kernel/default.res
kernel/drewdb.res
kernel/kernel.h
kernel/lang.dk.res
kernel/lang.uk.res
kernel/loc.bib
kernel/loc.res
kernel/main.c
kernel/urp.c
res+log/ChangeLog
res+log/Makefile
res+log/adam.res
res+log/big.res
res+log/default.res
res+log/gw-log-test.c
res+log/gw-log.c
res+log/gw-res-test.c
res+log/gw-res.c
res+log/gw-resp.h
util/Makefile
util/iso2709.c
util/iso2709dump.c
util/iso27dis.c
zlayer/Makefile
zlayer/zaccess.c

index 863ede7..9d756a1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Top level Makefile for Email gateway.
 # Europagate, 1994-1995.
 #
-# $Id: Makefile,v 1.12 1995/02/21 13:59:54 adam Exp $
+# Makefile,v 1.12 1995/02/21 13:59:54 adam Exp
 #
 SHELL=/bin/sh
 MAKE=make
@@ -9,14 +9,14 @@ SUBDIR=res+log util fml ccl zlayer kernel
 CFLAGS=-Wall -g -pedantic -ansi 
 #CC=gcc
 CPP=$(CC) -E
-ZPRE=/home/proj/zdist/zdist102b1-1/libz3950
-#NETLIB=-lnsl -lsocket
+ZPRE=/usr/local/emailgw/src/zdist102b1-1/libz3950
+NETLIB=-lnsl -lsocket
 
 all:
        for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZPRE="$(ZPRE)" CPP="$(CPP)" NETLIB="$(NETLIB)"; then cd ..; else exit 1; fi; done
 
 dep depend:
-       for i in $(SUBDIR); do cd $$i; if $(MAKE) depend; then cd ..; else exit 1; fi; done
+       for i in $(SUBDIR); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZPRE="$(ZPRE)" CPP="$(CPP)" depend; then cd ..; else exit 1; fi; done
 
 clean:
        -rm -f lib/*.a
index 8a2b33c..4adb3b8 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile for Email gateway CCL
 # Europagate, 1995
 #
-# $Log: Makefile,v $
-# Revision 1.4  1995/02/22 08:50:28  adam
+# Makefile,v
+# Revision 1.4  1995/02/22  08:50:28  adam
 # Definition of CPP changed.
 #
 # Revision 1.3  1995/02/14  10:25:55  adam
index cfea312..a84daa1 100644 (file)
--- a/ccl/bib1
+++ b/ccl/bib1
@@ -1,4 +1,4 @@
-# $Id: bib1,v 1.1 1995/02/14 16:20:53 adam Exp $
+# bib1,v 1.1 1995/02/14 16:20:53 adam Exp
 # CCL qualifiers and their mapping to a bib-1 subset
 #
 term s=pw   t=l,r
index be736cc..bfb8633 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Europagate, 1995
  *
- * $Log: cclerrms.c,v $
- * Revision 1.4  1995/02/14 16:20:54  adam
+ * cclerrms.c,v
+ * Revision 1.4  1995/02/14  16:20:54  adam
  * Qualifiers are read from a file now.
  *
  * Revision 1.3  1995/02/14  10:25:56  adam
index 7afb189..9d1f1c0 100644 (file)
@@ -1,8 +1,8 @@
 /* CCL find (to rpn conversion)
  * Europagate, 1995
  *
- * $Log: cclfind.c,v $
- * Revision 1.9  1995/02/16 13:20:06  adam
+ * cclfind.c,v
+ * Revision 1.9  1995/02/16  13:20:06  adam
  * Spell fix.
  *
  * Revision 1.8  1995/02/14  19:59:42  adam
index 4a4a5fc..b8bb00a 100644 (file)
@@ -1,8 +1,8 @@
 /* CCL print rpn tree - infix notation
  * Europagate, 1995
  *
- * $Log: cclptree.c,v $
- * Revision 1.3  1995/02/15 17:42:16  adam
+ * cclptree.c,v
+ * Revision 1.3  1995/02/15  17:42:16  adam
  * Minor changes of the api of this module. FILE* argument added
  * to ccl_pr_tree.
  *
index c28e98c..3b56f54 100644 (file)
@@ -1,8 +1,8 @@
 /* CCL qualifiers
  * Europagate, 1995
  *
- * $Log: cclqual.c,v $
- * Revision 1.4  1995/02/14 19:55:12  adam
+ * cclqual.c,v
+ * Revision 1.4  1995/02/14  19:55:12  adam
  * Header files ccl.h/cclp.h are gone! They have been merged an
  * moved to ../include/ccl.h.
  * Node kind(s) in ccl_rpn_node have changed names.
index 5d2eff3..a4f9cf3 100644 (file)
@@ -1,8 +1,8 @@
 /* CCL shell.
  * Europagate 1995
  *
- * $Log: cclsh.c,v $
- * Revision 1.7  1995/02/15 17:42:16  adam
+ * cclsh.c,v
+ * Revision 1.7  1995/02/15  17:42:16  adam
  * Minor changes of the api of this module. FILE* argument added
  * to ccl_pr_tree.
  *
index 39083b1..def3fb8 100644 (file)
@@ -1,8 +1,8 @@
 /* CCL - lexical analysis
  * Europagate, 1995
  *
- * $Log: ccltoken.c,v $
- * Revision 1.3  1995/02/15 17:42:16  adam
+ * ccltoken.c,v
+ * Revision 1.3  1995/02/15  17:42:16  adam
  * Minor changes of the api of this module. FILE* argument added
  * to ccl_pr_tree.
  *
index e3b2f93..5978d46 100644 (file)
@@ -1,6 +1,6 @@
 # FML interpreter. Europagate, 1995
 #
-# $Id: Makefile,v 1.9 1995/02/22 08:50:48 adam Exp $
+# Makefile,v 1.9 1995/02/22 08:50:48 adam Exp
 
 SHELL=/bin/sh
 INCLUDE=-I../include -I.
index 4725419..82b825d 100644 (file)
--- a/fml/fml.c
+++ b/fml/fml.c
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fml.c,v $
- * Revision 1.12  1995/02/22 15:20:13  adam
+ * fml.c,v
+ * Revision 1.12  1995/02/22  15:20:13  adam
  * Bug fix in fml_exec_space.
  *
  * Revision 1.11  1995/02/22  08:50:49  adam
index 95dbd18..2639a63 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmlarit.c,v $
- * Revision 1.1  1995/02/09 14:33:36  adam
+ * fmlarit.c,v
+ * Revision 1.1  1995/02/09  14:33:36  adam
  * Split source fml.c and define relevant build-in functions in separate
  * files. New operators mult, div, not, llen implemented.
  *
index 02e0d38..a2fab34 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmlcall.c,v $
- * Revision 1.1  1995/02/09 16:06:07  adam
+ * fmlcall.c,v
+ * Revision 1.1  1995/02/09  16:06:07  adam
  * FML can be called from the outside multiple times by the functions:
  * fml_exec_call and fml_exec_call_str.
  * An interactive parameter (-i) to fmltest starts a shell-like
index b073e71..db6b239 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmlcalls.c,v $
- * Revision 1.2  1995/02/10 15:50:55  adam
+ * fmlcalls.c,v
+ * Revision 1.2  1995/02/10  15:50:55  adam
  * MARC interface implemented. Minor bugs fixed. fmltest can
  * be used to format single MARC records. New function '\list'
  * implemented.
index c44a074..25bfe7d 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmllist.c,v $
- * Revision 1.2  1995/02/10 15:50:55  adam
+ * fmllist.c,v
+ * Revision 1.2  1995/02/10  15:50:55  adam
  * MARC interface implemented. Minor bugs fixed. fmltest can
  * be used to format single MARC records. New function '\list'
  * implemented.
index 8ed4382..97071b3 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmlmarc.c,v $
- * Revision 1.2  1995/02/10 16:52:08  adam
+ * fmlmarc.c,v
+ * Revision 1.2  1995/02/10  16:52:08  adam
  * Indicator field moved in MARC structure. The FML list representation
  * of a MARC record has changed.
  *
index 7e78ac8..8f42c1d 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmlmem.c,v $
- * Revision 1.6  1995/02/10 18:15:52  adam
+ * fmlmem.c,v
+ * Revision 1.6  1995/02/10  18:15:52  adam
  * FML function 'strcmp' implemented. This function can be used to
  * test for existence of MARC fields.
  *
index 99a2038..27e2c6b 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmlp.h,v $
- * Revision 1.8  1995/02/10 18:15:52  adam
+ * fmlp.h,v
+ * Revision 1.8  1995/02/10  18:15:52  adam
  * FML function 'strcmp' implemented. This function can be used to
  * test for existence of MARC fields.
  *
index 26ccc52..1ea63fc 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmlrel.c,v $
- * Revision 1.1  1995/02/09 14:33:37  adam
+ * fmlrel.c,v
+ * Revision 1.1  1995/02/09  14:33:37  adam
  * Split source fml.c and define relevant build-in functions in separate
  * files. New operators mult, div, not, llen implemented.
  *
index 440dabb..0cfb480 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmlstr.c,v $
- * Revision 1.1  1995/02/10 18:15:53  adam
+ * fmlstr.c,v
+ * Revision 1.1  1995/02/10  18:15:53  adam
  * FML function 'strcmp' implemented. This function can be used to
  * test for existence of MARC fields.
  *
index b9a8390..1378ad3 100644 (file)
@@ -1,9 +1,10 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmlsym.c,v $
- * Revision 1.1  1995/02/06 13:48:09  adam
- * Initial revision
+ * fmlsym.c,v
+ * Revision 1.1.1.1  1995/02/06  13:48:10  adam
+ * First version of the FML interpreter. It's slow and memory isn't
+ * freed properly. In particular, the FML nodes aren't released yet.
  *
  */
 #include <stdio.h>
index 13dda1e..06484b4 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmltest.c,v $
- * Revision 1.5  1995/02/10 15:50:56  adam
+ * fmltest.c,v
+ * Revision 1.5  1995/02/10  15:50:56  adam
  * MARC interface implemented. Minor bugs fixed. fmltest can
  * be used to format single MARC records. New function '\list'
  * implemented.
index fb34f14..d76030c 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmltoken.c,v $
- * Revision 1.4  1995/02/10 18:15:53  adam
+ * fmltoken.c,v
+ * Revision 1.4  1995/02/10  18:15:53  adam
  * FML function 'strcmp' implemented. This function can be used to
  * test for existence of MARC fields.
  *
index 6bef8fa..60ebc23 100644 (file)
@@ -1,6 +1,6 @@
 # FML list inspection
 #
-# $Id: lists.fml,v 1.3 1995/02/09 14:33:38 adam Exp $
+# lists.fml,v 1.3 1995/02/09 14:33:38 adam Exp
 \set months {Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec}
 \set days   {31  28  31  30  31  30  31  31  30  31  30  31}
 Number of months: 
index f180e68..2abf57c 100644 (file)
@@ -1,5 +1,5 @@
 # Fml scripts to display MARC records
-# $Id: marc.fml,v 1.3 1995/02/10 18:15:53 adam Exp $
+# marc.fml,v 1.3 1995/02/10 18:15:53 adam Exp
 \func f0 rec {
        \foreach line {\rec} {
                \line \index 1 \ 
index 2ed92d1..d2c9077 100644 (file)
@@ -1,6 +1,6 @@
 # FML power and multiplication.
 #
-# $Id: power.fml,v 1.1 1995/02/06 13:48:09 adam Exp $
+# power.fml,v 1.1.1.1 1995/02/06 13:48:10 adam Exp
 
 \bin Mult a b {
        \set val 0
index e2e9ac8..9043cf5 100644 (file)
@@ -1,6 +1,6 @@
 # FML tempo test
 #
-# $Id: tempo.fml,v 1.2 1995/02/09 13:07:16 adam Exp $
+# tempo.fml,v 1.2 1995/02/09 13:07:16 adam Exp
 \set x 1 
 \set max 10000 
 \while {\x \lt \max} {\incr \x}
index df228a2..94d4643 100644 (file)
@@ -1,8 +1,8 @@
 /* CCL - header file
  * Europagate, 1995
  *
- * $Log: ccl.h,v $
- * Revision 1.3  1995/02/16 13:20:10  adam
+ * ccl.h,v
+ * Revision 1.3  1995/02/16  13:20:10  adam
  * Spell fix.
  *
  * Revision 1.2  1995/02/15  17:43:08  adam
index 05fb04f..076a575 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fml.h,v $
- * Revision 1.2  1995/02/22 08:51:02  adam
+ * fml.h,v
+ * Revision 1.2  1995/02/22  08:51:02  adam
  * Output function can be customized.
  *
  * Revision 1.1  1995/02/20  21:15:46  adam
index 0713057..e2f30a7 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * FML interpreter. Europagate, 1995
  *
- * $Log: fmlmarc.h,v $
- * Revision 1.1  1995/02/20 21:15:47  adam
+ * fmlmarc.h,v
+ * Revision 1.1  1995/02/20  21:15:47  adam
  * Moved files to include.
  *
  * Revision 1.1  1995/02/10  15:50:56  adam
index d74c1fb..b73729b 100644 (file)
@@ -3,10 +3,10 @@
 
    Europagate, 1994-1995.
 
-   $Log: gw-log.h,v $
-   Revision 1.1  1995/02/09 17:27:11  adam
-   Initial revision
-
+   gw-log.h,v
+ * Revision 1.1.1.1  1995/02/09  17:27:12  adam
+ * Initial version of email gateway under CVS control.
+ *
 
    Initial:       Dec  7, 94 (Adam Dickmeiss)
    Last update:   Dec 13, 94 (Adam Dickmeiss)
index 35f654d..4a7e1d4 100644 (file)
@@ -3,10 +3,10 @@
 
    Europagate, 1994-1995.
 
-   $Log: gw-res.h,v $
-   Revision 1.1  1995/02/09 17:27:11  adam
-   Initial revision
-
+   gw-res.h,v
+ * Revision 1.1.1.1  1995/02/09  17:27:12  adam
+ * Initial version of email gateway under CVS control.
+ *
 
    Initial:       Dec  7, 94 (Adam Dickmeiss)
    Last update:   Dec 13, 94 (Adam Dickmeiss)
index 8d9e8b6..ce7f050 100644 (file)
@@ -3,12 +3,12 @@
 
    Europagate, 1994-1995.
 
-   $Log: iso2709.h,v $
-   Revision 1.3  1995/02/10 17:05:14  adam
-   New function iso2709_display to display MARC records in a
-   line-by-line format. The iso2709_cvt function no longer
-   prints the record to stderr.
-
+   iso2709.h,v
+ * Revision 1.3  1995/02/10  17:05:14  adam
+ * New function iso2709_display to display MARC records in a
+ * line-by-line format. The iso2709_cvt function no longer
+ * prints the record to stderr.
+ *
  * Revision 1.2  1995/02/10  16:50:25  adam
  * Indicator field moved to 'struct iso2709_dir' from 'struct
  * iso2709_field'.
index b2a47ac..c88ba0c 100644 (file)
@@ -3,10 +3,10 @@
 
    Europagate, 1994-1995.
 
-   $Log: iso2709p.h,v $
-   Revision 1.3  1995/02/15 17:43:08  adam
-   Minor changes to the ccl interface. Bug fix in iso2709 module.
-
+   iso2709p.h,v
+ * Revision 1.3  1995/02/15  17:43:08  adam
+ * Minor changes to the ccl interface. Bug fix in iso2709 module.
+ *
  * Revision 1.2  1995/02/10  16:50:26  adam
  * Indicator field moved to 'struct iso2709_dir' from 'struct
  * iso2709_field'.
index 6899025..a78654a 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Europagate, 1995
  *
- * $Log: zaccess.h,v $
- * Revision 1.7  1995/02/17 13:59:06  quinn
+ * zaccess.h,v
+ * Revision 1.7  1995/02/17  13:59:06  quinn
  * Added header.
  *
  */
index 280c748..852fed5 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile for Email gateway CCL
 # Europagate, 1995
 #
-# $Log: Makefile,v $
-# Revision 1.7  1995/02/22 08:51:34  adam
+# Makefile,v
+# Revision 1.7  1995/02/22  08:51:34  adam
 # Output function can be customized in fml, which is used to print
 # the reply to reply_fd.
 #
index 83db237..1c04425 100644 (file)
@@ -1,5 +1,5 @@
 # Subset of bib-1 attributes map to CCL qualifiers 
-# $Id: default.bib,v 1.3 1995/02/20 21:16:17 adam Exp $
+# default.bib,v 1.3 1995/02/20 21:16:17 adam Exp
 #
 term t=l,r,b     s=pw
 clean t=l,r,b
index ff97580..aff0de3 100644 (file)
@@ -1,5 +1,5 @@
 # Fml scripts to display MARC records
-# $Id: default.fml,v 1.1 1995/02/20 21:17:08 adam Exp $
+# default.fml,v 1.1 1995/02/20 21:17:08 adam Exp
 \func f0 rec {
        \foreach line {\rec} {
                \line \index 1 \ 
index c561d11..68bc67e 100644 (file)
@@ -1,5 +1,5 @@
 # Email gateway - general kernel resources
-# $Id: default.res,v 1.8 1995/02/22 15:22:32 adam Exp $
+# default.res,v 1.8 1995/02/22 15:22:32 adam Exp
 #
 # Important directories, programs, etc.
 gw.reply.mta: /usr/lib/sendmail
index 1d08091..ed34ad7 100644 (file)
@@ -1,5 +1,5 @@
 # Email gateway - resource for a specific target
-# $Id: drewdb.res,v 1.1 1995/02/20 21:16:18 adam Exp $
+# drewdb.res,v 1.1 1995/02/20 21:16:18 adam Exp
 # See p. 17 in Europagate, Background Study, Part II
 gw.portno: 210
 gw.hostname: dranet.dra.com
index 0376550..2e3154d 100644 (file)
@@ -1,8 +1,8 @@
 /* Gateway kernel
  * Europagate, 1995
  *
- * $Log: kernel.h,v $
- * Revision 1.5  1995/02/22 15:22:32  adam
+ * kernel.h,v
+ * Revision 1.5  1995/02/22  15:22:32  adam
  * Much more checking of run-time state. Show command never retrieves
  * more records than indicated by the previous search request. Help
  * command available. The maximum number of records retrieved can be
index aa1c103..31fbcff 100644 (file)
@@ -1,5 +1,5 @@
 # Email gateway - resources for danish conversation
-# $Id: lang.dk.res,v 1.3 1995/02/20 21:16:18 adam Exp $
+# lang.dk.res,v 1.3 1995/02/20 21:16:18 adam Exp
 #
 # Beskeder
 gw.msg.subject: Din forespørgsel
index 0d50b67..f0f959b 100644 (file)
@@ -1,5 +1,5 @@
 # Email gateway - resources for english conversation
-# $Id: lang.uk.res,v 1.2 1995/02/22 15:22:33 adam Exp $
+# lang.uk.res,v 1.2 1995/02/22 15:22:33 adam Exp
 #
 # Messages
 gw.msg.subject: Your Z39.50 Query
index 3742122..4889696 100644 (file)
@@ -1,11 +1,11 @@
 # Subset of bib-1 attributes map to CCL qualifiers for a target
-# $Id: loc.bib,v 1.2 1995/02/22 16:54:42 adam Exp $
+# loc.bib,v 1.2 1995/02/22 16:54:42 adam Exp
 #
 term s=pw
 au   u=1    s=pw 
 pn   u=1    s=pw
 cn   u=2    s=pw
-ti   u=3    s=pw
+ti   u=4    s=pw
 ts   u=5    s=pw
 isbn u=7    t=l,r,b,n
 issn u=8    t=l,r,b,n
index b0dea46..8c8ac65 100644 (file)
@@ -1,5 +1,5 @@
 # Email gateway - resource for a specific target
-# $Id: loc.res,v 1.2 1995/02/16 18:35:09 adam Exp $
+# loc.res,v 1.2 1995/02/16 18:35:09 adam Exp
 # See p. 40-43 in Europagate, Background Study, Part II
 gw.portno: 210
 gw.hostname: IBM2.LOC.gov
index 428ffac..719b66d 100644 (file)
@@ -1,8 +1,8 @@
 /* Gateway kernel
  * Europagate, 1995
  *
- * $Log: main.c,v $
- * Revision 1.7  1995/02/22 15:22:33  adam
+ * main.c,v
+ * Revision 1.7  1995/02/22  15:22:33  adam
  * Much more checking of run-time state. Show command never retrieves
  * more records than indicated by the previous search request. Help
  * command available. The maximum number of records retrieved can be
index aab4914..b6c4d90 100644 (file)
@@ -1,8 +1,8 @@
 /* Gateway kernel
  * Europagate, 1995
  *
- * $Log: urp.c,v $
- * Revision 1.13  1995/02/22 16:54:42  adam
+ * urp.c,v
+ * Revision 1.13  1995/02/22  16:54:42  adam
  * Qualifiers of LOC target updated. More logging messages.
  *
  * Revision 1.12  1995/02/22  15:51:51  adam
index ddf4468..716efb2 100644 (file)
@@ -1,6 +1,6 @@
-#$Log: ChangeLog,v $
-#Revision 1.1  1995/02/09 17:27:10  adam
-#Initial revision
+#ChangeLog,v
+# Revision 1.1.1.1  1995/02/09  17:27:11  adam
+# Initial version of email gateway under CVS control.
 #
 #
 Dec 19 1994
index fc5a126..d287e25 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile for resource management/logging facilities.
 # Europagate, 1994-1995.
 #
-# $Log: Makefile,v $
-# Revision 1.2  1995/02/22 08:51:44  adam
+# Makefile,v
+# Revision 1.2  1995/02/22  08:51:44  adam
 # Definition of CPP changed.
 #
 # Revision 1.1.1.1  1995/02/09  17:27:11  adam
index 07310dc..b859b47 100644 (file)
@@ -1,3 +1,3 @@
-# $Id: adam.res,v 1.1 1995/02/09 17:27:11 adam Exp $
+# adam.res,v 1.1.1.1 1995/02/09 17:27:12 adam Exp
 a: 3
 c: 45
index c878d8b..4884d7b 100644 (file)
@@ -1,6 +1,6 @@
 # Personal X setup : ~/.Xdefaults, ~/.Xresources
 # Adam Dickmeiss
-# $Id: big.res,v 1.1 1995/02/09 17:27:11 adam Exp $
+# big.res,v 1.1.1.1 1995/02/09 17:27:12 adam Exp
 
 # This file specifies the default resources used by Emacs.
 # Colors and backgrounds.
index 64b643c..edc466b 100644 (file)
@@ -1,7 +1,7 @@
 # This is default.res
-# $Log: default.res,v $
-# Revision 1.1  1995/02/09 17:27:11  adam
-# Initial revision
+# default.res,v
+# Revision 1.1.1.1  1995/02/09  17:27:12  adam
+# Initial version of email gateway under CVS control.
 #
 
 a: 1
index ea5a226..a7cd658 100644 (file)
@@ -3,10 +3,10 @@
 
    Europagate, 1994-1995.
 
-   $Log: gw-log-test.c,v $
-   Revision 1.1  1995/02/09 17:27:11  adam
-   Initial revision
-
+   gw-log-test.c,v
+ * Revision 1.1.1.1  1995/02/09  17:27:12  adam
+ * Initial version of email gateway under CVS control.
+ *
 
    Initial:       Dec  7, 94 (Adam Dickmeiss)
    Last update:   Dec 13, 94 (Adam Dickmeiss)
index d515753..961963a 100644 (file)
@@ -3,10 +3,10 @@
 
    Europagate, 1994-1995.
 
-   $Log: gw-log.c,v $
-   Revision 1.2  1995/02/17 17:06:56  adam
-   Remove everything before '/' in app_name. Use compact date format.
-
+   gw-log.c,v
+ * Revision 1.2  1995/02/17  17:06:56  adam
+ * Remove everything before '/' in app_name. Use compact date format.
+ *
  * Revision 1.1.1.1  1995/02/09  17:27:12  adam
  * Initial version of email gateway under CVS control.
  *
index ae64b06..767f251 100644 (file)
@@ -3,10 +3,10 @@
 
    Europagate, 1994-1995.
 
-   $Log: gw-res-test.c,v $
-   Revision 1.1  1995/02/09 17:27:11  adam
-   Initial revision
-
+   gw-res-test.c,v
+ * Revision 1.1.1.1  1995/02/09  17:27:12  adam
+ * Initial version of email gateway under CVS control.
+ *
 
    Initial:       Dec  7, 94 (Adam Dickmeiss)
    Last update:   Dec 13, 94 (Adam Dickmeiss)
index 5bb95ae..2435ef6 100644 (file)
@@ -3,10 +3,10 @@
 
    Europagate, 1994-1995.
 
-   $Log: gw-res.c,v $
-   Revision 1.3  1995/02/21 14:00:11  adam
-   Minor changes.
-
+   gw-res.c,v
+ * Revision 1.3  1995/02/21  14:00:11  adam
+ * Minor changes.
+ *
  * Revision 1.2  1995/02/16  13:21:30  adam
  * A few logging messages added.
  *
index bdd8c8f..293927f 100644 (file)
@@ -3,10 +3,10 @@
 
    Europagate, 1994-1995.
 
-   $Log: gw-resp.h,v $
-   Revision 1.1  1995/02/09 17:27:11  adam
-   Initial revision
-
+   gw-resp.h,v
+ * Revision 1.1.1.1  1995/02/09  17:27:12  adam
+ * Initial version of email gateway under CVS control.
+ *
 
    Initial:       Dec  7, 94 (Adam Dickmeiss)
    Last update:   Dec 13, 94 (Adam Dickmeiss)
index ba4edc6..c6a107d 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile for Email gateway utilities
 # Europagate, 1995
 #
-# $Log: Makefile,v $
-# Revision 1.5  1995/02/22 08:51:46  adam
+# Makefile,v
+# Revision 1.5  1995/02/22  08:51:46  adam
 # Definition of CPP changed.
 #
 # Revision 1.4  1995/02/20  21:16:32  adam
index 7fe03c1..7de97f2 100644 (file)
@@ -3,11 +3,11 @@
 
    Europagate, 1994-1995.
 
-   $Log: iso2709.c,v $
-   Revision 1.5  1995/02/22 15:24:14  adam
-   Function iso2709_cvt makes a litte check for the format. It returns
-   NULL if the buffer parameter can never be a MARC record.
-
+   iso2709.c,v
+ * Revision 1.5  1995/02/22  15:24:14  adam
+ * Function iso2709_cvt makes a litte check for the format. It returns
+ * NULL if the buffer parameter can never be a MARC record.
+ *
  * Revision 1.4  1995/02/15  17:45:44  adam
  * Bug fix in iso2709 module.
  *
index d8701e1..6757ea9 100644 (file)
@@ -3,12 +3,12 @@
 
    Europagate, 1994-1995.
 
-   $Log: iso2709dump.c,v $
-   Revision 1.3  1995/02/10 17:05:18  adam
-   New function iso2709_display to display MARC records in a
-   line-by-line format. The iso2709_cvt function no longer
-   prints the record to stderr.
-
+   iso2709dump.c,v
+ * Revision 1.3  1995/02/10  17:05:18  adam
+ * New function iso2709_display to display MARC records in a
+ * line-by-line format. The iso2709_cvt function no longer
+ * prints the record to stderr.
+ *
  * Revision 1.2  1995/02/10  16:50:33  adam
  * Indicator field moved to 'struct iso2709_dir' from 'struct
  * iso2709_field'.
index b0cfa10..031b89a 100644 (file)
@@ -3,12 +3,12 @@
 
    Europagate, 1994-1995.
 
-   $Log: iso27dis.c,v $
-   Revision 1.1  1995/02/10 17:05:18  adam
-   New function iso2709_display to display MARC records in a
-   line-by-line format. The iso2709_cvt function no longer
-   prints the record to stderr.
-
+   iso27dis.c,v
+ * Revision 1.1  1995/02/10  17:05:18  adam
+ * New function iso2709_display to display MARC records in a
+ * line-by-line format. The iso2709_cvt function no longer
+ * prints the record to stderr.
+ *
  */
 
 #include <stdlib.h>
index 3bd233d..e9ca458 100644 (file)
@@ -1,8 +1,8 @@
 # Makefile for Email gateway utilities
 # Europagate, 1995
 #
-# $Log: Makefile,v $
-# Revision 1.3  1995/02/22 08:51:49  adam
+# Makefile,v
+# Revision 1.3  1995/02/22  08:51:49  adam
 # Definition of CPP changed.
 #
 # Revision 1.2  1995/02/16  15:01:38  quinn
@@ -25,7 +25,7 @@ LIB=../lib/libzass.a
 PO=zaccess.o
 CPP=$(CC) -E
 DEFS=$(INCLUDE)
-ZDEFS=-DLOW_TO_HIGH -Dfar=
+ZDEFS=-DHIGH_TO_LOW -Dfar=
 
 all: $(LIB)
 
index d0fd1b4..b30dbae 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Europagate, 1995
  *
- * $Log: zaccess.c,v $
- * Revision 1.12  1995/02/20 20:35:37  quinn
+ * zaccess.c,v
+ * Revision 1.12  1995/02/20  20:35:37  quinn
  * Pull present status from presresp.
  *
  * Revision 1.11  1995/02/20  18:58:05  quinn