EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: [Merge] lp:~anj/epics-base/keywords into lp:epics-base
From: Andrew Johnson <[email protected]>
To: [email protected]
Date: Wed, 06 Oct 2010 18:12:54 -0000
Andrew Johnson has proposed merging lp:~anj/epics-base/keywords into lp:epics-base.

Requested reviews:
  EPICS Core Developers (epics-core)


This branch updates the Release Process Checklist document which hasn't been done since we moved to Bazaar and Launchpad.  It adds Bazaar commands, the revised tag formats, and some steps for updating Launchpad.

There are some changes in CONFIG_BASE_VERSION and the script that generates epicsVersion.h from it to remove "CVS" from some names, although there is a compatibility definition for CVS_DATE.  CVS_NAME is now a deprecated fixed string as Bazaar has no equivalent to the RCS $Name$ keyword.

Bazaar's keywords plug-in supports the $Date$ keyword, but not the more common $Id$ and $Header$ ones, so this branch replaces both of those with $Revision-Id$ (which unfortunately touches a large proportion of the source files).  It also removes all $Log$ keywords, and replaces some non-ASCII space characters in the documentation files which crash the 'bzr export' command.

This branch will be merged before the 3.14.12-pre1 release.
-- 
https://code.launchpad.net/~anj/epics-base/keywords/+merge/37769
Your team EPICS Core Developers is requested to review the proposed merge of lp:~anj/epics-base/keywords into lp:epics-base.
=== modified file 'Makefile'
--- Makefile	2008-03-24 22:04:01 +0000
+++ Makefile	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-# $Id$
+# $Revision-Id$
 #
 
 TOP = .

=== modified file 'config/CONFIG'
--- config/CONFIG	2002-07-12 21:35:43 +0000
+++ config/CONFIG	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
 #  The developer may edit this file.
 # assume T_A is the host arch if not specified

=== modified file 'config/CONFIG.Host.cygwin-x86'
--- config/CONFIG.Host.cygwin-x86	2006-03-16 17:29:00 +0000
+++ config/CONFIG.Host.cygwin-x86	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # cygwin-x86 is the new name for cygwin32
 -include $(EPICS_BASE)/config/CONFIG.Host.cygwin32

=== modified file 'config/CONFIG.Host.darwin-ppc'
--- config/CONFIG.Host.darwin-ppc	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Host.darwin-ppc	2010-10-06 18:12:40 +0000
@@ -7,6 +7,6 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG.Host.Darwin

=== modified file 'config/CONFIG.Host.darwin-ppcx86'
--- config/CONFIG.Host.darwin-ppcx86	2006-11-09 14:50:20 +0000
+++ config/CONFIG.Host.darwin-ppcx86	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG.Host.Darwin
 OP_SYS_CFLAGS += "-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch ppc -arch i386"

=== modified file 'config/CONFIG.Host.darwin-x86'
--- config/CONFIG.Host.darwin-x86	2006-04-08 16:36:46 +0000
+++ config/CONFIG.Host.darwin-x86	2010-10-06 18:12:40 +0000
@@ -7,6 +7,6 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG.Host.Darwin

=== modified file 'config/CONFIG.Host.freebsd'
--- config/CONFIG.Host.freebsd	2006-12-07 20:05:20 +0000
+++ config/CONFIG.Host.freebsd	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 # EPICS BASE is distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 #  This file is maintained by the EPICS community.
 #  Sites may override these definitions in CONFIG_SITE.Host.freebsd

=== modified file 'config/CONFIG.Host.freebsd-x86'
--- config/CONFIG.Host.freebsd-x86	2006-12-07 20:05:20 +0000
+++ config/CONFIG.Host.freebsd-x86	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 # EPICS BASE is distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 ARCH_CLASS = x86
 

=== modified file 'config/CONFIG.Host.freebsd-x86_64'
--- config/CONFIG.Host.freebsd-x86_64	2006-12-07 20:05:20 +0000
+++ config/CONFIG.Host.freebsd-x86_64	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 # EPICS BASE is distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 ARCH_CLASS = x86_64
 

=== modified file 'config/CONFIG.Host.hpux-parisc'
--- config/CONFIG.Host.hpux-parisc	2002-10-15 14:13:35 +0000
+++ config/CONFIG.Host.hpux-parisc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # hpux-parisc is the new name for hp700
 -include $(EPICS_BASE)/config/CONFIG.Host.hp700

=== modified file 'config/CONFIG.Host.linux-ppc'
--- config/CONFIG.Host.linux-ppc	2006-11-17 22:00:03 +0000
+++ config/CONFIG.Host.linux-ppc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG.Host.Linux
 

=== modified file 'config/CONFIG.Host.linux-x86'
--- config/CONFIG.Host.linux-x86	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Host.linux-x86	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # linux-x86 is the new name for linux
 -include $(EPICS_BASE)/config/CONFIG.Host.Linux

=== modified file 'config/CONFIG.Host.linux-x86-debug'
--- config/CONFIG.Host.linux-x86-debug	2006-11-17 22:00:03 +0000
+++ config/CONFIG.Host.linux-x86-debug	2010-10-06 18:12:40 +0000
@@ -7,6 +7,6 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG.Host.Linux

=== modified file 'config/CONFIG.Host.linux-x86_64'
--- config/CONFIG.Host.linux-x86_64	2006-11-20 23:11:33 +0000
+++ config/CONFIG.Host.linux-x86_64	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG.Host.Linux
 

=== modified file 'config/CONFIG.Host.linux-x86_64-debug'
--- config/CONFIG.Host.linux-x86_64-debug	2006-11-20 21:37:53 +0000
+++ config/CONFIG.Host.linux-x86_64-debug	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG.Host.linux-x86_64
 

=== modified file 'config/CONFIG.Host.osf-alpha'
--- config/CONFIG.Host.osf-alpha	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Host.osf-alpha	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # osf-alpha is the new name for alpha
 -include $(EPICS_BASE)/config/CONFIG.Host.alpha

=== modified file 'config/CONFIG.Host.osf-alpha-gnu'
--- config/CONFIG.Host.osf-alpha-gnu	2006-12-19 16:50:54 +0000
+++ config/CONFIG.Host.osf-alpha-gnu	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # osf-alpha is the new name for alpha
 -include $(EPICS_BASE)/config/CONFIG.Host.alpha

=== modified file 'config/CONFIG.Host.solaris-sparc'
--- config/CONFIG.Host.solaris-sparc	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Host.solaris-sparc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG.Host.solaris

=== modified file 'config/CONFIG.Host.solaris-sparc-debug'
--- config/CONFIG.Host.solaris-sparc-debug	2003-06-19 17:33:30 +0000
+++ config/CONFIG.Host.solaris-sparc-debug	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG.Host.solaris

=== modified file 'config/CONFIG.Host.solaris-sparc-gnu'
--- config/CONFIG.Host.solaris-sparc-gnu	2002-12-09 20:32:43 +0000
+++ config/CONFIG.Host.solaris-sparc-gnu	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG.Host.solarisGnu

=== modified file 'config/CONFIG.Host.solaris-sparc-staticlib'
--- config/CONFIG.Host.solaris-sparc-staticlib	2003-06-19 17:33:30 +0000
+++ config/CONFIG.Host.solaris-sparc-staticlib	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG.Host.solaris

=== modified file 'config/CONFIG.Host.solaris-sparc64'
--- config/CONFIG.Host.solaris-sparc64	2006-11-28 18:52:13 +0000
+++ config/CONFIG.Host.solaris-sparc64	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG.Host.solaris

=== modified file 'config/CONFIG.Host.solaris-sparc64-gnu'
--- config/CONFIG.Host.solaris-sparc64-gnu	2006-11-17 22:00:03 +0000
+++ config/CONFIG.Host.solaris-sparc64-gnu	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG.Host.solarisGnu

=== modified file 'config/CONFIG.Host.sun4-sparc'
--- config/CONFIG.Host.sun4-sparc	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Host.sun4-sparc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # sun4-sparc is the new name for sun4
 -include $(EPICS_BASE)/config/CONFIG.Host.sun4

=== modified file 'config/CONFIG.Host.win32-x86'
--- config/CONFIG.Host.win32-x86	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Host.win32-x86	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # win32-x86 is the new name for WIN32
 -include $(EPICS_BASE)/config/CONFIG.Host.WIN32

=== modified file 'config/CONFIG.Host.win32-x86-borland'
--- config/CONFIG.Host.win32-x86-borland	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Host.win32-x86-borland	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # win32-x86-borland is the new name for Borland
 -include $(EPICS_BASE)/config/CONFIG.Host.Borland

=== modified file 'config/CONFIG.Host.win32-x86-cygwin'
--- config/CONFIG.Host.win32-x86-cygwin	2006-11-28 16:57:01 +0000
+++ config/CONFIG.Host.win32-x86-cygwin	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 #  This file is maintained by the EPICS community.
 #  Sites may override these definitions in CONFIG_SITE.Host.win32-x86-cygwin

=== modified file 'config/CONFIG.Host.win32-x86-debug'
--- config/CONFIG.Host.win32-x86-debug	2006-11-17 22:00:03 +0000
+++ config/CONFIG.Host.win32-x86-debug	2010-10-06 18:12:40 +0000
@@ -7,6 +7,6 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG.Host.WIN32

=== modified file 'config/CONFIG.Host.win32-x86-mingw'
--- config/CONFIG.Host.win32-x86-mingw	2006-12-04 17:41:15 +0000
+++ config/CONFIG.Host.win32-x86-mingw	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 #  This file is maintained by the EPICS community.
 #  Sites may override these definitions in CONFIG_SITE.Host.win32-x86-mingw

=== modified file 'config/CONFIG.Vx'
--- config/CONFIG.Vx	2004-05-17 14:38:37 +0000
+++ config/CONFIG.Vx	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 # This file contains definitions for Vx builds
 

=== modified file 'config/CONFIG.Vx.frc40'
--- config/CONFIG.Vx.frc40	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.frc40	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.hkbaja47'
--- config/CONFIG.Vx.hkbaja47	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.hkbaja47	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.hkbaja60'
--- config/CONFIG.Vx.hkbaja60	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.hkbaja60	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.hkv2f'
--- config/CONFIG.Vx.hkv2f	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.hkv2f	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.mv147'
--- config/CONFIG.Vx.mv147	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.mv147	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.mv1604'
--- config/CONFIG.Vx.mv1604	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.mv1604	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.mv162'
--- config/CONFIG.Vx.mv162	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.mv162	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.mv162lc'
--- config/CONFIG.Vx.mv162lc	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.mv162lc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.mv167'
--- config/CONFIG.Vx.mv167	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.mv167	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.mv177'
--- config/CONFIG.Vx.mv177	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.mv177	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.mv2700'
--- config/CONFIG.Vx.mv2700	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.mv2700	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.ppc603'
--- config/CONFIG.Vx.ppc603	2002-12-09 20:32:43 +0000
+++ config/CONFIG.Vx.ppc603	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.ppc603_long'
--- config/CONFIG.Vx.ppc603_long	2002-12-09 20:32:43 +0000
+++ config/CONFIG.Vx.ppc603_long	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.ppc604'
--- config/CONFIG.Vx.ppc604	2002-12-09 20:32:43 +0000
+++ config/CONFIG.Vx.ppc604	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.ppc604_long'
--- config/CONFIG.Vx.ppc604_long	2002-12-09 20:32:43 +0000
+++ config/CONFIG.Vx.ppc604_long	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the EPICS community.
 

=== modified file 'config/CONFIG.Vx.vxWorks-486'
--- config/CONFIG.Vx.vxWorks-486	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.vxWorks-486	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # vxWorks-486 is the new R3.14 name for pc486
 include $(EPICS_BASE)/config/CONFIG.Vx.pc486

=== modified file 'config/CONFIG.Vx.vxWorks-68040'
--- config/CONFIG.Vx.vxWorks-68040	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.vxWorks-68040	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # vxWorks-68040 is the new R3.14 name for mv167
 include $(EPICS_BASE)/config/CONFIG.Vx.mv167

=== modified file 'config/CONFIG.Vx.vxWorks-68040lc'
--- config/CONFIG.Vx.vxWorks-68040lc	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.vxWorks-68040lc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # vxWorks-68040lc is the new R3.14 name for mv162lc
 include $(EPICS_BASE)/config/CONFIG.Vx.mv162lc

=== modified file 'config/CONFIG.Vx.vxWorks-68060'
--- config/CONFIG.Vx.vxWorks-68060	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.vxWorks-68060	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # vxWorks-68060 is the new R3.14 name for mv177
 include $(EPICS_BASE)/config/CONFIG.Vx.mv177

=== modified file 'config/CONFIG.Vx.vxWorks-ppc603'
--- config/CONFIG.Vx.vxWorks-ppc603	2002-10-01 15:44:59 +0000
+++ config/CONFIG.Vx.vxWorks-ppc603	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # vxWorks-ppc603 is the new R3.14 name for ppc603
 include $(EPICS_BASE)/config/CONFIG.Vx.ppc603

=== modified file 'config/CONFIG.Vx.vxWorks-ppc603_long'
--- config/CONFIG.Vx.vxWorks-ppc603_long	2004-01-22 15:55:06 +0000
+++ config/CONFIG.Vx.vxWorks-ppc603_long	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # vxWorks-ppc603 is the new R3.14 name for ppc603
 include $(EPICS_BASE)/config/CONFIG.Vx.ppc603_long

=== modified file 'config/CONFIG.Vx.vxWorks-ppc604'
--- config/CONFIG.Vx.vxWorks-ppc604	2002-07-12 21:35:43 +0000
+++ config/CONFIG.Vx.vxWorks-ppc604	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # vxWorks-ppc604 is the new R3.14 name for ppc604
 include $(EPICS_BASE)/config/CONFIG.Vx.ppc604

=== modified file 'config/CONFIG.Vx.vxWorks-ppc604_long'
--- config/CONFIG.Vx.vxWorks-ppc604_long	2004-01-22 15:55:06 +0000
+++ config/CONFIG.Vx.vxWorks-ppc604_long	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # vxWorks-ppc604 is the new R3.14 name for ppc604
 include $(EPICS_BASE)/config/CONFIG.Vx.ppc604_long

=== modified file 'config/CONFIG_BASE'
--- config/CONFIG_BASE	2006-03-20 17:57:41 +0000
+++ config/CONFIG_BASE	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
 
 # the order of following list is important

=== modified file 'config/CONFIG_BASE_VERSION'
--- config/CONFIG_BASE_VERSION	2005-12-16 16:47:52 +0000
+++ config/CONFIG_BASE_VERSION	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
 #  EPICS Version information now comes from configure...
 

=== modified file 'config/CONFIG_COMMON'
--- config/CONFIG_COMMON	2006-11-28 16:55:29 +0000
+++ config/CONFIG_COMMON	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
 #  CONFIG_COMMON - Another EPICS BASE config file
 #	by Matthew Needes and Mike Bordua

=== modified file 'config/CONFIG_COMPAT'
--- config/CONFIG_COMPAT	2006-11-17 22:31:54 +0000
+++ config/CONFIG_COMPAT	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-# $Id$
+# $Revision-Id$
 #
 # Convert old HOST_ARCH environment variable 
 

=== modified file 'config/CONFIG_ENV'
--- config/CONFIG_ENV	2002-07-12 21:35:43 +0000
+++ config/CONFIG_ENV	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-#	$Id$
+#	$Revision-Id$
 #	Author:	Andrew Johnson
 #	Date:	20 April 1995
 #

=== modified file 'config/CONFIG_HOST_ARCH.darwin-ppc'
--- config/CONFIG_HOST_ARCH.darwin-ppc	2002-07-12 21:35:43 +0000
+++ config/CONFIG_HOST_ARCH.darwin-ppc	2010-10-06 18:12:40 +0000
@@ -7,6 +7,6 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.Darwin

=== modified file 'config/CONFIG_HOST_ARCH.darwin-ppcx86'
--- config/CONFIG_HOST_ARCH.darwin-ppcx86	2006-11-09 14:50:20 +0000
+++ config/CONFIG_HOST_ARCH.darwin-ppcx86	2010-10-06 18:12:40 +0000
@@ -7,6 +7,6 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.Darwin

=== modified file 'config/CONFIG_HOST_ARCH.darwin-x86'
--- config/CONFIG_HOST_ARCH.darwin-x86	2006-04-08 16:36:46 +0000
+++ config/CONFIG_HOST_ARCH.darwin-x86	2010-10-06 18:12:40 +0000
@@ -7,6 +7,6 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.Darwin

=== modified file 'config/CONFIG_HOST_ARCH.freebsd-x86_64'
--- config/CONFIG_HOST_ARCH.freebsd-x86_64	2006-12-07 20:05:20 +0000
+++ config/CONFIG_HOST_ARCH.freebsd-x86_64	2010-10-06 18:12:40 +0000
@@ -6,6 +6,6 @@
 # EPICS BASE is distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.UnixCommon

=== modified file 'config/CONFIG_HOST_ARCH.hpux-parisc'
--- config/CONFIG_HOST_ARCH.hpux-parisc	2002-12-19 17:21:55 +0000
+++ config/CONFIG_HOST_ARCH.hpux-parisc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # hpux-parisc is the new name for hp700
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.hp700

=== modified file 'config/CONFIG_HOST_ARCH.hpux-parisc-gnu'
--- config/CONFIG_HOST_ARCH.hpux-parisc-gnu	2003-04-15 11:34:38 +0000
+++ config/CONFIG_HOST_ARCH.hpux-parisc-gnu	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # hpux-parisc is the new name for hp700
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.hp700

=== modified file 'config/CONFIG_HOST_ARCH.linux-ppc'
--- config/CONFIG_HOST_ARCH.linux-ppc	2006-11-17 22:00:03 +0000
+++ config/CONFIG_HOST_ARCH.linux-ppc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.Linux
 

=== modified file 'config/CONFIG_HOST_ARCH.linux-x86'
--- config/CONFIG_HOST_ARCH.linux-x86	2002-07-12 21:35:43 +0000
+++ config/CONFIG_HOST_ARCH.linux-x86	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # linux-x86 is the new name for linux
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.Linux

=== modified file 'config/CONFIG_HOST_ARCH.linux-x86-debug'
--- config/CONFIG_HOST_ARCH.linux-x86-debug	2006-11-17 22:00:03 +0000
+++ config/CONFIG_HOST_ARCH.linux-x86-debug	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # linux-x86 is the new name for linux
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.Linux

=== modified file 'config/CONFIG_HOST_ARCH.linux-x86_64'
--- config/CONFIG_HOST_ARCH.linux-x86_64	2006-11-20 21:37:53 +0000
+++ config/CONFIG_HOST_ARCH.linux-x86_64	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # Include definitions common to all Unix archs
 include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.UnixCommon

=== modified file 'config/CONFIG_HOST_ARCH.linux-x86_64-debug'
--- config/CONFIG_HOST_ARCH.linux-x86_64-debug	2006-11-20 21:37:53 +0000
+++ config/CONFIG_HOST_ARCH.linux-x86_64-debug	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # Include definitions common to all Unix archs
 include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.linux-x86_64

=== modified file 'config/CONFIG_HOST_ARCH.osf-alpha'
--- config/CONFIG_HOST_ARCH.osf-alpha	2002-07-12 21:35:43 +0000
+++ config/CONFIG_HOST_ARCH.osf-alpha	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # osf-alpha is the new name for alpha
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.alpha

=== modified file 'config/CONFIG_HOST_ARCH.solaris-sparc'
--- config/CONFIG_HOST_ARCH.solaris-sparc	2002-07-12 21:35:43 +0000
+++ config/CONFIG_HOST_ARCH.solaris-sparc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.solaris

=== modified file 'config/CONFIG_HOST_ARCH.solaris-sparc-debug'
--- config/CONFIG_HOST_ARCH.solaris-sparc-debug	2006-11-17 22:01:09 +0000
+++ config/CONFIG_HOST_ARCH.solaris-sparc-debug	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-#  $Id$
+#  $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.solaris
 

=== modified file 'config/CONFIG_HOST_ARCH.solaris-sparc-gnu'
--- config/CONFIG_HOST_ARCH.solaris-sparc-gnu	2003-06-19 17:29:16 +0000
+++ config/CONFIG_HOST_ARCH.solaris-sparc-gnu	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-#  $Id$
+#  $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.solarisGnu
 

=== modified file 'config/CONFIG_HOST_ARCH.solaris-sparc-staticlib'
--- config/CONFIG_HOST_ARCH.solaris-sparc-staticlib	2003-06-19 17:33:30 +0000
+++ config/CONFIG_HOST_ARCH.solaris-sparc-staticlib	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-#  $Id$
+#  $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.solaris
 

=== modified file 'config/CONFIG_HOST_ARCH.solaris-sparc64'
--- config/CONFIG_HOST_ARCH.solaris-sparc64	2006-11-15 22:08:22 +0000
+++ config/CONFIG_HOST_ARCH.solaris-sparc64	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.solaris

=== modified file 'config/CONFIG_HOST_ARCH.solaris-sparc64-gnu'
--- config/CONFIG_HOST_ARCH.solaris-sparc64-gnu	2006-11-17 22:00:03 +0000
+++ config/CONFIG_HOST_ARCH.solaris-sparc64-gnu	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-#  $Id$
+#  $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.solarisGnu
 

=== modified file 'config/CONFIG_HOST_ARCH.solaris-x86-gnu'
--- config/CONFIG_HOST_ARCH.solaris-x86-gnu	2003-06-19 17:29:16 +0000
+++ config/CONFIG_HOST_ARCH.solaris-x86-gnu	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-#  $Id$
+#  $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.solarisGnu
 

=== modified file 'config/CONFIG_HOST_ARCH.sun4-sparc'
--- config/CONFIG_HOST_ARCH.sun4-sparc	2002-07-12 21:35:43 +0000
+++ config/CONFIG_HOST_ARCH.sun4-sparc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # sun4-sparc is the new name for sun4
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.sun4

=== modified file 'config/CONFIG_HOST_ARCH.win32-x86'
--- config/CONFIG_HOST_ARCH.win32-x86	2002-07-12 21:35:43 +0000
+++ config/CONFIG_HOST_ARCH.win32-x86	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # win32-x86 is the new name for WIN32
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.WIN32

=== modified file 'config/CONFIG_HOST_ARCH.win32-x86-borland'
--- config/CONFIG_HOST_ARCH.win32-x86-borland	2002-07-12 21:35:43 +0000
+++ config/CONFIG_HOST_ARCH.win32-x86-borland	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 # win32-x86-borland is the new name for Borland
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.Borland

=== modified file 'config/CONFIG_HOST_ARCH.win32-x86-cygwin'
--- config/CONFIG_HOST_ARCH.win32-x86-cygwin	2006-11-17 22:00:03 +0000
+++ config/CONFIG_HOST_ARCH.win32-x86-cygwin	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-#  $Id$
+#  $Revision-Id$
 #
 # Override values in CONFIG_SITE_HOST_ARCH.win32-x86-cygwin
 

=== modified file 'config/CONFIG_HOST_ARCH.win32-x86-debug'
--- config/CONFIG_HOST_ARCH.win32-x86-debug	2006-11-17 22:00:03 +0000
+++ config/CONFIG_HOST_ARCH.win32-x86-debug	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_HOST_ARCH.WIN32
 

=== modified file 'config/CONFIG_HOST_ARCH.win32-x86-mingw'
--- config/CONFIG_HOST_ARCH.win32-x86-mingw	2006-11-17 22:00:03 +0000
+++ config/CONFIG_HOST_ARCH.win32-x86-mingw	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-#  $Id$
+#  $Revision-Id$
 #
 # Override values in CONFIG_SITE_HOST_ARCH.win32-x86-mingw
 

=== modified file 'config/CONFIG_SITE'
--- config/CONFIG_SITE	2003-06-19 17:29:38 +0000
+++ config/CONFIG_SITE	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-#  $Id$
+#  $Revision-Id$
 #
 #  CONFIG_SITE  - EPICS BASE config file
 #	by Matthew Needes and Mike Bordua

=== modified file 'config/CONFIG_SITE.Host.Borland'
--- config/CONFIG_SITE.Host.Borland	2001-03-07 21:13:50 +0000
+++ config/CONFIG_SITE.Host.Borland	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'config/CONFIG_SITE.Host.WIN32'
--- config/CONFIG_SITE.Host.WIN32	1998-05-13 14:44:21 +0000
+++ config/CONFIG_SITE.Host.WIN32	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'config/CONFIG_SITE.Host.darwin-ppc'
--- config/CONFIG_SITE.Host.darwin-ppc	2002-03-26 18:00:13 +0000
+++ config/CONFIG_SITE.Host.darwin-ppc	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_SITE.Host.Darwin
 

=== modified file 'config/CONFIG_SITE.Host.darwin-x86'
--- config/CONFIG_SITE.Host.darwin-x86	2006-04-08 16:36:46 +0000
+++ config/CONFIG_SITE.Host.darwin-x86	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 -include $(EPICS_BASE)/config/CONFIG_SITE.Host.Darwin
 

=== modified file 'config/CONFIG_SITE.Host.hp700'
--- config/CONFIG_SITE.Host.hp700	2003-04-15 11:34:38 +0000
+++ config/CONFIG_SITE.Host.hp700	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'config/CONFIG_SITE.Host.hpux-parisc'
--- config/CONFIG_SITE.Host.hpux-parisc	2002-10-15 14:13:35 +0000
+++ config/CONFIG_SITE.Host.hpux-parisc	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 # hpux-parisc is the new name for hp700
 -include $(EPICS_BASE)/config/CONFIG_SITE.Host.hp700

=== modified file 'config/CONFIG_SITE.Host.hpux-parisc-gnu'
--- config/CONFIG_SITE.Host.hpux-parisc-gnu	2003-04-15 11:34:38 +0000
+++ config/CONFIG_SITE.Host.hpux-parisc-gnu	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'config/CONFIG_SITE.Host.linux-x86'
--- config/CONFIG_SITE.Host.linux-x86	2002-07-17 19:59:44 +0000
+++ config/CONFIG_SITE.Host.linux-x86	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 # linux-x86 is the new name for linux
 -include $(EPICS_BASE)/config/CONFIG_SITE.Host.Linux

=== modified file 'config/CONFIG_SITE.Host.solaris'
--- config/CONFIG_SITE.Host.solaris	2003-03-26 21:09:32 +0000
+++ config/CONFIG_SITE.Host.solaris	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'config/CONFIG_SITE.Host.solaris-sparc'
--- config/CONFIG_SITE.Host.solaris-sparc	2000-03-28 21:53:47 +0000
+++ config/CONFIG_SITE.Host.solaris-sparc	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG_SITE.Host.solaris

=== modified file 'config/CONFIG_SITE.Host.solaris-sparc-debug'
--- config/CONFIG_SITE.Host.solaris-sparc-debug	2003-06-19 17:33:30 +0000
+++ config/CONFIG_SITE.Host.solaris-sparc-debug	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG_SITE.Host.solaris

=== modified file 'config/CONFIG_SITE.Host.solaris-sparc-gnu'
--- config/CONFIG_SITE.Host.solaris-sparc-gnu	2001-04-09 14:13:28 +0000
+++ config/CONFIG_SITE.Host.solaris-sparc-gnu	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG_SITE.Host.solaris

=== modified file 'config/CONFIG_SITE.Host.solaris-sparc-staticlib'
--- config/CONFIG_SITE.Host.solaris-sparc-staticlib	2003-06-19 17:33:30 +0000
+++ config/CONFIG_SITE.Host.solaris-sparc-staticlib	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG_SITE.Host.solaris

=== modified file 'config/CONFIG_SITE.Host.solaris-sparc64'
--- config/CONFIG_SITE.Host.solaris-sparc64	2006-11-15 22:08:22 +0000
+++ config/CONFIG_SITE.Host.solaris-sparc64	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 # solaris-sparc is the new name for solaris
 -include $(EPICS_BASE)/config/CONFIG_SITE.Host.solaris

=== modified file 'config/CONFIG_SITE.Host.win32-x86'
--- config/CONFIG_SITE.Host.win32-x86	2001-03-08 16:28:32 +0000
+++ config/CONFIG_SITE.Host.win32-x86	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 # win32-x86 is the new name for WIN32
 -include $(EPICS_BASE)/config/CONFIG_SITE.Host.WIN32

=== modified file 'config/CONFIG_SITE.Host.win32-x86-borland'
--- config/CONFIG_SITE.Host.win32-x86-borland	2002-01-07 20:46:53 +0000
+++ config/CONFIG_SITE.Host.win32-x86-borland	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 # win32-x86-borland is the new name for Borland
 -include $(EPICS_BASE)/config/CONFIG_SITE.Host.Borland

=== modified file 'config/CONFIG_SITE.Vx.Linux'
--- config/CONFIG_SITE.Vx.Linux	2001-03-07 21:13:50 +0000
+++ config/CONFIG_SITE.Vx.Linux	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # This file contains overrides for Vx builds
 

=== modified file 'config/CONFIG_SITE.Vx.Linux.mv167'
--- config/CONFIG_SITE.Vx.Linux.mv167	2001-03-07 21:13:50 +0000
+++ config/CONFIG_SITE.Vx.Linux.mv167	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # This file contains overrides for Vx builds
 

=== modified file 'config/CONFIG_SITE.Vx.Linux.ppc603'
--- config/CONFIG_SITE.Vx.Linux.ppc603	2002-12-05 20:39:04 +0000
+++ config/CONFIG_SITE.Vx.Linux.ppc603	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # This file contains overrides for Vx builds
 

=== modified file 'config/CONFIG_SITE.Vx.linux-x86'
--- config/CONFIG_SITE.Vx.linux-x86	2002-07-30 21:28:38 +0000
+++ config/CONFIG_SITE.Vx.linux-x86	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # This file contains overrides for Vx builds
 

=== modified file 'config/CONFIG_SITE_ENV'
--- config/CONFIG_SITE_ENV	1998-10-12 19:58:44 +0000
+++ config/CONFIG_SITE_ENV	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-#	$Id$
+#	$Revision-Id$
 #	Author:	Andrew Johnson
 #	Date:	1 May 1995
 #

=== modified file 'config/Makefile'
--- config/Makefile	2006-03-20 19:18:35 +0000
+++ config/Makefile	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-# $Id$
+# $Revision-Id$
 #
 
 TOP=..

=== modified file 'config/RULES.Db'
--- config/RULES.Db	2003-07-21 23:08:36 +0000
+++ config/RULES.Db	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 #	Rules for making things related to databases
 #

=== modified file 'config/RULES.Host'
--- config/RULES.Host	2006-03-09 22:30:19 +0000
+++ config/RULES.Host	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 #	Rules for making things specified in Makefile.Host
 #	Some rules for filename-massage are system specific

=== modified file 'config/RULES.Unix'
--- config/RULES.Unix	2004-05-17 14:35:18 +0000
+++ config/RULES.Unix	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 INCREC +=$(RECTYPES) $(MENUS)
 INSTALL_PROD = $(PROD:%= $(INSTALL_BIN)/%)

=== modified file 'config/RULES.Vx'
--- config/RULES.Vx	2004-04-09 14:11:17 +0000
+++ config/RULES.Vx	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 ifneq ($(strip $(LIBOBJS_$(ARCH_CLASS))),)
 LIBOBJS+=$(subst -nil-,,$(LIBOBJS_$(ARCH_CLASS)))

=== modified file 'config/RULES_ARCHS'
--- config/RULES_ARCHS	2004-04-09 14:11:17 +0000
+++ config/RULES_ARCHS	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-# $Id$
+# $Revision-Id$
 #
 #  EPICS RULES_ARCH
 #       by Matthew Needes and Mike Bordua and Janet Anderson and Jeff Hill

=== modified file 'config/RULES_DIRS'
--- config/RULES_DIRS	2002-07-12 21:35:43 +0000
+++ config/RULES_DIRS	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
  
 

=== modified file 'config/RULES_TOP'
--- config/RULES_TOP	2002-07-12 21:35:43 +0000
+++ config/RULES_TOP	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
 
 include $(TOP)/config/RULES_DIRS

=== modified file 'config/tools/munch.pl'
--- config/tools/munch.pl	2002-07-12 21:35:43 +0000
+++ config/tools/munch.pl	2010-10-06 18:12:40 +0000
@@ -11,7 +11,7 @@
 #*************************************************************************
 
 # Creates a ctdt.c file of c++ static constructors and destructors.
-#  $Id$
+#  $Revision-Id$
 
 @ctorlist = ();
 @dtorlist = ();

=== modified file 'configure/CONFIG'
--- configure/CONFIG	2010-07-09 21:16:24 +0000
+++ configure/CONFIG	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
 #  The developer may edit this file.
 # assume T_A is the host arch if not specified

=== modified file 'configure/CONFIG_ADDONS'
--- configure/CONFIG_ADDONS	2009-04-24 19:31:57 +0000
+++ configure/CONFIG_ADDONS	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 # EPICS BASE is distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 #	check for add-on CFLAGS and CXXFLAGS
 #

=== modified file 'configure/CONFIG_BASE_VERSION'
--- configure/CONFIG_BASE_VERSION	2009-08-28 19:07:11 +0000
+++ configure/CONFIG_BASE_VERSION	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #*************************************************************************
-# Copyright (c) 2008 UChicago Argonne LLC, as Operator of Argonne
+# Copyright (c) 2010 UChicago Argonne LLC, as Operator of Argonne
 #     National Laboratory.
 # Copyright (c) 2002 The Regents of the University of California, as
 #     Operator of Los Alamos National Laboratory.
@@ -7,7 +7,7 @@
 # in the file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
 #  EPICS Version information
 #
@@ -32,15 +32,15 @@
 # Not included if zero
 EPICS_PATCH_LEVEL = 0
 
