[interchange-cvs] interchange - jon modified 26 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu Jun 27 18:25:00 2002


User:      jon
Date:      2002-06-27 22:24:11 GMT
Modified:  .        configure
Modified:  dist/src tlink.c vlink.c
Modified:  lib/Vend Cart.pm Config.pm Control.pm Data.pm Form.pm
Modified:           Interpolate.pm MakeCat.pm Order.pm Page.pm Parse.pm
Modified:           Server.pm Session.pm Util.pm
Modified:  lib/Vend/Table Common.pm DB_File.pm GDBM.pm InMemory.pm
Modified:           LDAP.pm SDBM.pm
Modified:  scripts  dump.PL expire.PL interchange.PL offline.PL
Log:
Update Andrew Wilcox's email address at his request.

Revision  Changes    Path
2.4       +2 -2      interchange/configure


rev 2.4, prev_rev 2.3
Index: configure
===================================================================
RCS file: /var/cvs/interchange/configure,v
retrieving revision 2.3
retrieving revision 2.4
diff -u -u -r2.3 -r2.4
--- configure	17 Jun 2002 21:40:39 -0000	2.3
+++ configure	27 Jun 2002 22:24:09 -0000	2.4
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# $Id: configure,v 2.3 2002/06/17 21:40:39 jon Exp $
+# $Id: configure,v 2.4 2002/06/27 22:24:09 jon Exp $
 
 cat <<EOF
 
@@ -9,7 +9,7 @@
  Copyright 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 
  Interchange was originally based on Vend 0.2 and 0.3
- Copyright 1995, 1996 Andrew M. Wilcox <awilcox@maine.com>
+ Copyright 1995, 1996 Andrew M. Wilcox <amw@wilcoxsolutions.com>
 
  Distributed under the GNU General Public License.
  See the file LICENSE for license information.



2.2       +2 -2      interchange/dist/src/tlink.c


rev 2.2, prev_rev 2.1
Index: tlink.c
===================================================================
RCS file: /var/cvs/interchange/dist/src/tlink.c,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- tlink.c	17 Jun 2002 22:24:07 -0000	2.1
+++ tlink.c	27 Jun 2002 22:24:10 -0000	2.2
@@ -2,9 +2,9 @@
  * tlink.c: runs as a CGI program and passes request to Interchange
  *          server via TCP/IP
  *
- * $Id: tlink.c,v 2.1 2002/06/17 22:24:07 jon Exp $
+ * $Id: tlink.c,v 2.2 2002/06/27 22:24:10 jon Exp $
  *
- * Copyright (C) 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+ * Copyright (C) 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
  *
  * Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
  *



2.2       +2 -2      interchange/dist/src/vlink.c


