From 0779816dbbee6f841e508544067a5a8b3f1d5b3d Mon Sep 17 00:00:00 2001 From: rlar Date: Mon, 12 Dec 2011 21:59:21 +0000 Subject: [PATCH] remove CVS `Id' and `log' keyword incantations --- ChangeLog | 10 +++ .../devices/adms/admst/ngspiceMODULE.c.xml | 32 -------- .../devices/adms/admst/ngspiceMODULE.hxx.xml | 2 +- .../adms/admst/ngspiceMODULEacld.c.xml | 32 -------- .../devices/adms/admst/ngspiceMODULEask.c.xml | 36 --------- .../adms/admst/ngspiceMODULEdefs.h.xml | 58 -------------- .../devices/adms/admst/ngspiceMODULEdel.c.xml | 22 ----- .../adms/admst/ngspiceMODULEdest.c.xml | 22 ----- .../devices/adms/admst/ngspiceMODULEext.h.xml | 27 ------- .../admst/ngspiceMODULEguesstopology.c.xml | 56 ------------- .../adms/admst/ngspiceMODULEinit.c.xml | 40 ---------- .../adms/admst/ngspiceMODULEinit.h.xml | 27 ------- .../devices/adms/admst/ngspiceMODULEitf.h.xml | 27 ------- .../adms/admst/ngspiceMODULEload.c.xml | 46 ----------- .../adms/admst/ngspiceMODULEmask.c.xml | 35 -------- .../adms/admst/ngspiceMODULEmdel.c.xml | 22 ----- .../adms/admst/ngspiceMODULEmpar.c.xml | 33 -------- .../adms/admst/ngspiceMODULEnoise.c.xml | 25 ------ .../devices/adms/admst/ngspiceMODULEpar.c.xml | 36 --------- .../adms/admst/ngspiceMODULEpzld.c.xml | 26 ------ .../adms/admst/ngspiceMODULEsetup.c.xml | 32 -------- .../adms/admst/ngspiceMODULEtemp.c.xml | 36 --------- .../adms/admst/ngspiceMODULEtrunc.c.xml | 20 ----- .../devices/adms/admst/ngspiceMakefile.am.xml | 80 ------------------- .../devices/adms/admst/ngspiceVersion.xml | 79 ------------------ 25 files changed, 11 insertions(+), 850 deletions(-) diff --git a/ChangeLog b/ChangeLog index a0b0ce4e8..954717ffd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-12-12 Robert Larice + * src/spicelib/devices/adms/admst/ngspiceMODULE*.xml : + remove CVS `Id' and `log' keyword incantations + + I did use '-->' in a commit message, + which was injected into the source files due to + CVS keyword expansion. + + Please use `cvs log' if you really want to know the CVS log + 2011-12-11 Robert Larice * src/spicelib/devices/adms/admst/ngspice.xml : #4/4 #include --> #include "ngspice/..." for adms3 diff --git a/src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml b/src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml index d19914b42..d8bd5ad33 100644 --- a/src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml +++ b/src/spicelib/devices/adms/admst/ngspiceMODULE.c.xml @@ -1,37 +1,5 @@ - #include "ngspice/..." for adms - - Revision 1.7 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.6 2011/07/23 07:57:07 dwarning - lower case substitution in xml module - - Revision 1.5 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.4 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.3 2006/02/21 08:05:18 dwarning - Introduction of alias names for modules to prevent cryptic naming. - - Revision 1.2 2006/02/02 17:56:31 pnenzi - - Changed adms required version to 2.1.3 ,J - - Revision 1.1 2006/01/31 17:53:48 pnenzi - - Initial import for admst (Verilog-AMS) translators for ngspice. - ---> - #include "ngspice/..." for adms - - Revision 1.7 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.6 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.5 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.4 2006/02/21 10:27:10 r29173 - removed printf statements used for debug purpose - - Revision 1.3 2006/02/21 08:05:18 dwarning - Introduction of alias names for modules to prevent cryptic naming. - - Revision 1.2 2006/02/02 17:56:31 pnenzi - - Changed adms required version to 2.1.3 ,J - - Revision 1.1 2006/01/31 17:53:48 pnenzi - - Initial import for admst (Verilog-AMS) translators for ngspice. - ---> - #include "ngspice/..." for adms - - Revision 1.8 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.7 2011/08/12 15:18:41 rlar - pull two -adms3 fixes into -adms - - Revision 1.6 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.5 2007/04/24 08:59:09 r29173 - added missing new lines (due to changes in adms225) - renamed pspva to psp102 - - Revision 1.4 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.3 2006/02/21 08:05:18 dwarning - Introduction of alias names for modules to prevent cryptic naming. - - Revision 1.2 2006/02/02 17:56:31 pnenzi - - Changed adms required version to 2.1.3 ,J - - Revision 1.1 2006/01/31 17:53:48 pnenzi - - Initial import for admst (Verilog-AMS) translators for ngspice. - ---> - #include "ngspice/..." for adms - - Revision 1.18 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.17 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.16 2011/01/12 20:06:59 dwarning - allow gmin stepping by using ckt->CKTdiagGmin - - Revision 1.15 2009/01/01 20:48:48 dwarning - some cc needs double for isinf macro - - Revision 1.14 2007/07/23 17:24:14 dwarning - unique limexp behaviour - - Revision 1.13 2007/07/05 10:20:47 r29173 - added declaration of noise variables - - Revision 1.12 2007/05/11 07:19:57 r29173 - added support to 'div' builtin function - - Revision 1.11 2007/02/10 16:08:41 dwarning - unification for func and derivative - - Revision 1.10 2006/03/07 10:12:12 r29173 - replaced '<' by xml special sequence '<' - - Revision 1.9 2006/03/06 16:36:55 dwarning - Macros for exp() limiting added. - - Revision 1.8 2006/03/06 12:50:52 r29173 - added support to 'analog functions' - - Revision 1.7 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.6 2006/03/03 08:39:31 r29173 - add simparam definitions when possible - - Revision 1.5 2006/03/02 08:51:08 r29173 - added macro _scale (scaling factor) - always set to 1.0 - - Revision 1.4 2006/02/21 08:05:18 dwarning - Introduction of alias names for modules to prevent cryptic naming. - - Revision 1.3 2006/02/09 11:25:24 pnenzi - - Latest update from Laurent and Dietmar: (empty instances) - ---> - #include "ngspice/..." for adms - - Revision 1.4 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.3 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.2 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.1 2006/03/01 14:30:24 pnenzi - - Added mdel, del and dest functions to interface. - ---> - #include "ngspice/..." for adms - - Revision 1.4 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.3 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.2 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.1 2006/03/01 14:30:24 pnenzi - - Added mdel, del and dest functions to interface. - ---> - - #include "ngspice/..." for adms - - Revision 1.16 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.15 2011/08/12 15:18:41 rlar - pull two -adms3 fixes into -adms - - Revision 1.14 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.13 2007/05/11 07:19:58 r29173 - added support to 'div' builtin function - - Revision 1.12 2007/05/07 09:01:18 r29173 - traverse blocks named 'noise' or 'initial_step' during guesstopology code creation - - Revision 1.11 2007/05/04 14:48:09 r29173 - fixed implementation of tempate 'fname' (created unvalid C code) - - Revision 1.9 2007/04/26 13:04:34 r29173 - added cases initializeModel, initiliazeInstance (block name used by psp102) - - Revision 1.8 2007/04/24 12:26:36 r29173 - add case 'blockvariable' - - Revision 1.7 2006/03/06 12:51:29 r29173 - added support to 'analog functions' - - Revision 1.6 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.5 2006/03/03 08:41:41 r29173 - add missing xml code (computation of $function) - - Revision 1.4 2006/03/02 08:53:51 r29173 - started implementing of functions $simparam(), $given(), analysis() - - Revision 1.3 2006/02/21 08:05:18 dwarning - Introduction of alias names for modules to prevent cryptic naming. - - Revision 1.2 2006/02/02 17:56:31 pnenzi - - Changed adms required version to 2.1.3 ,J - - Revision 1.1 2006/01/31 17:53:48 pnenzi - - Initial import for admst (Verilog-AMS) translators for ngspice. - ---> - #include "ngspice/..." for adms - - Revision 1.9 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.8 2011/08/20 17:27:13 rlar - #1/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.7 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.6 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.5 2006/03/01 14:30:24 pnenzi - - Added mdel, del and dest functions to interface. - - Revision 1.4 2006/02/26 22:09:02 pnenzi - - Added support for pole-zero analysis (experimental). - - Revision 1.3 2006/02/21 08:05:18 dwarning - Introduction of alias names for modules to prevent cryptic naming. - - Revision 1.2 2006/02/02 17:56:31 pnenzi - - Changed adms required version to 2.1.3 ,J - - Revision 1.1 2006/01/31 17:53:48 pnenzi - - Initial import for admst (Verilog-AMS) translators for ngspice. - ---> - - - #include "ngspice/..." for adms - - Revision 1.11 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.10 2011/08/12 15:18:41 rlar - pull two -adms3 fixes into -adms - - Revision 1.9 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.8 2007/07/05 09:44:11 r29173 - added new evaluate function (support of ddx operator used inside contribs) - - Revision 1.7 2007/05/05 21:11:46 dwarning - One additional NL prevent problems in vbicload.c - - Revision 1.6 2007/04/30 13:10:35 r29173 - improved 'guesstopology' - fixed implementation of macro 'noise' - when building 'load' traverse block 'noise' - - Revision 1.5 2007/04/26 13:04:34 r29173 - added cases initializeModel, initiliazeInstance (block name used by psp102) - - Revision 1.4 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.3 2006/02/21 08:05:18 dwarning - Introduction of alias names for modules to prevent cryptic naming. - - Revision 1.2 2006/02/02 17:56:31 pnenzi - - Changed adms required version to 2.1.3 ,J - - Revision 1.1 2006/01/31 17:53:48 pnenzi - - Initial import for admst (Verilog-AMS) translators for ngspice. - ---> - #include "ngspice/..." for adms - - Revision 1.8 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.7 2011/08/12 15:18:41 rlar - pull two -adms3 fixes into -adms - - Revision 1.6 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.5 2008/01/06 17:45:33 dwarning - add NL at the EOF - - Revision 1.4 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.3 2006/02/21 08:05:18 dwarning - Introduction of alias names for modules to prevent cryptic naming. - - Revision 1.2 2006/02/02 17:56:31 pnenzi - - Changed adms required version to 2.1.3 ,J - - Revision 1.1 2006/01/31 17:53:48 pnenzi - - Initial import for admst (Verilog-AMS) translators for ngspice. - ---> - #include "ngspice/..." for adms - - Revision 1.4 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.3 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.2 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.1 2006/03/01 14:30:24 pnenzi - - Added mdel, del and dest functions to interface. - ---> - #include "ngspice/..." for adms - - Revision 1.7 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.6 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.5 2007/04/24 08:59:09 r29173 - added missing new lines (due to changes in adms225) - renamed pspva to psp102 - - Revision 1.4 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.3 2006/02/21 08:05:18 dwarning - Introduction of alias names for modules to prevent cryptic naming. - - Revision 1.2 2006/02/02 17:56:31 pnenzi - - Changed adms required version to 2.1.3 ,J - - Revision 1.1 2006/01/31 17:53:48 pnenzi - - Initial import for admst (Verilog-AMS) translators for ngspice. - ---> - #include "ngspice/..." for adms - - Revision 1.3 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.2 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.1 2007/07/05 09:45:33 r29173 - started noise implementation (added just a template!) - - Revision 1.2 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.1 2006/03/01 14:30:24 pnenzi - - Added mdel, del and dest functions to interface. - ---> - #include "ngspice/..." for adms - - Revision 1.8 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.7 2011/08/12 15:18:41 rlar - pull two -adms3 fixes into -adms - - Revision 1.6 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.5 2007/04/24 08:59:09 r29173 - added missing new lines (due to changes in adms225) - renamed pspva to psp102 - - Revision 1.4 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.3 2006/02/21 08:05:18 dwarning - Introduction of alias names for modules to prevent cryptic naming. - - Revision 1.2 2006/02/02 17:56:31 pnenzi - - Changed adms required version to 2.1.3 ,J - - Revision 1.1 2006/01/31 17:53:48 pnenzi - - Initial import for admst (Verilog-AMS) translators for ngspice. - ---> - #include "ngspice/..." for adms - - Revision 1.5 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.4 2011/08/12 15:18:41 rlar - pull two -adms3 fixes into -adms - - Revision 1.3 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.2 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.1 2006/02/26 22:09:03 pnenzi - - Added support for pole-zero analysis (experimental). - - ---> - #include "ngspice/..." for adms - - Revision 1.7 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.6 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.5 2006/03/06 12:50:15 r29173 - added support to 'analog functions' - - Revision 1.4 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.3 2006/02/21 08:05:18 dwarning - Introduction of alias names for modules to prevent cryptic naming. - - Revision 1.2 2006/02/02 17:56:31 pnenzi - - Changed adms required version to 2.1.3 ,J - - Revision 1.1 2006/01/31 17:53:48 pnenzi - - Initial import for admst (Verilog-AMS) translators for ngspice. - ---> - #include "ngspice/..." for adms - - Revision 1.8 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.7 2011/08/12 15:18:41 rlar - pull two -adms3 fixes into -adms - - Revision 1.6 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.5 2007/04/24 08:59:09 r29173 - added missing new lines (due to changes in adms225) - renamed pspva to psp102 - - Revision 1.4 2006/03/05 09:38:41 pnenzi - - Updated version to 2.2.0 - - Revision 1.3 2006/02/21 08:05:18 dwarning - Introduction of alias names for modules to prevent cryptic naming. - - Revision 1.2 2006/02/02 17:56:31 pnenzi - - Changed adms required version to 2.1.3 ,J - - Revision 1.1 2006/01/31 17:53:48 pnenzi - - Initial import for admst (Verilog-AMS) translators for ngspice. - ---> - #include "ngspice/..." for adms - - Revision 1.3 2011/08/20 17:49:37 rlar - #6/7 use a subdirectory "ngspice" for includes to create a uniq namespace - - Revision 1.2 2011/01/13 17:05:46 dwarning - set version parameter to 2.3.0 - - Revision 1.1 2006/03/10 09:55:53 pnenzi - - Truncation error calculation. - - ---> - - - -