-# This will end in -CVS between official releases
-EPICS_CVS_SNAPSHOT=-CVS
-#EPICS_CVS_SNAPSHOT=-pre1
-#EPICS_CVS_SNAPSHOT=-pre1-CVS
-#EPICS_CVS_SNAPSHOT=-RC1
-#EPICS_CVS_SNAPSHOT=-RC1-CVS
-#EPICS_CVS_SNAPSHOT=-RC2
-#EPICS_CVS_SNAPSHOT=-RC2-CVS
-#EPICS_CVS_SNAPSHOT=
+# This will end in -DEV between official releases
+EPICS_DEV_SNAPSHOT=-DEV
+#EPICS_DEV_SNAPSHOT=-pre1
+#EPICS_DEV_SNAPSHOT=-pre1-DEV
+#EPICS_DEV_SNAPSHOT=-rc1
+#EPICS_DEV_SNAPSHOT=-rc1-DEV
+#EPICS_DEV_SNAPSHOT=-rc2
+#EPICS_DEV_SNAPSHOT=-rc2-DEV
+#EPICS_DEV_SNAPSHOT=
 
 # No changes should be needed below here
 
@@ -53,8 +53,12 @@
 endif
 
 EPICS_SHORT_VERSION=$(EPICS_VERSION).$(EPICS_REVISION).$(EPICS_MODIFICATION)$(EPICS_PATCH_VSTRING)
-EPICS_VERSION_NUMBER=$(EPICS_SHORT_VERSION)$(EPICS_CVS_SNAPSHOT)$(EPICS_SITE_VSTRING)
+EPICS_VERSION_NUMBER=$(EPICS_SHORT_VERSION)$(EPICS_DEV_SNAPSHOT)$(EPICS_SITE_VSTRING)
 EPICS_VERSION_STRING="EPICS Version $(EPICS_VERSION_NUMBER)"
 
-CVS_DATE="\$$Date$$"
-CVS_TAG="\$$Name$$"
+COMMIT_DATE="\$$Date$$"
+
+# Provide these in case anyone is still using the old names
+EPICS_CVS_SNAPSHOT=$(EPICS_DEV_SNAPSHOT)
+CVS_DATE=$(COMMIT_DATE)
+CVS_TAG="-no-tags-"

=== modified file 'configure/CONFIG_COMMON'
--- configure/CONFIG_COMMON	2010-07-29 17:35:53 +0000
+++ configure/CONFIG_COMMON	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
 #  CONFIG_COMMON
 #

=== modified file 'configure/CONFIG_ENV'
--- configure/CONFIG_ENV	2010-08-10 21:05:46 +0000
+++ configure/CONFIG_ENV	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-#   $Id$
+#   $Revision-Id$
 #   Author: Andrew Johnson
 #   Date:   20 April 1995
 #

=== modified file 'configure/CONFIG_FILE_TYPE'
--- configure/CONFIG_FILE_TYPE	2008-10-07 20:33:29 +0000
+++ configure/CONFIG_FILE_TYPE	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 # EPICS BASE is distributed subject to a Software License Agreement found
 # in the file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 # Macros and rules to create a new installation file type 
 #

=== modified file 'configure/CONFIG_SITE'
--- configure/CONFIG_SITE	2010-07-09 20:53:58 +0000
+++ configure/CONFIG_SITE	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # in the file LICENSE that is included with this distribution.
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
 #  CONFIG_SITE  - Global site configuration file
 #

=== modified file 'configure/CONFIG_SITE_ENV'
--- configure/CONFIG_SITE_ENV	2010-01-05 17:05:05 +0000
+++ configure/CONFIG_SITE_ENV	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 # EPICS BASE is distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-#	$Id$
+#	$Revision-Id$
 #	Author:	Andrew Johnson
 #	Date:	1 May 1995
 #

=== modified file 'configure/Makefile'
--- configure/Makefile	2008-03-24 22:05:10 +0000
+++ configure/Makefile	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-# $Id$
+# $Revision-Id$
 #
 
 TOP=..

=== modified file 'configure/RULES'
--- configure/RULES	2002-07-12 21:35:43 +0000
+++ configure/RULES	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 
 ifndef T_A
 

=== modified file 'configure/RULES_ARCHS'
--- configure/RULES_ARCHS	2010-09-03 15:07:17 +0000
+++ configure/RULES_ARCHS	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # in the file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-# $Id$
+# $Revision-Id$
 #
 
 all: install

=== modified file 'configure/RULES_BUILD'
--- configure/RULES_BUILD	2010-09-27 13:43:21 +0000
+++ configure/RULES_BUILD	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 # EPICS BASE is distributed subject to a Software License Agreement found
 # in the file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 #	Rules for making things specified in Makefile
 #

=== modified file 'configure/RULES_DIRS'
--- configure/RULES_DIRS	2010-09-03 15:07:17 +0000
+++ configure/RULES_DIRS	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # in the file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
 
 

=== modified file 'configure/RULES_FILE_TYPE'
--- configure/RULES_FILE_TYPE	2009-06-26 20:37:22 +0000
+++ configure/RULES_FILE_TYPE	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 # EPICS BASE is distributed subject to a Software License Agreement found
 # in the file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 
 #---------------------------------------------------------------

=== modified file 'configure/RULES_JAVA'
--- configure/RULES_JAVA	2009-06-26 20:37:22 +0000
+++ configure/RULES_JAVA	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 
 

=== modified file 'configure/RULES_OCTAVE'
--- configure/RULES_OCTAVE	2008-03-24 22:06:26 +0000
+++ configure/RULES_OCTAVE	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # and higher are distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
-# $Id$
+# $Revision-Id$
 #
 #-------------------------------------------------------
 # Octave definitions and rules

=== modified file 'configure/RULES_TARGET'
--- configure/RULES_TARGET	2009-06-05 16:02:26 +0000
+++ configure/RULES_TARGET	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution.
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
 #  RULES_TARGET
 #

=== modified file 'configure/RULES_TOP'
--- configure/RULES_TOP	2009-08-10 16:41:28 +0000
+++ configure/RULES_TOP	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-#  $Id$
+#  $Revision-Id$
 #
 
 include $(CONFIG)/RULES_DIRS

=== modified file 'configure/os/CONFIG.Common.RTEMS'
--- configure/os/CONFIG.Common.RTEMS	2010-08-30 14:58:24 +0000
+++ configure/os/CONFIG.Common.RTEMS	2010-10-06 18:12:40 +0000
@@ -1,7 +1,7 @@
 #
 # This file contains definitions for RTEMS builds
 #
-# $Id$
+# $Revision-Id$
 # Author: W. Eric Norum
 #         University of Saskatchewan
 #         [email protected]

=== modified file 'configure/os/CONFIG.Common.RTEMS-gen68360'
--- configure/os/CONFIG.Common.RTEMS-gen68360	2000-12-18 16:05:26 +0000
+++ configure/os/CONFIG.Common.RTEMS-gen68360	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 # Author: W. Eric Norum
 #         Canadian Light Source
 #         [email protected]

=== modified file 'configure/os/CONFIG.Common.RTEMS-mcp750'
--- configure/os/CONFIG.Common.RTEMS-mcp750	2002-10-31 22:05:00 +0000
+++ configure/os/CONFIG.Common.RTEMS-mcp750	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 # Author: W. Eric Norum
 #         Canadian Light Source
 #         [email protected]

=== modified file 'configure/os/CONFIG.Common.RTEMS-mvme167'
--- configure/os/CONFIG.Common.RTEMS-mvme167	2000-12-18 16:05:26 +0000
+++ configure/os/CONFIG.Common.RTEMS-mvme167	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 # Author: W. Eric Norum
 #         Canadian Light Source
 #         [email protected]

=== modified file 'configure/os/CONFIG.Common.RTEMS-mvme2100'
--- configure/os/CONFIG.Common.RTEMS-mvme2100	2009-04-09 18:56:06 +0000
+++ configure/os/CONFIG.Common.RTEMS-mvme2100	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 # Author: W. Eric Norum
 #         Canadian Light Source
 #         [email protected]

=== modified file 'configure/os/CONFIG.Common.RTEMS-mvme5500'
--- configure/os/CONFIG.Common.RTEMS-mvme5500	2009-04-09 18:56:06 +0000
+++ configure/os/CONFIG.Common.RTEMS-mvme5500	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 # Author: W. Eric Norum
 #         Advanced Photon Source
 #         [email protected]

=== modified file 'configure/os/CONFIG.Common.RTEMS-pc386'
--- configure/os/CONFIG.Common.RTEMS-pc386	2009-04-09 18:56:06 +0000
+++ configure/os/CONFIG.Common.RTEMS-pc386	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 # Author: W. Eric Norum
 #         Canadian Light Source
 #         [email protected]

=== modified file 'configure/os/CONFIG.Common.RTEMS-psim'
--- configure/os/CONFIG.Common.RTEMS-psim	2002-10-31 22:05:00 +0000
+++ configure/os/CONFIG.Common.RTEMS-psim	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 # Author: W. Eric Norum
 #         University of Saskatchewan
 #         [email protected]

=== modified file 'configure/os/CONFIG.Common.RTEMS-uC5282'
--- configure/os/CONFIG.Common.RTEMS-uC5282	2009-04-09 18:56:06 +0000
+++ configure/os/CONFIG.Common.RTEMS-uC5282	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 # Author: W. Eric Norum
 #         Canadian Light Source
 #         [email protected]

=== modified file 'configure/os/CONFIG.Common.UnixCommon'
--- configure/os/CONFIG.Common.UnixCommon	2009-08-10 21:50:11 +0000
+++ configure/os/CONFIG.Common.UnixCommon	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.UnixCommon
 #
-# $Id$
+# $Revision-Id$
 #
 #  Contains definitions common to all Unix target archs
 #

=== modified file 'configure/os/CONFIG.Common.cygwin-x86'
--- configure/os/CONFIG.Common.cygwin-x86	2008-07-31 21:58:37 +0000
+++ configure/os/CONFIG.Common.cygwin-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.cygwin-x86
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for cygwin-x86 target builds

=== modified file 'configure/os/CONFIG.Common.darwin-ppc'
--- configure/os/CONFIG.Common.darwin-ppc	2009-05-06 17:25:01 +0000
+++ configure/os/CONFIG.Common.darwin-ppc	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.darwin-ppc
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for darwin-ppc target builds

=== modified file 'configure/os/CONFIG.Common.darwin-ppcx86'
--- configure/os/CONFIG.Common.darwin-ppcx86	2009-05-06 17:25:01 +0000
+++ configure/os/CONFIG.Common.darwin-ppcx86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.darwin-ppcx86
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for Darwin universal PowerPC + x86 target builds

=== modified file 'configure/os/CONFIG.Common.darwin-x86'
--- configure/os/CONFIG.Common.darwin-x86	2009-05-06 17:25:01 +0000
+++ configure/os/CONFIG.Common.darwin-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.darwin-x86
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for darwin-x86 target builds

=== modified file 'configure/os/CONFIG.Common.freebsd-x86'
--- configure/os/CONFIG.Common.freebsd-x86	2006-12-06 23:31:39 +0000
+++ configure/os/CONFIG.Common.freebsd-x86	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the build community.
 #

=== modified file 'configure/os/CONFIG.Common.freebsd-x86_64'
--- configure/os/CONFIG.Common.freebsd-x86_64	2006-11-14 19:40:47 +0000
+++ configure/os/CONFIG.Common.freebsd-x86_64	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the build community.
 #

=== modified file 'configure/os/CONFIG.Common.freebsdCommon'
--- configure/os/CONFIG.Common.freebsdCommon	2010-07-09 20:53:58 +0000
+++ configure/os/CONFIG.Common.freebsdCommon	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the build community.
 #

=== modified file 'configure/os/CONFIG.Common.iosCommon'
--- configure/os/CONFIG.Common.iosCommon	2010-09-22 21:26:15 +0000
+++ configure/os/CONFIG.Common.iosCommon	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.iosCommon
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for iOS target archs

=== modified file 'configure/os/CONFIG.Common.linux-386'
--- configure/os/CONFIG.Common.linux-386	2007-12-11 21:15:27 +0000
+++ configure/os/CONFIG.Common.linux-386	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.linux-386
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-386 target builds

=== modified file 'configure/os/CONFIG.Common.linux-586'
--- configure/os/CONFIG.Common.linux-586	2007-12-11 21:15:27 +0000
+++ configure/os/CONFIG.Common.linux-586	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.linux-586
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-586 target builds

=== modified file 'configure/os/CONFIG.Common.linux-686'
--- configure/os/CONFIG.Common.linux-686	2007-12-11 21:15:27 +0000
+++ configure/os/CONFIG.Common.linux-686	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.linux-686
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-686 target builds

=== modified file 'configure/os/CONFIG.Common.linux-athlon'
--- configure/os/CONFIG.Common.linux-athlon	2007-12-11 20:58:26 +0000
+++ configure/os/CONFIG.Common.linux-athlon	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.linux-athlon
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-athlon target builds

=== modified file 'configure/os/CONFIG.Common.linux-ppc64'
--- configure/os/CONFIG.Common.linux-ppc64	2009-12-21 20:44:19 +0000
+++ configure/os/CONFIG.Common.linux-ppc64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.linux-ppc64
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-ppc64 target builds

=== modified file 'configure/os/CONFIG.Common.linux-x86'
--- configure/os/CONFIG.Common.linux-x86	2007-12-11 20:56:39 +0000
+++ configure/os/CONFIG.Common.linux-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.linux-x86
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86 target builds

=== modified file 'configure/os/CONFIG.Common.linux-x86-borland'
--- configure/os/CONFIG.Common.linux-x86-borland	2005-10-28 21:28:00 +0000
+++ configure/os/CONFIG.Common.linux-x86-borland	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.linux-x86-borland
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86 target builds

=== modified file 'configure/os/CONFIG.Common.linux-x86-debug'
--- configure/os/CONFIG.Common.linux-x86-debug	2009-05-06 15:31:09 +0000
+++ configure/os/CONFIG.Common.linux-x86-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.linux-x86-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86 with debug compiler flags

=== modified file 'configure/os/CONFIG.Common.linux-x86_64'
--- configure/os/CONFIG.Common.linux-x86_64	2009-12-21 19:28:02 +0000
+++ configure/os/CONFIG.Common.linux-x86_64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.linux-x86_64
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86_64 target builds

=== modified file 'configure/os/CONFIG.Common.linux-x86_64-debug'
--- configure/os/CONFIG.Common.linux-x86_64-debug	2009-07-13 20:51:44 +0000
+++ configure/os/CONFIG.Common.linux-x86_64-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.linux-x86_64-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86_64 with debug compiler flags

=== modified file 'configure/os/CONFIG.Common.linuxCommon'
--- configure/os/CONFIG.Common.linuxCommon	2010-07-09 20:53:58 +0000
+++ configure/os/CONFIG.Common.linuxCommon	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.linuxCommon
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux target builds

=== modified file 'configure/os/CONFIG.Common.osf-alpha'
--- configure/os/CONFIG.Common.osf-alpha	2010-07-09 20:53:58 +0000
+++ configure/os/CONFIG.Common.osf-alpha	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.osf-alpha
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for osf-alpha target archs

=== modified file 'configure/os/CONFIG.Common.osf-alpha-gnu'
--- configure/os/CONFIG.Common.osf-alpha-gnu	2010-07-09 20:53:58 +0000
+++ configure/os/CONFIG.Common.osf-alpha-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.osf-alpha-gnu
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for osf-alpha target archs

=== modified file 'configure/os/CONFIG.Common.solaris-sparc'
--- configure/os/CONFIG.Common.solaris-sparc	2010-07-09 20:53:58 +0000
+++ configure/os/CONFIG.Common.solaris-sparc	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.solaris-sparc
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc target archs

=== modified file 'configure/os/CONFIG.Common.solaris-sparc-debug'
--- configure/os/CONFIG.Common.solaris-sparc-debug	2009-05-06 15:31:09 +0000
+++ configure/os/CONFIG.Common.solaris-sparc-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.solaris-sparc-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc with debug compiler flags

=== modified file 'configure/os/CONFIG.Common.solaris-sparc-gnu'
--- configure/os/CONFIG.Common.solaris-sparc-gnu	2008-07-10 19:45:02 +0000
+++ configure/os/CONFIG.Common.solaris-sparc-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.solaris-sparc-gnu
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc gnu compiler target archs

=== modified file 'configure/os/CONFIG.Common.solaris-sparc64'
--- configure/os/CONFIG.Common.solaris-sparc64	2007-12-11 20:50:22 +0000
+++ configure/os/CONFIG.Common.solaris-sparc64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.solaris-sparc64
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc64 compiler target archs

=== modified file 'configure/os/CONFIG.Common.solaris-sparc64-gnu'
--- configure/os/CONFIG.Common.solaris-sparc64-gnu	2007-11-07 21:06:09 +0000
+++ configure/os/CONFIG.Common.solaris-sparc64-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.solaris-sparc64-gnu
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc64 gnu compiler target archs

=== modified file 'configure/os/CONFIG.Common.solaris-x86'
--- configure/os/CONFIG.Common.solaris-x86	2010-07-09 20:53:58 +0000
+++ configure/os/CONFIG.Common.solaris-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.solaris-x86
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86 target archs

=== modified file 'configure/os/CONFIG.Common.solaris-x86-gnu'
--- configure/os/CONFIG.Common.solaris-x86-gnu	2008-07-10 19:45:02 +0000
+++ configure/os/CONFIG.Common.solaris-x86-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.solaris-x86-gnu
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86 gnu compiler target archs

=== modified file 'configure/os/CONFIG.Common.solaris-x86_64'
--- configure/os/CONFIG.Common.solaris-x86_64	2007-12-11 20:50:22 +0000
+++ configure/os/CONFIG.Common.solaris-x86_64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.solaris-x86_64
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86_64 compiler target archs

=== modified file 'configure/os/CONFIG.Common.solaris-x86_64-gnu'
--- configure/os/CONFIG.Common.solaris-x86_64-gnu	2009-03-03 19:54:19 +0000
+++ configure/os/CONFIG.Common.solaris-x86_64-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.solaris-x86_64-gnu
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86_64 gnu compiler target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-486'
--- configure/os/CONFIG.Common.vxWorks-486	2009-12-21 19:29:29 +0000
+++ configure/os/CONFIG.Common.vxWorks-486	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-486
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-486 target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-486-debug'
--- configure/os/CONFIG.Common.vxWorks-486-debug	2008-09-22 15:13:14 +0000
+++ configure/os/CONFIG.Common.vxWorks-486-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-486-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-486-debug target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-68040'
--- configure/os/CONFIG.Common.vxWorks-68040	2004-11-17 19:59:20 +0000
+++ configure/os/CONFIG.Common.vxWorks-68040	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-68040
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-68040 target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-68040-debug'
--- configure/os/CONFIG.Common.vxWorks-68040-debug	2007-03-09 21:34:53 +0000
+++ configure/os/CONFIG.Common.vxWorks-68040-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-68040-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-68040-debug target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-68040lc'
--- configure/os/CONFIG.Common.vxWorks-68040lc	2004-11-17 19:59:20 +0000
+++ configure/os/CONFIG.Common.vxWorks-68040lc	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-68040lc
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-68040lc target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-68040lc-debug'
--- configure/os/CONFIG.Common.vxWorks-68040lc-debug	2008-09-22 15:13:14 +0000
+++ configure/os/CONFIG.Common.vxWorks-68040lc-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-68040lc-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-68040lc-debug target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-68060'
--- configure/os/CONFIG.Common.vxWorks-68060	2004-11-17 19:59:20 +0000
+++ configure/os/CONFIG.Common.vxWorks-68060	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-68060
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-68060 target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-68060-debug'
--- configure/os/CONFIG.Common.vxWorks-68060-debug	2008-09-22 15:13:14 +0000
+++ configure/os/CONFIG.Common.vxWorks-68060-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-68060-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-68060-debug target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-mpc8540'
--- configure/os/CONFIG.Common.vxWorks-mpc8540	2009-12-22 23:36:56 +0000
+++ configure/os/CONFIG.Common.vxWorks-mpc8540	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Definitions for vxWorks-mpc8540 targets: MPC8540 CPU with >32MB RAM.
 # Site-specific overrides go in CONFIG_SITE.Common.vxWorks-mpc8540

=== modified file 'configure/os/CONFIG.Common.vxWorks-mpc8540-debug'
--- configure/os/CONFIG.Common.vxWorks-mpc8540-debug	2008-09-22 15:13:14 +0000
+++ configure/os/CONFIG.Common.vxWorks-mpc8540-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-mpc8540-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-mpc8540-debug target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-pentium'
--- configure/os/CONFIG.Common.vxWorks-pentium	2000-04-07 21:18:01 +0000
+++ configure/os/CONFIG.Common.vxWorks-pentium	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-pentium
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-pentium target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-pentium-debug'
--- configure/os/CONFIG.Common.vxWorks-pentium-debug	2008-09-22 15:13:14 +0000
+++ configure/os/CONFIG.Common.vxWorks-pentium-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-pentium-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-pentium-debug target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-ppc603'
--- configure/os/CONFIG.Common.vxWorks-ppc603	2006-12-09 00:01:57 +0000
+++ configure/os/CONFIG.Common.vxWorks-ppc603	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Definitions for vxWorks-ppc603 targets: PPC603 and PMC8240 CPUs
 # Site-specific overrides go in CONFIG_SITE.Common.vxWorks-ppc603

=== modified file 'configure/os/CONFIG.Common.vxWorks-ppc603-debug'
--- configure/os/CONFIG.Common.vxWorks-ppc603-debug	2008-09-22 15:13:14 +0000
+++ configure/os/CONFIG.Common.vxWorks-ppc603-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-ppc603-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-ppc603-debug target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-ppc603_long'
--- configure/os/CONFIG.Common.vxWorks-ppc603_long	2006-12-09 00:01:57 +0000
+++ configure/os/CONFIG.Common.vxWorks-ppc603_long	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Definitions for vxWorks-ppc603 targets with >32MB of RAM
 # Site-specific overrides go in CONFIG_SITE.Common.vxWorks-ppc603_long

=== modified file 'configure/os/CONFIG.Common.vxWorks-ppc603_long-debug'
--- configure/os/CONFIG.Common.vxWorks-ppc603_long-debug	2008-09-22 15:13:14 +0000
+++ configure/os/CONFIG.Common.vxWorks-ppc603_long-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-ppc603_long-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-ppc603_long-debug target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-ppc604'
--- configure/os/CONFIG.Common.vxWorks-ppc604	2008-05-14 16:31:52 +0000
+++ configure/os/CONFIG.Common.vxWorks-ppc604	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Definitions for vxWorks-ppc604 targets: PPC604, MPC7xx and MPC74xx CPUs
 # Site-specific overrides go in CONFIG_SITE.Common.vxWorks-ppc604

=== modified file 'configure/os/CONFIG.Common.vxWorks-ppc604-debug'
--- configure/os/CONFIG.Common.vxWorks-ppc604-debug	2008-09-22 15:13:14 +0000
+++ configure/os/CONFIG.Common.vxWorks-ppc604-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-ppc604-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-ppc604-debug target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-ppc604_altivec'
--- configure/os/CONFIG.Common.vxWorks-ppc604_altivec	2007-04-16 19:41:07 +0000
+++ configure/os/CONFIG.Common.vxWorks-ppc604_altivec	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Definitions for vxWorks-ppc604 targets with an Altivec and >32MB of RAM.
 # Site-specific overrides go in CONFIG_SITE.Common.vxWorks-ppc604_altivec

=== modified file 'configure/os/CONFIG.Common.vxWorks-ppc604_altivec-debug'
--- configure/os/CONFIG.Common.vxWorks-ppc604_altivec-debug	2008-09-22 15:13:14 +0000
+++ configure/os/CONFIG.Common.vxWorks-ppc604_altivec-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-ppc604_altivec-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-ppc604_altivec-debug target archs

=== modified file 'configure/os/CONFIG.Common.vxWorks-ppc604_long'
--- configure/os/CONFIG.Common.vxWorks-ppc604_long	2007-04-16 19:45:35 +0000
+++ configure/os/CONFIG.Common.vxWorks-ppc604_long	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Definitions for vxWorks-ppc604 targets with >32MB of RAM
 # Site-specific overrides go in CONFIG_SITE.Common.vxWorks-ppc604_long

=== modified file 'configure/os/CONFIG.Common.vxWorks-ppc604_long-debug'
--- configure/os/CONFIG.Common.vxWorks-ppc604_long-debug	2008-09-22 15:13:14 +0000
+++ configure/os/CONFIG.Common.vxWorks-ppc604_long-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorks-ppc604_long-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks-ppc604_long-debug target archs

=== modified file 'configure/os/CONFIG.Common.vxWorksCommon'
--- configure/os/CONFIG.Common.vxWorksCommon	2010-08-11 15:45:17 +0000
+++ configure/os/CONFIG.Common.vxWorksCommon	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.vxWorksCommon
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for vxWorks target archs

=== modified file 'configure/os/CONFIG.Common.win32-x86-cygwin'
--- configure/os/CONFIG.Common.win32-x86-cygwin	2008-08-27 19:07:56 +0000
+++ configure/os/CONFIG.Common.win32-x86-cygwin	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.win32-x86-cygwin
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for cygwin-x86 target builds

=== modified file 'configure/os/CONFIG.Common.win32-x86-mingw'
--- configure/os/CONFIG.Common.win32-x86-mingw	2008-07-31 21:58:37 +0000
+++ configure/os/CONFIG.Common.win32-x86-mingw	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.Common.win32-x86-mingw
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for win32-x86-mingw target builds

=== modified file 'configure/os/CONFIG.UnixCommon.Common'
--- configure/os/CONFIG.UnixCommon.Common	2003-03-18 22:45:03 +0000
+++ configure/os/CONFIG.UnixCommon.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.UnixCommon.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions common to unix hosts

=== modified file 'configure/os/CONFIG.aix-ppc-gnu.Common'
--- configure/os/CONFIG.aix-ppc-gnu.Common	2003-06-19 17:24:51 +0000
+++ configure/os/CONFIG.aix-ppc-gnu.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.aix-ppc-gnu.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for aix-ppc gnu compiler host builds

=== modified file 'configure/os/CONFIG.cygwin-x86.Common'
--- configure/os/CONFIG.cygwin-x86.Common	2009-01-27 21:27:32 +0000
+++ configure/os/CONFIG.cygwin-x86.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.cygwin-x86.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for cygwin-x86 host archs

=== modified file 'configure/os/CONFIG.cygwin-x86.cygwin-x86'
--- configure/os/CONFIG.cygwin-x86.cygwin-x86	2009-03-03 19:54:19 +0000
+++ configure/os/CONFIG.cygwin-x86.cygwin-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 #  CONFIG.cygwin-x86.cygwin-x86
 #
-# $Id$
+# $Revision-Id$
 #
 # Definitions for cygwin-x86 host - cygwin-x86 target builds
 # Sites may override these definitions in CONFIG_SITE.cygwin-x86.cygwin-x86

=== modified file 'configure/os/CONFIG.cygwin-x86.cygwin-x86-debug'
--- configure/os/CONFIG.cygwin-x86.cygwin-x86-debug	2009-07-14 19:30:51 +0000
+++ configure/os/CONFIG.cygwin-x86.cygwin-x86-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.cygwin-x86.cygwin-x86-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for cygwin-x86 host - cygwin-x86-debug target build

=== modified file 'configure/os/CONFIG.darwin-ppc.Common'
--- configure/os/CONFIG.darwin-ppc.Common	2002-03-25 17:52:14 +0000
+++ configure/os/CONFIG.darwin-ppc.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.darwin-ppc.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for darwin-ppc host builds

=== modified file 'configure/os/CONFIG.darwin-ppc.darwin-ppc-debug'
--- configure/os/CONFIG.darwin-ppc.darwin-ppc-debug	2009-07-13 20:31:45 +0000
+++ configure/os/CONFIG.darwin-ppc.darwin-ppc-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.darwin-ppc.darwin-ppc-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for darwin-ppc host - darwin-ppc-debug target build with debug compiler flags

=== modified file 'configure/os/CONFIG.darwin-ppcx86.Common'
--- configure/os/CONFIG.darwin-ppcx86.Common	2009-05-06 17:25:01 +0000
+++ configure/os/CONFIG.darwin-ppcx86.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.darwin-ppcx86.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for Darwin universal PowerPC + x86 host builds

=== modified file 'configure/os/CONFIG.darwin-x86.Common'
--- configure/os/CONFIG.darwin-x86.Common	2006-01-25 21:17:15 +0000
+++ configure/os/CONFIG.darwin-x86.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.darwin-x86.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for darwin-x86 host builds

=== modified file 'configure/os/CONFIG.darwin-x86.darwin-x86-debug'
--- configure/os/CONFIG.darwin-x86.darwin-x86-debug	2009-07-13 20:31:45 +0000
+++ configure/os/CONFIG.darwin-x86.darwin-x86-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.darwin-x86.darwin-x86-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for darwin-x86 host - darwin-x86-debug target build with debug compiler flags

=== modified file 'configure/os/CONFIG.darwinCommon.darwinCommon'
--- configure/os/CONFIG.darwinCommon.darwinCommon	2009-11-25 17:15:47 +0000
+++ configure/os/CONFIG.darwinCommon.darwinCommon	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.darwinCommon.darwinCommon
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Common definitions for darwin builds

=== modified file 'configure/os/CONFIG.freebsd-x86.Common'
--- configure/os/CONFIG.freebsd-x86.Common	2006-12-06 23:31:39 +0000
+++ configure/os/CONFIG.freebsd-x86.Common	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the build community.
 #

=== modified file 'configure/os/CONFIG.freebsd-x86.freebsd-x86'
--- configure/os/CONFIG.freebsd-x86.freebsd-x86	2007-12-11 20:23:00 +0000
+++ configure/os/CONFIG.freebsd-x86.freebsd-x86	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Definitions for freebsd-x86 host - freebsd-x86 target builds
 # Sites may override these definitions in CONFIG_SITE.freebsd-x86.freebsd-x86

=== modified file 'configure/os/CONFIG.freebsd-x86_64.Common'
--- configure/os/CONFIG.freebsd-x86_64.Common	2006-12-06 23:31:39 +0000
+++ configure/os/CONFIG.freebsd-x86_64.Common	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # This file is maintained by the build community.
 #

=== modified file 'configure/os/CONFIG.freebsd-x86_64.freebsd-x86_64'
--- configure/os/CONFIG.freebsd-x86_64.freebsd-x86_64	2007-12-11 20:23:00 +0000
+++ configure/os/CONFIG.freebsd-x86_64.freebsd-x86_64	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Definitions for freebsd-x86_64 host - freebsd-x86_64 target builds
 # Sites may override these definitions in CONFIG_SITE.freebsd-x86_64.freebsd-x86_64

=== modified file 'configure/os/CONFIG.linux-ppc64.Common'
--- configure/os/CONFIG.linux-ppc64.Common	2009-12-21 20:44:19 +0000
+++ configure/os/CONFIG.linux-ppc64.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.linux-ppc64.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-ppc64 host builds

=== modified file 'configure/os/CONFIG.linux-ppc64.linux-ppc64'
--- configure/os/CONFIG.linux-ppc64.linux-ppc64	2009-12-21 20:44:19 +0000
+++ configure/os/CONFIG.linux-ppc64.linux-ppc64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 #  CONFIG.linux-ppc64.linux-ppc64
 #
-# $Id$
+# $Revision-Id$
 #
 # Definitions for linux-ppc64 host - linux-ppc64 target builds
 # Sites may override these definitions in CONFIG_SITE.linux-ppc64.linux-ppc64

=== modified file 'configure/os/CONFIG.linux-x86-borland.Common'
--- configure/os/CONFIG.linux-x86-borland.Common	2003-09-04 20:20:13 +0000
+++ configure/os/CONFIG.linux-x86-borland.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.linux-x86-borland.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86-borland host builds

=== modified file 'configure/os/CONFIG.linux-x86-borland.linux-x86-borland'
--- configure/os/CONFIG.linux-x86-borland.linux-x86-borland	2009-11-25 17:36:27 +0000
+++ configure/os/CONFIG.linux-x86-borland.linux-x86-borland	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 #  CONFIG.linux-x86-borland.linux-x86-borland
 #
-# $Id$
+# $Revision-Id$
 #
 # Definitions for linux-x86-borland host - linux-x86-borland target builds
 # Sites may override these definitions in CONFIG_SITE.linux-x86-borland.linux-x86-borland

=== modified file 'configure/os/CONFIG.linux-x86-debug.Common'
--- configure/os/CONFIG.linux-x86-debug.Common	2003-12-18 15:23:24 +0000
+++ configure/os/CONFIG.linux-x86-debug.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.linux-x86-debug.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86 debug with debug compiler flags

=== modified file 'configure/os/CONFIG.linux-x86-debug.linux-x86-debug'
--- configure/os/CONFIG.linux-x86-debug.linux-x86-debug	2009-07-14 20:17:24 +0000
+++ configure/os/CONFIG.linux-x86-debug.linux-x86-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.linux-x86-debug.linux-x86-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86 host - linux-x86 target build with debug compiler flags

=== modified file 'configure/os/CONFIG.linux-x86.Common'
--- configure/os/CONFIG.linux-x86.Common	2003-09-04 19:57:34 +0000
+++ configure/os/CONFIG.linux-x86.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.linux-x86.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86 host builds

=== modified file 'configure/os/CONFIG.linux-x86.linux-x86'
--- configure/os/CONFIG.linux-x86.linux-x86	2009-07-09 21:52:32 +0000
+++ configure/os/CONFIG.linux-x86.linux-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 #  CONFIG.linux-x86.linux-x86
 #
-# $Id$
+# $Revision-Id$
 #
 # Definitions for linux-x86 host - linux-x86 target builds
 # Sites may override these definitions in CONFIG_SITE.linux-x86.linux-x86

=== modified file 'configure/os/CONFIG.linux-x86.linux-x86-debug'
--- configure/os/CONFIG.linux-x86.linux-x86-debug	2009-07-13 20:56:33 +0000
+++ configure/os/CONFIG.linux-x86.linux-x86-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.linux-x86.linux-x86-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86 host - linux-x86-debug target build with debug compiler flags