rev 2.2, prev_rev 2.1
Index: vlink.c
===================================================================
RCS file: /var/cvs/interchange/dist/src/vlink.c,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -u -r2.1 -r2.2
--- vlink.c	17 Jun 2002 22:24:07 -0000	2.1
+++ vlink.c	27 Jun 2002 22:24:10 -0000	2.2
@@ -1,9 +1,9 @@
 /*
  * vlink.c: runs as a cgi program and passes request to Interchange server
  *
- * $Id: vlink.c,v 2.1 2002/06/17 22:24:07 jon Exp $
+ * $Id: vlink.c,v 2.2 2002/06/27 22:24:10 jon Exp $
  *
- * Copyright (C) 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+ * Copyright (C) 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
  *
  * Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
  *



2.3       +3 -3      interchange/lib/Vend/Cart.pm


rev 2.3, prev_rev 2.2
Index: Cart.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Cart.pm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- Cart.pm	17 Jun 2002 22:24:07 -0000	2.2
+++ Cart.pm	27 Jun 2002 22:24:10 -0000	2.3
@@ -1,11 +1,11 @@
 # Vend::Cart - Interchange shopping cart management routines
 #
-# $Id: Cart.pm,v 2.2 2002/06/17 22:24:07 jon Exp $
+# $Id: Cart.pm,v 2.3 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
 
 package Vend::Cart;
 
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.3 $, 10);
 
 use strict;
 



2.49      +3 -3      interchange/lib/Vend/Config.pm


rev 2.49, prev_rev 2.48
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.48
retrieving revision 2.49
diff -u -u -r2.48 -r2.49
--- Config.pm	17 Jun 2002 22:24:07 -0000	2.48
+++ Config.pm	27 Jun 2002 22:24:10 -0000	2.49
@@ -1,11 +1,11 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.48 2002/06/17 22:24:07 jon Exp $
+# $Id: Config.pm,v 2.49 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -44,7 +44,7 @@
 use Vend::Parse;
 use Vend::Util;
 
-$VERSION = substr(q$Revision: 2.48 $, 10);
+$VERSION = substr(q$Revision: 2.49 $, 10);
 
 my %CDname;
 



2.3       +2 -2      interchange/lib/Vend/Control.pm


rev 2.3, prev_rev 2.2
Index: Control.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Control.pm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- Control.pm	17 Jun 2002 22:24:07 -0000	2.2
+++ Control.pm	27 Jun 2002 22:24:10 -0000	2.3
@@ -1,11 +1,11 @@
 # Vend::Control - Routines that alter the running Interchange daemon
 # 
-# $Id: Control.pm,v 2.2 2002/06/17 22:24:07 jon Exp $
+# $Id: Control.pm,v 2.3 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.10      +2 -2      interchange/lib/Vend/Data.pm


rev 2.10, prev_rev 2.9
Index: Data.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Data.pm,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -u -r2.9 -r2.10
--- Data.pm	17 Jun 2002 22:24:07 -0000	2.9
+++ Data.pm	27 Jun 2002 22:24:10 -0000	2.10
@@ -1,11 +1,11 @@
 # Vend::Data - Interchange databases
 #
-# $Id: Data.pm,v 2.9 2002/06/17 22:24:07 jon Exp $
+# $Id: Data.pm,v 2.10 2002/06/27 22:24:10 jon Exp $
 # 
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.18      +3 -3      interchange/lib/Vend/Form.pm


rev 2.18, prev_rev 2.17
Index: Form.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Form.pm,v
retrieving revision 2.17
retrieving revision 2.18
diff -u -u -r2.17 -r2.18
--- Form.pm	17 Jun 2002 22:24:07 -0000	2.17
+++ Form.pm	27 Jun 2002 22:24:10 -0000	2.18
@@ -1,11 +1,11 @@
 # Vend::Form - Generate Form widgets
 # 
-# $Id: Form.pm,v 2.17 2002/06/17 22:24:07 jon Exp $
+# $Id: Form.pm,v 2.18 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -37,7 +37,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.17 $, 10);
+$VERSION = substr(q$Revision: 2.18 $, 10);
 
 @EXPORT = qw (
 	display



2.73      +3 -3      interchange/lib/Vend/Interpolate.pm


rev 2.73, prev_rev 2.72
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.72
retrieving revision 2.73
diff -u -u -r2.72 -r2.73
--- Interpolate.pm	25 Jun 2002 18:01:33 -0000	2.72
+++ Interpolate.pm	27 Jun 2002 22:24:10 -0000	2.73
@@ -1,11 +1,11 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.72 2002/06/25 18:01:33 mheins Exp $
+# $Id: Interpolate.pm,v 2.73 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.72 $, 10);
+$VERSION = substr(q$Revision: 2.73 $, 10);
 
 @EXPORT = qw (
 



2.10      +3 -3      interchange/lib/Vend/MakeCat.pm


rev 2.10, prev_rev 2.9
Index: MakeCat.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/MakeCat.pm,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -u -r2.9 -r2.10
--- MakeCat.pm	17 Apr 2002 17:55:48 -0000	2.9
+++ MakeCat.pm	27 Jun 2002 22:24:10 -0000	2.10
@@ -1,11 +1,11 @@
 # Vend::MakeCat - Routines for Interchange catalog configurator
 #
-# $Id: MakeCat.pm,v 2.9 2002/04/17 17:55:48 jon Exp $
+# $Id: MakeCat.pm,v 2.10 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -110,7 +110,7 @@
 	%Window
 /;
 
-$VERSION = substr(q$Revision: 2.9 $, 10);
+$VERSION = substr(q$Revision: 2.10 $, 10);
 
 $Force = 0;
 $History = 0;



2.25      +3 -3      interchange/lib/Vend/Order.pm


rev 2.25, prev_rev 2.24
Index: Order.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Order.pm,v
retrieving revision 2.24
retrieving revision 2.25
diff -u -u -r2.24 -r2.25
--- Order.pm	25 Jun 2002 03:18:09 -0000	2.24
+++ Order.pm	27 Jun 2002 22:24:10 -0000	2.25
@@ -1,11 +1,11 @@
 # Vend::Order - Interchange order routing routines
 #
-# $Id: Order.pm,v 2.24 2002/06/25 03:18:09 mheins Exp $
+# $Id: Order.pm,v 2.25 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # CyberCash 3 native mode enhancements made by and
 # Copyright 1998 by Michael C. McCune <mmccune@ibm.net>
@@ -28,7 +28,7 @@
 package Vend::Order;
 require Exporter;
 
-$VERSION = substr(q$Revision: 2.24 $, 10);
+$VERSION = substr(q$Revision: 2.25 $, 10);
 
 @ISA = qw(Exporter);
 



2.6       +3 -3      interchange/lib/Vend/Page.pm


rev 2.6, prev_rev 2.5
Index: Page.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Page.pm,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -u -r2.5 -r2.6
--- Page.pm	17 Jun 2002 22:24:08 -0000	2.5
+++ Page.pm	27 Jun 2002 22:24:10 -0000	2.6
@@ -1,11 +1,11 @@
 # Vend::Page - Handle Interchange page routing
 # 
-# $Id: Page.pm,v 2.5 2002/06/17 22:24:08 jon Exp $
+# $Id: Page.pm,v 2.6 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -45,7 +45,7 @@
 
 use vars qw/$VERSION/;
 
-$VERSION = substr(q$Revision: 2.5 $, 10);
+$VERSION = substr(q$Revision: 2.6 $, 10);
 
 my $wantref = 1;
 



2.18      +3 -3      interchange/lib/Vend/Parse.pm


rev 2.18, prev_rev 2.17
Index: Parse.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Parse.pm,v
retrieving revision 2.17
retrieving revision 2.18
diff -u -u -r2.17 -r2.18
--- Parse.pm	17 Jun 2002 22:24:08 -0000	2.17
+++ Parse.pm	27 Jun 2002 22:24:10 -0000	2.18
@@ -1,11 +1,11 @@
 # Vend::Parse - Parse Interchange tags
 # 
-# $Id: Parse.pm,v 2.17 2002/06/17 22:24:08 jon Exp $
+# $Id: Parse.pm,v 2.18 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -35,7 +35,7 @@
 
 @ISA = qw(Exporter Vend::Parser);
 
-$VERSION = substr(q$Revision: 2.17 $, 10);
+$VERSION = substr(q$Revision: 2.18 $, 10);
 
 @EXPORT = ();
 @EXPORT_OK = qw(find_matching_end);



2.8       +3 -3      interchange/lib/Vend/Server.pm


rev 2.8, prev_rev 2.7
Index: Server.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Server.pm,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -u -r2.7 -r2.8
--- Server.pm	27 Jun 2002 18:59:36 -0000	2.7
+++ Server.pm	27 Jun 2002 22:24:10 -0000	2.8
@@ -1,11 +1,11 @@
 # Vend::Server - Listen for Interchange CGI requests as a background server
 #
-# $Id: Server.pm,v 2.7 2002/06/27 18:59:36 jon Exp $
+# $Id: Server.pm,v 2.8 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
 package Vend::Server;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.7 $, 10);
+$VERSION = substr(q$Revision: 2.8 $, 10);
 
 use POSIX qw(setsid strftime);
 use Vend::Util;



2.5       +3 -3      interchange/lib/Vend/Session.pm


rev 2.5, prev_rev 2.4
Index: Session.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Session.pm,v
retrieving revision 2.4
retrieving revision 2.5
diff -u -u -r2.4 -r2.5
--- Session.pm	17 Jun 2002 22:24:08 -0000	2.4
+++ Session.pm	27 Jun 2002 22:24:10 -0000	2.5
@@ -1,11 +1,11 @@
 # Vend::Session - Interchange session routines
 #
-# $Id: Session.pm,v 2.4 2002/06/17 22:24:08 jon Exp $
+# $Id: Session.pm,v 2.5 2002/06/27 22:24:10 jon Exp $
 # 
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -26,7 +26,7 @@
 require Exporter;
 
 use vars qw($VERSION);
-$VERSION = substr(q$Revision: 2.4 $, 10);
+$VERSION = substr(q$Revision: 2.5 $, 10);
 
 @ISA = qw(Exporter);
 



2.27      +3 -3      interchange/lib/Vend/Util.pm


rev 2.27, prev_rev 2.26
Index: Util.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Util.pm,v
retrieving revision 2.26
retrieving revision 2.27
diff -u -u -r2.26 -r2.27
--- Util.pm	17 Jun 2002 22:24:08 -0000	2.26
+++ Util.pm	27 Jun 2002 22:24:10 -0000	2.27
@@ -1,11 +1,11 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.26 2002/06/17 22:24:08 jon Exp $
+# $Id: Util.pm,v 2.27 2002/06/27 22:24:10 jon Exp $
 # 
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -82,7 +82,7 @@
 use Safe;
 use subs qw(logError logGlobal);
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = substr(q$Revision: 2.26 $, 10);
+$VERSION = substr(q$Revision: 2.27 $, 10);
 
 BEGIN {
 	eval {



2.15      +3 -3      interchange/lib/Vend/Table/Common.pm


rev 2.15, prev_rev 2.14
Index: Common.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/Common.pm,v
retrieving revision 2.14
retrieving revision 2.15
diff -u -u -r2.14 -r2.15
--- Common.pm	17 Jun 2002 22:24:11 -0000	2.14
+++ Common.pm	27 Jun 2002 22:24:10 -0000	2.15
@@ -1,11 +1,11 @@
 # Vend::Table::Common - Common access methods for Interchange databases
 #
-# $Id: Common.pm,v 2.14 2002/06/17 22:24:11 jon Exp $
+# $Id: Common.pm,v 2.15 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -22,7 +22,7 @@
 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,
 # MA  02111-1307  USA.
 
-$VERSION = substr(q$Revision: 2.14 $, 10);
+$VERSION = substr(q$Revision: 2.15 $, 10);
 use strict;
 
 package Vend::Table::Common;



2.3       +3 -3      interchange/lib/Vend/Table/DB_File.pm


rev 2.3, prev_rev 2.2
Index: DB_File.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/DB_File.pm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- DB_File.pm	17 Jun 2002 22:24:12 -0000	2.2
+++ DB_File.pm	27 Jun 2002 22:24:10 -0000	2.3
@@ -1,11 +1,11 @@
 # Vend::Table::DB_File - Access an Interchange table stored in a DB file hash
 #
-# $Id: DB_File.pm,v 2.2 2002/06/17 22:24:12 jon Exp $
+# $Id: DB_File.pm,v 2.3 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -30,7 +30,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.3 $, 10);
 
 sub create {
 	my ($class, $config, $columns, $filename) = @_;



2.3       +3 -3      interchange/lib/Vend/Table/GDBM.pm


rev 2.3, prev_rev 2.2
Index: GDBM.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/GDBM.pm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- GDBM.pm	17 Jun 2002 22:24:12 -0000	2.2
+++ GDBM.pm	27 Jun 2002 22:24:10 -0000	2.3
@@ -1,11 +1,11 @@
 # Vend::Table::GDBM - Access an Interchange table stored in a GDBM file
 #
-# $Id: GDBM.pm,v 2.2 2002/06/17 22:24:12 jon Exp $
+# $Id: GDBM.pm,v 2.3 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -29,7 +29,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.3 $, 10);
 
 sub new {
 	my ($class, $obj) = @_;



2.7       +3 -3      interchange/lib/Vend/Table/InMemory.pm


rev 2.7, prev_rev 2.6
Index: InMemory.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/InMemory.pm,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -u -r2.6 -r2.7
--- InMemory.pm	26 Jun 2002 23:47:34 -0000	2.6
+++ InMemory.pm	27 Jun 2002 22:24:10 -0000	2.7
@@ -1,11 +1,11 @@
 # Vend::Table::InMemory - Store an Interchange table in memory
 #
-# $Id: InMemory.pm,v 2.6 2002/06/26 23:47:34 jon Exp $
+# $Id: InMemory.pm,v 2.7 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@
 package Vend::Table::InMemory;
 use Vend::Table::Common qw(!config !columns);
 @ISA = qw/Vend::Table::Common/;
-$VERSION = substr(q$Revision: 2.6 $, 10);
+$VERSION = substr(q$Revision: 2.7 $, 10);
 use strict;
 
 # 0: column names



2.3       +3 -3      interchange/lib/Vend/Table/LDAP.pm


rev 2.3, prev_rev 2.2
Index: LDAP.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/LDAP.pm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- LDAP.pm	17 Jun 2002 22:24:12 -0000	2.2
+++ LDAP.pm	27 Jun 2002 22:24:10 -0000	2.3
@@ -1,11 +1,11 @@
 # Vend::Table::LDAP - Interchange LDAP pseudo-table access
 #
-# $Id: LDAP.pm,v 2.2 2002/06/17 22:24:12 jon Exp $
+# $Id: LDAP.pm,v 2.3 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@
 
 package Vend::Table::LDAP;
 @ISA = qw/Vend::Table::Common/;
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.3 $, 10);
 use strict;
 
 use vars qw(



2.3       +4 -4      interchange/lib/Vend/Table/SDBM.pm


rev 2.3, prev_rev 2.2
Index: SDBM.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/SDBM.pm,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- SDBM.pm	17 Jun 2002 22:24:12 -0000	2.2
+++ SDBM.pm	27 Jun 2002 22:24:10 -0000	2.3
@@ -1,11 +1,11 @@
 # Vend::Table::SDBM - Access an Interchange table stored in Perl's internal SDBM
 #
-# $Id: SDBM.pm,v 2.2 2002/06/17 22:24:12 jon Exp $
+# $Id: SDBM.pm,v 2.3 2002/06/27 22:24:10 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
 # MA  02111-1307  USA.
 
 package Vend::Table::SDBM;
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.3 $, 10);
 use strict;
 use Fcntl;
 use SDBM_File;
@@ -31,7 +31,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.2 $, 10);
+$VERSION = substr(q$Revision: 2.3 $, 10);
 
 sub create {
 	my ($class, $config, $columns, $filename) = @_;



2.3       +3 -3      interchange/scripts/dump.PL


rev 2.3, prev_rev 2.2
Index: dump.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/dump.PL,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- dump.PL	27 Jun 2002 18:55:50 -0000	2.2
+++ dump.PL	27 Jun 2002 22:24:11 -0000	2.3
@@ -3,12 +3,12 @@
 #
 # Interchange session dumper
 #
-# $Id: dump.PL,v 2.2 2002/06/27 18:55:50 jon Exp $
+# $Id: dump.PL,v 2.3 2002/06/27 22:24:11 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995-96 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995-96 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -221,7 +221,7 @@
 
 =head1 VERSION
 
-# $Id: dump.PL,v 2.2 2002/06/27 18:55:50 jon Exp $
+# $Id: dump.PL,v 2.3 2002/06/27 22:24:11 jon Exp $
 
 =head1 SEE ALSO
 



2.6       +2 -2      interchange/scripts/expire.PL


rev 2.6, prev_rev 2.5
Index: expire.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/expire.PL,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -u -r2.5 -r2.6
--- expire.PL	27 Jun 2002 18:55:50 -0000	2.5
+++ expire.PL	27 Jun 2002 22:24:11 -0000	2.6
@@ -3,12 +3,12 @@
 #
 # Interchange session expiration
 #
-# $Id: expire.PL,v 2.5 2002/06/27 18:55:50 jon Exp $
+# $Id: expire.PL,v 2.6 2002/06/27 22:24:11 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995-96 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995-96 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by



2.38      +2 -2      interchange/scripts/interchange.PL


rev 2.38, prev_rev 2.37
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.37
retrieving revision 2.38
diff -u -u -r2.37 -r2.38
--- interchange.PL	27 Jun 2002 18:55:50 -0000	2.37
+++ interchange.PL	27 Jun 2002 22:24:11 -0000	2.38
@@ -3,12 +3,12 @@
 #
 # Interchange version 4.9.1
 #
-# $Id: interchange.PL,v 2.37 2002/06/27 18:55:50 jon Exp $
+# $Id: interchange.PL,v 2.38 2002/06/27 22:24:11 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # See the files 'README' and 'WHATSNEW' for information.
 #



2.3       +3 -3      interchange/scripts/offline.PL


rev 2.3, prev_rev 2.2
Index: offline.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/offline.PL,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -u -r2.2 -r2.3
--- offline.PL	27 Jun 2002 18:55:50 -0000	2.2
+++ offline.PL	27 Jun 2002 22:24:11 -0000	2.3
@@ -3,12 +3,12 @@
 #
 # Interchange database builder and indexer
 #
-# $Id: offline.PL,v 2.2 2002/06/27 18:55:50 jon Exp $
+# $Id: offline.PL,v 2.3 2002/06/27 22:24:11 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
 # This program was originally based on Vend 0.2 and 0.3
-# Copyright 1995-96 by Andrew M. Wilcox <awilcox@world.std.com>
+# Copyright 1995-96 by Andrew M. Wilcox <amw@wilcoxsolutions.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -247,7 +247,7 @@
 
 =head1 VERSION
 
-# $Id: offline.PL,v 2.2 2002/06/27 18:55:50 jon Exp $
+# $Id: offline.PL,v 2.3 2002/06/27 22:24:11 jon Exp $
 
 =head1 DESCRIPTION