From 3f6af0f3aa9f114cf562c28f2ed0b954e4c5d659 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 22 Feb 1995 17:31:10 +0000 Subject: [PATCH] Minor changes. --- Makefile | 8 ++++---- ccl/Makefile | 4 ++-- ccl/bib1 | 2 +- ccl/cclerrms.c | 4 ++-- ccl/cclfind.c | 4 ++-- ccl/cclptree.c | 4 ++-- ccl/cclqual.c | 4 ++-- ccl/cclsh.c | 4 ++-- ccl/ccltoken.c | 4 ++-- fml/Makefile | 2 +- fml/fml.c | 4 ++-- fml/fmlarit.c | 4 ++-- fml/fmlcall.c | 4 ++-- fml/fmlcalls.c | 4 ++-- fml/fmllist.c | 4 ++-- fml/fmlmarc.c | 4 ++-- fml/fmlmem.c | 4 ++-- fml/fmlp.h | 4 ++-- fml/fmlrel.c | 4 ++-- fml/fmlstr.c | 4 ++-- fml/fmlsym.c | 7 ++++--- fml/fmltest.c | 4 ++-- fml/fmltoken.c | 4 ++-- fml/lists.fml | 2 +- fml/marc.fml | 2 +- fml/power.fml | 2 +- fml/tempo.fml | 2 +- include/ccl.h | 4 ++-- include/fml.h | 4 ++-- include/fmlmarc.h | 4 ++-- include/gw-log.h | 8 ++++---- include/gw-res.h | 8 ++++---- include/iso2709.h | 12 ++++++------ include/iso2709p.h | 8 ++++---- include/zaccess.h | 4 ++-- kernel/Makefile | 4 ++-- kernel/default.bib | 2 +- kernel/default.fml | 2 +- kernel/default.res | 2 +- kernel/drewdb.res | 2 +- kernel/kernel.h | 4 ++-- kernel/lang.dk.res | 2 +- kernel/lang.uk.res | 2 +- kernel/loc.bib | 4 ++-- kernel/loc.res | 2 +- kernel/main.c | 4 ++-- kernel/urp.c | 4 ++-- res+log/ChangeLog | 6 +++--- res+log/Makefile | 4 ++-- res+log/adam.res | 2 +- res+log/big.res | 2 +- res+log/default.res | 6 +++--- res+log/gw-log-test.c | 8 ++++---- res+log/gw-log.c | 8 ++++---- res+log/gw-res-test.c | 8 ++++---- res+log/gw-res.c | 8 ++++---- res+log/gw-resp.h | 8 ++++---- util/Makefile | 4 ++-- util/iso2709.c | 10 +++++----- util/iso2709dump.c | 12 ++++++------ util/iso27dis.c | 12 ++++++------ zlayer/Makefile | 6 +++--- zlayer/zaccess.c | 4 ++-- 63 files changed, 149 insertions(+), 148 deletions(-) diff --git a/Makefile b/Makefile index 863ede7..9d756a1 100644 --- 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 diff --git a/ccl/Makefile b/ccl/Makefile index 8a2b33c..4adb3b8 100644 --- a/ccl/Makefile +++ b/ccl/Makefile @@ -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 diff --git a/ccl/bib1 b/ccl/bib1 index cfea312..a84daa1 100644 --- 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 diff --git a/ccl/cclerrms.c b/ccl/cclerrms.c index be736cc..bfb8633 100644 --- a/ccl/cclerrms.c +++ b/ccl/cclerrms.c @@ -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 diff --git a/ccl/cclfind.c b/ccl/cclfind.c index 7afb189..9d1f1c0 100644 --- a/ccl/cclfind.c +++ b/ccl/cclfind.c @@ -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 diff --git a/ccl/cclptree.c b/ccl/cclptree.c index 4a4a5fc..b8bb00a 100644 --- a/ccl/cclptree.c +++ b/ccl/cclptree.c @@ -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. * diff --git a/ccl/cclqual.c b/ccl/cclqual.c index c28e98c..3b56f54 100644 --- a/ccl/cclqual.c +++ b/ccl/cclqual.c @@ -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. diff --git a/ccl/cclsh.c b/ccl/cclsh.c index 5d2eff3..a4f9cf3 100644 --- a/ccl/cclsh.c +++ b/ccl/cclsh.c @@ -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. * diff --git a/ccl/ccltoken.c b/ccl/ccltoken.c index 39083b1..def3fb8 100644 --- a/ccl/ccltoken.c +++ b/ccl/ccltoken.c @@ -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. * diff --git a/fml/Makefile b/fml/Makefile index e3b2f93..5978d46 100644 --- a/fml/Makefile +++ b/fml/Makefile @@ -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. diff --git a/fml/fml.c b/fml/fml.c index 4725419..82b825d 100644 --- 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 diff --git a/fml/fmlarit.c b/fml/fmlarit.c index 95dbd18..2639a63 100644 --- a/fml/fmlarit.c +++ b/fml/fmlarit.c @@ -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. * diff --git a/fml/fmlcall.c b/fml/fmlcall.c index 02e0d38..a2fab34 100644 --- a/fml/fmlcall.c +++ b/fml/fmlcall.c @@ -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 diff --git a/fml/fmlcalls.c b/fml/fmlcalls.c index b073e71..db6b239 100644 --- a/fml/fmlcalls.c +++ b/fml/fmlcalls.c @@ -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. diff --git a/fml/fmllist.c b/fml/fmllist.c index c44a074..25bfe7d 100644 --- a/fml/fmllist.c +++ b/fml/fmllist.c @@ -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. diff --git a/fml/fmlmarc.c b/fml/fmlmarc.c index 8ed4382..97071b3 100644 --- a/fml/fmlmarc.c +++ b/fml/fmlmarc.c @@ -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. * diff --git a/fml/fmlmem.c b/fml/fmlmem.c index 7e78ac8..8f42c1d 100644 --- a/fml/fmlmem.c +++ b/fml/fmlmem.c @@ -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. * diff --git a/fml/fmlp.h b/fml/fmlp.h index 99a2038..27e2c6b 100644 --- a/fml/fmlp.h +++ b/fml/fmlp.h @@ -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. * diff --git a/fml/fmlrel.c b/fml/fmlrel.c index 26ccc52..1ea63fc 100644 --- a/fml/fmlrel.c +++ b/fml/fmlrel.c @@ -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. * diff --git a/fml/fmlstr.c b/fml/fmlstr.c index 440dabb..0cfb480 100644 --- a/fml/fmlstr.c +++ b/fml/fmlstr.c @@ -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. * diff --git a/fml/fmlsym.c b/fml/fmlsym.c index b9a8390..1378ad3 100644 --- a/fml/fmlsym.c +++ b/fml/fmlsym.c @@ -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 diff --git a/fml/fmltest.c b/fml/fmltest.c index 13dda1e..06484b4 100644 --- a/fml/fmltest.c +++ b/fml/fmltest.c @@ -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. diff --git a/fml/fmltoken.c b/fml/fmltoken.c index fb34f14..d76030c 100644 --- a/fml/fmltoken.c +++ b/fml/fmltoken.c @@ -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. * diff --git a/fml/lists.fml b/fml/lists.fml index 6bef8fa..60ebc23 100644 --- a/fml/lists.fml +++ b/fml/lists.fml @@ -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: diff --git a/fml/marc.fml b/fml/marc.fml index f180e68..2abf57c 100644 --- a/fml/marc.fml +++ b/fml/marc.fml @@ -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 \ diff --git a/fml/power.fml b/fml/power.fml index 2ed92d1..d2c9077 100644 --- a/fml/power.fml +++ b/fml/power.fml @@ -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 diff --git a/fml/tempo.fml b/fml/tempo.fml index e2e9ac8..9043cf5 100644 --- a/fml/tempo.fml +++ b/fml/tempo.fml @@ -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} diff --git a/include/ccl.h b/include/ccl.h index df228a2..94d4643 100644 --- a/include/ccl.h +++ b/include/ccl.h @@ -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 diff --git a/include/fml.h b/include/fml.h index 05fb04f..076a575 100644 --- a/include/fml.h +++ b/include/fml.h @@ -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 diff --git a/include/fmlmarc.h b/include/fmlmarc.h index 0713057..e2f30a7 100644 --- a/include/fmlmarc.h +++ b/include/fmlmarc.h @@ -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 diff --git a/include/gw-log.h b/include/gw-log.h index d74c1fb..b73729b 100644 --- a/include/gw-log.h +++ b/include/gw-log.h @@ -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) diff --git a/include/gw-res.h b/include/gw-res.h index 35f654d..4a7e1d4 100644 --- a/include/gw-res.h +++ b/include/gw-res.h @@ -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) diff --git a/include/iso2709.h b/include/iso2709.h index 8d9e8b6..ce7f050 100644 --- a/include/iso2709.h +++ b/include/iso2709.h @@ -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'. diff --git a/include/iso2709p.h b/include/iso2709p.h index b2a47ac..c88ba0c 100644 --- a/include/iso2709p.h +++ b/include/iso2709p.h @@ -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'. diff --git a/include/zaccess.h b/include/zaccess.h index 6899025..a78654a 100644 --- a/include/zaccess.h +++ b/include/zaccess.h @@ -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. * */ diff --git a/kernel/Makefile b/kernel/Makefile index 280c748..852fed5 100644 --- a/kernel/Makefile +++ b/kernel/Makefile @@ -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. # diff --git a/kernel/default.bib b/kernel/default.bib index 83db237..1c04425 100644 --- a/kernel/default.bib +++ b/kernel/default.bib @@ -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 diff --git a/kernel/default.fml b/kernel/default.fml index ff97580..aff0de3 100644 --- a/kernel/default.fml +++ b/kernel/default.fml @@ -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 \ diff --git a/kernel/default.res b/kernel/default.res index c561d11..68bc67e 100644 --- a/kernel/default.res +++ b/kernel/default.res @@ -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 diff --git a/kernel/drewdb.res b/kernel/drewdb.res index 1d08091..ed34ad7 100644 --- a/kernel/drewdb.res +++ b/kernel/drewdb.res @@ -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 diff --git a/kernel/kernel.h b/kernel/kernel.h index 0376550..2e3154d 100644 --- a/kernel/kernel.h +++ b/kernel/kernel.h @@ -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 diff --git a/kernel/lang.dk.res b/kernel/lang.dk.res index aa1c103..31fbcff 100644 --- a/kernel/lang.dk.res +++ b/kernel/lang.dk.res @@ -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 diff --git a/kernel/lang.uk.res b/kernel/lang.uk.res index 0d50b67..f0f959b 100644 --- a/kernel/lang.uk.res +++ b/kernel/lang.uk.res @@ -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 diff --git a/kernel/loc.bib b/kernel/loc.bib index 3742122..4889696 100644 --- a/kernel/loc.bib +++ b/kernel/loc.bib @@ -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 diff --git a/kernel/loc.res b/kernel/loc.res index b0dea46..8c8ac65 100644 --- a/kernel/loc.res +++ b/kernel/loc.res @@ -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 diff --git a/kernel/main.c b/kernel/main.c index 428ffac..719b66d 100644 --- a/kernel/main.c +++ b/kernel/main.c @@ -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 diff --git a/kernel/urp.c b/kernel/urp.c index aab4914..b6c4d90 100644 --- a/kernel/urp.c +++ b/kernel/urp.c @@ -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 diff --git a/res+log/ChangeLog b/res+log/ChangeLog index ddf4468..716efb2 100644 --- a/res+log/ChangeLog +++ b/res+log/ChangeLog @@ -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 diff --git a/res+log/Makefile b/res+log/Makefile index fc5a126..d287e25 100644 --- a/res+log/Makefile +++ b/res+log/Makefile @@ -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 diff --git a/res+log/adam.res b/res+log/adam.res index 07310dc..b859b47 100644 --- a/res+log/adam.res +++ b/res+log/adam.res @@ -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 diff --git a/res+log/big.res b/res+log/big.res index c878d8b..4884d7b 100644 --- a/res+log/big.res +++ b/res+log/big.res @@ -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. diff --git a/res+log/default.res b/res+log/default.res index 64b643c..edc466b 100644 --- a/res+log/default.res +++ b/res+log/default.res @@ -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 diff --git a/res+log/gw-log-test.c b/res+log/gw-log-test.c index ea5a226..a7cd658 100644 --- a/res+log/gw-log-test.c +++ b/res+log/gw-log-test.c @@ -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) diff --git a/res+log/gw-log.c b/res+log/gw-log.c index d515753..961963a 100644 --- a/res+log/gw-log.c +++ b/res+log/gw-log.c @@ -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. * diff --git a/res+log/gw-res-test.c b/res+log/gw-res-test.c index ae64b06..767f251 100644 --- a/res+log/gw-res-test.c +++ b/res+log/gw-res-test.c @@ -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) diff --git a/res+log/gw-res.c b/res+log/gw-res.c index 5bb95ae..2435ef6 100644 --- a/res+log/gw-res.c +++ b/res+log/gw-res.c @@ -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. * diff --git a/res+log/gw-resp.h b/res+log/gw-resp.h index bdd8c8f..293927f 100644 --- a/res+log/gw-resp.h +++ b/res+log/gw-resp.h @@ -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) diff --git a/util/Makefile b/util/Makefile index ba4edc6..c6a107d 100644 --- a/util/Makefile +++ b/util/Makefile @@ -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 diff --git a/util/iso2709.c b/util/iso2709.c index 7fe03c1..7de97f2 100644 --- a/util/iso2709.c +++ b/util/iso2709.c @@ -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. * diff --git a/util/iso2709dump.c b/util/iso2709dump.c index d8701e1..6757ea9 100644 --- a/util/iso2709dump.c +++ b/util/iso2709dump.c @@ -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'. diff --git a/util/iso27dis.c b/util/iso27dis.c index b0cfa10..031b89a 100644 --- a/util/iso27dis.c +++ b/util/iso27dis.c @@ -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 diff --git a/zlayer/Makefile b/zlayer/Makefile index 3bd233d..e9ca458 100644 --- a/zlayer/Makefile +++ b/zlayer/Makefile @@ -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) diff --git a/zlayer/zaccess.c b/zlayer/zaccess.c index d0fd1b4..b30dbae 100644 --- a/zlayer/zaccess.c +++ b/zlayer/zaccess.c @@ -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 -- 1.7.10.4