=== modified file 'configure/os/CONFIG.linux-x86_64-debug.Common'
--- configure/os/CONFIG.linux-x86_64-debug.Common	2005-10-28 15:31:46 +0000
+++ configure/os/CONFIG.linux-x86_64-debug.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.linux-x86_64-debug.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86_64 debug with debug compiler flags

=== modified file 'configure/os/CONFIG.linux-x86_64-debug.linux-x86_64-debug'
--- configure/os/CONFIG.linux-x86_64-debug.linux-x86_64-debug	2009-07-14 20:17:24 +0000
+++ configure/os/CONFIG.linux-x86_64-debug.linux-x86_64-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.linux-x86_64-debug.linux-x86_64-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86_64 host - linux-x86_64 target build with debug compiler flags

=== modified file 'configure/os/CONFIG.linux-x86_64.Common'
--- configure/os/CONFIG.linux-x86_64.Common	2005-11-14 17:12:13 +0000
+++ configure/os/CONFIG.linux-x86_64.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.linux-x86_64.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86_64 host builds

=== modified file 'configure/os/CONFIG.linux-x86_64.linux-x86_64'
--- configure/os/CONFIG.linux-x86_64.linux-x86_64	2009-07-13 20:55:13 +0000
+++ configure/os/CONFIG.linux-x86_64.linux-x86_64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 #  CONFIG.linux-x86_64.linux-x86_64
 #
-# $Id$
+# $Revision-Id$
 #
 # Definitions for linux-x86_64 host - linux-x86_64 target builds
 # Sites may override these definitions in CONFIG_SITE.linux-x86_64.linux-x86_64

=== modified file 'configure/os/CONFIG.linux-x86_64.linux-x86_64-debug'
--- configure/os/CONFIG.linux-x86_64.linux-x86_64-debug	2009-07-13 20:51:44 +0000
+++ configure/os/CONFIG.linux-x86_64.linux-x86_64-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.linux-x86_64.linux-x86_64-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86_64 host - linux-x86_64-debug target build with debug compiler flags

=== modified file 'configure/os/CONFIG.osf-alpha-gnu.Common'
--- configure/os/CONFIG.osf-alpha-gnu.Common	2006-12-20 23:25:56 +0000
+++ configure/os/CONFIG.osf-alpha-gnu.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.osf-alpha-gnu.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for osf-alpha host archs

=== modified file 'configure/os/CONFIG.osf-alpha-gnu.osf-alpha-gnu'
--- configure/os/CONFIG.osf-alpha-gnu.osf-alpha-gnu	2009-03-03 19:54:19 +0000
+++ configure/os/CONFIG.osf-alpha-gnu.osf-alpha-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.osf-alpha-gnu.osf-alpha-gnu
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for osf-alpha host archs

=== modified file 'configure/os/CONFIG.osf-alpha.Common'
--- configure/os/CONFIG.osf-alpha.Common	2006-12-20 23:25:56 +0000
+++ configure/os/CONFIG.osf-alpha.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.osf-alpha.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for osf-alpha host archs

=== modified file 'configure/os/CONFIG.osf-alpha.osf-alpha'
--- configure/os/CONFIG.osf-alpha.osf-alpha	2009-03-03 19:54:19 +0000
+++ configure/os/CONFIG.osf-alpha.osf-alpha	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.osf-alpha.osf-alpha
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for osf-alpha host archs

=== modified file 'configure/os/CONFIG.solaris-sparc-debug.Common'
--- configure/os/CONFIG.solaris-sparc-debug.Common	2003-03-18 20:24:18 +0000
+++ configure/os/CONFIG.solaris-sparc-debug.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc-debug.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc debug with debug compiler flags

=== modified file 'configure/os/CONFIG.solaris-sparc-debug.solaris-sparc-debug'
--- configure/os/CONFIG.solaris-sparc-debug.solaris-sparc-debug	2008-07-22 20:59:26 +0000
+++ configure/os/CONFIG.solaris-sparc-debug.solaris-sparc-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc-debug.solaris-sparc-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc host - solaris-sparc target build with debug compiler flags

=== modified file 'configure/os/CONFIG.solaris-sparc-gnu.Common'
--- configure/os/CONFIG.solaris-sparc-gnu.Common	2001-01-30 16:00:39 +0000
+++ configure/os/CONFIG.solaris-sparc-gnu.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc-gnu.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc gnu compiler host builds

=== modified file 'configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu'
--- configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu	2009-07-09 21:53:27 +0000
+++ configure/os/CONFIG.solaris-sparc-gnu.solaris-sparc-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc-gnu.solaris-sparc-gnu
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc gnu compiler host - solaris-sparc gnu compiler target builds

=== modified file 'configure/os/CONFIG.solaris-sparc.Common'
--- configure/os/CONFIG.solaris-sparc.Common	2000-04-07 21:18:01 +0000
+++ configure/os/CONFIG.solaris-sparc.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc host archs

=== modified file 'configure/os/CONFIG.solaris-sparc.solaris-sparc'
--- configure/os/CONFIG.solaris-sparc.solaris-sparc	2008-07-22 19:49:43 +0000
+++ configure/os/CONFIG.solaris-sparc.solaris-sparc	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc.solaris-sparc
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc host - solaris-sparc target build

=== modified file 'configure/os/CONFIG.solaris-sparc.solaris-sparc-debug'
--- configure/os/CONFIG.solaris-sparc.solaris-sparc-debug	2009-07-13 21:27:38 +0000
+++ configure/os/CONFIG.solaris-sparc.solaris-sparc-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc.solaris-sparc-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc host - solaris-sparc-debug target build with debug compiler flags

=== modified file 'configure/os/CONFIG.solaris-sparc.solaris-sparc-gnu'
--- configure/os/CONFIG.solaris-sparc.solaris-sparc-gnu	2004-01-16 17:36:25 +0000
+++ configure/os/CONFIG.solaris-sparc.solaris-sparc-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc.solaris-sparc-gnu
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc host - solaris-sparc-gnu target build with gnu compiler

=== modified file 'configure/os/CONFIG.solaris-sparc.solaris-sparc64'
--- configure/os/CONFIG.solaris-sparc.solaris-sparc64	2007-11-07 20:26:47 +0000
+++ configure/os/CONFIG.solaris-sparc.solaris-sparc64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc.solaris-sparc64
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc host - solaris-sparc64 target build with Sun compiler

=== modified file 'configure/os/CONFIG.solaris-sparc.solaris-sparc64-gnu'
--- configure/os/CONFIG.solaris-sparc.solaris-sparc64-gnu	2007-11-07 20:32:32 +0000
+++ configure/os/CONFIG.solaris-sparc.solaris-sparc64-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc.solaris-sparc64-gnu
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc host - solaris-sparc64-gnu target build with gnu compiler

=== modified file 'configure/os/CONFIG.solaris-sparc64-gnu.Common'
--- configure/os/CONFIG.solaris-sparc64-gnu.Common	2005-11-03 20:53:08 +0000
+++ configure/os/CONFIG.solaris-sparc64-gnu.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc64-gnu.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc64 gnu compiler host builds

=== modified file 'configure/os/CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu'
--- configure/os/CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu	2005-11-03 20:53:08 +0000
+++ configure/os/CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc64-gnu.solaris-sparc64-gnu
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc64 gnu compiler host - solaris-sparc64 gnu compiler target builds

=== modified file 'configure/os/CONFIG.solaris-sparc64.Common'
--- configure/os/CONFIG.solaris-sparc64.Common	2005-10-28 18:22:04 +0000
+++ configure/os/CONFIG.solaris-sparc64.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc64.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc Sun compiler host builds

=== modified file 'configure/os/CONFIG.solaris-sparc64.solaris-sparc64'
--- configure/os/CONFIG.solaris-sparc64.solaris-sparc64	2005-10-28 18:22:04 +0000
+++ configure/os/CONFIG.solaris-sparc64.solaris-sparc64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc64.solaris-sparc64
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc Sun compiler host - solaris-sparc Sun compiler target builds

=== modified file 'configure/os/CONFIG.solaris-sparc64.solaris-sparc64-debug'
--- configure/os/CONFIG.solaris-sparc64.solaris-sparc64-debug	2009-07-13 21:00:44 +0000
+++ configure/os/CONFIG.solaris-sparc64.solaris-sparc64-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-sparc64.solaris-sparc64-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc64 host - solaris-sparc64-debug target build with debug compiler flags

=== modified file 'configure/os/CONFIG.solaris-x86-gnu.Common'
--- configure/os/CONFIG.solaris-x86-gnu.Common	2001-01-30 16:00:39 +0000
+++ configure/os/CONFIG.solaris-x86-gnu.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-x86-gnu.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86 gnu compiler host builds

=== modified file 'configure/os/CONFIG.solaris-x86-gnu.solaris-x86-gnu'
--- configure/os/CONFIG.solaris-x86-gnu.solaris-x86-gnu	2007-12-11 20:23:00 +0000
+++ configure/os/CONFIG.solaris-x86-gnu.solaris-x86-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-x86-gnu.solaris-x86-gnu
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86 gnu compiler host - solaris-x86 gnu compiler target builds

=== modified file 'configure/os/CONFIG.solaris-x86.Common'
--- configure/os/CONFIG.solaris-x86.Common	2001-01-30 16:00:46 +0000
+++ configure/os/CONFIG.solaris-x86.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-x86.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86 host builds

=== modified file 'configure/os/CONFIG.solaris-x86.solaris-x86'
--- configure/os/CONFIG.solaris-x86.solaris-x86	2008-07-22 19:49:43 +0000
+++ configure/os/CONFIG.solaris-x86.solaris-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-x86.solaris-x86
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86 host - solaris-x86 target builds

=== modified file 'configure/os/CONFIG.solaris-x86.solaris-x86-debug'
--- configure/os/CONFIG.solaris-x86.solaris-x86-debug	2009-07-13 21:00:44 +0000
+++ configure/os/CONFIG.solaris-x86.solaris-x86-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-x86.solaris-x86-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86 host - solaris-x86-debug target build with debug compiler flags

=== modified file 'configure/os/CONFIG.solaris-x86.solaris-x86_64'
--- configure/os/CONFIG.solaris-x86.solaris-x86_64	2007-11-07 20:30:21 +0000
+++ configure/os/CONFIG.solaris-x86.solaris-x86_64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-x86.solaris-x86_64
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86 host - solaris-x86_64 target build with Sun compiler

=== modified file 'configure/os/CONFIG.solaris-x86_64-gnu.Common'
--- configure/os/CONFIG.solaris-x86_64-gnu.Common	2009-03-03 19:54:19 +0000
+++ configure/os/CONFIG.solaris-x86_64-gnu.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-x86_64-gnu.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86_64 gnu compiler host builds

=== modified file 'configure/os/CONFIG.solaris-x86_64-gnu.solaris-x86_64-gnu'
--- configure/os/CONFIG.solaris-x86_64-gnu.solaris-x86_64-gnu	2009-03-03 19:54:19 +0000
+++ configure/os/CONFIG.solaris-x86_64-gnu.solaris-x86_64-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-x86_64-gnu.solaris-x86_64-gnu
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86_64 gnu compiler host - solaris-sx86_64 gnu compiler target builds

=== modified file 'configure/os/CONFIG.solaris-x86_64.Common'
--- configure/os/CONFIG.solaris-x86_64.Common	2007-11-29 18:41:33 +0000
+++ configure/os/CONFIG.solaris-x86_64.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-x86_64.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86_64 Sun compiler host builds

=== modified file 'configure/os/CONFIG.solaris-x86_64.solaris-x86_64-debug'
--- configure/os/CONFIG.solaris-x86_64.solaris-x86_64-debug	2009-07-13 21:00:44 +0000
+++ configure/os/CONFIG.solaris-x86_64.solaris-x86_64-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solaris-x86_64.solaris-x86_64-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-x86_64 host - solaris-x86_64-debug target build with debug compiler flags

=== modified file 'configure/os/CONFIG.solarisCommon.solarisCommon'
--- configure/os/CONFIG.solarisCommon.solarisCommon	2009-11-25 17:15:47 +0000
+++ configure/os/CONFIG.solarisCommon.solarisCommon	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.solarisCommon.solarisCommon
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for solaris-sparc host - solaris-sparc target build

=== modified file 'configure/os/CONFIG.win32-x86-borland.Common'
--- configure/os/CONFIG.win32-x86-borland.Common	2009-07-13 21:28:30 +0000
+++ configure/os/CONFIG.win32-x86-borland.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.win32-x86-borland.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for win32-x86-borland host archs

=== modified file 'configure/os/CONFIG.win32-x86-borland.win32-x86-borland'
--- configure/os/CONFIG.win32-x86-borland.win32-x86-borland	2009-04-24 19:31:57 +0000
+++ configure/os/CONFIG.win32-x86-borland.win32-x86-borland	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.win32-x86-borland.win32-x86-borland
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for win32-x86-borland target arch when host arch is win32-x86-borland

=== modified file 'configure/os/CONFIG.win32-x86-cygwin.Common'
--- configure/os/CONFIG.win32-x86-cygwin.Common	2009-01-27 21:27:32 +0000
+++ configure/os/CONFIG.win32-x86-cygwin.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.win32-x86-cygwin.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for win32-x86-cygwin host archs

=== modified file 'configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin'
--- configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin	2009-03-03 19:54:19 +0000
+++ configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 #  CONFIG.win32-x86-cygwin.win32-x86-cygwin
 #
-# $Id$
+# $Revision-Id$
 #
 # Definitions for win32-x86-cygwin host - win32-x86-cygwin target builds
 # Sites may override these definitions in CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin

=== modified file 'configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin-debug'
--- configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin-debug	2009-07-14 19:30:51 +0000
+++ configure/os/CONFIG.win32-x86-cygwin.win32-x86-cygwin-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.win32-x86-cygwin.win32-x86-cygwin-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for win32-x86-cygwin compiler host - win32-x86-cygwin debug compiler target builds

=== modified file 'configure/os/CONFIG.win32-x86-debug.Common'
--- configure/os/CONFIG.win32-x86-debug.Common	2003-03-18 20:24:18 +0000
+++ configure/os/CONFIG.win32-x86-debug.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.win32-x86-debug.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for win32-x86 debug with debug compiler flags

=== modified file 'configure/os/CONFIG.win32-x86-debug.win32-x86-debug'
--- configure/os/CONFIG.win32-x86-debug.win32-x86-debug	2008-10-08 19:51:35 +0000
+++ configure/os/CONFIG.win32-x86-debug.win32-x86-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.win32-x86-debug.win32-x86-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for win32-x86 debug compiler host - win32-x86 debug compiler target builds

=== modified file 'configure/os/CONFIG.win32-x86-mingw.Common'
--- configure/os/CONFIG.win32-x86-mingw.Common	2009-07-10 14:42:09 +0000
+++ configure/os/CONFIG.win32-x86-mingw.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.win32-x86-mingw.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for win32-x86-cygwin host archs

=== modified file 'configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw'
--- configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw	2009-03-10 16:44:28 +0000
+++ configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 #  CONFIG.win32-x86-mingw.win32-x86-mingw
 #
-# $Id$
+# $Revision-Id$
 #
 # Definitions for win32-x86-mingw host - win32-x86-mingw target builds
 # Sites may override these definitions in CONFIG_SITE.win32-x86-mingw.win32-x86-mingw

=== modified file 'configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw-debug'
--- configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw-debug	2009-07-14 19:30:51 +0000
+++ configure/os/CONFIG.win32-x86-mingw.win32-x86-mingw-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.win32-x86-mingw.win32-x86-mingw-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for win32-x86-mingw compiler host - win32-x86-mingw debug compiler target builds

=== modified file 'configure/os/CONFIG.win32-x86.Common'
--- configure/os/CONFIG.win32-x86.Common	2009-07-10 14:42:09 +0000
+++ configure/os/CONFIG.win32-x86.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.win32-x86.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for win32-x86 host archs

=== modified file 'configure/os/CONFIG.win32-x86.win32-x86'
--- configure/os/CONFIG.win32-x86.win32-x86	2010-08-31 16:33:37 +0000
+++ configure/os/CONFIG.win32-x86.win32-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.win32-x86.win32-x86
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for win32-x86 target archs when host arch is win32-x86

=== modified file 'configure/os/CONFIG.win32-x86.win32-x86-debug'
--- configure/os/CONFIG.win32-x86.win32-x86-debug	2009-07-13 21:18:13 +0000
+++ configure/os/CONFIG.win32-x86.win32-x86-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.win32-x86.win32-x86-debug
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for win32-x86 host - win32-x86-debug target build

=== modified file 'configure/os/CONFIG.win32-x86.windows-x64'
--- configure/os/CONFIG.win32-x86.windows-x64	2009-10-13 15:54:39 +0000
+++ configure/os/CONFIG.win32-x86.windows-x64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.win-x86.windows-x64
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for windows-x64 target archs when host arch is win32-x86

=== modified file 'configure/os/CONFIG.windows-x64.Common'
--- configure/os/CONFIG.windows-x64.Common	2009-10-13 15:54:39 +0000
+++ configure/os/CONFIG.windows-x64.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.windows-x64.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for windows-x64 host archs

=== modified file 'configure/os/CONFIG.windows-x64.windows-x64'
--- configure/os/CONFIG.windows-x64.windows-x64	2009-10-13 15:54:39 +0000
+++ configure/os/CONFIG.windows-x64.windows-x64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG.windows-x64.windows-x64
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for windows-x64 target archs when host arch is windows-x64

=== modified file 'configure/os/CONFIG_COMPAT'
--- configure/os/CONFIG_COMPAT	2009-04-24 20:01:52 +0000
+++ configure/os/CONFIG_COMPAT	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_COMPAT
 #
-# $Id$
+# $Revision-Id$
 #
 # Convert old HOST_ARCH environment variable to
 # new EPICS_HOST_ARCH environment variable 

=== modified file 'configure/os/CONFIG_SITE.Common.cygwin-x86'
--- configure/os/CONFIG_SITE.Common.cygwin-x86	2008-07-31 21:58:37 +0000
+++ configure/os/CONFIG_SITE.Common.cygwin-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.cygwin-x86
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for cygwin-x86 target
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.Common.darwin-ppc'
--- configure/os/CONFIG_SITE.Common.darwin-ppc	2009-05-06 17:25:01 +0000
+++ configure/os/CONFIG_SITE.Common.darwin-ppc	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.darwin-ppc
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Site override definitions for darwin-ppc target builds

=== modified file 'configure/os/CONFIG_SITE.Common.darwin-ppcx86'
--- configure/os/CONFIG_SITE.Common.darwin-ppcx86	2009-05-06 17:25:01 +0000
+++ configure/os/CONFIG_SITE.Common.darwin-ppcx86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.darwin-ppcx86
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Site override definitions for darwin-ppcx86 target builds

=== modified file 'configure/os/CONFIG_SITE.Common.darwin-x86'
--- configure/os/CONFIG_SITE.Common.darwin-x86	2009-05-06 17:25:01 +0000
+++ configure/os/CONFIG_SITE.Common.darwin-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.darwin-x86
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Site override definitions for darwin-x86 target builds

=== modified file 'configure/os/CONFIG_SITE.Common.iosCommon'
--- configure/os/CONFIG_SITE.Common.iosCommon	2010-09-22 21:26:15 +0000
+++ configure/os/CONFIG_SITE.Common.iosCommon	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.iosCommon
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Site-specific settings for Apple iOS builds

=== modified file 'configure/os/CONFIG_SITE.Common.linux-x86'
--- configure/os/CONFIG_SITE.Common.linux-x86	2009-09-29 19:00:49 +0000
+++ configure/os/CONFIG_SITE.Common.linux-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.linux-x86
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for linux-x86 target
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.Common.linux-x86_64'
--- configure/os/CONFIG_SITE.Common.linux-x86_64	2009-09-29 19:00:49 +0000
+++ configure/os/CONFIG_SITE.Common.linux-x86_64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.linux-x86_64
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for linux-x86_64 target
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.Common.solaris-sparc'
--- configure/os/CONFIG_SITE.Common.solaris-sparc	2008-09-15 15:18:41 +0000
+++ configure/os/CONFIG_SITE.Common.solaris-sparc	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.solaris-sparc
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for solaris-sparc target
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.Common.solaris-sparc-gnu'
--- configure/os/CONFIG_SITE.Common.solaris-sparc-gnu	2008-07-02 15:17:09 +0000
+++ configure/os/CONFIG_SITE.Common.solaris-sparc-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.solaris-sparc-gnu
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for solaris-sparc-gnu target
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.Common.solaris-sparc64'
--- configure/os/CONFIG_SITE.Common.solaris-sparc64	2005-10-31 19:14:24 +0000
+++ configure/os/CONFIG_SITE.Common.solaris-sparc64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.solaris-sparc64
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for solaris-sparc64 target
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.Common.solaris-sparc64-gnu'
--- configure/os/CONFIG_SITE.Common.solaris-sparc64-gnu	2005-11-03 20:53:08 +0000
+++ configure/os/CONFIG_SITE.Common.solaris-sparc64-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.solaris-sparc64-gnu
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for solaris-sparc64-gnu target
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.Common.solaris-x86-gnu'
--- configure/os/CONFIG_SITE.Common.solaris-x86-gnu	2009-03-03 19:54:19 +0000
+++ configure/os/CONFIG_SITE.Common.solaris-x86-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.solaris-x86-gnu
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for solaris-x86-gnu target
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.Common.solaris-x86_64'
--- configure/os/CONFIG_SITE.Common.solaris-x86_64	2007-12-12 20:04:54 +0000
+++ configure/os/CONFIG_SITE.Common.solaris-x86_64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.solaris-x86_64
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for solaris-x86_64 target
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.Common.solaris-x86_64-gnu'
--- configure/os/CONFIG_SITE.Common.solaris-x86_64-gnu	2009-03-03 19:54:19 +0000
+++ configure/os/CONFIG_SITE.Common.solaris-x86_64-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.solaris-x86_64-gnu
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for solaris-x86_64-gnu target
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.Common.vxWorks-mpc8540'
--- configure/os/CONFIG_SITE.Common.vxWorks-mpc8540	2006-12-09 00:01:57 +0000
+++ configure/os/CONFIG_SITE.Common.vxWorks-mpc8540	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for the vxWorks-mpc8540 target
 #

=== modified file 'configure/os/CONFIG_SITE.Common.vxWorks-ppc603'
--- configure/os/CONFIG_SITE.Common.vxWorks-ppc603	2006-12-09 00:01:57 +0000
+++ configure/os/CONFIG_SITE.Common.vxWorks-ppc603	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for the vxWorks-ppc603 target
 #

=== modified file 'configure/os/CONFIG_SITE.Common.vxWorks-ppc603_long'
--- configure/os/CONFIG_SITE.Common.vxWorks-ppc603_long	2006-12-09 00:01:57 +0000
+++ configure/os/CONFIG_SITE.Common.vxWorks-ppc603_long	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for the vxWorks-ppc603_long target
 #

=== modified file 'configure/os/CONFIG_SITE.Common.vxWorks-ppc604'
--- configure/os/CONFIG_SITE.Common.vxWorks-ppc604	2006-12-09 00:01:57 +0000
+++ configure/os/CONFIG_SITE.Common.vxWorks-ppc604	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for the vxWorks-ppc604 target
 #

=== modified file 'configure/os/CONFIG_SITE.Common.vxWorks-ppc604_altivec'
--- configure/os/CONFIG_SITE.Common.vxWorks-ppc604_altivec	2006-12-09 00:01:57 +0000
+++ configure/os/CONFIG_SITE.Common.vxWorks-ppc604_altivec	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for the vxWorks-ppc604_altivec target
 #

=== modified file 'configure/os/CONFIG_SITE.Common.vxWorks-ppc604_long'
--- configure/os/CONFIG_SITE.Common.vxWorks-ppc604_long	2006-12-09 00:01:57 +0000
+++ configure/os/CONFIG_SITE.Common.vxWorks-ppc604_long	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for the vxWorks-ppc604_long target
 #

=== modified file 'configure/os/CONFIG_SITE.Common.win32-x86-cygwin'
--- configure/os/CONFIG_SITE.Common.win32-x86-cygwin	2008-12-01 19:02:21 +0000
+++ configure/os/CONFIG_SITE.Common.win32-x86-cygwin	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.Common.win32-x86-cygwin
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for cygwin-x86 target
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.cygwin-x86.Common'
--- configure/os/CONFIG_SITE.cygwin-x86.Common	2004-05-13 22:34:02 +0000
+++ configure/os/CONFIG_SITE.cygwin-x86.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.cygwin-x86.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Site override definitions for cygwin-x86 host builds

=== modified file 'configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86'
--- configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86	2008-07-31 21:58:37 +0000
+++ configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.cygwin-x86.cygwin-x86
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Site override definitions for cygwin-x86 host - cygwin-x86 target builds

=== modified file 'configure/os/CONFIG_SITE.darwin-ppc.Common'
--- configure/os/CONFIG_SITE.darwin-ppc.Common	2009-05-06 17:25:01 +0000
+++ configure/os/CONFIG_SITE.darwin-ppc.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.darwin-ppc.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Site override definitions for darwin-ppc host builds

=== modified file 'configure/os/CONFIG_SITE.darwin-ppcx86.Common'
--- configure/os/CONFIG_SITE.darwin-ppcx86.Common	2009-05-06 17:25:01 +0000
+++ configure/os/CONFIG_SITE.darwin-ppcx86.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.darwin-ppcx86.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Site override definitions for darwin-ppcx86 host builds

=== modified file 'configure/os/CONFIG_SITE.darwin-x86.Common'
--- configure/os/CONFIG_SITE.darwin-x86.Common	2010-09-22 21:26:15 +0000
+++ configure/os/CONFIG_SITE.darwin-x86.Common	2010-10-06 18:12:40 +0000
@@ -2,7 +2,7 @@
 #
 # This file is maintained by the build community.
 #
-# $Id$
+# $Revision-Id$
 # Site override definitions for darwin-x86 host builds
 #-------------------------------------------------------
 

=== modified file 'configure/os/CONFIG_SITE.linux-x86-borland.Common'
--- configure/os/CONFIG_SITE.linux-x86-borland.Common	2003-07-25 19:43:41 +0000
+++ configure/os/CONFIG_SITE.linux-x86-borland.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.linux-x86-borland.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Site override definitions for linux-x86-borland host builds

=== modified file 'configure/os/CONFIG_SITE.linux-x86.Common'
--- configure/os/CONFIG_SITE.linux-x86.Common	2009-01-23 20:24:59 +0000
+++ configure/os/CONFIG_SITE.linux-x86.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.linux-x86.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Site override definitions for linux-x86 host builds

=== modified file 'configure/os/CONFIG_SITE.linux-x86.UnixCommon'
--- configure/os/CONFIG_SITE.linux-x86.UnixCommon	2005-02-25 16:02:57 +0000
+++ configure/os/CONFIG_SITE.linux-x86.UnixCommon	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.linux-x86.linux-arm'
--- configure/os/CONFIG_SITE.linux-x86.linux-arm	2006-12-08 23:27:18 +0000
+++ configure/os/CONFIG_SITE.linux-x86.linux-arm	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 #  CONFIG_SITE.linux-x86.linux-arm
 #
-# $Id$
+# $Revision-Id$
 #
 # Site specific definitions for linux-x86 host - linux-arm target builds
 #-------------------------------------------------------

=== modified file 'configure/os/CONFIG_SITE.linux-x86.linux-arm_eb'
--- configure/os/CONFIG_SITE.linux-x86.linux-arm_eb	2007-12-11 15:28:17 +0000
+++ configure/os/CONFIG_SITE.linux-x86.linux-arm_eb	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 #  CONFIG_SITE.linux-x86.linux-arm_eb
 #
-# $Id$
+# $Revision-Id$
 #
 # Site specific definitions for linux-x86 host - linux-arm_eb target builds
 #-------------------------------------------------------

=== modified file 'configure/os/CONFIG_SITE.linux-x86.linux-arm_el'
--- configure/os/CONFIG_SITE.linux-x86.linux-arm_el	2007-12-11 15:17:33 +0000
+++ configure/os/CONFIG_SITE.linux-x86.linux-arm_el	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 #  CONFIG_SITE.linux-x86.linux-arm_el
 #
-# $Id$
+# $Revision-Id$
 #
 # Site specific definitions for linux-x86 host - linux-arm_el target builds
 #-------------------------------------------------------

=== modified file 'configure/os/CONFIG_SITE.linux-x86.linux-x86'
--- configure/os/CONFIG_SITE.linux-x86.linux-x86	2009-01-23 20:24:59 +0000
+++ configure/os/CONFIG_SITE.linux-x86.linux-x86	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 #  CONFIG_SITE.linux-x86.linux-x86
 #
-# $Id$
+# $Revision-Id$
 #
 # Site specific definitions for linux-x86 host - linux-x86 target builds
 #-------------------------------------------------------

=== modified file 'configure/os/CONFIG_SITE.linux-x86.solaris-sparc'
--- configure/os/CONFIG_SITE.linux-x86.solaris-sparc	2002-02-07 21:54:52 +0000
+++ configure/os/CONFIG_SITE.linux-x86.solaris-sparc	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.linux-x86.solaris-sparc
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Site specific definitions for linux-x86 host - solaris-sparc target builds

=== modified file 'configure/os/CONFIG_SITE.linux-x86.vxWorks-68040'
--- configure/os/CONFIG_SITE.linux-x86.vxWorks-68040	2008-10-09 21:33:35 +0000
+++ configure/os/CONFIG_SITE.linux-x86.vxWorks-68040	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.linux-x86.vxWorks-68040
 #
-# $Id$
+# $Revision-Id$
 #
 # Site specific definitions for linux-x86 host -  vxWorks-68040 target builds
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.linux-x86.vxWorks-ppc603'
--- configure/os/CONFIG_SITE.linux-x86.vxWorks-ppc603	2006-12-09 00:01:57 +0000
+++ configure/os/CONFIG_SITE.linux-x86.vxWorks-ppc603	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Site-specific definitions for linux-x86 builds of vxWorks-ppc603
 #

=== modified file 'configure/os/CONFIG_SITE.linux-x86.vxWorks-ppc603_long'
--- configure/os/CONFIG_SITE.linux-x86.vxWorks-ppc603_long	2006-12-09 00:01:57 +0000
+++ configure/os/CONFIG_SITE.linux-x86.vxWorks-ppc603_long	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Site-specific definitions for linux-x86 builds of vxWorks-ppc603_long
 #

=== modified file 'configure/os/CONFIG_SITE.linux-x86.vxWorksCommon'
--- configure/os/CONFIG_SITE.linux-x86.vxWorksCommon	2008-10-09 21:33:35 +0000
+++ configure/os/CONFIG_SITE.linux-x86.vxWorksCommon	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.linux-x86.vxWorksCommon
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Definitions for linux-x86 host - vxWorks target builds

=== modified file 'configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug'
--- configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug	2005-10-28 15:31:46 +0000
+++ configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug
 #
-# $Id$
+# $Revision-Id$
 #
 # Site specific override definitions for solaris-sparc host builds
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.linux-x86_64.Common'
--- configure/os/CONFIG_SITE.linux-x86_64.Common	2005-10-28 15:31:46 +0000
+++ configure/os/CONFIG_SITE.linux-x86_64.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.linux-x86_64.Common
 #
-# $Id$
+# $Revision-Id$
 # This file is maintained by the build community.
 #
 # Site override definitions for linux-x86_64 host builds

=== modified file 'configure/os/CONFIG_SITE.linux-x86_64.UnixCommon'
--- configure/os/CONFIG_SITE.linux-x86_64.UnixCommon	2007-12-12 20:01:03 +0000
+++ configure/os/CONFIG_SITE.linux-x86_64.UnixCommon	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.linux-x86_64.UnixCommon
 $
-# $Id$
+# $Revision-Id$
 #
 # Site Specific configure override definitions
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64'
--- configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64	2007-12-11 20:23:00 +0000
+++ configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.linux-x86_64.linux-x86_64
 #
-# $Id$
+# $Revision-Id$
 #
 # Site specific definitions for linux-x86_64 host - linux-x86_64 target builds
 #-------------------------------------------------------

=== modified file 'configure/os/CONFIG_SITE.linux-x86_64.vxWorks-68040'
--- configure/os/CONFIG_SITE.linux-x86_64.vxWorks-68040	2008-10-09 21:33:35 +0000
+++ configure/os/CONFIG_SITE.linux-x86_64.vxWorks-68040	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.linux-x86_64.vxWorks-68040
 #
-# $Id$
+# $Revision-Id$
 #
 # Site specific definitions for linux-x86_64 host -  vxWorks-68040 target builds
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.linux-x86_64.vxWorks-ppc603'
--- configure/os/CONFIG_SITE.linux-x86_64.vxWorks-ppc603	2006-12-09 00:01:57 +0000
+++ configure/os/CONFIG_SITE.linux-x86_64.vxWorks-ppc603	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Site-specific definitions for linux-x86_64 builds of vxWorks-ppc603
 #

=== modified file 'configure/os/CONFIG_SITE.linux-x86_64.vxWorks-ppc603_long'
--- configure/os/CONFIG_SITE.linux-x86_64.vxWorks-ppc603_long	2006-12-09 00:01:57 +0000
+++ configure/os/CONFIG_SITE.linux-x86_64.vxWorks-ppc603_long	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Site-specific definitions for linux-x86 builds of vxWorks-ppc603_long
 #

=== modified file 'configure/os/CONFIG_SITE.solaris-sparc.Common'
--- configure/os/CONFIG_SITE.solaris-sparc.Common	2009-01-23 20:24:59 +0000
+++ configure/os/CONFIG_SITE.solaris-sparc.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.solaris-sparc.Common
 #
-# $Id$
+# $Revision-Id$
 #
 # Site specific override definitions for solaris-sparc host builds
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.win32-x86-borland.Common'
--- configure/os/CONFIG_SITE.win32-x86-borland.Common	2001-08-23 18:59:12 +0000
+++ configure/os/CONFIG_SITE.win32-x86-borland.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.win32-x86-borland.Common
 #
-# $Id$
+# $Revision-Id$
 #
 # Site specific definitions for win32-x86-borland host
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.win32-x86-mingw.Common'
--- configure/os/CONFIG_SITE.win32-x86-mingw.Common	2008-12-01 16:35:40 +0000
+++ configure/os/CONFIG_SITE.win32-x86-mingw.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.win32-x86-mingw.Common
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific definitions for cygwin-x86 target
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.win32-x86.Common'
--- configure/os/CONFIG_SITE.win32-x86.Common	2002-10-04 15:00:52 +0000
+++ configure/os/CONFIG_SITE.win32-x86.Common	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 # CONFIG_SITE.win32-x86.Common
 #
-# $Id$
+# $Revision-Id$
 #
 # Site specific definitions for win32-x86 host
 # Only the local epics system manager should modify this file

=== modified file 'configure/os/CONFIG_SITE.win32-x86.win32-x86'
--- configure/os/CONFIG_SITE.win32-x86.win32-x86	2010-07-09 20:38:16 +0000
+++ configure/os/CONFIG_SITE.win32-x86.win32-x86	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-#  $Id$
+#  $Revision-Id$
 
 # If you have Visual C++ 6.0, uncomment the following override lines
 # This will to eliminate warnings about unknown options /GL, /LTCG, and /w44355.

=== modified file 'documentation/BuildingR3.13AppsWithR3.14.html'
--- documentation/BuildingR3.13AppsWithR3.14.html	2004-05-17 14:25:00 +0000
+++ documentation/BuildingR3.13AppsWithR3.14.html	2010-10-06 18:12:40 +0000
@@ -15,7 +15,7 @@
 
 <p><br>
 This document describes how to modify a R3.13 vxWorks application so that it
-builds with release R3.14.  It describes an easy way to modify
+builds with release R3.14. It describes an easy way to modify
 applications subject to the following restrictions:</p>
 <ul>
   <li>The application still uses config rules rather than the configure rules
@@ -42,7 +42,7 @@
 
 <h3>Update RELEASE</h3>
 
-<p>Change  the <tt>EPICS_BASE</tt> definition to point to the R3.14 base
+<p>Change the <tt>EPICS_BASE</tt> definition to point to the R3.14 base
 release. All hardware support and some soft support is now unbundled. For
 example the sequencer is unbundled. You must obtain and build all required
 unbundled products before you can build the application. The location of each
@@ -141,7 +141,7 @@
 
 <h3>recGbl calls</h3>
 
-<p>You may need to add the line  "<tt>#include "recGbl.h</tt>" to any source
+<p>You may need to add the line "<tt>#include "recGbl.h</tt>" to any source
 files that have recGbl* calls so that the file will compile without
 errors.</p>
 
@@ -164,9 +164,9 @@
 to your application src/Makefile.
 
 <p>You should consider changing any existing old steppermotor records to the
-new EPICS  <a
+new EPICS <a
 href="http://www.aps.anl.gov/upd/people/sluiter/epics/modules/mechanism/motor/index.html";>motor
-record</a>  module supported by Beamline Controls and Data Acquisition at
+record</a> module supported by Beamline Controls and Data Acquisition at
 APS.</p>
 
 <h3>RecDynLink.o and devPtSoft changes</h3>
@@ -178,14 +178,14 @@
 
 <p>All hardware support (dev, drv and dbd files) has been unbundled from base
 R3.14. This support includes the files <tt>symb, symb.dbd, drvHp1404a.o,
-drvEpvxiMsg.o, and drvEpvxi.o</tt>.  If they are not used in your
+drvEpvxiMsg.o, and drvEpvxi.o</tt>. If they are not used in your
 application, comment out references to these files in base.dbd and
 baseLIBOBJS.</p>
 
 <p>Hardware support files now exist as separate modules available for
 download from the <a href="http://www.aps.anl.gov/epics/";>EPICS www home page
 at ANL</a>. You must now download all the hardware support modules needed for
-your application, build the modules with R3.14 base,  add the appropriate
+your application, build the modules with R3.14 base, add the appropriate
 module full path definitions to your application config/RELEASE file, and
 change <tt>LIBOBJS</tt> location definition <tt>$(EPICS_BASE_BIN)</tt> to the
 module definition bin directory in your application src directory files.</p>
@@ -201,9 +201,9 @@
 
 <p>After a gnumake in the symb module followed by a gnumake in the
 application config directory, the definitions <tt>SYMB_BIN</tt> and
-<tt>SYMB_LIB</tt> will be created,  the directory $(SYMB)/include will be
-added to the include directories on the compiler command lines  (in the
-<tt>INSTALL_INCLUDES</tt> definition)  and the directory $(SYMB)/dbd will be
+<tt>SYMB_LIB</tt> will be created, the directory $(SYMB)/include will be
+added to the include directories on the compiler command lines (in the
+<tt>INSTALL_INCLUDES</tt> definition) and the directory $(SYMB)/dbd will be
 added to the dbd search directories on the dbExpand command lines (in the
 <tt>INSTALL_DBDFLAGS</tt> definition).</p>
 

=== modified file 'documentation/BuildingR3.13ExtensionsWithR3.14.html'
--- documentation/BuildingR3.13ExtensionsWithR3.14.html	2008-04-22 15:09:48 +0000
+++ documentation/BuildingR3.13ExtensionsWithR3.14.html	2010-10-06 18:12:40 +0000
@@ -34,7 +34,7 @@
 <blockquote>
   <ul>
     <li>Download the latest version of the extensions/config files,
-      extensionsConfig.tar.gz,  from the APS EPICS www page.</li>
+      extensionsConfig.tar.gz, from the APS EPICS www page.</li>
       The extensions directory can have both the base/config (for extensions with
       R3.13 makefiles) and base/configure (for extensions with R3.14 makefiles)
       directories.
@@ -43,7 +43,7 @@
     variable.</li>
     <li>Set EPICS_BASE in extensions/config/RELEASE to the full path location
       of a built R3.14 base.</li>
-    <li>BASE_3_14 is now defined in the base/config/CONFIG_BASE_VERSION.  The
+    <li>BASE_3_14 is now defined in the base/config/CONFIG_BASE_VERSION. The
       commented BASE_3_14 definition can be removed from
       extensions/config/RELEASE.</li>
   </ul>
@@ -77,82 +77,80 @@
   removing Db), the following lines should be added to Makefile.Host.</p>
 
   <blockquote>
-    <tt>ifdef BASE_3_14</tt> <br>
-    <tt>USR_LIBS += dbStaticHost</tt> <br>
-    <tt>dbStaticHost_DIR = $(EPICS_BASE_LIB)</tt> <br>
-    <tt>else</tt> <br>
-    <tt>USR_LIBS += Db</tt> <br>
-    <tt>Db_DIR = $(EPICS_BASE_LIB)</tt> <br>
-    <tt>endif</tt></blockquote>
+    <pre>ifdef BASE_3_14
+USR_LIBS += dbStaticHost
+dbStaticHost_DIR = $(EPICS_BASE_LIB)
+else
+USR_LIBS += Db
+Db_DIR = $(EPICS_BASE_LIB)
+endif</pre></blockquote>
 
   <li><b>Library dbStaticHost names changed</b></li>
 
-  <p>Library functions have been renamed.  If there are calls with old db
+  <p>Library functions have been renamed. If there are calls with old db
   names, add the following lines</p>
 
   <blockquote>
-    <tt>#if  EPICS_REVISION &amp;&amp; EPICS_REVISION == 13</tt> <br>
-    <tt>#define dbFindRecordType    dbFindRecdes</tt> <br>
-    <tt>#define dbGetNRecordTypes   dbGetNRecdes</tt> <br>
-    <tt>#define dbNextRecordType    dbNextRecdes</tt> <br>
-    <tt>#define dbFirstField        dbFirstFielddes</tt> <br>
-    <tt>#define dbGetRecordTypeName dbGetRecdesName</tt> <br>
-    <tt>#define dbFirstRecordType   dbFirstRecdes</tt> <br>
-    <tt>#define dbNextField         dbNextFielddes</tt> <br>
-    <tt>#define dbGetMenuChoices    dbGetChoices</tt><tt></tt>
+    <pre>#if  EPICS_REVISION &amp;&amp; EPICS_REVISION == 13
+#define dbFindRecordType    dbFindRecdes
+#define dbGetNRecordTypes   dbGetNRecdes
+#define dbNextRecordType    dbNextRecdes
+#define dbFirstField        dbFirstFielddes
+#define dbGetRecordTypeName dbGetRecdesName
+#define dbFirstRecordType   dbFirstRecdes
+#define dbNextField         dbNextFielddes
+#define dbGetMenuChoices    dbGetChoices
 
-    <p><tt>long dbReadDatabaseFP(</tt> <br>
-    <tt>    DBBASE **ppdbbase,FILE *fp, const char *path,const char
-    *substitutions)</tt> <br>
-    <tt>{</tt> <br>
-    <tt>     return(dbRead(*ppdbbase,fp));</tt> <br>
-    <tt>}</tt> <br>
-    <tt>#endif</tt></p>
-  </blockquote>
-  and  change the the old names and function calls to the R3.14 versions:
+long dbReadDatabaseFP(DBBASE **ppdbbase,
+    FILE *fp, const char *path,const char *substitutions)
+{
+     return(dbRead(*ppdbbase,fp));
+}
+#endif
+</pre></blockquote>
+  and change the the old names and function calls to the R3.14 versions:
 
   <blockquote>
-    <tt>dbFindRecdes         =&gt;  dbFindRecordType</tt> <br>
-    <tt>dbGetNRecdes         =&gt;  dbGetNRecordTypes</tt> <br>
-    <tt>dbNextRecdes         =&gt;  dbNextRecordType</tt> <br>
-    <tt>dbFirstFielddes      =&gt;  dbFirstField</tt> <br>
-    <tt>dbGetRecdesName      =&gt;  dbGetRecordTypeName</tt> <br>
-    <tt>dbFirstRecdes        =&gt;  dbFirstRecordType</tt> <br>
-    <tt>dbNextFielddes       =&gt;  dbNextField</tt> <br>
-    <tt>dbGetChoices         =&gt;  dbGetMenuChoices</tt> <br>
-    <tt>dbRead(pdbbase,fp)   =&gt;  dbReadDatabaseFP(&amp;pdbbase,fp,0,0)</tt>
-
-    <p></p>
-  </blockquote>
-
+    <pre>dbFindRecdes         =&gt;  dbFindRecordType
+dbGetNRecdes         =&gt;  dbGetNRecordTypes
+dbNextRecdes         =&gt;  dbNextRecordType
+dbFirstFielddes      =&gt;  dbFirstField
+dbGetRecdesName      =&gt;  dbGetRecordTypeName
+dbFirstRecdes        =&gt;  dbFirstRecordType
+dbNextFielddes       =&gt;  dbNextField
+dbGetChoices         =&gt;  dbGetMenuChoices
+dbRead(pdbbase,fp)   =&gt;  dbReadDatabaseFP(&amp;pdbbase,fp,0,0)
+</pre></blockquote>
 
   <li><b>Target architecture specifications changed</b></li>
 
   <p>Since target architecture specifications have been changed (solaris to
   solaris-sparc, win32 to win32-x86, ...) Makefile.Host references to and
-  tests on T_A have to be changed.  In most cases T_A can be replaced by
-  OS_CLASS.  Since HOST_ARCH will eventually be phased out, it would be a
+  tests on T_A have to be changed. In most cases T_A can be replaced by
+  OS_CLASS. Since HOST_ARCH will eventually be phased out, it would be a
   good idea to change any Makefile.Host references to HOST_ARCH to OS_CLASS
   if possible. <br>
   For example change</p>
 
   <blockquote>
-    <tt>ifeq ($(T_A),solaris)</tt> <br>
-    <tt>RPCFLAGS = -K -1</tt> <br>
-    <tt>endif</tt></blockquote>
+    <pre>ifeq ($(T_A),solaris)
+RPCFLAGS = -K -1
+endif
+</pre></blockquote>
   to
 
   <blockquote>
-    <tt>ifeq ($(OS_CLASS),solaris)</tt> <br>
-    <tt>RPCFLAGS = -K -1</tt> <br>
-    <tt>endif</tt></blockquote>
+    <pre>ifeq ($(OS_CLASS),solaris)
+RPCFLAGS = -K -1
+endif
+</pre></blockquote>
 
 
   <li><b>New ca_set_puser</b></li>
 
   <p>Statements of the form: <tt>ca_puser(chid) = xyz</tt>; should to be
-  changed to:  <tt>ca_set_puser(chid,xyz)</tt>; <br>
-   </p>
+  changed to: <tt>ca_set_puser(chid,xyz)</tt>; <br>
+  </p>
 
 
   <li><b>Extern C around includes</b></li>
@@ -162,9 +160,10 @@
   For example change</p>
 
   <blockquote>
-    <tt>extern "C" {</tt> <br>
-    <tt>#include "cadefs.h"</tt> <br>
-    <tt>} /* end extern C */</tt></blockquote>
+    <pre>extern "C" {
+#include "cadefs.h"
+} /* end extern C */
+</pre></blockquote>
   to
 
   <blockquote>
@@ -174,8 +173,8 @@
 
   <p>Some infrequently used R3.13 timestamp functions and macro definitions
   have been removed from EPICS base and now exist in a library, ts, created
-  and installed in the ar extension.  The only ANL distributed extension that
-  uses these unbundled functions and macros  is cau. The two R3.13 functions
+  and installed in the ar extension. The only ANL distributed extension that
+  uses these unbundled functions and macros is cau. The two R3.13 functions
   tsStampToText and tsLocalTime along with the definitions TS_TEXT_MONDDYYYY
   and TS_TEXT_MMDDYY have been retained in R3.14 for extension compatibility
   purposes. <br>
@@ -185,27 +184,28 @@
   PROD_LIBS or USR_LIBS in your Makefile.Host as follows:</p>
 
   <blockquote>
-    <tt>#include "tsSubr.h"</tt>
+    <pre>#include "tsSubr.h"
 
-    <p><tt>ifdef BASE_3_14</tt> <br>
-    <tt>PROD_LIBS += ts</tt> <br>
-    <tt>ts_DIR = $(EPICS_EXTENSIONS_LIB)</tt> <br>
-    <tt>endif</tt></p>
-  </blockquote>
+ifdef BASE_3_14
+PROD_LIBS += ts
+ts_DIR = $(EPICS_EXTENSIONS_LIB)
+endif
+</pre></blockquote>
 
   <li><b>No Field name length restriction</b></li>
 
   <p> The length restriction to database record names no longer exists in R3.14
-  so the the <tt>FLDNAME_SZ macro definition was removed.from dbDefs.h. 
+  so the the <tt>FLDNAME_SZ macro definition was removed.from dbDefs.h.
   Extensions which still have a field name restriction should add the field
   name size definition to their code until they are updated.</tt></p>
 
   <blockquote>
-    <tt>#ifndef FLDNAME_SZ</tt> <br>
-    <tt>#define FLDNAME_SZ 4  /*Field Name Size*/</tt> <br>
-    <tt>#endif</tt></blockquote>
+    <pre>#ifndef FLDNAME_SZ
+#define FLDNAME_SZ 4 /*Field Name Size*/
+#endif
+</pre></blockquote>
 
-  <li><b>Some EPICS base version macros removed</b></li>
+  <li><b>Some EPICS base version macros removed</b></li>
 
   <p>
   The EPICS base version macros that start with "BASE_" have been removed
@@ -214,24 +214,14 @@
 </blockquote>
 
 <blockquote>
-
   <blockquote>
-    <tt></tt><font face="Arial,Helvetica">BASE_VERSION         
-            =&gt;  EPICS_VERSION</font> <br>
-    <font face="Arial,Helvetica">BASE_REVISION                  =&gt; 
-    EPICS_REVISION</font> <br>
-    <font face="Arial,Helvetica">BASE_MODIFICATION       =&gt; </font><font
-    face="Arial,Helvetica">  EPICS_MODIFICATION</font> <br>
-    <font face="Arial,Helvetica">BASE_UPDATE_NAME       =&gt; 
-    EPICS_UPDATE_NAME</font> <br>
-    <font face="Arial,Helvetica">BASE_UPDATE_LEVEL       =&gt;  
-    EPICS_UPDATE_LEVEL</font> <br>
-    <font face="Arial,Helvetica">BASE_VERSION_STRING   =&gt; 
-    EPICS_VERSION_STRING</font></blockquote>
+    BASE_VERSION            =&gt;  EPICS_VERSION
+    BASE_REVISION           =&gt;  EPICS_REVISION
+    BASE_MODIFICATION       =&gt;  EPICS_MODIFICATION
+    BASE_UPDATE_NAME        =&gt;  EPICS_UPDATE_NAME
+    BASE_UPDATE_LEVEL       =&gt;  EPICS_UPDATE_LEVEL
+    BASE_VERSION_STRING     =&gt;  EPICS_VERSION_STRING
+    </blockquote>
 </blockquote>
-
-<p></p>
-
-<p></p>
 </body>
 </html>

=== modified file 'documentation/ConvertingR3.14.5AppsToR3.14.6.html'
--- documentation/ConvertingR3.14.5AppsToR3.14.6.html	2005-11-21 22:19:51 +0000
+++ documentation/ConvertingR3.14.5AppsToR3.14.6.html	2010-10-06 18:12:40 +0000
@@ -86,27 +86,27 @@
 
 <h3>Record support changes</h3>
 
-<p>The steppermotor, scan, and pid records are no longer in base.  If these
+<p>The steppermotor, scan, and pid records are no longer in base. If these
 records are not used in your application, comment out references to them in
-base.dbd. If these record types are used at your site, they  should be
+base.dbd. If these record types are used at your site, they should be
 downloaded and built with base R3.14 by your EPICS administrator. To update
-the R3.14 location of these record types in your application you must  add
+the R3.14 location of these record types in your application you must add
 appropriate module definitions to your application's config/RELEASE file and
 add <tt>LIBOBJS</tt> definitions to the src Makefile.</p>
 
 <p>For example add</p>
 
-<p>         <tt>PID=&lt;full path to modules directory&gt;/pid</tt></p>
+<pre>    PID=&lt;full path to modules directory&gt;/pid
+</pre>
 
 <p>to config/RELEASE and add <br>
 
-<p></p>
-
-<p><tt>LIBOBJS += $(PID_BIN)/pidRecord.o</tt></p>
+<pre>    LIBOBJS += $(PID_BIN)/pidRecord.o
+</pre>
 to your application src/Makefile.
 
 <p>You should consider changing any existing old steppermotor records to the
-new EPICS  motor record  module supported by Beamline Controls and Data
+new EPICS motor record module supported by Beamline Controls and Data
 Acquisition at APS.</p>
 
 <h3>RecDynLink.o and devPtSoft changes</h3>
@@ -115,7 +115,7 @@
 separate EPICS modules.You must now add the appropriate module full path
 definitions to your application config/RELEASE file, and change
 <tt>LIBOBJS</tt> location definition <tt>$(EPICS_BASE_BIN)</tt> to the module
-definition bin directory in your application src directory files.  See
+definition bin directory in your application src directory files. See
 "Hardware support changes" below for instructions.</p>
 
 <h3>Hardware support changes</h3>
@@ -129,21 +129,24 @@
 support for your site should be downloaded and built with base R3.14 by your
 EPICS administrator. You must now add the appropriate module full path
 definitions to your application config/RELEASE file, and change
-<tt>LIBOBJS</tt> location from <tt>$(EPICS_BASE_BIN) </tt>to the module  bin
+<tt>LIBOBJS</tt> location from <tt>$(EPICS_BASE_BIN) </tt>to the module bin
 directory in your application src directory files.</p>
 
 <p>For example, remove</p>
 
-<p>         <tt>LIBOBJS+=$(EPICS_BASE_BIN)/symb</tt></p>
+<pre>    LIBOBJS+=$(EPICS_BASE_BIN)/symb
+</pre>
 
 <p>from baseLIBOBJS and add</p>
 
-<p>         <tt>LIBOBJS+=$(SYMB_BIN)/symb</tt></p>
+<pre>    LIBOBJS+=$(SYMB_BIN)/symb
+</pre>
 
 <p>to your application src/Makefile, <br>
 and add the line</p>
 
-<p><tt>SYMB=&lt;full path definition for the built module SYMB&gt;</tt></p>
+<pre>    SYMB=&lt;full path definition for the built module SYMB&gt;
+</pre>
 
 <p>into your application config/RELEASE file .</p>
 
@@ -151,13 +154,12 @@
 
 <p>The host tool dbLoadTemplate has been replace by a new EPICS extension,
 msi, which should be downloaded and built with base R3.14 by your EPICS
-administrator. dbLoadTemplate is still supported on iocs.  If, in your
+administrator. dbLoadTemplate is still supported on iocs. If, in your
 application, db files are created from template and substitution files you
-should  add the definition</p>
+should add the definition</p>
 
 <p><tt>MSI=&lt;full path name to msi executable&gt;</tt></p>
 
 <p>to your application config/RELEASE file.</p>
-<br>
- </body>
+</body>
 </html>

=== modified file 'documentation/ReleaseChecklist.html'
--- documentation/ReleaseChecklist.html	2009-09-22 14:55:27 +0000
+++ documentation/ReleaseChecklist.html	2010-10-06 18:12:40 +0000
@@ -33,7 +33,9 @@
 <h1>EPICS Base Release Procedures &amp; Checklist</h1>
 
 <blockquote>
-  <p>$Id$</p>
+  <p>$Date$<br />
+    $Authors$<br />
+    $Revision-Id$</p>
 </blockquote>
 
 <p>This document describes the procedures and provides a checklist of tasks
@@ -42,7 +44,7 @@
 <h3>The Release Process</h3>
 
 <p>The version released on the Feature Freeze date is designated the first
-pre-release, <tt>-pre1</tt>. The first Release Candidate <tt>-RC1</tt> is the
+pre-release, <tt>-pre1</tt>. The first Release Candidate <tt>-rc1</tt> is the
 first version that has undergone widespread testing and which has no known
 problems in it that are slated to be fixed in this release. New versions should
 be made at about weekly intervals during the testing and debugging period, and
@@ -61,7 +63,7 @@
   <dt><strong>Release Manager</strong> (Andrew Johnson)</dt>
     <dd>Responsible for the release</dd>
   <dt><strong>Configuration Manager</strong> (Janet Anderson)</dt>
-    <dd>Responsible for committing version number updates to CVS and for
+    <dd>Responsible for committing version number updates and for
       creating tarfiles</dd>
   <dt><strong>Platform Developers</strong></dt>
     <dd>Responsible for individual operating system platforms</dd>
@@ -77,33 +79,33 @@
       <th>Check</th>
       <th>Who</th>
       <th>Description</th>
-    </tr>
+      </tr>
     <tr>
       <th colspan="3">Preparing for a release</th>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Release Manager</td>
       <td>Email all developers about the upcoming release and ask for a list
         of remaining jobs that must be finished.</td>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>All developers</td>
-      <td>Check the Mantis bug tracker for any outstanding items and handle
+      <td>Check the bug tracker for any outstanding items and handle
         appropriately. All bugs that have been fixed should have been marked
-        as resolved.</td>
-    </tr>
+        as Fix Committed.</td>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Release Manager</td>
-      <td>Set the Feature Freeze date, by which time all CVS commits for
+      <td>Set the Feature Freeze date, by which time all Bazaar commits for
         enhancements and new functionality should have been completed. After
         this date, commits should only be made to fix problems that show up
         during testing.</td>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Release Manager<br />
         &amp; all developers</td>
       <td>Ensure that documentation will be updated before the release date:
@@ -114,218 +116,267 @@
           <li>Other documents</li>
         </ul>
       </td>
-    </tr>
-    <tr>
-      <th colspan="3">Creating pre-release and Release Candidate versions</th>
-    </tr>
-    <tr>
-      <td> </td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
+      <td>Release Manager</td>
+      <td>Review and update this document for the upcoming release.</td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
+      <td>Website Manager</td>
+      <td>Create a release milestone on Launchpad if necessary and set the
+        expected release date. Note that pre-release and release-candidate
+        versions do not appear on Launchpad, only the final release.</td>
+      </tr>
+    <tr>
+      <th colspan="3">Creating pre-release and release-candidate versions</th>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
       <td>Configuration Manager</td>
       <td>Edit and commit changes to the EPICS version number file
         configure/CONFIG_BASE_VERSION.</td>
-    </tr>
-    <tr>
-      <td> </td>
-      <td>Configuration Manager</td>
-      <td>Tag the module in CVS. Pre-release version tags take the form
-        <tt>R<i>x</i>-<i>y</i>-<i>z</i>-pre<i>n</i></tt> while Release
-        Candidate tags take the form
-        <tt>R<i>x</i>-<i>y</i>-<i>z</i>-RC<i>m</i></tt>.
-        </td>
-    </tr>
-    <tr>
-      <td> </td>
-      <td>Configuration Manager</td>
-      <td>Export the tagged version and create a tarfile of the result:
-        <blockquote><tt>
-          cvs export -kv -d base-x.y.z-pre1 -r Rx-y-z-pre1 epics/base<br />
-          tar cfz baseRx.y.z-pre1.tar.gz base-x.y.z-pre1
-          </tt></blockquote></td>
-    </tr>
-    <tr>
-      <td> </td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
+      <td>Configuration Manager</td>
+      <td>Tag the module in Bazaar, using these tag conventions:
+        <ul>
+          <li>
+            <tt>R3.14.12-pre<i>n</i></tt>
+            &mdash; pre-release tag
+            </li>
+          <li>
+            <tt>R3.14.12-rc<i>n</i></tt>
+            &mdash; release candidate tag, note the <tt>rc</tt> is now
+            lower-case</li>
+        </ul>
+        <blockquote><tt>
+          cd ~/base/mirror-3.14<br />
+          bzr tag R3.14.12-rc<i>n</i>
+          </tt></blockquote>
+        </td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
+      <td>Configuration Manager</td>
+      <td>Export the tagged version into a tarfile. Note that this command
+        generates a gzipped tarfile directly from the repository:
+        <blockquote><tt>
+          cd ~/base<br />
+          bzr export --keywords=publish
+          --root=base-3.14.12-rc<i>n</i>
+          -r tag:R3.14.12-rc<i>n</i>
+          baseR3.14.12-rc<i>n</i>.tar.gz
+          mirror-3.14
+          </tt></blockquote>
+        This requires that the Bazaar keywords plugin is installed and
+        configured properly.
+        </td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
       <td>Configuration Manager</td>
       <td>Test the tarfile by extracting its contents and building it on at
-        least one supported platform</td>
-    </tr>
+        least one supported platform.</td>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Configuration Manager</td>
-      <td>Copy the tar file to the Base download area of the website</td>
-    </tr>
+      <td>Copy the tar file to the Base download area of the website.</td>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Website Manager</td>
       <td>Create or update a website subdirectory to hold the release
-        documentation, and copy in the files from the base/documentation
-        directory of the tarfile.</td>
-    </tr>
+        documentation, and copy in selected files from the base/documentation
+        and base/html directories of the tarfile.</td>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Website Manager</td>
       <td>Create or modify the webpage for the new release with links to the
-        release documents and tar file. Pre-release and RC versions should use
-        the page and URL for the final release version number.</td>
-    </tr>
+        release documents and tar file. Pre-release and release-candidate
+        versions should use the page and URL for the final release version
+        number.</td>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Website Manager</td>
-      <td>Add the new pre-release tar file to the website Base download index
-        page.</td>
-    </tr>
+      <td>Add the new tar file to the website Base download index page.</td>
+      </tr>
     <tr>
       <th colspan="3">Testing</th>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Platform Developers</td>
       <td>Run the built-in test programs on all available host platforms using
         <blockquote><tt>
           make -s runtests
         </tt></blockquote></td>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Platform Developers</td>
       <td>Run the CA client side regression tests on all available host
         platforms.</td>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Platform Developers</td>
       <td>Build and run the
-        <a href="https://svn.aps.anl.gov/trac/epics/soft-test";>IOC Soft-Test</a>
+        <a href="https://launchpad.net/epics-base-tests";>epics-base-tests</a>
         suite on all available platforms.</td>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Platform Developers</td>
       <td>Check that all makeBaseApp templates build and run properly, all
-        xxxApp and xxxBoot types and any internal options, e.g. setting
-        <tt>STATIC_BUILD=YES</tt> or using a different <tt>INSTALL_LOCATION</tt>
-        in configure/CONFIG_SITE.</td>
-    </tr>
+        <i>xxxApp</i> and <i>xxxBoot</i> types and any internal options, e.g.
+        setting <tt>STATIC_BUILD=YES</tt> or using a different
+        <tt>INSTALL_LOCATION</tt> in configure/CONFIG_SITE.</td>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Platform Developers</td>
       <td>Build the SNL Sequencer against this version of Base, and check that
         the makeBaseApp example builds and runs correctly with it.</td>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Application Developers</td>
       <td>Build external applications against this version of Base on all
         available platforms and test as appropriate.  Application code changes
         may be necessary where the EPICS Base APIs have been modified.</td>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Release Manager</td>
       <td>Check that documentation has been updated:
         <ul>
-          <li>Application Developers Guide</li>
+          <li><a href="https://launchpad.net/epics-appdev";>Application
+            Developers Guide</a></li>
           <li>Release Notes</li>
           <li>Known Problems (hopefully empty)</li>
           <li>Other documents (converting...)</li>
-        </ul>
-      </td>
-    </tr>
+          </ul>
+        </td>
+      </tr>
     <tr>
       <th colspan="3">Release Approval</th>
     </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Release Manager</td>
       <td>Obtain a positive <q>Ok to release</q> from all platform developers
-        when a Release Candidate version has gone a whole week without any
+        once a Release Candidate version has gone a whole week without any
         issues being reported.</td>
-    </tr>
+      </tr>
     <tr>
       <th colspan="3">Creating the final release version</th>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Configuration Manager</td>
       <td>Edit and commit changes to the EPICS version number file
         configure/CONFIG_BASE_VERSION.</td>
-    </tr>
-    <tr>
-      <td> </td>
-      <td>Configuration Manager</td>
-      <td>Tag the module in CVS. Official base release version tags take the
-        form <tt>R<i>x</i>-<i>y</i>-<i>z</i>[-<i>n</i>]</tt></td>
-    </tr>
-    <tr>
-      <td> </td>
-      <td>Configuration Manager</td>
-      <td>Export the tagged version and create a tarfile of the result:
-        <blockquote><tt>
-          cvs export -kv -d base-x.y.z -r Rx-y-z epics/base<br />
-          tar cfz baseRx.y.z.tar.gz base-x.y.z
-          </tt></blockquote></td>
-    </tr>
-    <tr>
-      <td> </td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
+      <td>Configuration Manager</td>
+      <td>Tag the module in Bazaar:
+        <blockquote><tt>
+          cd ~/base/mirror-3.14<br />
+          bzr tag R3.14.12</i>
+          </tt></blockquote>
+        </td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
+      <td>Configuration Manager</td>
+      <td>Export the tagged version into a tarfile. Note that this command
+        generates a gzipped tarfile directly from the repository:
+        <blockquote><tt>
+          cd ~/base<br />
+          bzr export --keywords=publish
+          --root=base-3.14.12
+          -r tag:R3.14.12
+          baseR3.14.12.tar.gz
+          mirror-3.14
+          </tt></blockquote>
+        This requires that the Bazaar keywords plugin is installed and
+        configured properly.
+        </td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
       <td>Configuration Manager</td>
       <td>Test the tar file by extracting its contents and building it on at
         least one supported platform</td>
-    </tr>
-    <tr>
-      <td> </td>
+      </tr>
+    <tr>
+      <th colspan="3">Publish and Announce it</th>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
       <td>Configuration Manager</td>
       <td>Copy the tar file to the Base download area of the website</td>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Website Manager</td>
       <td>Update the website subdirectory that holds the release
         documentation, and copy in the files from the base/documentation
         directory of the tarfile.</td>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Website Manager</td>
       <td>Update the webpage for the new release with links to the release
         documents and tar file.</td>
-    </tr>
-    <tr>
-      <th colspan="3">Announce it</th>
-    </tr>
-    <tr>
-      <td> </td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
       <td>Website Manager</td>
       <td>Add the new release tar file to the website Base download index
         page.</td>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Website Manager</td>
       <td>Link to the release webpage from other relevent areas of the
         website - update front page and sidebars.</td>
-    </tr>
-    <tr>
-      <td> </td>
-      <td>Website Manager</td>
-      <td>Add the new Version number to the Mantis bug tracker.</td>
-    </tr>
-    <tr>
-      <td> </td>
-      <td>Website Manager</td>
-      <td>Close all Mantis bug reports that were marked as resolved and which
-        have been fixed in this release.</td>
-    </tr>
-    <tr>
-      <td> </td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
+      <td>Website Manager</td>
+      <td>Upload the release tar file to the Launchpad download area.</td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
+      <td>Website Manager</td>
+      <td>Add the new Version number to the Launchpad bug tracker.</td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
+      <td>Website Manager</td>
+      <td>Find all Launchpad bug reports with the status Fix Committed which
+        have been fixed in this release and mark them Fix Released.</td>
+      </tr>
+    <tr>
+      <td>&nbsp;</td>
       <td>Release Manager</td>
       <td>Email tech-talk</td>
-    </tr>
+      </tr>
     <tr>
-      <td> </td>
+      <td>&nbsp;</td>
       <td>Website Manager</td>
       <td>Add an entry to the website News page, linking to the new version
       webpage.</td>
-    </tr>
-  </tbody>
-</table>
+      </tr>
+    </tbody>
+  </table>
 </body>
 </html>

=== modified file 'src/Makefile'
--- src/Makefile	2010-07-06 22:23:24 +0000
+++ src/Makefile	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # in the file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-# $Id$
+# $Revision-Id$
 #
 
 TOP = ..

=== modified file 'src/RTEMS/Makefile'
--- src/RTEMS/Makefile	2002-07-12 21:35:43 +0000
+++ src/RTEMS/Makefile	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-# $Id$
+# $Revision-Id$
 #
 
 TOP = ../..

=== modified file 'src/RTEMS/base/epicsRtemsInitHookPost.c'
--- src/RTEMS/base/epicsRtemsInitHookPost.c	2006-06-29 15:22:53 +0000
+++ src/RTEMS/base/epicsRtemsInitHookPost.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 
 /*
  * Dummy version -- use if application does not provide its own version
- *  $Id$
+ *  $Revision-Id$
  */
 #include "epicsRtemsInitHooks.h"
 

=== modified file 'src/RTEMS/base/epicsRtemsInitHookPre.c'
--- src/RTEMS/base/epicsRtemsInitHookPre.c	2006-06-29 15:22:53 +0000
+++ src/RTEMS/base/epicsRtemsInitHookPre.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 
 /*
  * Dummy version -- use if application does not provide its own version
- *  $Id$
+ *  $Revision-Id$
  */
 #include "epicsRtemsInitHooks.h"
 

=== modified file 'src/RTEMS/base/epicsRtemsInitHooks.h'
--- src/RTEMS/base/epicsRtemsInitHooks.h	2006-06-29 20:07:10 +0000
+++ src/RTEMS/base/epicsRtemsInitHooks.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 
 /*
  * Hooks into RTEMS startup code
- *  $Id$
+ *  $Revision-Id$
  */
 #include <bsp.h>
 #include <rtems/rtems_bsdnet.h>

=== modified file 'src/RTEMS/base/rtems_config.c'
--- src/RTEMS/base/rtems_config.c	2010-07-23 16:21:02 +0000
+++ src/RTEMS/base/rtems_config.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /*
  * RTEMS configuration for EPICS
- *  $Id$
+ *  $Revision-Id$
  *      Author: W. Eric Norum
  *              [email protected]
  *              (630) 252-4793

=== modified file 'src/RTEMS/base/rtems_init.c'
--- src/RTEMS/base/rtems_init.c	2010-07-23 16:21:02 +0000
+++ src/RTEMS/base/rtems_init.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /*
  * RTEMS startup task for EPICS
- *  $Id$
+ *  $Revision-Id$
  *      Author: W. Eric Norum
  *              [email protected]
  *              (306) 966-5394

=== modified file 'src/RTEMS/base/rtems_netconfig.c'
--- src/RTEMS/base/rtems_netconfig.c	2004-11-30 19:40:48 +0000
+++ src/RTEMS/base/rtems_netconfig.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /*
  * RTEMS network configuration for EPICS
- *  $Id$
+ *  $Revision-Id$
  *      Author: W. Eric Norum
  *              [email protected]
  *              (306) 966-5394

=== modified file 'src/RTEMS/base/rtems_util.c'
--- src/RTEMS/base/rtems_util.c	2009-04-24 17:06:54 +0000
+++ src/RTEMS/base/rtems_util.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /*
  * RTEMS utilitiy routines for EPICS
- *  $Id$
+ *  $Revision-Id$
  *      Author: W. Eric Norum
  *              [email protected]
  *              (306) 966-6055

=== modified file 'src/as/asDbLib.h'
--- src/as/asDbLib.h	2004-07-08 15:25:56 +0000
+++ src/as/asDbLib.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* share/epicsH/dbAsLib.h	*/
-/*  $Id$ */
+/*  $Revision-Id$ */
 /* Author:  Marty Kraimer Date:    02-23-94*/
 
 #ifndef INCdbAsLibh

=== modified file 'src/as/ascheck.c'
--- src/as/ascheck.c	2006-12-01 23:52:59 +0000
+++ src/as/ascheck.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 /*	Author: Marty Kraimer	Date: 03-24-94	*/
 
 #include <stdlib.h>

=== modified file 'src/bpt/cvtTable.h'
--- src/bpt/cvtTable.h	2002-07-12 21:35:43 +0000
+++ src/bpt/cvtTable.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  * Breakpoint Tables
  *
  *      Author:          Marty Kraimer

=== modified file 'src/bpt/makeBpt.c'
--- src/bpt/makeBpt.c	2010-06-22 16:43:42 +0000
+++ src/bpt/makeBpt.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/*  $Id$
+/*  $Revision-Id$
  *	Author: Marty Kraimer
  *	Date:	9/28/95
  *	Replacement for old bldCvtTable

=== modified file 'src/cas/README'
--- src/cas/README	1996-11-22 19:41:05 +0000
+++ src/cas/README	2010-10-06 18:12:40 +0000
@@ -1,14 +1,10 @@
 
-$Id$
+$Revision-Id$
 
 README file for the EPICS Channel Access Server
 
 Author Jeff Hill [email protected] 
 
-$Log$
-Revision 1.1.1.1  1996/06/20 00:28:06  jhill
-ca server installation
-
 
 Directory Structure
 -------------------

=== modified file 'src/cas/example/directoryService/vxEntry.cc'
--- src/cas/example/directoryService/vxEntry.cc	2002-07-12 21:35:43 +0000
+++ src/cas/example/directoryService/vxEntry.cc	2010-10-06 18:12:40 +0000
@@ -8,26 +8,9 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 // Author: Jeff HIll (LANL)
 //
-// $Log$
-// Revision 1.2  2001/01/31 13:33:29  mrk
-// osiTime=>epicsTime
-//
-// Revision 1.1  1997/06/13 09:20:26  jhill
-// installed
-//
-// Revision 1.2  1997/04/10 19:39:26  jhill
-// API changes
-//
-// Revision 1.1  1996/12/06 22:20:22  jhill
-// moved down one level
-//
-// Revision 1.2  1996/09/16 18:22:09  jhill
-// added cvs log entries
-//
-//
 
 #include <vxWorks.h>
 #include <taskLib.h>

=== modified file 'src/cas/generic/beaconAnomalyGovernor.cc'
--- src/cas/generic/beaconAnomalyGovernor.cc	2003-02-12 19:06:15 +0000
+++ src/cas/generic/beaconAnomalyGovernor.cc	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/beaconAnomalyGovernor.h'
--- src/cas/generic/beaconAnomalyGovernor.h	2003-02-12 19:06:15 +0000
+++ src/cas/generic/beaconAnomalyGovernor.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/beaconTimer.cc'
--- src/cas/generic/beaconTimer.cc	2009-07-09 15:27:43 +0000
+++ src/cas/generic/beaconTimer.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/beaconTimer.h'
--- src/cas/generic/beaconTimer.h	2003-02-12 19:06:15 +0000
+++ src/cas/generic/beaconTimer.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/caHdrLargeArray.h'
--- src/cas/generic/caHdrLargeArray.h	2010-04-06 21:59:35 +0000
+++ src/cas/generic/caHdrLargeArray.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/caNetAddr.cc'
--- src/cas/generic/caNetAddr.cc	2003-08-01 19:13:39 +0000
+++ src/cas/generic/caNetAddr.cc	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 \*************************************************************************/
 
 //
-//	$Id$
+//	$Revision-Id$
 //
 //      Author: Jeffrey O. Hill
 //              [email protected]

=== modified file 'src/cas/generic/caServer.cc'
--- src/cas/generic/caServer.cc	2003-05-02 17:45:06 +0000
+++ src/cas/generic/caServer.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/caServerI.cc'
--- src/cas/generic/caServerI.cc	2009-08-06 02:24:00 +0000
+++ src/cas/generic/caServerI.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncIOI.cc'
--- src/cas/generic/casAsyncIOI.cc	2009-08-13 23:32:18 +0000
+++ src/cas/generic/casAsyncIOI.cc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncIOI.h'
--- src/cas/generic/casAsyncIOI.h	2003-03-10 22:26:33 +0000
+++ src/cas/generic/casAsyncIOI.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncPVAttachIO.cc'
--- src/cas/generic/casAsyncPVAttachIO.cc	2003-08-01 19:13:39 +0000
+++ src/cas/generic/casAsyncPVAttachIO.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncPVAttachIOI.cpp'
--- src/cas/generic/casAsyncPVAttachIOI.cpp	2009-08-06 02:24:00 +0000
+++ src/cas/generic/casAsyncPVAttachIOI.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncPVAttachIOI.h'
--- src/cas/generic/casAsyncPVAttachIOI.h	2003-03-10 22:26:33 +0000
+++ src/cas/generic/casAsyncPVAttachIOI.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncPVExistIO.cc'
--- src/cas/generic/casAsyncPVExistIO.cc	2003-08-01 19:13:39 +0000
+++ src/cas/generic/casAsyncPVExistIO.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncPVExistIOI.cpp'
--- src/cas/generic/casAsyncPVExistIOI.cpp	2009-08-06 02:24:00 +0000
+++ src/cas/generic/casAsyncPVExistIOI.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncPVExistIOI.h'
--- src/cas/generic/casAsyncPVExistIOI.h	2003-03-10 22:26:33 +0000
+++ src/cas/generic/casAsyncPVExistIOI.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncReadIO.cc'
--- src/cas/generic/casAsyncReadIO.cc	2003-08-01 19:13:39 +0000
+++ src/cas/generic/casAsyncReadIO.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncReadIOI.cc'
--- src/cas/generic/casAsyncReadIOI.cc	2009-07-09 15:27:43 +0000
+++ src/cas/generic/casAsyncReadIOI.cc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncReadIOI.h'
--- src/cas/generic/casAsyncReadIOI.h	2003-09-29 22:58:43 +0000
+++ src/cas/generic/casAsyncReadIOI.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncWriteIO.cc'
--- src/cas/generic/casAsyncWriteIO.cc	2003-08-01 19:13:39 +0000
+++ src/cas/generic/casAsyncWriteIO.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncWriteIOI.cpp'
--- src/cas/generic/casAsyncWriteIOI.cpp	2009-07-09 15:27:43 +0000
+++ src/cas/generic/casAsyncWriteIOI.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casAsyncWriteIOI.h'
--- src/cas/generic/casAsyncWriteIOI.h	2003-03-10 22:26:33 +0000
+++ src/cas/generic/casAsyncWriteIOI.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casBufferFactory.cpp'
--- src/cas/generic/casBufferFactory.cpp	2003-02-12 19:06:15 +0000
+++ src/cas/generic/casBufferFactory.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casChannel.cc'
--- src/cas/generic/casChannel.cc	2009-08-03 22:09:52 +0000
+++ src/cas/generic/casChannel.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casChannelI.cc'
--- src/cas/generic/casChannelI.cc	2009-08-03 22:09:52 +0000
+++ src/cas/generic/casChannelI.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casChannelI.h'
--- src/cas/generic/casChannelI.h	2009-08-03 22:09:52 +0000
+++ src/cas/generic/casChannelI.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casCoreClient.cc'
--- src/cas/generic/casCoreClient.cc	2009-07-09 15:27:43 +0000
+++ src/cas/generic/casCoreClient.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casCoreClient.h'
--- src/cas/generic/casCoreClient.h	2009-08-13 23:37:30 +0000
+++ src/cas/generic/casCoreClient.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casCtx.h'
--- src/cas/generic/casCtx.h	2003-02-12 19:11:43 +0000
+++ src/cas/generic/casCtx.h	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casDGClient.cc'
--- src/cas/generic/casDGClient.cc	2009-07-30 23:29:43 +0000
+++ src/cas/generic/casDGClient.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casEvent.h'
--- src/cas/generic/casEvent.h	2003-03-10 22:26:33 +0000
+++ src/cas/generic/casEvent.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casEventMask.cc'
--- src/cas/generic/casEventMask.cc	2009-08-24 17:07:03 +0000
+++ src/cas/generic/casEventMask.cc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casEventMask.h'
--- src/cas/generic/casEventMask.h	2003-02-12 19:06:15 +0000
+++ src/cas/generic/casEventMask.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casEventRegistry.h'
--- src/cas/generic/casEventRegistry.h	2003-02-12 19:11:43 +0000
+++ src/cas/generic/casEventRegistry.h	2010-10-06 18:12:40 +0000
@@ -11,7 +11,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casEventSys.cc'
--- src/cas/generic/casEventSys.cc	2009-08-18 00:40:00 +0000
+++ src/cas/generic/casEventSys.cc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casEventSys.h'
--- src/cas/generic/casEventSys.h	2009-08-13 23:42:37 +0000
+++ src/cas/generic/casEventSys.h	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casMonEvent.cc'
--- src/cas/generic/casMonEvent.cc	2009-07-09 15:27:43 +0000
+++ src/cas/generic/casMonEvent.cc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casMonEvent.h'
--- src/cas/generic/casMonEvent.h	2003-03-10 22:26:33 +0000
+++ src/cas/generic/casMonEvent.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casMonitor.cc'
--- src/cas/generic/casMonitor.cc	2009-07-09 15:27:43 +0000
+++ src/cas/generic/casMonitor.cc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casMonitor.h'
--- src/cas/generic/casMonitor.h	2008-07-28 16:19:50 +0000
+++ src/cas/generic/casMonitor.h	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casPV.cc'
--- src/cas/generic/casPV.cc	2009-08-03 22:09:52 +0000
+++ src/cas/generic/casPV.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casPVI.cc'
--- src/cas/generic/casPVI.cc	2009-08-03 22:09:52 +0000
+++ src/cas/generic/casPVI.cc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/casPVI.h'
--- src/cas/generic/casPVI.h	2009-08-05 23:56:26 +0000
+++ src/cas/generic/casPVI.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/chanIntfForPV.cc'
--- src/cas/generic/chanIntfForPV.cc	2009-07-09 15:27:43 +0000
+++ src/cas/generic/chanIntfForPV.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/chanIntfForPV.h'
--- src/cas/generic/chanIntfForPV.h	2008-07-28 16:19:50 +0000
+++ src/cas/generic/chanIntfForPV.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/channelDestroyEvent.cpp'
--- src/cas/generic/channelDestroyEvent.cpp	2003-03-19 18:00:33 +0000
+++ src/cas/generic/channelDestroyEvent.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/channelDestroyEvent.h'
--- src/cas/generic/channelDestroyEvent.h	2003-03-13 00:16:39 +0000
+++ src/cas/generic/channelDestroyEvent.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/clientBufMemoryManager.cpp'
--- src/cas/generic/clientBufMemoryManager.cpp	2003-02-12 19:06:15 +0000
+++ src/cas/generic/clientBufMemoryManager.cpp	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/inBuf.cc'
--- src/cas/generic/inBuf.cc	2009-07-30 23:45:14 +0000
+++ src/cas/generic/inBuf.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/ioBlocked.h'
--- src/cas/generic/ioBlocked.h	2009-07-14 22:51:06 +0000
+++ src/cas/generic/ioBlocked.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/mt/ioBlocked.cc'
--- src/cas/generic/mt/ioBlocked.cc	2003-02-12 19:06:15 +0000
+++ src/cas/generic/mt/ioBlocked.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 // Author: Jeff Hill
 // This file implements a IO blocked list NOOP for multi-threaded systems
 //

=== modified file 'src/cas/generic/outBuf.cc'
--- src/cas/generic/outBuf.cc	2009-07-25 01:24:50 +0000
+++ src/cas/generic/outBuf.cc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/cas/generic/pvAttachReturn.cc'
--- src/cas/generic/pvAttachReturn.cc	2002-08-21 16:33:50 +0000
+++ src/cas/generic/pvAttachReturn.cc	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 \*************************************************************************/
 
 //
-//	$Id$
+//	$Revision-Id$
 //
 //      Author: Jeffrey O. Hill
 //              [email protected]

=== modified file 'src/cas/generic/pvExistReturn.cc'
--- src/cas/generic/pvExistReturn.cc	2004-08-04 20:08:56 +0000
+++ src/cas/generic/pvExistReturn.cc	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 \*************************************************************************/
 
 //
-//	$Id$
+//	$Revision-Id$
 //
 //      Author: Jeffrey O. Hill
 //              [email protected]

=== modified file 'src/cas/generic/st/casDGEvWakeup.h'
--- src/cas/generic/st/casDGEvWakeup.h	2003-02-12 19:11:43 +0000
+++ src/cas/generic/st/casDGEvWakeup.h	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 
 #ifndef casDGEvWakeuph 

=== modified file 'src/cas/generic/st/casDGIOWakeup.h'
--- src/cas/generic/st/casDGIOWakeup.h	2003-02-12 19:11:43 +0000
+++ src/cas/generic/st/casDGIOWakeup.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 
 #ifndef casDGIOWakeuph 

=== modified file 'src/cas/generic/st/casDGIntfOS.cc'
--- src/cas/generic/st/casDGIntfOS.cc	2009-08-13 23:51:40 +0000
+++ src/cas/generic/st/casDGIntfOS.cc	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 
 //
 // casDGIntfOS.cc
-// $Id$
+// $Revision-Id$
 //
 
 #include "fdManager.h"

=== modified file 'src/cas/generic/st/casDGIntfOS.h'
--- src/cas/generic/st/casDGIntfOS.h	2009-07-30 23:54:18 +0000
+++ src/cas/generic/st/casDGIntfOS.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 
 #ifndef casDGIntfOSh

=== modified file 'src/cas/generic/st/casIntfOS.cc'
--- src/cas/generic/st/casIntfOS.cc	2003-03-10 22:26:33 +0000
+++ src/cas/generic/st/casIntfOS.cc	2010-10-06 18:12:40 +0000
@@ -11,7 +11,7 @@
 /*
  *
  * casIntfOS.cc
- * $Id$
+ * $Revision-Id$
  *
  *
  */

=== modified file 'src/cas/generic/st/casIntfOS.h'
--- src/cas/generic/st/casIntfOS.h	2005-08-31 21:09:27 +0000
+++ src/cas/generic/st/casIntfOS.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 // casOSD.h - Channel Access Server OS dependent wrapper
 // 

=== modified file 'src/cas/generic/st/casOSD.h'
--- src/cas/generic/st/casOSD.h	2003-02-12 19:06:15 +0000
+++ src/cas/generic/st/casOSD.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 // casOSD.h - Channel Access Server OS dependent wrapper
 // 

=== modified file 'src/cas/generic/st/casStreamOS.cc'
--- src/cas/generic/st/casStreamOS.cc	2009-08-13 23:55:03 +0000
+++ src/cas/generic/st/casStreamOS.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 //
 // casStreamOS.cc
-// $Id$
+// $Revision-Id$
 //
 // TO DO:
 // o armRecv() and armSend() should return bad status when

=== modified file 'src/cas/generic/st/casStreamOS.h'
--- src/cas/generic/st/casStreamOS.h	2009-07-31 00:00:42 +0000
+++ src/cas/generic/st/casStreamOS.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 
 #ifndef casStreamOSh

=== modified file 'src/cas/generic/st/ioBlocked.cc'
--- src/cas/generic/st/ioBlocked.cc	2009-07-14 22:51:06 +0000
+++ src/cas/generic/st/ioBlocked.cc	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 //
-// $Id$
+// $Revision-Id$
 // Author Jeff Hill
 //
 // IO Blocked list class

=== modified file 'src/cas/io/bsdSocket/caServerIO.cc'
--- src/cas/io/bsdSocket/caServerIO.cc	2009-07-09 15:27:43 +0000
+++ src/cas/io/bsdSocket/caServerIO.cc	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 // verify connection state prior to doing anything in this file
 //

=== modified file 'src/cas/io/bsdSocket/caServerIO.h'
--- src/cas/io/bsdSocket/caServerIO.h	2003-02-12 19:11:43 +0000
+++ src/cas/io/bsdSocket/caServerIO.h	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 
 #ifndef caServerIOh

=== modified file 'src/cas/io/bsdSocket/casDGIntfIO.h'
--- src/cas/io/bsdSocket/casDGIntfIO.h	2009-07-30 23:50:45 +0000
+++ src/cas/io/bsdSocket/casDGIntfIO.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 
 #ifndef casDGIntfIOh

=== modified file 'src/cas/io/bsdSocket/casIOD.h'
--- src/cas/io/bsdSocket/casIOD.h	2003-09-17 19:25:31 +0000
+++ src/cas/io/bsdSocket/casIOD.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 
 #ifndef includeCASIODH

=== modified file 'src/cas/io/bsdSocket/casIntfIO.h'
--- src/cas/io/bsdSocket/casIntfIO.h	2009-07-25 01:04:14 +0000
+++ src/cas/io/bsdSocket/casIntfIO.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 
 #ifndef casIntfIOh

=== modified file 'src/cas/io/bsdSocket/casStreamIO.h'
--- src/cas/io/bsdSocket/casStreamIO.h	2010-08-10 21:05:46 +0000
+++ src/cas/io/bsdSocket/casStreamIO.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 
 //
-// $Id$
+// $Revision-Id$
 //
 
 #ifndef casStreamIOh

=== modified file 'src/cas/io/bsdSocket/ipIgnoreEntry.h'
--- src/cas/io/bsdSocket/ipIgnoreEntry.h	2003-02-12 19:11:43 +0000
+++ src/cas/io/bsdSocket/ipIgnoreEntry.h	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 
 #ifndef ipIgnoreEntryh

=== modified file 'src/db/callback.h'
--- src/db/callback.h	2008-05-15 17:41:02 +0000
+++ src/db/callback.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* includes for general purpose callback tasks		*/
 /*

=== modified file 'src/db/cvtBpt.c'
--- src/db/cvtBpt.c	2006-10-26 16:05:23 +0000
+++ src/db/cvtBpt.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
   
 /* cvtBpt.c - Convert using breakpoint table
  *

=== modified file 'src/db/dbAccess.c'
--- src/db/dbAccess.c	2009-11-18 16:55:04 +0000
+++ src/db/dbAccess.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* dbAccess.c */
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer

=== modified file 'src/db/dbAccessDefs.h'
--- src/db/dbAccessDefs.h	2010-07-19 14:49:01 +0000
+++ src/db/dbAccessDefs.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* dbAccessDefs.h	*/
-/* $Id$ */
+/* $Revision-Id$ */
 
 #ifndef INCdbAccessDefsh
 #define INCdbAccessDefsh

=== modified file 'src/db/dbBkpt.c'
--- src/db/dbBkpt.c	2009-08-28 18:34:38 +0000
+++ src/db/dbBkpt.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* dbBkpt.c */
-/* base/src/db $Id$ */
+/* base/src/db $Revision-Id$ */
 /*
  *      Author:          Matthew Needes
  *      Date:            8-30-93

=== modified file 'src/db/dbBkpt.h'
--- src/db/dbBkpt.h	2006-12-19 16:20:47 +0000
+++ src/db/dbBkpt.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* dbBkpt.h			*/
-/* base/include $Id$ */
+/* base/include $Revision-Id$ */
 /*
  *      Author:          Matthew Needes
  *      Date:            8-30-93

=== modified file 'src/db/dbCAC.h'
--- src/db/dbCAC.h	2008-07-28 22:23:35 +0000
+++ src/db/dbCAC.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *  $Id$
+ *  $Revision-Id$
  *
  *
  *                    L O S  A L A M O S

=== modified file 'src/db/dbCa.c'
--- src/db/dbCa.c	2009-12-22 23:43:52 +0000
+++ src/db/dbCa.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *    Original Authors: Bob Dalesio and Marty Kraimer
  *    Date:             26MAR96

=== modified file 'src/db/dbChannelIO.cpp'
--- src/db/dbChannelIO.cpp	2009-07-09 15:27:43 +0000
+++ src/db/dbChannelIO.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/db/dbChannelIO.h'
--- src/db/dbChannelIO.h	2007-01-11 22:07:47 +0000
+++ src/db/dbChannelIO.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- *  $Id$
+ *  $Revision-Id$
  *
  *
  *                    L O S  A L A M O S

=== modified file 'src/db/dbContext.cpp'
--- src/db/dbContext.cpp	2009-07-09 15:27:43 +0000
+++ src/db/dbContext.cpp	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/db/dbContextReadNotifyCache.cpp'
--- src/db/dbContextReadNotifyCache.cpp	2009-07-07 23:54:41 +0000
+++ src/db/dbContextReadNotifyCache.cpp	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  * Auther Jeff Hill
  */
 

=== modified file 'src/db/dbEvent.c'
--- src/db/dbEvent.c	2009-07-09 16:37:24 +0000
+++ src/db/dbEvent.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* dbEvent.c */
-/* $Id$ */
+/* $Revision-Id$ */
 /* routines for scheduling events to lower priority tasks via the RT kernel */
 /*
  *  Author:     Jeffrey O. Hill 

=== modified file 'src/db/dbEvent.h'
--- src/db/dbEvent.h	2006-11-28 18:54:03 +0000
+++ src/db/dbEvent.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* 
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author: Jeff Hill 
  *      Date: 	030393 

=== modified file 'src/db/dbFastLinkConv.c'
--- src/db/dbFastLinkConv.c	2009-04-23 18:49:40 +0000
+++ src/db/dbFastLinkConv.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* dbFastLinkConv.c */
-/* base/src/db  $Id$ */
+/* base/src/db  $Revision-Id$ */
 /*
  *      Author:            Matthew Needes
  *      Date:              12-9-93

=== modified file 'src/db/dbNotify.c'
--- src/db/dbNotify.c	2010-03-17 01:09:51 +0000
+++ src/db/dbNotify.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* dbNotify.c */
-/* base/src/db $Id$ */
+/* base/src/db $Revision-Id$ */
 /*
  *      Author: 	Marty Kraimer
  *      Date:           03-30-95

=== modified file 'src/db/dbPutNotifyBlocker.cpp'
--- src/db/dbPutNotifyBlocker.cpp	2009-07-09 15:27:43 +0000
+++ src/db/dbPutNotifyBlocker.cpp	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/db/dbPutNotifyBlocker.h'
--- src/db/dbPutNotifyBlocker.h	2004-01-09 00:42:15 +0000
+++ src/db/dbPutNotifyBlocker.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/db/dbScan.h'
--- src/db/dbScan.h	2009-04-02 14:11:27 +0000
+++ src/db/dbScan.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  *      Author:         Marty Kraimer
  *      Date:           07-17-91

=== modified file 'src/db/dbSubscriptionIO.cpp'
--- src/db/dbSubscriptionIO.cpp	2009-07-09 15:27:43 +0000
+++ src/db/dbSubscriptionIO.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/db/dbTest.c'
--- src/db/dbTest.c	2010-05-25 14:57:49 +0000
+++ src/db/dbTest.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 /*	database access test subroutines */
 
 #include <stddef.h>

=== modified file 'src/db/db_access.c'
--- src/db/db_access.c	2010-08-11 21:38:49 +0000
+++ src/db/db_access.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Interface between old database access and new
  *

=== modified file 'src/db/db_field_log.h'
--- src/db/db_field_log.h	2002-07-12 21:35:43 +0000
+++ src/db/db_field_log.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  * 	Author: 	Jeffrey O. Hill 
  *      Date:            4-1-89
  */

=== modified file 'src/db/initHooks.c'
--- src/db/initHooks.c	2009-07-09 18:37:26 +0000
+++ src/db/initHooks.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Authors:        Benjamin Franksen (BESY) and Marty Kraimer
  *      Date:           06-01-91

=== modified file 'src/db/initHooks.h'
--- src/db/initHooks.h	2009-04-16 18:38:20 +0000
+++ src/db/initHooks.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Authors:        Benjamin Franksen (BESY) and Marty Kraimer
  *      Date:           06-01-91

=== modified file 'src/db/recGbl.c'
--- src/db/recGbl.c	2009-02-24 22:30:26 +0000
+++ src/db/recGbl.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* recGbl.c */
-/* $Id$ */
+/* $Revision-Id$ */
 
 /*
  *      Author:          Marty Kraimer

=== modified file 'src/db/templateInstances.cpp'
--- src/db/templateInstances.cpp	2004-01-09 01:30:28 +0000
+++ src/db/templateInstances.cpp	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/db/test/callbackTest.c'
--- src/db/test/callbackTest.c	2008-10-09 15:01:53 +0000
+++ src/db/test/callbackTest.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Author:  Marty Kraimer Date:    26JAN2000 */
 

=== modified file 'src/dbStatic/alarm.h'
--- src/dbStatic/alarm.h	2009-03-03 17:15:10 +0000
+++ src/dbStatic/alarm.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* Alarm definitions, must match menuAlarmSevr.dbd and menuAlarmStat.dbd */
-/* $Id$ */
+/* $Revision-Id$ */
 
 /*
  *      Authors: Bob Dalesio and Marty Kraimer

=== modified file 'src/dbStatic/alarmString.h'
--- src/dbStatic/alarmString.h	2009-03-03 17:15:10 +0000
+++ src/dbStatic/alarmString.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* String names for alarms */
 

=== modified file 'src/dbStatic/dbBase.h'
--- src/dbStatic/dbBase.h	2009-07-09 15:27:43 +0000
+++ src/dbStatic/dbBase.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  *      Current Author:         Marty Kraimer
  *      Date:                   03-19-92

=== modified file 'src/dbStatic/dbFldTypes.h'
--- src/dbStatic/dbFldTypes.h	2005-12-12 21:25:17 +0000
+++ src/dbStatic/dbFldTypes.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  *      Author:          Marty Kraimer
  *      Date:            6-1-90

=== modified file 'src/dbStatic/dbLexRoutines.c'
--- src/dbStatic/dbLexRoutines.c	2010-05-04 20:43:20 +0000
+++ src/dbStatic/dbLexRoutines.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Author:  Marty Kraimer Date:    13JUL95*/
 

=== modified file 'src/dbStatic/dbStaticLib.c'
--- src/dbStatic/dbStaticLib.c	2010-06-22 22:35:48 +0000
+++ src/dbStatic/dbStaticLib.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 #include <stdio.h>
 #include <errno.h>

=== modified file 'src/dbStatic/dbStaticLib.h'
--- src/dbStatic/dbStaticLib.h	2009-04-23 21:56:22 +0000
+++ src/dbStatic/dbStaticLib.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  *      Author: Marty Kraimer
  *      Date:   06-08-93

=== modified file 'src/dbStatic/devSup.h'
--- src/dbStatic/devSup.h	2009-07-09 15:27:43 +0000
+++ src/dbStatic/devSup.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devSup.h	Device Support		*/
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Author:          Marty Kraimer
  *      Date:            6-1-90

=== modified file 'src/dbStatic/drvSup.h'
--- src/dbStatic/drvSup.h	2009-07-09 15:27:43 +0000
+++ src/dbStatic/drvSup.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* drvSup.h	Driver Support	*/
-/* share/epicsH $Id$ */
+/* share/epicsH $Revision-Id$ */
 
 /*
  *      Author:          Marty Kraimer

=== modified file 'src/dbStatic/guigroup.h'
--- src/dbStatic/guigroup.h	2002-07-12 21:35:43 +0000
+++ src/dbStatic/guigroup.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
 	these are used in the pmt (prompt) field of the record support
 	ascii files.  They represent field groupings for dct tools
 */

=== modified file 'src/dbStatic/link.h'
--- src/dbStatic/link.h	2010-06-22 22:35:48 +0000
+++ src/dbStatic/link.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* link.h */
-/* base/include $Id$ */
+/* base/include $Revision-Id$ */
 
 /*
  *      Original Author: Bob Dalesio

=== modified file 'src/dbStatic/special.h'
--- src/dbStatic/special.h	2002-07-12 21:35:43 +0000
+++ src/dbStatic/special.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* special.h */
-/* share/epicsH $Id$ */
+/* share/epicsH $Revision-Id$ */
 
 /*
  *      Author:          Marty Kraimer

=== modified file 'src/dev/softDev/devAaiSoft.c'
--- src/dev/softDev/devAaiSoft.c	2010-05-27 13:23:07 +0000
+++ src/dev/softDev/devAaiSoft.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  * devAaiSoft.c - Device Support Routines for soft Waveform Records
  *
  *      Original Author: Bob Dalesio

=== modified file 'src/dev/softDev/devAaoSoft.c'
--- src/dev/softDev/devAaoSoft.c	2010-05-27 14:44:03 +0000
+++ src/dev/softDev/devAaoSoft.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  * devAaoSoft.c - Device Support Routines for soft Waveform Records
  * 
  *      Original Author: Bob Dalesio

=== modified file 'src/dev/softDev/devAiSoft.c'
--- src/dev/softDev/devAiSoft.c	2009-04-09 15:03:09 +0000
+++ src/dev/softDev/devAiSoft.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Original Authors: Bob Dalesio and Marty Kraimer
  *      Date: 3/6/91

=== modified file 'src/dev/softDev/devAiSoftRaw.c'
--- src/dev/softDev/devAiSoftRaw.c	2008-08-06 22:11:51 +0000
+++ src/dev/softDev/devAiSoftRaw.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Original Authors: Bob Dalesio and Marty Kraimer
  *      Date: 6-1-90

=== modified file 'src/dev/softDev/devAoSoft.c'
--- src/dev/softDev/devAoSoft.c	2009-04-03 17:46:26 +0000
+++ src/dev/softDev/devAoSoft.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devAoSoft.c */
-/* base/src/dev $Id$ */
+/* base/src/dev $Revision-Id$ */
 
 /* Device Support Routines for soft Analog Output Records*/
 /*

=== modified file 'src/dev/softDev/devAoSoftRaw.c'
--- src/dev/softDev/devAoSoftRaw.c	2009-04-03 15:45:03 +0000
+++ src/dev/softDev/devAoSoftRaw.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devAoSoftRaw.c */
-/* base/src/dev $Id$ */
+/* base/src/dev $Revision-Id$ */
 
 /* Device Support Routines for soft raw Analog Output Records*/
 /*

=== modified file 'src/dev/softDev/devBiSoft.c'
--- src/dev/softDev/devBiSoft.c	2008-08-06 22:11:51 +0000
+++ src/dev/softDev/devBiSoft.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Original Authors: Bob Dalesio and Marty Kraimer
  *      Date: 6-1-90

=== modified file 'src/dev/softDev/devBiSoftRaw.c'
--- src/dev/softDev/devBiSoftRaw.c	2008-08-06 22:11:51 +0000
+++ src/dev/softDev/devBiSoftRaw.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Original Authors: Bob Dalesio and Marty Kraimer
  *      Date: 6-1-90

=== modified file 'src/dev/softDev/devBoSoft.c'
--- src/dev/softDev/devBoSoft.c	2009-04-03 17:46:26 +0000
+++ src/dev/softDev/devBoSoft.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devBoSoft.c */
-/* base/src/dev $Id$ */
+/* base/src/dev $Revision-Id$ */
 
 /* devBoSoft.c - Device Support Routines for  Soft Binary Output*/
 /*

=== modified file 'src/dev/softDev/devBoSoftRaw.c'
--- src/dev/softDev/devBoSoftRaw.c	2009-04-03 17:46:26 +0000
+++ src/dev/softDev/devBoSoftRaw.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devBoSoftRaw.c */
-/* base/src/dev $Id$ */
+/* base/src/dev $Revision-Id$ */
 
 /* devBoSoftRaw.c - Device Support Routines for  SoftRaw Binary Output*/
 /*

=== modified file 'src/dev/softDev/devEventSoft.c'
--- src/dev/softDev/devEventSoft.c	2008-08-06 22:11:51 +0000
+++ src/dev/softDev/devEventSoft.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Author: Janet Anderson
  *      Date: 04-21-91

=== modified file 'src/dev/softDev/devGeneralTime.c'
--- src/dev/softDev/devGeneralTime.c	2009-01-28 20:01:41 +0000
+++ src/dev/softDev/devGeneralTime.c	2010-10-06 18:12:40 +0000
@@ -3,7 +3,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *   Original Author:	Sheng Peng, ORNL / SNS Project
  *   Date:		07/2004

=== modified file 'src/dev/softDev/devHistogramSoft.c'
--- src/dev/softDev/devHistogramSoft.c	2009-04-03 17:46:26 +0000
+++ src/dev/softDev/devHistogramSoft.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devHistogramSoft.c */
-/* base/src/dev $Id$ */
+/* base/src/dev $Revision-Id$ */
 /*
  *      Author:		Janet Anderson
  *      Date:		07/02/91

=== modified file 'src/dev/softDev/devLiSoft.c'
--- src/dev/softDev/devLiSoft.c	2008-08-06 22:11:51 +0000
+++ src/dev/softDev/devLiSoft.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Author: Janet Anderson
  *      Date: 09-23-91

=== modified file 'src/dev/softDev/devLoSoft.c'
--- src/dev/softDev/devLoSoft.c	2009-04-03 17:46:26 +0000
+++ src/dev/softDev/devLoSoft.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devLoSoft.c */
-/* base/src/dev $Id$ */
+/* base/src/dev $Revision-Id$ */
 /*
  *      Author:		Janet Anderson
  *      Date:   	09-23-91

=== modified file 'src/dev/softDev/devMbbiDirectSoft.c'
--- src/dev/softDev/devMbbiDirectSoft.c	2008-08-06 22:11:51 +0000
+++ src/dev/softDev/devMbbiDirectSoft.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Original Authors: Bob Dalesio and Matthew Needes
  *      Date: 10-08-93

=== modified file 'src/dev/softDev/devMbbiDirectSoftRaw.c'
--- src/dev/softDev/devMbbiDirectSoftRaw.c	2008-08-06 22:11:51 +0000
+++ src/dev/softDev/devMbbiDirectSoftRaw.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Original Authors: Bob Dalesio and Matthew Needes
  *      Date: 10-08-93

=== modified file 'src/dev/softDev/devMbbiSoft.c'
--- src/dev/softDev/devMbbiSoft.c	2008-08-06 22:11:51 +0000
+++ src/dev/softDev/devMbbiSoft.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Original Authors: Bob Dalesio and Marty Kraimer
  *      Date: 6-1-90

=== modified file 'src/dev/softDev/devMbbiSoftRaw.c'
--- src/dev/softDev/devMbbiSoftRaw.c	2008-08-06 22:11:51 +0000
+++ src/dev/softDev/devMbbiSoftRaw.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Original Authors: Bob Dalesio and Marty Kraimer
  *      Date: 6-1-90

=== modified file 'src/dev/softDev/devMbboDirectSoft.c'
--- src/dev/softDev/devMbboDirectSoft.c	2009-04-03 17:46:26 +0000
+++ src/dev/softDev/devMbboDirectSoft.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devMbboDirectSoft.c */
-/* base/src/dev $Id$ */
+/* base/src/dev $Revision-Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Matthew Needes

=== modified file 'src/dev/softDev/devMbboDirectSoftRaw.c'
--- src/dev/softDev/devMbboDirectSoftRaw.c	2009-04-03 17:46:26 +0000
+++ src/dev/softDev/devMbboDirectSoftRaw.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devMbboDirectSoftRaw.c */
-/* base/src/dev $Id$ */
+/* base/src/dev $Revision-Id$ */
 /*
  *      Author:		Janet Anderson
  *      Current Author: Matthew Needes

=== modified file 'src/dev/softDev/devMbboSoft.c'
--- src/dev/softDev/devMbboSoft.c	2009-04-03 17:46:26 +0000
+++ src/dev/softDev/devMbboSoft.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devMbboSoft.c */
-/* base/src/dev $Id$ */
+/* base/src/dev $Revision-Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Current Author:  Marty Kraimer

=== modified file 'src/dev/softDev/devMbboSoftRaw.c'
--- src/dev/softDev/devMbboSoftRaw.c	2009-04-03 17:46:26 +0000
+++ src/dev/softDev/devMbboSoftRaw.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devMbboSoftRaw.c */
-/* base/src/dev $Id$ */
+/* base/src/dev $Revision-Id$ */
 /*
  *      Author:		Janet Anderson
  *      Date:		3-28-92

=== modified file 'src/dev/softDev/devSASoft.c'
--- src/dev/softDev/devSASoft.c	2008-08-06 22:11:51 +0000
+++ src/dev/softDev/devSASoft.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Author: Carl Lionberger
  *      Date: 9-2-93

=== modified file 'src/dev/softDev/devSiSoft.c'
--- src/dev/softDev/devSiSoft.c	2009-04-03 17:46:26 +0000
+++ src/dev/softDev/devSiSoft.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Author: Janet Anderson
  *      Date: 04-21-91

=== modified file 'src/dev/softDev/devSoSoft.c'
--- src/dev/softDev/devSoSoft.c	2009-04-03 17:46:26 +0000
+++ src/dev/softDev/devSoSoft.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Author: Janet Anderson
  *      Date:   21APR1991

=== modified file 'src/dev/softDev/devSoSoftCallback.c'
--- src/dev/softDev/devSoSoftCallback.c	2009-04-29 18:24:25 +0000
+++ src/dev/softDev/devSoSoftCallback.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Author: Marty Kraimer
  *      Date:   04NOV2003

=== modified file 'src/dev/softDev/devSoStdio.c'
--- src/dev/softDev/devSoStdio.c	2008-09-29 17:54:35 +0000
+++ src/dev/softDev/devSoStdio.c	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 #include <stdio.h>
 #include <string.h>

=== modified file 'src/dev/softDev/devTimestamp.c'
--- src/dev/softDev/devTimestamp.c	2008-06-06 14:29:37 +0000
+++ src/dev/softDev/devTimestamp.c	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 * in the file LICENSE that is included with this distribution.
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  * Device support for EPICS time stamps
  *

=== modified file 'src/dev/softDev/devWfSoft.c'
--- src/dev/softDev/devWfSoft.c	2008-08-06 22:11:51 +0000
+++ src/dev/softDev/devWfSoft.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  *
  *      Original Authors: Bob Dalesio and Marty Kraimer
  *      Date: 6-1-90

=== modified file 'src/dev/testDev/devHistogramTestAsyn.c'
--- src/dev/testDev/devHistogramTestAsyn.c	2009-04-27 18:31:50 +0000
+++ src/dev/testDev/devHistogramTestAsyn.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devHistogramTestAsyn.c */
-/* base/src/dev $Id$ */
+/* base/src/dev $Revision-Id$ */
 /*
  *      Author:		Janet Anderson
  *      Date:		07/02/91

=== modified file 'src/dev/testDev/devTestAsyn.c'
--- src/dev/testDev/devTestAsyn.c	2009-04-23 22:19:46 +0000
+++ src/dev/testDev/devTestAsyn.c	2010-10-06 18:12:40 +0000
@@ -4,7 +4,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Device Support for testing asynchronous processing
  *

=== modified file 'src/dev/testDev/devTestAsyn.dbd'
--- src/dev/testDev/devTestAsyn.dbd	2010-07-09 16:51:11 +0000
+++ src/dev/testDev/devTestAsyn.dbd	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 device(ai,CONSTANT,devTestAsyn,"Test Asyn")
 device(aai,CONSTANT,devTestAsyn,"Test Asyn")

=== modified file 'src/gdd/README'
--- src/gdd/README	2002-07-15 20:34:24 +0000
+++ src/gdd/README	2010-10-06 18:12:40 +0000
@@ -2,7 +2,7 @@
 # Author: Jim Kowalkowski
 # Date: 2/96
 #
-# $Id$
+# $Revision-Id$
 #
 
 Some Notes:

=== modified file 'src/gdd/aitConvert.cc'
--- src/gdd/aitConvert.cc	2010-03-17 01:09:53 +0000
+++ src/gdd/aitConvert.cc	2010-10-06 18:12:40 +0000
@@ -11,7 +11,7 @@
 // Author: Jim Kowalkowski
 // Date: 2/96
 // 
-// $Id$
+// $Revision-Id$
 //
 
 #define AIT_CONVERT_SOURCE 1

=== modified file 'src/gdd/aitConvert.h'
--- src/gdd/aitConvert.h	2004-08-12 16:50:26 +0000
+++ src/gdd/aitConvert.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author: Jim Kowalkowski
  * Date: 2/96
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/aitGen.c'
--- src/gdd/aitGen.c	2009-04-03 17:46:26 +0000
+++ src/gdd/aitGen.c	2010-10-06 18:12:40 +0000
@@ -11,7 +11,7 @@
  * Author: Jim Kowalkowski
  * Date: 2/96
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/aitHelpers.cc'
--- src/gdd/aitHelpers.cc	2006-06-29 15:28:36 +0000
+++ src/gdd/aitHelpers.cc	2010-10-06 18:12:40 +0000
@@ -11,7 +11,7 @@
 // Author: Jim Kowalkowski
 // Date: 6/20/96
 //
-// $Id$
+// $Revision-Id$
 //
 
 #include <stdio.h>

=== modified file 'src/gdd/aitHelpers.h'
--- src/gdd/aitHelpers.h	2006-06-29 15:28:36 +0000
+++ src/gdd/aitHelpers.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Authors: Jeff Hill and Jim Kowalkowski
  * Date: 6/20/96
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/aitTypes.c'
--- src/gdd/aitTypes.c	2002-07-15 20:34:24 +0000
+++ src/gdd/aitTypes.c	2010-10-06 18:12:40 +0000
@@ -11,7 +11,7 @@
  * Author: Jim Kowalkowski
  * Date: 2/96
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/aitTypes.h'
--- src/gdd/aitTypes.h	2008-12-10 21:51:19 +0000
+++ src/gdd/aitTypes.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author: Jim Kowalkowski
  * Date: 2/96
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/dbMapper.cc'
--- src/gdd/dbMapper.cc	2009-07-09 17:06:45 +0000
+++ src/gdd/dbMapper.cc	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 // Author: Jim Kowalkowski
 // Date: 2/96
 // 
-// $Id$
+// $Revision-Id$
 // 
 
 #define DB_MAPPER_SOURCE 1

=== modified file 'src/gdd/dbMapper.h'
--- src/gdd/dbMapper.h	2002-07-15 20:34:24 +0000
+++ src/gdd/dbMapper.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author: Jim Kowalkowski
  * Date: 2/96
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/gdd.cc'
--- src/gdd/gdd.cc	2009-03-20 06:19:47 +0000
+++ src/gdd/gdd.cc	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 // Author: Jim Kowalkowski
 // Date: 2/96
 // 
-// $Id$
+// $Revision-Id$
 // 
 
 #include <stdio.h>

=== modified file 'src/gdd/gdd.h'
--- src/gdd/gdd.h	2004-02-07 01:34:59 +0000
+++ src/gdd/gdd.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author: Jim Kowalkowski
  * Date: 2/96
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/gddAppDefs.cc'
--- src/gdd/gddAppDefs.cc	2002-07-15 20:34:24 +0000
+++ src/gdd/gddAppDefs.cc	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 // Author: Jim Kowalkowski
 // Date: 2/96
 // 
-// $Id$
+// $Revision-Id$
 // 
 
 #define epicsExportSharedSymbols

=== modified file 'src/gdd/gddAppFuncTable.h'
--- src/gdd/gddAppFuncTable.h	2009-07-09 15:27:43 +0000
+++ src/gdd/gddAppFuncTable.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/gdd/gddAppTable.cc'
--- src/gdd/gddAppTable.cc	2003-02-12 18:54:48 +0000
+++ src/gdd/gddAppTable.cc	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 // Author: Jim Kowalkowski
 // Date: 2/96
 // 
-// $Id$
+// $Revision-Id$
 // 
 
 #define epicsExportSharedSymbols

=== modified file 'src/gdd/gddAppTable.h'
--- src/gdd/gddAppTable.h	2003-02-12 18:54:48 +0000
+++ src/gdd/gddAppTable.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author: Jim Kowalkowski
  * Date: 2/96
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/gddArray.cc'
--- src/gdd/gddArray.cc	2002-07-15 20:42:22 +0000
+++ src/gdd/gddArray.cc	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
 // Author:	Jim Kowalkowski
 // Date:	3/97
 //
-// $Id$
+// $Revision-Id$
 
 #define epicsExportSharedSymbols
 #include "gdd.h"

=== modified file 'src/gdd/gddArray.h'
--- src/gdd/gddArray.h	2002-07-15 20:34:24 +0000
+++ src/gdd/gddArray.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author:	Jim Kowalkowski
  * Date:	3/97
  *
- * $Id$
+ * $Revision-Id$
  *
  * ***********************************************************************
  * Adds ability to put array data into a DD, get it out, and adjust it

=== modified file 'src/gdd/gddContainer.cc'
--- src/gdd/gddContainer.cc	2002-07-15 20:34:24 +0000
+++ src/gdd/gddContainer.cc	2010-10-06 18:12:40 +0000
@@ -15,7 +15,7 @@
 // Author:	Jim Kowalkowski
 // Date:	3/97
 //
-// $Id$
+// $Revision-Id$
 //
 #define epicsExportSharedSymbols
 #include "gdd.h"

=== modified file 'src/gdd/gddContainer.h'
--- src/gdd/gddContainer.h	2002-07-15 20:34:24 +0000
+++ src/gdd/gddContainer.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author:	Jim Kowalkowski
  * Date:	3/97
  *
- * $Id$
+ * $Revision-Id$
  */
 
 #include "shareLib.h"

=== modified file 'src/gdd/gddContainerI.h'
--- src/gdd/gddContainerI.h	2002-07-15 20:34:24 +0000
+++ src/gdd/gddContainerI.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author:	Jim Kowalkowski
  * Date:	3/97
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/gddErrorCodes.cc'
--- src/gdd/gddErrorCodes.cc	2002-07-15 20:34:24 +0000
+++ src/gdd/gddErrorCodes.cc	2010-10-06 18:12:40 +0000
@@ -11,7 +11,7 @@
 // Author:	Jim Kowalkowski
 // Date:	3/97
 //
-// $Id$
+// $Revision-Id$
 //
 
 // -------------------------- Error messages -------------------------

=== modified file 'src/gdd/gddErrorCodes.h'
--- src/gdd/gddErrorCodes.h	2002-07-15 20:34:24 +0000
+++ src/gdd/gddErrorCodes.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author: Jim Kowalkowski
  * Date: 2/96
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/gddI.h'
--- src/gdd/gddI.h	2008-12-10 21:51:19 +0000
+++ src/gdd/gddI.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author: Jim Kowalkowski
  * Date: 3/97
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/gddNewDel.cc'
--- src/gdd/gddNewDel.cc	2004-01-28 00:04:03 +0000
+++ src/gdd/gddNewDel.cc	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 // Author: Jim Kowalkowski
 // Date: 2/96
 // 
-// $Id$
+// $Revision-Id$
 // 
 
 #define epicsExportSharedSymbols

=== modified file 'src/gdd/gddNewDel.h'
--- src/gdd/gddNewDel.h	2009-07-01 22:28:41 +0000
+++ src/gdd/gddNewDel.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author: Jim Kowalkowski
  * Date: 2/96
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/gddTest.cc'
--- src/gdd/gddTest.cc	2002-07-15 20:34:24 +0000
+++ src/gdd/gddTest.cc	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 // Author: Jim Kowalkowski
 // Date: 2/96
 // 
-// $Id$
+// $Revision-Id$
 // 
 
 #include <stdio.h>

=== modified file 'src/gdd/gddUtils.cc'
--- src/gdd/gddUtils.cc	2002-07-15 20:34:24 +0000
+++ src/gdd/gddUtils.cc	2010-10-06 18:12:40 +0000
@@ -11,7 +11,7 @@
 // Author:	Jim Kowalkowski
 // Date:	3/97
 //
-// $Id$
+// $Revision-Id$
 //
 
 #include <stdio.h>

=== modified file 'src/gdd/gddUtils.h'
--- src/gdd/gddUtils.h	2008-12-10 21:51:19 +0000
+++ src/gdd/gddUtils.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author: Jim Kowalkowski
  * Date: 2/96
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/gddUtilsI.h'
--- src/gdd/gddUtilsI.h	2002-07-15 20:34:24 +0000
+++ src/gdd/gddUtilsI.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  * Author:	Jim Kowalkowski
  * Date:	3/97
  *
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/gdd/genApps.cc'
--- src/gdd/genApps.cc	2002-07-15 20:34:24 +0000
+++ src/gdd/genApps.cc	2010-10-06 18:12:40 +0000
@@ -10,9 +10,8 @@
 // Author: Jim Kowalkowski
 // Date: 2/96
 // 
-// $Id$
+// $Revision-Id$
 // 
-// $Log$
 
 #define epicsExportSharedSymbols
 #include "gddAppTable.h"

=== modified file 'src/libCom/bucketLib/bucketLib.h'
--- src/libCom/bucketLib/bucketLib.h	2009-07-09 17:06:45 +0000
+++ src/libCom/bucketLib/bucketLib.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *	$Id$
+ *	$Revision-Id$
  *
  *      Author: Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/libCom/calc/calcPerform.c'
--- src/libCom/calc/calcPerform.c	2009-08-25 18:19:49 +0000
+++ src/libCom/calc/calcPerform.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *	Author: Julie Sander and Bob Dalesio
  *	Date:	07-27-87

=== modified file 'src/libCom/calc/postfix.c'
--- src/libCom/calc/postfix.c	2009-04-23 18:49:40 +0000
+++ src/libCom/calc/postfix.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  * Subroutines used to convert an infix expression to a postfix expression
  *

=== modified file 'src/libCom/cppStd/epicsExcept.h'
--- src/libCom/cppStd/epicsExcept.h	2002-07-12 21:35:43 +0000
+++ src/libCom/cppStd/epicsExcept.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-// $Id$
+// $Revision-Id$
 //	Author: Andrew Johnson & Jeff Hill
 //	Date:   December 2000
 

=== modified file 'src/libCom/cvtFast/cvtFast.c'
--- src/libCom/cvtFast/cvtFast.c	2008-08-11 21:55:02 +0000
+++ src/libCom/cvtFast/cvtFast.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$*/
+/* $Revision-Id$*/
 /* Very efficient routines to convert numbers to strings
  *      Author: Bob Dalesio wrote cvtFloatToString (called FF_TO_STR)
  *			Code is same for cvtDoubleToString

=== modified file 'src/libCom/cvtFast/cvtFast.h'
--- src/libCom/cvtFast/cvtFast.h	2002-12-06 14:13:36 +0000
+++ src/libCom/cvtFast/cvtFast.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  * Very efficient routines to convert numbers to strings
  *
  *      Author: Bob Dalesio wrote cvtFloatToString (called FF_TO_STR)

=== modified file 'src/libCom/cxxTemplates/epicsGuard.h'
--- src/libCom/cxxTemplates/epicsGuard.h	2007-01-11 22:04:44 +0000
+++ src/libCom/cxxTemplates/epicsGuard.h	2010-10-06 18:12:40 +0000
@@ -16,7 +16,7 @@
 #endif
 
 /*
- *  $Id$
+ *  $Revision-Id$
  *
  *  Author: Jeffrey O. Hill
  *

=== modified file 'src/libCom/cxxTemplates/epicsOnce.cpp'
--- src/libCom/cxxTemplates/epicsOnce.cpp	2008-11-19 17:11:49 +0000
+++ src/libCom/cxxTemplates/epicsOnce.cpp	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/libCom/cxxTemplates/epicsOnce.h'
--- src/libCom/cxxTemplates/epicsOnce.h	2002-07-12 21:35:43 +0000
+++ src/libCom/cxxTemplates/epicsOnce.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/libCom/cxxTemplates/epicsSingleton.h'
--- src/libCom/cxxTemplates/epicsSingleton.h	2009-02-23 21:40:52 +0000
+++ src/libCom/cxxTemplates/epicsSingleton.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- *  $Id$
+ *  $Revision-Id$
  *
  *  Author: Jeffrey O. Hill
  *

=== modified file 'src/libCom/cxxTemplates/epicsSingletonBase.cpp'
--- src/libCom/cxxTemplates/epicsSingletonBase.cpp	2004-08-27 16:04:26 +0000
+++ src/libCom/cxxTemplates/epicsSingletonBase.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *  $Id$
+ *  $Revision-Id$
  *
  *  Author: Jeffrey O. Hill
  *

=== modified file 'src/libCom/cxxTemplates/epicsSingletonMutex.cpp'
--- src/libCom/cxxTemplates/epicsSingletonMutex.cpp	2008-11-19 17:20:15 +0000
+++ src/libCom/cxxTemplates/epicsSingletonMutex.cpp	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- *  $Id$
+ *  $Revision-Id$
  *
  *  Author: Jeff O. Hill
  *

=== modified file 'src/libCom/cxxTemplates/resourceLib.cpp'
--- src/libCom/cxxTemplates/resourceLib.cpp	2009-03-24 17:04:02 +0000
+++ src/libCom/cxxTemplates/resourceLib.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                    L O S  A L A M O S
  *              Los Alamos National Laboratory

=== modified file 'src/libCom/cxxTemplates/resourceLib.h'
--- src/libCom/cxxTemplates/resourceLib.h	2009-03-24 17:04:02 +0000
+++ src/libCom/cxxTemplates/resourceLib.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      General hash table templates for fast indexing of resources
  *      of any base resource type and any resource identifier type. Fast 

=== modified file 'src/libCom/cxxTemplates/tsDLList.h'
--- src/libCom/cxxTemplates/tsDLList.h	2004-01-09 09:38:05 +0000
+++ src/libCom/cxxTemplates/tsDLList.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      type safe doubly linked list templates
  *

=== modified file 'src/libCom/cxxTemplates/tsFreeList.h'
--- src/libCom/cxxTemplates/tsFreeList.h	2009-02-10 22:58:43 +0000
+++ src/libCom/cxxTemplates/tsFreeList.h	2010-10-06 18:12:40 +0000
@@ -11,7 +11,7 @@
 #ifndef tsFreeList_h
 #define tsFreeList_h
 
-/*  $Id$
+/*  $Revision-Id$
  *
  *                    L O S  A L A M O S
  *              Los Alamos National Laboratory

=== modified file 'src/libCom/cxxTemplates/tsSLList.h'
--- src/libCom/cxxTemplates/tsSLList.h	2004-10-08 15:03:04 +0000
+++ src/libCom/cxxTemplates/tsSLList.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      type safe singly linked list templates
  *

=== modified file 'src/libCom/ellLib/ellLib.c'
--- src/libCom/ellLib/ellLib.c	2009-08-28 18:34:38 +0000
+++ src/libCom/ellLib/ellLib.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  *      Author: John Winans (ANL)
  *      Date:   07-02-92

=== modified file 'src/libCom/ellLib/ellLib.h'
--- src/libCom/ellLib/ellLib.h	2009-08-28 18:34:38 +0000
+++ src/libCom/ellLib/ellLib.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  *      Author: John Winans (ANL)
  *      Date:   07-02-92

=== modified file 'src/libCom/env/envDefs.h'
--- src/libCom/env/envDefs.h	2010-04-06 21:59:35 +0000
+++ src/libCom/env/envDefs.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/*	$Id$
+/*	$Revision-Id$
  *	Author:	Roger A. Cole
  *	Date:	07-20-91
  *

=== modified file 'src/libCom/env/envSubr.c'
--- src/libCom/env/envSubr.c	2009-07-09 15:27:43 +0000
+++ src/libCom/env/envSubr.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/*	$Id$
+/*	$Revision-Id$
  *	Author:	Roger A. Cole
  *	Date:	07-20-91
  */

=== modified file 'src/libCom/error/errMdef.h'
--- src/libCom/error/errMdef.h	2009-07-09 20:11:02 +0000
+++ src/libCom/error/errMdef.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* Error Handling definitions */
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Author:          Marty Kraimer
  *      Date:            6-1-90

=== modified file 'src/libCom/error/errSymLib.c'
--- src/libCom/error/errSymLib.c	2009-07-09 20:11:02 +0000
+++ src/libCom/error/errSymLib.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  * errSymLib.c
  *      Author:          Marty Kraimer
  *      Date:            6-1-90

=== modified file 'src/libCom/error/error.h'
--- src/libCom/error/error.h	2002-07-12 21:35:43 +0000
+++ src/libCom/error/error.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* error.h - errMessage symbol table header */
-/* share/epicsH $Id$ */
+/* share/epicsH $Revision-Id$ */
 
 /*
  *      Author:          Marty Kraimer

=== modified file 'src/libCom/fdmgr/fdManager.cpp'
--- src/libCom/fdmgr/fdManager.cpp	2010-08-16 21:15:26 +0000
+++ src/libCom/fdmgr/fdManager.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-//      $Id$
+//      $Revision-Id$
 //
 //      File descriptor management C++ class library
 //      (for multiplexing IO in a single threaded environment)

=== modified file 'src/libCom/fdmgr/fdManager.h'
--- src/libCom/fdmgr/fdManager.h	2008-07-28 16:19:50 +0000
+++ src/libCom/fdmgr/fdManager.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      File descriptor management C++ class library
  *      (for multiplexing IO in a single threaded environment)

=== modified file 'src/libCom/fdmgr/fdmgr.h'
--- src/libCom/fdmgr/fdmgr.h	2009-04-27 18:31:50 +0000
+++ src/libCom/fdmgr/fdmgr.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 /* fdmgr.h
  *
- *      share/epicsH/$Id$
+ *      share/epicsH/$Revision-Id$
  *
  *      Header file associated with a file descriptor manager 
  *	for use with the UNIX system call select

=== modified file 'src/libCom/freeList/freeList.h'
--- src/libCom/freeList/freeList.h	2002-07-12 21:35:43 +0000
+++ src/libCom/freeList/freeList.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* share/epicsH/freeList.h	*/
-/* share/epicsH $Id$ */
+/* share/epicsH $Revision-Id$ */
 /* Author:  Marty Kraimer Date:    04-19-94	*/
 
 #ifndef INCfreeListh

=== modified file 'src/libCom/freeList/freeListLib.c'
--- src/libCom/freeList/freeListLib.c	2002-07-12 21:35:43 +0000
+++ src/libCom/freeList/freeListLib.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /* Author:  Marty Kraimer Date:    04-19-94 */
 
 

=== modified file 'src/libCom/gpHash/gpHash.h'
--- src/libCom/gpHash/gpHash.h	2009-03-19 23:00:44 +0000
+++ src/libCom/gpHash/gpHash.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /* Author:  Marty Kraimer Date:    04-07-94 */
 
 /* gph provides a general purpose directory accessed via a hash table*/

=== modified file 'src/libCom/gpHash/gpHashLib.c'
--- src/libCom/gpHash/gpHashLib.c	2009-03-19 23:00:44 +0000
+++ src/libCom/gpHash/gpHashLib.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Author:  Marty Kraimer Date:    04-07-94 */
 

=== modified file 'src/libCom/macLib/macCore.c'
--- src/libCom/macLib/macCore.c	2010-05-04 20:43:20 +0000
+++ src/libCom/macLib/macCore.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  * Implementation of core macro substitution library (macLib)
  *

=== modified file 'src/libCom/macLib/macEnv.c'
--- src/libCom/macLib/macEnv.c	2009-04-23 18:49:40 +0000
+++ src/libCom/macLib/macEnv.c	2010-10-06 18:12:40 +0000
@@ -4,7 +4,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  * Macro expansion of environment variables
  */

=== modified file 'src/libCom/macLib/macLib.h'
--- src/libCom/macLib/macLib.h	2010-05-04 20:43:20 +0000
+++ src/libCom/macLib/macLib.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  * Definitions for macro substitution library (macLib)
  *

=== modified file 'src/libCom/macLib/macLibNOTES'
--- src/libCom/macLib/macLibNOTES	1996-07-10 14:49:55 +0000
+++ src/libCom/macLib/macLibNOTES	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # Test input file for macTest filter, doubling as notes on usage of the
 # macro library. Some special strings at start of line are supported:

=== modified file 'src/libCom/macLib/macUtil.c'
--- src/libCom/macLib/macUtil.c	2010-05-27 10:47:07 +0000
+++ src/libCom/macLib/macUtil.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  * Implementation of utility macro substitution library (macLib)
  *

=== modified file 'src/libCom/misc/cantProceed.c'
--- src/libCom/misc/cantProceed.c	2008-07-29 20:47:11 +0000
+++ src/libCom/misc/cantProceed.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Author:  Marty Kraimer Date:    04JAN99 */
 

=== removed file 'src/libCom/misc/createSoftLinks.sh'
--- src/libCom/misc/createSoftLinks.sh	1996-01-25 21:39:01 +0000
+++ src/libCom/misc/createSoftLinks.sh	1970-01-01 00:00:00 +0000
@@ -1,12 +0,0 @@
-#! /bin/sh
-# createSoftLinks.sh
-# $Id$
-
-# Tailored script to create local softlinks releative to this directory
-# the name createSoftLinks.sh is a key and must not be changed. If the
-# release tool sccsGet finds a file by the name of (createSoftLinks.sh),
-# after it has retrieved any out-of-date SCCS files, it invokes the
-# script to create the defined softlinks
-
-/bin/rm -f epicsVersion.h
-ln -s ../version/epicsVersion.h epicsVersion.h

=== modified file 'src/libCom/misc/dbDefs.h'
--- src/libCom/misc/dbDefs.h	2009-08-04 16:31:06 +0000
+++ src/libCom/misc/dbDefs.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  *      Author:          Marty Kraimer
  *      Date:            6-1-90

=== modified file 'src/libCom/misc/epicsString.c'
--- src/libCom/misc/epicsString.c	2009-04-10 19:58:34 +0000
+++ src/libCom/misc/epicsString.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Authors: Jun-ichi Odagiri, Marty Kraimer, Eric Norum,
  *          Mark Rivers, Andrew Johnson, Ralph Lange

=== modified file 'src/libCom/misc/epicsString.h'
--- src/libCom/misc/epicsString.h	2009-04-10 19:58:34 +0000
+++ src/libCom/misc/epicsString.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Authors: Jun-ichi Odagiri, Marty Kraimer, Eric Norum,
  *          Mark Rivers, Andrew Johnson, Ralph Lange

=== modified file 'src/libCom/misc/epicsTypes.h'
--- src/libCom/misc/epicsTypes.h	2009-06-05 19:56:33 +0000
+++ src/libCom/misc/epicsTypes.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$  */
+/* $Revision-Id$  */
 
 /*
  *      Author:     Jeff Hill  

=== modified file 'src/libCom/misc/epicsUnitTest.c'
--- src/libCom/misc/epicsUnitTest.c	2009-04-23 22:19:46 +0000
+++ src/libCom/misc/epicsUnitTest.c	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  * Author: Andrew Johnson
  *
  * Unit test module which generates output in the Test Anything Protocol

=== modified file 'src/libCom/misc/epicsUnitTest.h'
--- src/libCom/misc/epicsUnitTest.h	2009-04-03 17:46:26 +0000
+++ src/libCom/misc/epicsUnitTest.h	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  * Author: Andrew Johnson
  */
 

=== modified file 'src/libCom/misc/ipAddrToAsciiAsynchronous.h'
--- src/libCom/misc/ipAddrToAsciiAsynchronous.h	2003-09-01 20:05:12 +0000
+++ src/libCom/misc/ipAddrToAsciiAsynchronous.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/libCom/misc/locationException.h'
--- src/libCom/misc/locationException.h	2002-07-12 21:35:43 +0000
+++ src/libCom/misc/locationException.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 //
-// $Id$
+// $Revision-Id$
 //
 // Author: Jeff Hill
 //

=== modified file 'src/libCom/misc/makeEpicsVersion.pl'
--- src/libCom/misc/makeEpicsVersion.pl	2005-12-20 14:56:46 +0000
+++ src/libCom/misc/makeEpicsVersion.pl	2010-10-06 18:12:40 +0000
@@ -1,60 +1,73 @@
 #!/usr/bin/perl
 #*************************************************************************
-# Copyright (c) 2002 The University of Chicago, as Operator of Argonne
+# Copyright (c) 2010 UChicago Argonne LLC, as Operator of Argonne
 #     National Laboratory.
 # Copyright (c) 2002 The Regents of the University of California, as
 #     Operator of Los Alamos National Laboratory.
-# EPICS BASE Versions 3.13.7
-# and higher are distributed subject to a Software License Agreement found
+# EPICS BASE is distributed subject to a Software License Agreement found
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 
-($infile, $outdir, $site_ver) = @ARGV;
+use strict;
+
+my ($ver, $rev, $mod, $patch, $snapshot, $commit_date);
+
+my ($infile, $outdir, $site_ver) = @ARGV;
 
 die "Usage: perl makeEpicsVersion.pl CONFIG_BASE_VERSION outdir siteversion"
     unless ($infile && $outdir);
 
 print "Building epicsVersion.h from $infile\n";
 
-open VARS, $infile or die "Can't open $infile: $!\n";
+open my $VARS, '<', $infile
+    or die "Can't open $infile: $!\n";
 
-while (<VARS>)
-{
-	chomp;
-	next if m/^#/;	# Skip comments
-	if (m/^EPICS_VERSION\s*=\s*(\d+)/)		{ $ver = $1; }
-	if (m/^EPICS_REVISION\s*=\s*(\d+)/)		{ $rev = $1; }
-	if (m/^EPICS_MODIFICATION\s*=\s*([0-9a-z]+)/)	{ $mod = $1; }
-	if (m/^EPICS_PATCH_LEVEL\s*=\s*(\d+)/)		{ $patch = $1; }
-	if (m/^EPICS_CVS_SNAPSHOT\s*=\s*([CVS-]+)/)	{ $snapshot = $1; }
-	if (m/^CVS_DATE\s*=\s*"\\(.*)"/)		{ $cvs_date = $1; }
-	if (m/^CVS_TAG\s*=\s*"\\(.*)"/)			{ $cvs_tag = $1; }
+while (<$VARS>) {
+    chomp;
+    next if m/^\s*#/;   # Skip comments
+    if (m/^EPICS_VERSION\s*=\s*(\d+)/)              { $ver = $1; }
+    if (m/^EPICS_REVISION\s*=\s*(\d+)/)             { $rev = $1; }
+    if (m/^EPICS_MODIFICATION\s*=\s*([0-9a-z]+)/)   { $mod = $1; }
+    if (m/^EPICS_PATCH_LEVEL\s*=\s*(\d+)/)          { $patch = $1; }
+    if (m/^EPICS_DEV_SNAPSHOT\s*=\s*([DEV-]+)/)     { $snapshot = $1; }
+    if (m/^COMMIT_DATE\s*=\s*"\\(.*)"/)             { $commit_date = $1; }
 }
-
-$ver_str = "$ver.$rev.$mod";
+close $VARS;
+
+map {
+    die "Variable missing from $infile" unless defined $_;
+} $ver, $rev, $mod, $patch, $snapshot, $commit_date;
+
+my $ver_str = "$ver.$rev.$mod";
 $ver_str .= ".$patch" if $patch > 0;
 $ver_str .= $snapshot if $snapshot ne '';
 $ver_str .= "-$site_ver" if $site_ver;
 
 print "Found EPICS Version $ver_str\n";
 
-$epicsVersion="$outdir/epicsVersion.h";
+my $epicsVersion="$outdir/epicsVersion.h";
 
 mkdir ($outdir, 0777)  unless -d $outdir;
 
-open OUT, "> $epicsVersion" or die "Cannot create $epicsVersion: $!\n";
-
-print OUT "#define EPICS_VERSION        $ver\n";
-print OUT "#define EPICS_REVISION       $rev\n";
-print OUT "#define EPICS_MODIFICATION   $mod\n";
-print OUT "#define EPICS_PATCH_LEVEL    $patch\n";
-print OUT "#define EPICS_CVS_SNAPSHOT   \"$snapshot\"\n";
-print OUT "#define EPICS_SITE_VERSION   \"$site_ver\"\n";
-print OUT "#define EPICS_VERSION_STRING \"EPICS $ver_str\"\n";
-print OUT "#define epicsReleaseVersion \"EPICS R$ver_str $cvs_tag $cvs_date\"\n";
-print OUT "\n";
-print OUT "/* EPICS_UPDATE_LEVEL is deprecated, use EPICS_PATCH_LEVEL instead */\n";
-print OUT "#define EPICS_UPDATE_LEVEL    $patch\n";
-
-close OUT;
-
+open my $OUT, '>', $epicsVersion
+    or die "Cannot create $epicsVersion: $!\n";
+
+print $OUT <<"END_OUTPUT";
+/* Generated epicsVersion.h */
+
+#define EPICS_VERSION        $ver
+#define EPICS_REVISION       $rev
+#define EPICS_MODIFICATION   $mod
+#define EPICS_PATCH_LEVEL    $patch
+#define EPICS_DEV_SNAPSHOT   "$snapshot"
+#define EPICS_SITE_VERSION   "$site_ver"
+#define EPICS_VERSION_STRING "EPICS $ver_str"
+#define epicsReleaseVersion  "EPICS R$ver_str $commit_date"
+
+/* The following names are deprecated, use the equivalent name above */
+#define EPICS_UPDATE_LEVEL   EPICS_PATCH_LEVEL
+#define EPICS_CVS_SNAPSHOT   EPICS_DEV_SNAPSHOT
+
+END_OUTPUT
+
+close $OUT;

=== modified file 'src/libCom/misc/testMain.h'
--- src/libCom/misc/testMain.h	2006-11-10 22:43:04 +0000
+++ src/libCom/misc/testMain.h	2010-10-06 18:12:40 +0000
@@ -4,7 +4,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 #ifndef INC_testMain_H
 #define INC_testMain_H

=== modified file 'src/libCom/osi/devLib.h'
--- src/libCom/osi/devLib.h	2010-05-26 16:17:26 +0000
+++ src/libCom/osi/devLib.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 /* devLib.h */
-/* $Id$ */
+/* $Revision-Id$ */
 
 /*
  * Original Author: Marty Kraimer

=== modified file 'src/libCom/osi/devLibVME.c'
--- src/libCom/osi/devLibVME.c	2010-05-26 16:17:26 +0000
+++ src/libCom/osi/devLibVME.c	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* devLib.c - support for allocation of common device resources */
-/* $Id$ */
+/* $Revision-Id$ */
 
 /*
  *  Original Author: Marty Kraimer
@@ -20,7 +20,7 @@
  * .01  06-14-93    joh needs devAllocInterruptVector() routine
  */
 
-static const char sccsID[] = "@(#) $Id$";
+static const char sccsID[] = "@(#) $Revision-Id$";
 
 #include <string.h>
 #include <stdio.h>

=== modified file 'src/libCom/osi/epicsAssert.h'
--- src/libCom/osi/epicsAssert.h	2009-08-04 19:07:07 +0000
+++ src/libCom/osi/epicsAssert.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  * EPICS assert
  *

=== modified file 'src/libCom/osi/epicsMessageQueue.cpp'
--- src/libCom/osi/epicsMessageQueue.cpp	2004-08-27 16:04:26 +0000
+++ src/libCom/osi/epicsMessageQueue.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  W. Eric Norum
  *              [email protected]

=== modified file 'src/libCom/osi/epicsMessageQueue.h'
--- src/libCom/osi/epicsMessageQueue.h	2008-07-29 20:12:09 +0000
+++ src/libCom/osi/epicsMessageQueue.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  W. Eric Norum
  *              [email protected]

=== modified file 'src/libCom/osi/epicsThread.cpp'
--- src/libCom/osi/epicsThread.cpp	2009-08-24 17:08:41 +0000
+++ src/libCom/osi/epicsThread.cpp	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 //
 // Author: Jeff Hill
 //

=== modified file 'src/libCom/osi/os/Darwin/osdEnv.c'
--- src/libCom/osi/os/Darwin/osdEnv.c	2009-02-23 18:11:40 +0000
+++ src/libCom/osi/os/Darwin/osdEnv.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /* osdEnv.c */
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Eric Norum
  *   Date: May 7, 2001

=== modified file 'src/libCom/osi/os/Darwin/osdSock.h'
--- src/libCom/osi/os/Darwin/osdSock.h	2005-06-28 20:34:12 +0000
+++ src/libCom/osi/os/Darwin/osdSock.h	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Eric Norum
  */

=== modified file 'src/libCom/osi/os/Darwin/osdSockAddrReuse.cpp'
--- src/libCom/osi/os/Darwin/osdSockAddrReuse.cpp	2003-08-21 18:27:00 +0000
+++ src/libCom/osi/os/Darwin/osdSockAddrReuse.cpp	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  * Author: Jeff Hill
  */
 

=== modified file 'src/libCom/osi/os/Darwin/osdTime.h'
--- src/libCom/osi/os/Darwin/osdTime.h	2009-04-23 18:49:40 +0000
+++ src/libCom/osi/os/Darwin/osdTime.h	2010-10-06 18:12:40 +0000
@@ -4,7 +4,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Eric Norum
  */

=== modified file 'src/libCom/osi/os/Darwin/osiFileName.h'
--- src/libCom/osi/os/Darwin/osiFileName.h	2002-07-12 21:35:43 +0000
+++ src/libCom/osi/os/Darwin/osiFileName.h	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Eric Norum
  */

=== modified file 'src/libCom/osi/os/Linux/osdTime.h'
--- src/libCom/osi/os/Linux/osdTime.h	2004-08-12 13:38:17 +0000
+++ src/libCom/osi/os/Linux/osdTime.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Eric Norum
  */

=== modified file 'src/libCom/osi/os/Linux/osiUnistd.h'
--- src/libCom/osi/os/Linux/osiUnistd.h	2003-03-03 21:53:19 +0000
+++ src/libCom/osi/os/Linux/osiUnistd.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/libCom/osi/os/RTEMS/devLibVMEOSD.c'
--- src/libCom/osi/os/RTEMS/devLibVMEOSD.c	2010-05-27 08:35:29 +0000
+++ src/libCom/osi/os/RTEMS/devLibVMEOSD.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /*      RTEMS port by Till Straumann, <[email protected]>
  *            3/2002

=== modified file 'src/libCom/osi/os/RTEMS/osdEvent.c'
--- src/libCom/osi/os/RTEMS/osdEvent.c	2008-10-16 13:38:14 +0000
+++ src/libCom/osi/os/RTEMS/osdEvent.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /*
  * RTEMS osdEvent.c
- *	$Id$
+ *	$Revision-Id$
  *      Author: W. Eric Norum
  *              [email protected]
  *              (306) 966-6055

=== modified file 'src/libCom/osi/os/RTEMS/osdEvent.h'
--- src/libCom/osi/os/RTEMS/osdEvent.h	2002-07-12 21:35:43 +0000
+++ src/libCom/osi/os/RTEMS/osdEvent.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /*
  * RTEMS osdEvent.h
- *	$Id$
+ *	$Revision-Id$
  *      Author: W. Eric Norum
  *              [email protected]
  *              (306) 966-6055

=== modified file 'src/libCom/osi/os/RTEMS/osdInterrupt.c'
--- src/libCom/osi/os/RTEMS/osdInterrupt.c	2009-04-24 17:01:39 +0000
+++ src/libCom/osi/os/RTEMS/osdInterrupt.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /*
  * RTEMS osdInterrupt.c
- *	$Id$
+ *	$Revision-Id$
  *      Author: W. Eric Norum
  *              [email protected]
  *              (306) 966-6055

=== modified file 'src/libCom/osi/os/RTEMS/osdMessageQueue.c'
--- src/libCom/osi/os/RTEMS/osdMessageQueue.c	2009-04-24 17:01:39 +0000
+++ src/libCom/osi/os/RTEMS/osdMessageQueue.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  W. Eric Norum
  *              [email protected]

=== modified file 'src/libCom/osi/os/RTEMS/osdMessageQueue.h'
--- src/libCom/osi/os/RTEMS/osdMessageQueue.h	2003-05-29 03:10:16 +0000
+++ src/libCom/osi/os/RTEMS/osdMessageQueue.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  W. Eric Norum
  *              [email protected]

=== modified file 'src/libCom/osi/os/RTEMS/osdMutex.c'
--- src/libCom/osi/os/RTEMS/osdMutex.c	2004-09-16 19:29:09 +0000
+++ src/libCom/osi/os/RTEMS/osdMutex.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /*
  * RTEMS osdMutex.c
- *	$Id$
+ *	$Revision-Id$
  *      Author: W. Eric Norum
  *              [email protected]
  *              (306) 966-6055

=== modified file 'src/libCom/osi/os/RTEMS/osdMutex.h'
--- src/libCom/osi/os/RTEMS/osdMutex.h	2002-07-12 21:35:43 +0000
+++ src/libCom/osi/os/RTEMS/osdMutex.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /*
  * RTEMS osdMutex.h
- *	$Id$
+ *	$Revision-Id$
  *      Author: W. Eric Norum
  *              [email protected]
  *              (306) 966-6055

=== modified file 'src/libCom/osi/os/RTEMS/osdProcess.c'
--- src/libCom/osi/os/RTEMS/osdProcess.c	2002-07-12 21:35:43 +0000
+++ src/libCom/osi/os/RTEMS/osdProcess.c	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /* 
- * $Id$
+ * $Revision-Id$
  * 
  * Operating System Dependent Implementation of osiProcess.h
  *

=== modified file 'src/libCom/osi/os/RTEMS/osdSock.h'
--- src/libCom/osi/os/RTEMS/osdSock.h	2009-12-22 17:43:25 +0000
+++ src/libCom/osi/os/RTEMS/osdSock.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /*
  * RTEMS osdSock.h
- *	$Id$
+ *	$Revision-Id$
  *      Author: W. Eric Norum
  *              [email protected]
  *              (306) 966-6055

=== modified file 'src/libCom/osi/os/RTEMS/osdThread.c'
--- src/libCom/osi/os/RTEMS/osdThread.c	2010-05-14 22:26:54 +0000
+++ src/libCom/osi/os/RTEMS/osdThread.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /*
  * RTEMS osdThread.c
- *      $Id$
+ *      $Revision-Id$
  *      Author: W. Eric Norum
  *              [email protected]
  *              (306) 966-6055

=== modified file 'src/libCom/osi/os/RTEMS/osdTime.cpp'
--- src/libCom/osi/os/RTEMS/osdTime.cpp	2010-07-19 19:01:41 +0000
+++ src/libCom/osi/os/RTEMS/osdTime.cpp	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: W. Eric Norum
  */

=== modified file 'src/libCom/osi/os/RTEMS/osdTime.h'
--- src/libCom/osi/os/RTEMS/osdTime.h	2008-09-12 22:55:55 +0000
+++ src/libCom/osi/os/RTEMS/osdTime.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  */
 

=== modified file 'src/libCom/osi/os/RTEMS/osdVME.h'
--- src/libCom/osi/os/RTEMS/osdVME.h	2006-09-19 16:18:26 +0000
+++ src/libCom/osi/os/RTEMS/osdVME.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /*
  * OS-dependent VME support

=== modified file 'src/libCom/osi/os/RTEMS/osiFileName.h'
--- src/libCom/osi/os/RTEMS/osiFileName.h	2002-07-12 21:35:43 +0000
+++ src/libCom/osi/os/RTEMS/osiFileName.h	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /*
  * RTEMS osiFileName.h
- *	$Id$
+ *	$Revision-Id$
  *      Author: W. Eric Norum
  *              [email protected]
  *              (306) 966-6055

=== modified file 'src/libCom/osi/os/RTEMS/osiUnistd.h'
--- src/libCom/osi/os/RTEMS/osiUnistd.h	2004-09-14 23:09:33 +0000
+++ src/libCom/osi/os/RTEMS/osiUnistd.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/libCom/osi/os/WIN32/epicsSocketConvertErrnoToString.cpp'
--- src/libCom/osi/os/WIN32/epicsSocketConvertErrnoToString.cpp	2003-04-24 22:37:35 +0000
+++ src/libCom/osi/os/WIN32/epicsSocketConvertErrnoToString.cpp	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  */
 
 #include <stdio.h>

=== modified file 'src/libCom/osi/os/WIN32/epicsTempFile.cpp'
--- src/libCom/osi/os/WIN32/epicsTempFile.cpp	2009-06-05 19:10:46 +0000
+++ src/libCom/osi/os/WIN32/epicsTempFile.cpp	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- *  $Id$
+ *  $Revision-Id$
  *  Author: Jeff Hill 
  */
 

=== modified file 'src/libCom/osi/os/WIN32/osdEvent.c'
--- src/libCom/osi/os/WIN32/osdEvent.c	2002-11-26 23:24:16 +0000
+++ src/libCom/osi/os/WIN32/osdEvent.c	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 /* osdEvent.c */
 /*
- *      $Id$
+ *      $Revision-Id$
  *      WIN32 version
  *
  *      Author  Jeffrey O. Hill

=== modified file 'src/libCom/osi/os/WIN32/osdEvent.h'
--- src/libCom/osi/os/WIN32/osdEvent.h	2002-07-12 21:35:43 +0000
+++ src/libCom/osi/os/WIN32/osdEvent.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 /* osdEvent.c */
 /*
- *      $Id$
+ *      $Revision-Id$
  *      WIN32 version
  *
  *      Author  Jeffrey O. Hill

=== modified file 'src/libCom/osi/os/WIN32/osdMutex.c'
--- src/libCom/osi/os/WIN32/osdMutex.c	2006-12-05 22:54:52 +0000
+++ src/libCom/osi/os/WIN32/osdMutex.c	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 /* osdMutex.c */
 /*
- *      $Id$
+ *      $Revision-Id$
  *      WIN32 version
  *
  *      Author  Jeffrey O. Hill

=== modified file 'src/libCom/osi/os/WIN32/osdMutex.h'
--- src/libCom/osi/os/WIN32/osdMutex.h	2002-07-12 21:35:43 +0000
+++ src/libCom/osi/os/WIN32/osdMutex.h	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 
 /* osdMutex.h */
 /*
- *      $Id$
+ *      $Revision-Id$
  *      WIN32 version
  *
  *      Author  Jeffrey O. Hill

=== modified file 'src/libCom/osi/os/WIN32/osdNetIntf.c'
--- src/libCom/osi/os/WIN32/osdNetIntf.c	2006-11-18 00:13:53 +0000
+++ src/libCom/osi/os/WIN32/osdNetIntf.c	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- *	    $Id$
+ *	    $Revision-Id$
  *
  *	    WIN32 specific initialisation for bsd sockets,
  *	    based on Chris Timossi's base/src/ca/windows_depend.c,

=== modified file 'src/libCom/osi/os/WIN32/osdProcess.c'
--- src/libCom/osi/os/WIN32/osdProcess.c	2010-06-16 19:46:09 +0000
+++ src/libCom/osi/os/WIN32/osdProcess.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* 
- * $Id$
+ * $Revision-Id$
  * 
  * Operating System Dependent Implementation of osiProcess.h
  *

=== modified file 'src/libCom/osi/os/WIN32/osdSock.c'
--- src/libCom/osi/os/WIN32/osdSock.c	2003-07-16 22:05:54 +0000
+++ src/libCom/osi/os/WIN32/osdSock.c	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- *	    $Id$
+ *	    $Revision-Id$
  *
  *	    WIN32 specific initialisation for bsd sockets,
  *	    based on Chris Timossi's base/src/ca/windows_depend.c,

=== modified file 'src/libCom/osi/os/WIN32/osdSockAddrReuse.cpp'
--- src/libCom/osi/os/WIN32/osdSockAddrReuse.cpp	2003-08-21 18:27:00 +0000
+++ src/libCom/osi/os/WIN32/osdSockAddrReuse.cpp	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  * Author: Jeff Hill
  */
 

=== modified file 'src/libCom/osi/os/WIN32/osdThread.c'
--- src/libCom/osi/os/WIN32/osdThread.c	2010-08-14 00:15:49 +0000
+++ src/libCom/osi/os/WIN32/osdThread.c	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Jeff Hill
  * 

=== modified file 'src/libCom/osi/os/WIN32/osdTime.cpp'
--- src/libCom/osi/os/WIN32/osdTime.cpp	2008-12-09 21:46:40 +0000
+++ src/libCom/osi/os/WIN32/osdTime.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 
 //
-// $Id$
+// $Revision-Id$
 //
 // Author: Jeff Hill
 //

=== modified file 'src/libCom/osi/os/WIN32/osdTime.h'
--- src/libCom/osi/os/WIN32/osdTime.h	2004-03-29 19:55:34 +0000
+++ src/libCom/osi/os/WIN32/osdTime.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Jeff Hill
  */

=== modified file 'src/libCom/osi/os/WIN32/osiUnistd.h'
--- src/libCom/osi/os/WIN32/osiUnistd.h	2002-07-12 21:35:43 +0000
+++ src/libCom/osi/os/WIN32/osiUnistd.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/libCom/osi/os/WIN32/systemCallIntMech.cpp'
--- src/libCom/osi/os/WIN32/systemCallIntMech.cpp	2003-04-24 16:32:59 +0000
+++ src/libCom/osi/os/WIN32/systemCallIntMech.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Author:		Jeff Hill 
  */

=== modified file 'src/libCom/osi/os/cygwin32/devLibVMEOSD.c'
--- src/libCom/osi/os/cygwin32/devLibVMEOSD.c	2010-05-26 16:17:26 +0000
+++ src/libCom/osi/os/cygwin32/devLibVMEOSD.c	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 #include <stdlib.h>
 

=== modified file 'src/libCom/osi/os/cygwin32/osdSockAddrReuse.cpp'
--- src/libCom/osi/os/cygwin32/osdSockAddrReuse.cpp	2008-09-25 16:35:15 +0000
+++ src/libCom/osi/os/cygwin32/osdSockAddrReuse.cpp	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  * Author: Jeff Hill
  */
 

=== modified file 'src/libCom/osi/os/default/devLibVMEOSD.c'
--- src/libCom/osi/os/default/devLibVMEOSD.c	2010-05-26 16:17:26 +0000
+++ src/libCom/osi/os/default/devLibVMEOSD.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 #include <stdlib.h>
 

=== modified file 'src/libCom/osi/os/default/epicsReadline.c'
--- src/libCom/osi/os/default/epicsReadline.c	2009-09-29 18:58:04 +0000
+++ src/libCom/osi/os/default/epicsReadline.c	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /* Author:  Eric Norum Date: 12DEC2001 */
 
 #include <stdio.h>

=== modified file 'src/libCom/osi/os/default/epicsSocketConvertErrnoToString.cpp'
--- src/libCom/osi/os/default/epicsSocketConvertErrnoToString.cpp	2003-04-24 17:09:58 +0000
+++ src/libCom/osi/os/default/epicsSocketConvertErrnoToString.cpp	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* osdSock.c */
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Author:		Jeff Hill 
  *      Date:          	04-05-94 

=== modified file 'src/libCom/osi/os/default/osdAssert.c'
--- src/libCom/osi/os/default/osdAssert.c	2009-07-02 19:49:11 +0000
+++ src/libCom/osi/os/default/osdAssert.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Author:         Jeffrey Hill
  *      Date:           02-27-95

=== modified file 'src/libCom/osi/os/default/osdEnv.c'
--- src/libCom/osi/os/default/osdEnv.c	2004-08-27 16:04:26 +0000
+++ src/libCom/osi/os/default/osdEnv.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 \*************************************************************************/
 /* osdEnv.c */
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Eric Norum
  *   Date: May 7, 2001

=== modified file 'src/libCom/osi/os/default/osdMessageQueue.cpp'
--- src/libCom/osi/os/default/osdMessageQueue.cpp	2010-01-11 23:56:17 +0000
+++ src/libCom/osi/os/default/osdMessageQueue.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  W. Eric Norum
  *              [email protected]

=== modified file 'src/libCom/osi/os/default/osdNetIntf.c'
--- src/libCom/osi/os/default/osdNetIntf.c	2006-11-18 00:13:53 +0000
+++ src/libCom/osi/os/default/osdNetIntf.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Author:		Jeff Hill 
  *      Date:       04-05-94 

=== modified file 'src/libCom/osi/os/default/osdVME.h'
--- src/libCom/osi/os/default/osdVME.h	2004-11-13 17:16:22 +0000
+++ src/libCom/osi/os/default/osdVME.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /*
  * OS-dependent VME support

=== modified file 'src/libCom/osi/os/freebsd/osdTime.h'
--- src/libCom/osi/os/freebsd/osdTime.h	2006-11-14 19:40:47 +0000
+++ src/libCom/osi/os/freebsd/osdTime.h	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Eric Norum
  */

=== modified file 'src/libCom/osi/os/freebsd/osiUnistd.h'
--- src/libCom/osi/os/freebsd/osiUnistd.h	2006-11-14 19:40:47 +0000
+++ src/libCom/osi/os/freebsd/osiUnistd.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/libCom/osi/os/iOS/osdEnv.c'
--- src/libCom/osi/os/iOS/osdEnv.c	2010-09-22 21:26:15 +0000
+++ src/libCom/osi/os/iOS/osdEnv.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 
 /* osdEnv.c */
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Eric Norum
  *   Date: May 7, 2001

=== modified file 'src/libCom/osi/os/iOS/osdSock.h'
--- src/libCom/osi/os/iOS/osdSock.h	2010-09-22 21:26:15 +0000
+++ src/libCom/osi/os/iOS/osdSock.h	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Eric Norum
  */

=== modified file 'src/libCom/osi/os/iOS/osdSockAddrReuse.cpp'
--- src/libCom/osi/os/iOS/osdSockAddrReuse.cpp	2010-09-22 21:26:15 +0000
+++ src/libCom/osi/os/iOS/osdSockAddrReuse.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  * Author: Jeff Hill
  */
 

=== modified file 'src/libCom/osi/os/iOS/osdTime.h'
--- src/libCom/osi/os/iOS/osdTime.h	2010-09-22 21:26:15 +0000
+++ src/libCom/osi/os/iOS/osdTime.h	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Eric Norum
  */

=== modified file 'src/libCom/osi/os/iOS/osiFileName.h'
--- src/libCom/osi/os/iOS/osiFileName.h	2010-09-22 21:26:15 +0000
+++ src/libCom/osi/os/iOS/osiFileName.h	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Eric Norum
  */

=== modified file 'src/libCom/osi/os/posix/osdProcess.c'
--- src/libCom/osi/os/posix/osdProcess.c	2010-05-03 17:29:13 +0000
+++ src/libCom/osi/os/posix/osdProcess.c	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /* 
- * $Id$
+ * $Revision-Id$
  * 
  * Operating System Dependent Implementation of osiProcess.h
  *

=== modified file 'src/libCom/osi/os/posix/osdSock.c'
--- src/libCom/osi/os/posix/osdSock.c	2003-07-16 22:09:58 +0000
+++ src/libCom/osi/os/posix/osdSock.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* osdSock.c */
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Author:		Jeff Hill 
  *      Date:          	04-05-94 

=== modified file 'src/libCom/osi/os/posix/osdSockAddrReuse.cpp'
--- src/libCom/osi/os/posix/osdSockAddrReuse.cpp	2003-08-21 18:27:00 +0000
+++ src/libCom/osi/os/posix/osdSockAddrReuse.cpp	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  * Author: Jeff Hill
  */
 

=== modified file 'src/libCom/osi/os/posix/osdTime.h'
--- src/libCom/osi/os/posix/osdTime.h	2004-01-30 01:25:16 +0000
+++ src/libCom/osi/os/posix/osdTime.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Jeff Hill
  */

=== modified file 'src/libCom/osi/os/posix/osiUnistd.h'
--- src/libCom/osi/os/posix/osiUnistd.h	2002-07-12 21:35:43 +0000
+++ src/libCom/osi/os/posix/osiUnistd.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*  
- *  $Id$
+ *  $Revision-Id$
  *
  *                              
  *                    L O S  A L A M O S

=== modified file 'src/libCom/osi/os/posix/systemCallIntMech.cpp'
--- src/libCom/osi/os/posix/systemCallIntMech.cpp	2008-08-19 21:52:11 +0000
+++ src/libCom/osi/os/posix/systemCallIntMech.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Author:		Jeff Hill 
  */

=== modified file 'src/libCom/osi/os/vxWorks/camacLib.h'
--- src/libCom/osi/os/vxWorks/camacLib.h	2003-08-05 18:38:18 +0000
+++ src/libCom/osi/os/vxWorks/camacLib.h	2010-10-06 18:12:40 +0000
@@ -14,7 +14,7 @@
  *
  */
 
-static char ht2992_h_RCSID[] = "$Header$";
+static char ht2992_h_RCSID[] = "$Revision-Id$";
 
 /********************************/
 /* GLOBAL DATA			*/

=== modified file 'src/libCom/osi/os/vxWorks/devLibVMEOSD.c'
--- src/libCom/osi/os/vxWorks/devLibVMEOSD.c	2010-05-26 16:17:26 +0000
+++ src/libCom/osi/os/vxWorks/devLibVMEOSD.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* 
- * $Id$
+ * $Revision-Id$
  *
  * Archictecture dependent support for common device driver resources 
  *

=== modified file 'src/libCom/osi/os/vxWorks/logMsgToErrlog.cpp'
--- src/libCom/osi/os/vxWorks/logMsgToErrlog.cpp	2003-08-06 18:17:30 +0000
+++ src/libCom/osi/os/vxWorks/logMsgToErrlog.cpp	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /* 
- * $Id$
+ * $Revision-Id$
  *
  * route vxWorks logMsg messages into the EPICS logging system
  *

=== modified file 'src/libCom/osi/os/vxWorks/module_types.h'
--- src/libCom/osi/os/vxWorks/module_types.h	2003-08-05 18:38:18 +0000
+++ src/libCom/osi/os/vxWorks/module_types.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* module_types.h */
-/* base/include $Id$ */
+/* base/include $Revision-Id$ */
 /*
  * 	Author:      Bob Dalesio
  * 	Date:        12-07-88

=== modified file 'src/libCom/osi/os/vxWorks/osdEnv.c'
--- src/libCom/osi/os/vxWorks/osdEnv.c	2010-08-11 15:45:17 +0000
+++ src/libCom/osi/os/vxWorks/osdEnv.c	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 \*************************************************************************/
 /* osdEnv.c */
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Eric Norum
  *   Date: May 7, 2001

=== modified file 'src/libCom/osi/os/vxWorks/osdMessageQueue.cpp'
--- src/libCom/osi/os/vxWorks/osdMessageQueue.cpp	2003-05-29 03:10:16 +0000
+++ src/libCom/osi/os/vxWorks/osdMessageQueue.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  W. Eric Norum
  *              [email protected]

=== modified file 'src/libCom/osi/os/vxWorks/osdMessageQueue.h'
--- src/libCom/osi/os/vxWorks/osdMessageQueue.h	2003-05-29 21:03:39 +0000
+++ src/libCom/osi/os/vxWorks/osdMessageQueue.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  W. Eric Norum
  *              [email protected]

=== modified file 'src/libCom/osi/os/vxWorks/osdProcess.c'
--- src/libCom/osi/os/vxWorks/osdProcess.c	2010-08-11 15:45:17 +0000
+++ src/libCom/osi/os/vxWorks/osdProcess.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 
 /* 
- * $Id$
+ * $Revision-Id$
  * 
  * Operating System Dependent Implementation of osiProcess.h
  *

=== modified file 'src/libCom/osi/os/vxWorks/osdVME.h'
--- src/libCom/osi/os/vxWorks/osdVME.h	2004-11-13 17:16:22 +0000
+++ src/libCom/osi/os/vxWorks/osdVME.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /*
  * OS-dependent VME support

=== modified file 'src/libCom/osi/os/vxWorks/task_params.h'
--- src/libCom/osi/os/vxWorks/task_params.h	2003-08-05 18:38:18 +0000
+++ src/libCom/osi/os/vxWorks/task_params.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /*  Parameters for tasks on IOC  */
 /*

=== modified file 'src/libCom/osi/os/vxWorks/veclist.c'
--- src/libCom/osi/os/vxWorks/veclist.c	2009-07-09 16:37:24 +0000
+++ src/libCom/osi/os/vxWorks/veclist.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *	$Id$
+ *	$Revision-Id$
  *	@(#)veclist.c	1.10
  *
  *	list fuctions attached to the interrupt vector table
@@ -42,7 +42,7 @@
 #include "sysSymTbl.h"
 
 static const char sccsID[] = 
-	"@(#) $Id$";
+	"@(#) $Revision-Id$";
 
 /*
  *

=== modified file 'src/libCom/osi/osiPoolStatus.h'
--- src/libCom/osi/osiPoolStatus.h	2002-07-12 21:35:43 +0000
+++ src/libCom/osi/osiPoolStatus.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  * Author: Jeff Hill
  *

=== modified file 'src/libCom/osi/osiProcess.h'
--- src/libCom/osi/osiProcess.h	2002-07-12 21:35:43 +0000
+++ src/libCom/osi/osiProcess.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /* 
- * $Id$
+ * $Revision-Id$
  * 
  * Operating System Independent Interface to Process Environment
  *

=== modified file 'src/libCom/osi/osiSock.c'
--- src/libCom/osi/osiSock.c	2004-10-19 18:21:02 +0000
+++ src/libCom/osi/osiSock.c	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- *	    $Id$
+ *	    $Revision-Id$
  *
  *      socket support library generic code
  *

=== modified file 'src/libCom/osi/osiSock.h'
--- src/libCom/osi/osiSock.h	2009-06-04 21:31:39 +0000
+++ src/libCom/osi/osiSock.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 
 /*
- *	    $Id$
+ *	    $Revision-Id$
  *
  *      socket support library API def
  *

=== modified file 'src/libCom/taskwd/taskwd.h'
--- src/libCom/taskwd/taskwd.h	2008-05-22 17:54:19 +0000
+++ src/libCom/taskwd/taskwd.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* General purpose task watchdog */
 /*

=== modified file 'src/libCom/test/epicsCalcTest.cpp'
--- src/libCom/test/epicsCalcTest.cpp	2009-08-21 14:49:01 +0000
+++ src/libCom/test/epicsCalcTest.cpp	2010-10-06 18:12:40 +0000
@@ -4,7 +4,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
-// $Id$
+// $Revision-Id$
 //	Author: Andrew Johnson
 
 #include "epicsUnitTest.h"

=== modified file 'src/libCom/test/epicsMessageQueueTest.cpp'
--- src/libCom/test/epicsMessageQueueTest.cpp	2010-05-18 21:12:36 +0000
+++ src/libCom/test/epicsMessageQueueTest.cpp	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  W. Eric Norum
  *              [email protected]

=== modified file 'src/libCom/test/epicsStringTest.c'
--- src/libCom/test/epicsStringTest.c	2010-09-29 22:44:10 +0000
+++ src/libCom/test/epicsStringTest.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  *
  *      Author  Marty Kraimer
  */

=== modified file 'src/libCom/test/epicsThreadOnceTest.c'
--- src/libCom/test/epicsThreadOnceTest.c	2010-04-26 20:48:42 +0000
+++ src/libCom/test/epicsThreadOnceTest.c	2010-10-06 18:12:40 +0000
@@ -4,7 +4,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 #include <stdio.h>
 #include <string.h>

=== modified file 'src/libCom/test/epicsThreadPrivateTest.cpp'
--- src/libCom/test/epicsThreadPrivateTest.cpp	2008-08-28 15:32:46 +0000
+++ src/libCom/test/epicsThreadPrivateTest.cpp	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Author: Jeff Hill Date:    March 28 2001 */
 

=== modified file 'src/libCom/test/epicsTimerTest.cpp'
--- src/libCom/test/epicsTimerTest.cpp	2009-08-24 17:07:03 +0000
+++ src/libCom/test/epicsTimerTest.cpp	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/libCom/test/epicsUnitTestTest.c'
--- src/libCom/test/epicsUnitTestTest.c	2009-04-03 17:46:26 +0000
+++ src/libCom/test/epicsUnitTestTest.c	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 
-/* $Id$
+/* $Revision-Id$
  * Author: Andrew Johnson
  *
  * Test for the unit test module...

=== modified file 'src/libCom/test/macEnvExpandTest.c'
--- src/libCom/test/macEnvExpandTest.c	2008-03-31 19:30:17 +0000
+++ src/libCom/test/macEnvExpandTest.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 /*
- * $Id$
+ * $Revision-Id$
  */
 
 #include <stddef.h>

=== modified file 'src/libCom/test/macLibTest.c'
--- src/libCom/test/macLibTest.c	2010-05-04 20:43:20 +0000
+++ src/libCom/test/macLibTest.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
 /*
- * $Id$
+ * $Revision-Id$
  */
 
 #include <stddef.h>

=== modified file 'src/libCom/test/taskwdTest.c'
--- src/libCom/test/taskwdTest.c	2008-05-22 20:19:34 +0000
+++ src/libCom/test/taskwdTest.c	2010-10-06 18:12:40 +0000
@@ -4,7 +4,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Author: Andrew Johnson
  * Date:    May 21, 2008

=== modified file 'src/libCom/timer/epicsTimer.cpp'
--- src/libCom/timer/epicsTimer.cpp	2010-03-24 17:17:41 +0000
+++ src/libCom/timer/epicsTimer.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/libCom/timer/timerPrivate.h'
--- src/libCom/timer/timerPrivate.h	2009-05-11 22:50:06 +0000
+++ src/libCom/timer/timerPrivate.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/libCom/timer/timerQueueActiveMgr.cpp'
--- src/libCom/timer/timerQueueActiveMgr.cpp	2009-02-10 22:24:20 +0000
+++ src/libCom/timer/timerQueueActiveMgr.cpp	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  *
  *      Author  Jeffrey O. Hill
  *              [email protected]

=== modified file 'src/libCom/tsDefs/tsDefs.c'
--- src/libCom/tsDefs/tsDefs.c	2002-07-12 21:35:43 +0000
+++ src/libCom/tsDefs/tsDefs.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  */
 
 #define epicsExportSharedSymbols

=== modified file 'src/libCom/tsDefs/tsDefs.h'
--- src/libCom/tsDefs/tsDefs.h	2002-07-12 21:35:43 +0000
+++ src/libCom/tsDefs/tsDefs.h	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *      $Id$
+ *      $Revision-Id$
  * This file contains the old R3.13 
  * time stamp definitions and routines
  * needed by epics extensions. They exist 

=== modified file 'src/makeBaseApp/makeBaseApp.pl'
--- src/makeBaseApp/makeBaseApp.pl	2009-04-24 12:25:21 +0000
+++ src/makeBaseApp/makeBaseApp.pl	2010-10-06 18:12:40 +0000
@@ -2,7 +2,7 @@
     if $running_under_some_shell; # makeBaseApp 
 
 # Authors: Ralph Lange, Marty Kraimer, Andrew Johnson and Janet Anderson
-# $Id$
+# $Revision-Id$
 
 use Cwd;
 use Getopt::Std;

=== modified file 'src/makeBaseApp/top/caServerApp/vxEntry.cc'
--- src/makeBaseApp/top/caServerApp/vxEntry.cc	2003-02-05 23:46:23 +0000
+++ src/makeBaseApp/top/caServerApp/vxEntry.cc	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 //
-// $Id$
+// $Revision-Id$
 // Author: Jeff HIll (LANL)
 //
 //

=== modified file 'src/makeBaseExt/makeBaseExt.pl'
--- src/makeBaseExt/makeBaseExt.pl	2009-04-24 12:35:36 +0000
+++ src/makeBaseExt/makeBaseExt.pl	2010-10-06 18:12:40 +0000
@@ -2,7 +2,7 @@
     if $running_under_some_shell; # makeBaseExt 
 
 # Authors: Ralph Lange, Marty Kraimer, Andrew Johnson and Janet Anderson
-# $Id$
+# $Revision-Id$
 
 use Cwd;
 use Getopt::Std;

=== modified file 'src/makeBaseExt/top/Makefile'
--- src/makeBaseExt/top/Makefile	2000-09-27 16:06:58 +0000
+++ src/makeBaseExt/top/Makefile	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 TOP = .
 include $(TOP)/configure/CONFIG

=== modified file 'src/makeBaseExt/top/configure/CONFIG'
--- src/makeBaseExt/top/configure/CONFIG	2006-03-30 17:25:13 +0000
+++ src/makeBaseExt/top/configure/CONFIG	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 INSTALL_IDLFILE = $(INSTALL)
 

=== modified file 'src/makeBaseExt/top/configure/Makefile'
--- src/makeBaseExt/top/configure/Makefile	2001-09-13 21:46:22 +0000
+++ src/makeBaseExt/top/configure/Makefile	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 TOP=..
 

=== modified file 'src/makeBaseExt/top/configure/RULES'
--- src/makeBaseExt/top/configure/RULES	2009-03-31 19:48:17 +0000
+++ src/makeBaseExt/top/configure/RULES	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 include $(CONFIG)/RULES
 include $(TOP)/configure/RULES_PYTHON

=== modified file 'src/makeBaseExt/top/configure/RULES_DIRS'
--- src/makeBaseExt/top/configure/RULES_DIRS	2009-03-31 19:48:17 +0000
+++ src/makeBaseExt/top/configure/RULES_DIRS	2010-10-06 18:12:40 +0000
@@ -1,3 +1,3 @@
-# $Id$
+# $Revision-Id$
 
 include $(CONFIG)/RULES_DIRS

=== modified file 'src/makeBaseExt/top/configure/RULES_IDL'
--- src/makeBaseExt/top/configure/RULES_IDL	2009-05-06 15:13:45 +0000
+++ src/makeBaseExt/top/configure/RULES_IDL	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 ifdef T_A
 ifeq ($(findstring Host,$(VALID_BUILDS)),Host)

=== modified file 'src/makeBaseExt/top/configure/RULES_PYTHON'
--- src/makeBaseExt/top/configure/RULES_PYTHON	2006-03-29 21:59:14 +0000
+++ src/makeBaseExt/top/configure/RULES_PYTHON	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 ifdef T_A
 ifeq ($(findstring Host,$(VALID_BUILDS)),Host)

=== modified file 'src/makeBaseExt/top/configure/RULES_TOP'
--- src/makeBaseExt/top/configure/RULES_TOP	2009-03-31 19:48:17 +0000
+++ src/makeBaseExt/top/configure/RULES_TOP	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 include $(CONFIG)/RULES_TOP
 

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland.win32-x86-borland'
--- src/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland.win32-x86-borland	2004-10-15 18:19:40 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG.win32-x86-borland.win32-x86-borland	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common	2006-12-04 22:44:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu	2004-10-15 18:19:40 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc-gnu.aix-ppc-gnu	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-ppc'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-ppc	2004-10-15 18:19:40 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.aix-ppc.aix-ppc	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86	2009-07-21 17:11:02 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.cygwin-x86.cygwin-x86	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc	2006-12-04 22:43:25 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppc.darwin-ppc	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-ppcx86.darwin-ppcx86	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.darwin-x86.darwin-x86	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.freebsd-x86_64.freebsd-x86_64	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu	2004-10-15 18:19:40 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc-gnu.hpux-parisc-gnu	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc	2006-12-04 22:41:51 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.hpux-parisc.hpux-parisc	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.interix-x86'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.interix-x86	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.interix-x86.interix-x86	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-ppc.linux-ppc	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-borland.linux-x86-borland'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-borland.linux-x86-borland	2004-04-07 16:09:16 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-borland.linux-x86-borland	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86-debug.linux-x86-debug	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-athlon'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-athlon	2006-12-04 22:40:46 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-athlon	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86	2009-03-31 19:04:02 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86.linux-x86	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64-debug.linux-x86_64-debug	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64	2009-07-21 17:10:26 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.linux-x86_64.linux-x86_64	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.osf-alpha.osf-alpha'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.osf-alpha.osf-alpha	2006-12-04 22:38:38 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.osf-alpha.osf-alpha	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-debug.solaris-sparc-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu	2004-10-15 18:19:40 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc-gnu.solaris-sparc-gnu	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc	2006-12-04 22:37:45 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc.solaris-sparc	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64-gnu.solaris-sparc64-gnu	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-sparc64.solaris-sparc64	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu	2004-10-15 18:19:40 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86-gnu.solaris-x86-gnu	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86	2009-07-21 17:26:34 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86.solaris-x86	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86_64.solaris-x86_64'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86_64.solaris-x86_64	2009-07-22 14:12:24 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.solaris-x86_64.solaris-x86_64	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-borland.win32-x86-borland'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-borland.win32-x86-borland	2003-09-19 16:12:33 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-borland.win32-x86-borland	2010-10-06 18:12:40 +0000
@@ -1,5 +1,5 @@
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-cygwin.win32-x86-cygwin	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-debug.win32-x86-debug	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw'
--- src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw	2006-12-04 22:34:31 +0000
+++ src/makeBaseExt/top/configure/os/CONFIG_SITE.win32-x86-mingw.win32-x86-mingw	2010-10-06 18:12:40 +0000
@@ -1,6 +1,6 @@
 
 #
-# $Id$
+# $Revision-Id$
 #
 # Site Specific Configuration Information
 # Only the local epics system manager should modify this file

=== modified file 'src/makeBaseExt/top/src/Makefile'
--- src/makeBaseExt/top/src/Makefile	2000-09-27 16:06:58 +0000
+++ src/makeBaseExt/top/src/Makefile	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 
 TOP = ..
 include $(TOP)/configure/CONFIG

=== modified file 'src/misc/base.dbd'
--- src/misc/base.dbd	2010-05-27 13:23:07 +0000
+++ src/misc/base.dbd	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 # This file defines the standard record types and device support
 # provided by Base and (usually) loaded into all IOCs.

=== modified file 'src/misc/epicsRelease.c'
--- src/misc/epicsRelease.c	2006-11-16 19:32:13 +0000
+++ src/misc/epicsRelease.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  **/
 
 #include    <stdlib.h>

=== modified file 'src/misc/iocInit.c'
--- src/misc/iocInit.c	2009-07-02 20:05:32 +0000
+++ src/misc/iocInit.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Original Author: Marty Kraimer
  *      Date:            06-01-91

=== modified file 'src/rec/aSubRecord.c'
--- src/rec/aSubRecord.c	2010-04-20 22:13:54 +0000
+++ src/rec/aSubRecord.c	2010-10-06 18:12:40 +0000
@@ -4,7 +4,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution.
 \*************************************************************************/
-/* $Id$
+/* $Revision-Id$
  * 
  * Record Support Routines for the Array Subroutine Record type,
  * derived from Andy Foster's genSub record, with some features

=== modified file 'src/rec/aiRecord.c'
--- src/rec/aiRecord.c	2010-04-05 18:49:18 +0000
+++ src/rec/aiRecord.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* aiRecord.c - Record Support Routines for Analog Input records */
 /*

=== modified file 'src/rec/aoRecord.c'
--- src/rec/aoRecord.c	2010-04-05 18:49:18 +0000
+++ src/rec/aoRecord.c	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 * EPICS BASE is distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* aoRecord.c - Record Support Routines for Analog Output records */
 /*

=== modified file 'src/rec/biRecord.c'
--- src/rec/biRecord.c	2010-04-05 18:49:18 +0000
+++ src/rec/biRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recBi.c - Record Support Routines for Binary Input records */
 /*

=== modified file 'src/rec/boRecord.c'
--- src/rec/boRecord.c	2010-04-05 18:49:18 +0000
+++ src/rec/boRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recBo.c - Record Support Routines for Binary Output records */
 /*

=== modified file 'src/rec/calcRecord.c'
--- src/rec/calcRecord.c	2009-04-03 14:40:13 +0000
+++ src/rec/calcRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Record Support Routines for Calculation records */
 /*

=== modified file 'src/rec/compressRecord.c'
--- src/rec/compressRecord.c	2010-04-02 21:26:17 +0000
+++ src/rec/compressRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Date:            7-14-89 

=== modified file 'src/rec/dfanoutRecord.c'
--- src/rec/dfanoutRecord.c	2009-04-03 14:40:13 +0000
+++ src/rec/dfanoutRecord.c	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recDfanout.c - Record Support Routines for Dfanout records */
 /*

=== modified file 'src/rec/eventRecord.c'
--- src/rec/eventRecord.c	2009-07-08 18:14:11 +0000
+++ src/rec/eventRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recEvent.c - Record Support Routines for Event records */
 /*

=== modified file 'src/rec/fanoutRecord.c'
--- src/rec/fanoutRecord.c	2009-04-02 21:41:45 +0000
+++ src/rec/fanoutRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Date:            12-20-88

=== modified file 'src/rec/histogramRecord.c'
--- src/rec/histogramRecord.c	2009-07-08 18:14:11 +0000
+++ src/rec/histogramRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recHistogram.c - Record Support Routines for Histogram records */
 /*

=== modified file 'src/rec/longinRecord.c'
--- src/rec/longinRecord.c	2010-04-05 18:49:18 +0000
+++ src/rec/longinRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recLongin.c - Record Support Routines for Longin records */
 /*

=== modified file 'src/rec/longoutRecord.c'
--- src/rec/longoutRecord.c	2010-04-05 18:49:18 +0000
+++ src/rec/longoutRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  * Author: 	Janet Anderson
  * Date:	9/23/91

=== modified file 'src/rec/mbbiDirectRecord.c'
--- src/rec/mbbiDirectRecord.c	2010-04-05 18:49:18 +0000
+++ src/rec/mbbiDirectRecord.c	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recMbbiDirect.c - Record Support routines for mbboDirect records */
 /*

=== modified file 'src/rec/mbbiRecord.c'
--- src/rec/mbbiRecord.c	2010-04-05 18:49:18 +0000
+++ src/rec/mbbiRecord.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 /*
  *      Original Author: Bob Dalesio
  *      Date:            5-9-88

=== modified file 'src/rec/mbboDirectRecord.c'
--- src/rec/mbboDirectRecord.c	2010-04-05 18:49:18 +0000
+++ src/rec/mbboDirectRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recMbboDirect.c - Record Support for mbboDirect records */
 /*

=== modified file 'src/rec/mbboRecord.c'
--- src/rec/mbboRecord.c	2010-04-05 18:49:18 +0000
+++ src/rec/mbboRecord.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recMbbo.c - Record Support Routines for multi bit binary Output records */
 /*

=== modified file 'src/rec/permissiveRecord.c'
--- src/rec/permissiveRecord.c	2009-04-02 21:41:45 +0000
+++ src/rec/permissiveRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recPermissive.c - Record Support Routines for Permissive records */
 /*

=== modified file 'src/rec/selRecord.c'
--- src/rec/selRecord.c	2009-08-25 18:19:49 +0000
+++ src/rec/selRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* selRecord.c - Record Support Routines for Select records */
 /*

=== modified file 'src/rec/seqRecord.c'
--- src/rec/seqRecord.c	2009-04-02 21:41:45 +0000
+++ src/rec/seqRecord.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  *      Author:	John Winans
  *      Date:	09-21-92

=== modified file 'src/rec/stateRecord.c'
--- src/rec/stateRecord.c	2009-04-02 21:41:45 +0000
+++ src/rec/stateRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recState.c - Record Support Routines for State records */
 /*

=== modified file 'src/rec/stringinRecord.c'
--- src/rec/stringinRecord.c	2010-04-20 22:13:54 +0000
+++ src/rec/stringinRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recStringin.c - Record Support Routines for Stringin records */
 /*

=== modified file 'src/rec/stringoutRecord.c'
--- src/rec/stringoutRecord.c	2010-04-20 22:13:54 +0000
+++ src/rec/stringoutRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recStringout.c - Record Support Routines for Stringout records */
 /*

=== modified file 'src/rec/subArrayRecord.c'
--- src/rec/subArrayRecord.c	2009-04-23 22:19:46 +0000
+++ src/rec/subArrayRecord.c	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recSubArray.c - Record Support Routines for SubArray records 
  *

=== modified file 'src/rec/subRecord.c'
--- src/rec/subRecord.c	2010-04-05 18:49:18 +0000
+++ src/rec/subRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Record Support Routines for Subroutine records */
 /*

=== modified file 'src/rec/waveformRecord.c'
--- src/rec/waveformRecord.c	2009-07-08 18:14:11 +0000
+++ src/rec/waveformRecord.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* recWaveform.c - Record Support Routines for Waveform records */
 /*

=== modified file 'src/rsrv/caservertask.c'
--- src/rsrv/caservertask.c	2010-08-10 21:05:46 +0000
+++ src/rsrv/caservertask.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  *  Author: Jeffrey O. Hill
  *

=== modified file 'src/rsrv/online_notify.c'
--- src/rsrv/online_notify.c	2008-09-19 23:27:52 +0000
+++ src/rsrv/online_notify.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /*
- *  $Id$
+ *  $Revision-Id$
  *
  *  tell CA clients this a server has joined the network
  *

=== modified file 'src/rsrv/rsrv.h'
--- src/rsrv/rsrv.h	2008-07-09 21:31:56 +0000
+++ src/rsrv/rsrv.h	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 \*************************************************************************/
 
 /*
- * $Id$
+ * $Revision-Id$
  *
  *  Author: Jeffrey O. Hill
  *      [email protected]

=== modified file 'src/softIoc/softIocExit.db'
--- src/softIoc/softIocExit.db	2006-11-13 21:45:40 +0000
+++ src/softIoc/softIocExit.db	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-# $Id$
+# $Revision-Id$
 #
 record(sub,"$(IOC):exit") {
 	field(DESC,"Exit subroutine")

=== modified file 'src/softIoc/softMain.cpp'
--- src/softIoc/softMain.cpp	2009-07-28 21:08:37 +0000
+++ src/softIoc/softMain.cpp	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * found in the file LICENSE that is included with this distribution.
 \*************************************************************************/
 
-/* $Id$ */
+/* $Revision-Id$ */
 
 /* Author: Andrew Johnson	Date: 2003-04-08 */
 

=== modified file 'src/tools/EPICS/Copy.pm'
--- src/tools/EPICS/Copy.pm	2008-04-03 21:57:16 +0000
+++ src/tools/EPICS/Copy.pm	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 # in file LICENSE that is included with this distribution.
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 
 # Copy directories and files from a template
 

=== modified file 'src/tools/EPICS/Path.pm'
--- src/tools/EPICS/Path.pm	2008-10-20 18:32:47 +0000
+++ src/tools/EPICS/Path.pm	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 # in file LICENSE that is included with this distribution.
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 
 use Carp;
 use Cwd qw(getcwd abs_path);

=== modified file 'src/tools/EPICS/Release.pm'
--- src/tools/EPICS/Release.pm	2009-12-22 23:55:02 +0000
+++ src/tools/EPICS/Release.pm	2010-10-06 18:12:40 +0000
@@ -5,7 +5,7 @@
 # in file LICENSE that is included with this distribution.
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 
 #
 # Parse all relevent configure/RELEASE* files and includes

=== modified file 'src/tools/convertRelease.pl'
--- src/tools/convertRelease.pl	2010-10-05 21:02:09 +0000
+++ src/tools/convertRelease.pl	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-# $Id$
+# $Revision-Id$
 #
 # Convert configure/RELEASE file(s) into something else.
 #

=== modified file 'src/tools/cvsclean.pl'
--- src/tools/cvsclean.pl	2010-07-29 19:58:14 +0000
+++ src/tools/cvsclean.pl	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 # in the file LICENSE that is included with this distribution. 
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 #
 # Find and delete cvs .#* and editor backup *~
 # files from all dirs of the directory tree.

=== modified file 'src/tools/dos2unix.pl'
--- src/tools/dos2unix.pl	2008-03-24 22:17:06 +0000
+++ src/tools/dos2unix.pl	2010-10-06 18:12:40 +0000
@@ -11,7 +11,7 @@
 #*************************************************************************
 
 # Converts text file in DOS CR/LF format to unix ISO format
-#  $Id$
+#  $Revision-Id$
 
 @files=@ARGV;
 

=== modified file 'src/tools/expandVars.pl'
--- src/tools/expandVars.pl	2008-09-23 22:13:52 +0000
+++ src/tools/expandVars.pl	2010-10-06 18:12:40 +0000
@@ -6,7 +6,7 @@
 # Author: Andrew Johnson <[email protected]>
 # Date: 10 February 2005
 #
-# $Id$
+# $Revision-Id$
 #
 
 use strict;

=== modified file 'src/tools/filterWarnings.pl'
--- src/tools/filterWarnings.pl	2010-07-29 19:58:14 +0000
+++ src/tools/filterWarnings.pl	2010-10-06 18:12:40 +0000
@@ -12,7 +12,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 #
 #  Author: Ralph Lange
 #

=== modified file 'src/tools/fullPathName.pl'
--- src/tools/fullPathName.pl	2010-07-29 19:58:14 +0000
+++ src/tools/fullPathName.pl	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # in file LICENSE that is included with this distribution.
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 
 # Determines an absolute pathname for its argument,
 # which may be either a relative or absolute path and

=== modified file 'src/tools/makeIncludeDbd.pl'
--- src/tools/makeIncludeDbd.pl	2008-03-24 22:17:06 +0000
+++ src/tools/makeIncludeDbd.pl	2010-10-06 18:12:40 +0000
@@ -9,7 +9,7 @@
 # in file LICENSE that is included with this distribution. 
 #*************************************************************************
 #
-# $Id$
+# $Revision-Id$
 
 use File::Basename;
 

=== modified file 'src/tools/munch.pl'
--- src/tools/munch.pl	2010-07-29 19:58:14 +0000
+++ src/tools/munch.pl	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 # EPICS BASE is distributed subject to a Software License Agreement found
 # in the file LICENSE that is included with this distribution. 
 #*************************************************************************
-#  $Id$
+#  $Revision-Id$
 #
 # Creates a ctdt.c file of C++ static constructors and destructors,
 # as required for all vxWorks binaries containing C++ code.

=== modified file 'src/toolsComm/flex/README'
--- src/toolsComm/flex/README	1993-11-18 11:19:13 +0000
+++ src/toolsComm/flex/README	2010-10-06 18:12:40 +0000
@@ -1,4 +1,4 @@
-// $Header$
+// $Revision-Id$
 
 This is release 2.3 of flex - a full release.
 

=== modified file 'src/toolsComm/flex/ccl.c'
--- src/toolsComm/flex/ccl.c	2009-04-30 20:45:31 +0000
+++ src/toolsComm/flex/ccl.c	2010-10-06 18:12:40 +0000
@@ -36,7 +36,7 @@
 
 #ifndef lint
 static char rcsid[] =
-    "@(#) $Header$ (LBL)";
+    "@(#) $Revision-Id$ (LBL)";
 #endif
 
 #include "flexdef.h"

=== modified file 'src/toolsComm/flex/dfa.c'
--- src/toolsComm/flex/dfa.c	2009-04-30 20:45:31 +0000
+++ src/toolsComm/flex/dfa.c	2010-10-06 18:12:40 +0000
@@ -36,7 +36,7 @@
 
 #ifndef lint
 static char rcsid[] =
-    "@(#) $Header$ (LBL)";
+    "@(#) $Revision-Id$ (LBL)";
 #endif
 
 #include "flexdef.h"

=== modified file 'src/toolsComm/flex/ecs.c'
--- src/toolsComm/flex/ecs.c	2009-04-30 20:45:31 +0000
+++ src/toolsComm/flex/ecs.c	2010-10-06 18:12:40 +0000
@@ -36,7 +36,7 @@
 
 #ifndef lint
 static char rcsid[] =
-    "@(#) $Header$ (LBL)";
+    "@(#) $Revision-Id$ (LBL)";
 #endif
 
 #include "flexdef.h"

=== modified file 'src/toolsComm/flex/flex.skel'
--- src/toolsComm/flex/flex.skel	2009-06-05 19:07:24 +0000
+++ src/toolsComm/flex/flex.skel	2010-10-06 18:12:40 +0000
@@ -1,7 +1,7 @@
 /* A lexical scanner generated by flex */
 
 /* scanner skeleton version:
- * $Header$
+ * $Revision-Id$
  */
 
 #define FLEX_SCANNER

=== modified file 'src/toolsComm/flex/flex.skel.static'
--- src/toolsComm/flex/flex.skel.static	2009-06-05 19:07:24 +0000
+++ src/toolsComm/flex/flex.skel.static	2010-10-06 18:12:40 +0000
@@ -1,7 +1,7 @@
 /* A lexical scanner generated by flex */
 
 /* scanner skeleton version:
- * $Header$
+ * $Revision-Id$
  */
 
 /* modified by Jim Kowalkowski to have everything declared static */

=== modified file 'src/toolsComm/flex/flexdef.h'
--- src/toolsComm/flex/flexdef.h	2009-06-05 19:16:31 +0000
+++ src/toolsComm/flex/flexdef.h	2010-10-06 18:12:40 +0000
@@ -34,7 +34,7 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-/* @(#) $Header$ (LBL) */
+/* @(#) $Revision-Id$ (LBL) */
 
 #ifndef INC_flexdef_H
 #define INC_flexdef_H

=== modified file 'src/toolsComm/flex/gen.c'
--- src/toolsComm/flex/gen.c	2009-04-30 20:45:31 +0000
+++ src/toolsComm/flex/gen.c	2010-10-06 18:12:40 +0000
@@ -36,7 +36,7 @@
 
 #ifndef lint
 static char rcsid[] =
-    "@(#) $Header$ (LBL)";
+    "@(#) $Revision-Id$ (LBL)";
 #endif
 
 #include "flexdef.h"

=== modified file 'src/toolsComm/flex/libmain.c'
--- src/toolsComm/flex/libmain.c	2009-04-30 20:45:31 +0000
+++ src/toolsComm/flex/libmain.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 \*************************************************************************/
 /* libmain - flex run-time support library "main" function */
 
-/* $Header$ */
+/* $Revision-Id$ */
 
 extern int yylex();
 

=== modified file 'src/toolsComm/flex/main.c'
--- src/toolsComm/flex/main.c	2010-08-27 14:12:20 +0000
+++ src/toolsComm/flex/main.c	2010-10-06 18:12:40 +0000
@@ -45,7 +45,7 @@
 /*
 #ifndef lint
 static char rcsid[] =
-    "@(#) $Header$ (LBL)";
+    "@(#) $Revision-Id$ (LBL)";
 #endif
 
 #include "flexdef.h"

=== modified file 'src/toolsComm/flex/misc.c'
--- src/toolsComm/flex/misc.c	2010-08-27 14:12:20 +0000
+++ src/toolsComm/flex/misc.c	2010-10-06 18:12:40 +0000
@@ -36,7 +36,7 @@
 
 #ifndef lint
 static char rcsid[] =
-    "@(#) $Header$ (LBL)";
+    "@(#) $Revision-Id$ (LBL)";
 #endif
 
 #include <ctype.h>

=== modified file 'src/toolsComm/flex/nfa.c'
--- src/toolsComm/flex/nfa.c	2009-04-30 20:45:31 +0000
+++ src/toolsComm/flex/nfa.c	2010-10-06 18:12:40 +0000
@@ -36,7 +36,7 @@
 
 #ifndef lint
 static char rcsid[] =
-    "@(#) $Header$ (LBL)";
+    "@(#) $Revision-Id$ (LBL)";
 #endif
 
 #include "flexdef.h"

=== modified file 'src/toolsComm/flex/parse.y'
--- src/toolsComm/flex/parse.y	2009-04-30 20:45:31 +0000
+++ src/toolsComm/flex/parse.y	2010-10-06 18:12:40 +0000
@@ -32,7 +32,7 @@
 
 #ifndef lint
 static char rcsid[] =
-    "@(#) $Header$ (LBL)";
+    "@(#) $Revision-Id$ (LBL)";
 #endif
 
 #include "flexdef.h"

=== modified file 'src/toolsComm/flex/scan.c'
--- src/toolsComm/flex/scan.c	2009-06-05 19:07:24 +0000
+++ src/toolsComm/flex/scan.c	2010-10-06 18:12:40 +0000
@@ -1,7 +1,7 @@
 /* A lexical scanner generated by flex */
 
 /* scanner skeleton version:
- * $Header$
+ * $Revision-Id$
  */
 
 #define FLEX_SCANNER

=== modified file 'src/toolsComm/flex/sym.c'
--- src/toolsComm/flex/sym.c	2009-04-30 20:45:31 +0000
+++ src/toolsComm/flex/sym.c	2010-10-06 18:12:40 +0000
@@ -36,7 +36,7 @@
 
 #ifndef lint
 static char rcsid[] =
-    "@(#) $Header$ (LBL)";
+    "@(#) $Revision-Id$ (LBL)";
 #endif
 
 #include "flexdef.h"

=== modified file 'src/toolsComm/flex/tblcmp.c'
--- src/toolsComm/flex/tblcmp.c	2009-06-03 15:00:08 +0000
+++ src/toolsComm/flex/tblcmp.c	2010-10-06 18:12:40 +0000
@@ -36,7 +36,7 @@
 
 #ifndef lint
 static char rcsid[] =
-    "@(#) $Header$ (LBL)";
+    "@(#) $Revision-Id$ (LBL)";
 #endif
 
 #include "flexdef.h"

=== modified file 'src/toolsComm/flex/yylex.c'
--- src/toolsComm/flex/yylex.c	2009-04-30 20:45:31 +0000
+++ src/toolsComm/flex/yylex.c	2010-10-06 18:12:40 +0000
@@ -35,7 +35,7 @@
  */
 
 /*
- * $Id$
+ * $Revision-Id$
  */
 
 #include <ctype.h>

=== modified file 'src/util/ca_test.c'
--- src/util/ca_test.c	2009-07-09 16:37:24 +0000
+++ src/util/ca_test.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/*	@(#)ca_test.c	$Id$
+/*	@(#)ca_test.c	$Revision-Id$
  *	Author:	Jeff Hill
  *	Date:	07-01-91
  *

=== modified file 'src/util/ca_test.h'
--- src/util/ca_test.h	2002-07-12 21:35:43 +0000
+++ src/util/ca_test.h	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/*	@(#)ca_test.k	$Id$
+/*	@(#)ca_test.k	$Revision-Id$
  *	Author:	Jeff Hill
  *	Date:	21JAN2000
  */

=== modified file 'src/util/ca_test_main.c'
--- src/util/ca_test_main.c	2002-07-12 21:35:43 +0000
+++ src/util/ca_test_main.c	2010-10-06 18:12:40 +0000
@@ -7,7 +7,7 @@
 * and higher are distributed subject to a Software License Agreement found
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
-/*	@(#)ca_test_main.c	$Id$
+/*	@(#)ca_test_main.c	$Revision-Id$
  *	Author:	Jeff Hill
  *	Date:	21JAN2000
  */

=== modified file 'src/util/iocLogServer.c'
--- src/util/iocLogServer.c	2009-07-09 17:06:45 +0000
+++ src/util/iocLogServer.c	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 * in file LICENSE that is included with this distribution. 
 \*************************************************************************/
 /* iocLogServer.c */
-/* base/src/util $Id$ */
+/* base/src/util $Revision-Id$ */
 
 /*
  *	archive logMsg() from several IOC's to a common rotating file	

=== modified file 'startup/EpicsHostArch.pl'
--- startup/EpicsHostArch.pl	2006-12-19 17:03:02 +0000
+++ startup/EpicsHostArch.pl	2010-10-06 18:12:40 +0000
@@ -10,7 +10,7 @@
 # in file LICENSE that is included with this distribution.
 #*************************************************************************
 
-# $Id$
+# $Revision-Id$
 # Returns the Epics host architecture suitable
 # for assigning to the EPICS_HOST_ARCH variable
 

=== modified file 'startup/cygwin.bat'
--- startup/cygwin.bat	2009-04-13 21:27:32 +0000
+++ startup/cygwin.bat	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 REM  and higher are distributed subject to a Software License Agreement found
 REM  in file LICENSE that is included with this distribution.
 REM *************************************************************************
-REM  $Id$
+REM  $Revision-Id$
 REM
 REM  Site-specific EPICS environment settings
 REM 

=== modified file 'startup/win32.bat'
--- startup/win32.bat	2009-05-06 18:50:46 +0000
+++ startup/win32.bat	2010-10-06 18:12:40 +0000
@@ -8,7 +8,7 @@
 REM  and higher are distributed subject to a Software License Agreement found
 REM  in file LICENSE that is included with this distribution.
 REM *************************************************************************
-REM  $Id$
+REM  $Revision-Id$
 REM
 REM  Site-specific EPICS environment settings
 REM 


Replies:
Re: [Merge] lp:~anj/epics-base/keywords into lp:epics-base Ralph Lange
Re: [Merge] lp:~anj/epics-base/keywords into lp:epics-base Andrew Johnson

Navigate by Date:
Prev: Launchpad Bugs Re-enabling Auto Expiring Bugs deryck . hodge
Next: Re: [Merge] lp:~anj/epics-base/keywords into lp:epics-base Ralph Lange
Index: 2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Launchpad Bugs Re-enabling Auto Expiring Bugs deryck . hodge
Next: Re: [Merge] lp:~anj/epics-base/keywords into lp:epics-base Ralph Lange
Index: 2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 02 Feb 2012 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·