From 0d61f7384d27c00a3517be3f5814b32a962b598c Mon Sep 17 00:00:00 2001 From: Cary R Date: Thu, 16 Aug 2012 10:48:23 -0700 Subject: [PATCH] Remove CVS remnants for libveriuser files. --- libveriuser/a_close.c | 25 ---------------------- libveriuser/a_compare_handles.c | 24 +-------------------- libveriuser/a_fetch_argc.c | 15 +------------ libveriuser/a_fetch_argv.c | 15 +------------ libveriuser/a_fetch_dir.c | 12 ----------- libveriuser/a_fetch_fullname.c | 29 +------------------------ libveriuser/a_fetch_location.c | 16 -------------- libveriuser/a_fetch_range.c | 21 +----------------- libveriuser/a_fetch_time.c | 12 ----------- libveriuser/a_fetch_type_str.c | 1 - libveriuser/a_handle_by_name.c | 18 +--------------- libveriuser/a_handle_hiconn.c | 12 ----------- libveriuser/a_handle_object.c | 14 ------------ libveriuser/a_handle_parent.c | 21 ------------------ libveriuser/a_handle_simulated_net.c | 12 ----------- libveriuser/a_handle_tfarg.c | 32 +--------------------------- libveriuser/a_initialize.c | 13 ----------- libveriuser/a_next_bit.c | 12 ----------- libveriuser/a_next_port.c | 12 ----------- libveriuser/a_next_topmod.c | 15 +------------ libveriuser/a_product_version.c | 15 +------------ libveriuser/a_version.c | 15 +------------ libveriuser/asynch.c | 18 +--------------- libveriuser/delay.c | 23 -------------------- libveriuser/exprinfo.c | 13 ----------- libveriuser/finish.c | 15 ------------- libveriuser/getcstringp.c | 18 +--------------- libveriuser/getinstance.c | 27 +---------------------- libveriuser/io_print.c | 22 ------------------- libveriuser/math.c | 23 -------------------- libveriuser/mc_scan_plusargs.c | 16 -------------- libveriuser/nodeinfo.c | 13 ----------- libveriuser/nump.c | 18 +--------------- libveriuser/priv.c | 25 ---------------------- libveriuser/putlongp.c | 21 +----------------- libveriuser/spname.c | 29 ------------------------- libveriuser/typep.c | 3 --- 37 files changed, 15 insertions(+), 630 deletions(-) diff --git a/libveriuser/a_close.c b/libveriuser/a_close.c index 75ca20ca1..db141ab98 100644 --- a/libveriuser/a_close.c +++ b/libveriuser/a_close.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_close.c,v 1.4 2003/06/17 16:55:07 steve Exp $" -#endif # include # include "priv.h" @@ -29,25 +26,3 @@ void acc_close(void) fprintf(pli_trace, "acc_close()\n"); } } - -/* - * $Log: a_close.c,v $ - * Revision 1.4 2003/06/17 16:55:07 steve - * 1) setlinebuf() for vpi_trace - * 2) Addes error checks for trace file opens - * 3) removes now extraneous flushes - * 4) fixes acc_next() bug - * - * Revision 1.3 2003/05/18 00:16:35 steve - * Add PLI_TRACE tracing of PLI1 modules. - * - * Add tf_isetdelay and friends, and add - * callback return values for acc_vcl support. - * - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/05/23 03:46:42 steve - * Add the acc_user.h header file. - * - */ diff --git a/libveriuser/a_compare_handles.c b/libveriuser/a_compare_handles.c index 2725717c5..e15bec307 100644 --- a/libveriuser/a_compare_handles.c +++ b/libveriuser/a_compare_handles.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2003 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_compare_handles.c,v 1.3 2004/02/18 02:51:59 steve Exp $" -#endif # include # include @@ -27,22 +24,3 @@ PLI_INT32 acc_compare_handles(handle handle1, handle handle2) { return handle1 == handle2; } - -/* - * $Log: a_compare_handles.c,v $ - * Revision 1.3 2004/02/18 02:51:59 steve - * Fix type mismatches of various VPI functions. - * - * Revision 1.2 2003/08/26 16:26:02 steve - * ifdef idents correctly. - * - * Revision 1.1 2003/06/04 01:56:20 steve - * 1) Adds configure logic to clean up compiler warnings - * 2) adds acc_compare_handle, acc_fetch_range, acc_next_scope and - * tf_isetrealdelay, acc_handle_scope - * 3) makes acc_next reentrant - * 4) adds basic vpiWire type support - * 5) fills in some acc_object_of_type() and acc_fetch_{full}type() - * 6) add vpiLeftRange/RigthRange to signals - * - */ diff --git a/libveriuser/a_fetch_argc.c b/libveriuser/a_fetch_argc.c index 85e0fd295..0bd71a9fd 100644 --- a/libveriuser/a_fetch_argc.c +++ b/libveriuser/a_fetch_argc.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_fetch_argc.c,v 1.2 2002/08/12 01:35:02 steve Exp $" -#endif # include # include @@ -37,13 +34,3 @@ int acc_fetch_argc(void) /* return argc */ return vpi_vlog_info.argc; } - -/* - * $Log: a_fetch_argc.c,v $ - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/06/11 15:19:12 steve - * Add acc_fetch_argc/argv/version (mruff) - * - */ diff --git a/libveriuser/a_fetch_argv.c b/libveriuser/a_fetch_argv.c index 77cdb982d..c89c61fab 100644 --- a/libveriuser/a_fetch_argv.c +++ b/libveriuser/a_fetch_argv.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_fetch_argv.c,v 1.2 2002/08/12 01:35:02 steve Exp $" -#endif # include # include @@ -37,13 +34,3 @@ char **acc_fetch_argv(void) /* return argc */ return vpi_vlog_info.argv; } - -/* - * $Log: a_fetch_argv.c,v $ - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/06/11 15:19:12 steve - * Add acc_fetch_argc/argv/version (mruff) - * - */ diff --git a/libveriuser/a_fetch_dir.c b/libveriuser/a_fetch_dir.c index 580b97c02..c2a924e09 100644 --- a/libveriuser/a_fetch_dir.c +++ b/libveriuser/a_fetch_dir.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_fetch_dir.c,v 1.1 2003/10/10 02:57:45 steve Exp $" -#endif # include # include @@ -42,12 +39,3 @@ PLI_INT32 acc_fetch_direction(handle obj) return accInout; } - - -/* - * $Log: a_fetch_dir.c,v $ - * Revision 1.1 2003/10/10 02:57:45 steve - * Some PLI1 stubs. - * - */ - diff --git a/libveriuser/a_fetch_fullname.c b/libveriuser/a_fetch_fullname.c index bc4ab8946..f9bb73d49 100644 --- a/libveriuser/a_fetch_fullname.c +++ b/libveriuser/a_fetch_fullname.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_fetch_fullname.c,v 1.5 2003/05/29 02:21:45 steve Exp $" -#endif #include #include @@ -41,27 +38,3 @@ char* acc_fetch_defname(handle object) { return __acc_newstring(vpi_get_str(vpiDefName, object)); } - -/* - * $Log: a_fetch_fullname.c,v $ - * Revision 1.5 2003/05/29 02:21:45 steve - * Implement acc_fetch_defname and its infrastructure in vvp. - * - * Revision 1.4 2003/03/13 05:07:46 steve - * Declaration warnings. - * - * Revision 1.3 2003/02/17 06:39:47 steve - * Add at least minimal implementations for several - * acc_ functions. Add support for standard ACC - * string handling. - * - * Add the _pli_types.h header file to carry the - * IEEE1364-2001 standard PLI type declarations. - * - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/06/07 02:58:58 steve - * Add a bunch of acc/tf functions. (mruff) - * - */ diff --git a/libveriuser/a_fetch_location.c b/libveriuser/a_fetch_location.c index 9b5d62290..9a44a0256 100644 --- a/libveriuser/a_fetch_location.c +++ b/libveriuser/a_fetch_location.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_fetch_location.c,v 1.1 2003/02/17 06:39:47 steve Exp $" -#endif #include #include @@ -29,16 +26,3 @@ int acc_fetch_location(p_location loc, handle obj) loc->filename = ""; return 1; } - -/* - * $Log: a_fetch_location.c,v $ - * Revision 1.1 2003/02/17 06:39:47 steve - * Add at least minimal implementations for several - * acc_ functions. Add support for standard ACC - * string handling. - * - * Add the _pli_types.h header file to carry the - * IEEE1364-2001 standard PLI type declarations. - * - */ - diff --git a/libveriuser/a_fetch_range.c b/libveriuser/a_fetch_range.c index 6be4debb3..aecb4156a 100644 --- a/libveriuser/a_fetch_range.c +++ b/libveriuser/a_fetch_range.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2003 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_fetch_range.c,v 1.2 2004/02/18 02:51:59 steve Exp $" -#endif #include #include @@ -32,19 +29,3 @@ PLI_INT32 acc_fetch_range(handle object, int *msb, int *lsb) *lsb = vpi_get(vpiRightRange, object); return 0; } - -/* - * $Log: a_fetch_range.c,v $ - * Revision 1.2 2004/02/18 02:51:59 steve - * Fix type mismatches of various VPI functions. - * - * Revision 1.1 2003/06/04 01:56:20 steve - * 1) Adds configure logic to clean up compiler warnings - * 2) adds acc_compare_handle, acc_fetch_range, acc_next_scope and - * tf_isetrealdelay, acc_handle_scope - * 3) makes acc_next reentrant - * 4) adds basic vpiWire type support - * 5) fills in some acc_object_of_type() and acc_fetch_{full}type() - * 6) add vpiLeftRange/RigthRange to signals - * - */ diff --git a/libveriuser/a_fetch_time.c b/libveriuser/a_fetch_time.c index 236b86665..69cc1daa6 100644 --- a/libveriuser/a_fetch_time.c +++ b/libveriuser/a_fetch_time.c @@ -16,10 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_fetch_time.c,v 1.1 2003/03/13 04:35:09 steve Exp $" -#endif - #include #include @@ -30,11 +26,3 @@ void acc_fetch_timescale_info(handle obj, p_timescale_info info) info->precision = vpi_get(vpiTimePrecision, 0); info->unit = vpi_get(vpiTimeUnit, obj); } - -/* - * $Log: a_fetch_time.c,v $ - * Revision 1.1 2003/03/13 04:35:09 steve - * Add a bunch of new acc_ and tf_ functions. - * - */ - diff --git a/libveriuser/a_fetch_type_str.c b/libveriuser/a_fetch_type_str.c index 403aa6dbe..e15cd0968 100644 --- a/libveriuser/a_fetch_type_str.c +++ b/libveriuser/a_fetch_type_str.c @@ -21,7 +21,6 @@ #include #include - const char* acc_fetch_type_str(PLI_INT32 type) { switch (type) { diff --git a/libveriuser/a_handle_by_name.c b/libveriuser/a_handle_by_name.c index 0a2cd42b6..4efb979bc 100644 --- a/libveriuser/a_handle_by_name.c +++ b/libveriuser/a_handle_by_name.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2003 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_handle_by_name.c,v 1.2 2003/06/17 16:55:07 steve Exp $" -#endif # include # include @@ -50,16 +47,3 @@ handle acc_handle_by_name(const char*obj_name, handle scope) return res; } - -/* - * $Log: a_handle_by_name.c,v $ - * Revision 1.2 2003/06/17 16:55:07 steve - * 1) setlinebuf() for vpi_trace - * 2) Addes error checks for trace file opens - * 3) removes now extraneous flushes - * 4) fixes acc_next() bug - * - * Revision 1.1 2003/05/24 03:02:04 steve - * Add implementation of acc_handle_by_name. - * - */ diff --git a/libveriuser/a_handle_hiconn.c b/libveriuser/a_handle_hiconn.c index 567a0d00a..a0493c6f1 100644 --- a/libveriuser/a_handle_hiconn.c +++ b/libveriuser/a_handle_hiconn.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_handle_hiconn.c,v 1.1 2003/10/10 02:57:45 steve Exp $" -#endif # include # include @@ -42,12 +39,3 @@ handle acc_handle_hiconn(handle obj) return 0; } - - -/* - * $Log: a_handle_hiconn.c,v $ - * Revision 1.1 2003/10/10 02:57:45 steve - * Some PLI1 stubs. - * - */ - diff --git a/libveriuser/a_handle_object.c b/libveriuser/a_handle_object.c index baaad1d09..0566e3805 100644 --- a/libveriuser/a_handle_object.c +++ b/libveriuser/a_handle_object.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_handle_object.c,v 1.2 2003/12/17 15:45:07 steve Exp $" -#endif #include #include @@ -52,14 +49,3 @@ char* acc_set_scope(handle ref, ...) return acc_fetch_fullname(ref); } - -/* - * $Log: a_handle_object.c,v $ - * Revision 1.2 2003/12/17 15:45:07 steve - * Add acc_set_scope function. - * - * Revision 1.1 2003/03/13 04:35:09 steve - * Add a bunch of new acc_ and tf_ functions. - * - */ - diff --git a/libveriuser/a_handle_parent.c b/libveriuser/a_handle_parent.c index 3592f0201..6dd120904 100644 --- a/libveriuser/a_handle_parent.c +++ b/libveriuser/a_handle_parent.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_handle_parent.c,v 1.2 2003/06/04 01:56:20 steve Exp $" -#endif #include #include @@ -34,25 +31,7 @@ handle acc_handle_parent(handle obj) return scope; } - handle acc_handle_scope(handle obj) { return vpi_handle(vpiScope, obj); } - -/* - * $Log: a_handle_parent.c,v $ - * Revision 1.2 2003/06/04 01:56:20 steve - * 1) Adds configure logic to clean up compiler warnings - * 2) adds acc_compare_handle, acc_fetch_range, acc_next_scope and - * tf_isetrealdelay, acc_handle_scope - * 3) makes acc_next reentrant - * 4) adds basic vpiWire type support - * 5) fills in some acc_object_of_type() and acc_fetch_{full}type() - * 6) add vpiLeftRange/RigthRange to signals - * - * Revision 1.1 2003/03/13 04:35:09 steve - * Add a bunch of new acc_ and tf_ functions. - * - */ - diff --git a/libveriuser/a_handle_simulated_net.c b/libveriuser/a_handle_simulated_net.c index 2d07d1ab5..4ec6713ac 100644 --- a/libveriuser/a_handle_simulated_net.c +++ b/libveriuser/a_handle_simulated_net.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_handle_simulated_net.c,v 1.1 2003/10/10 02:57:46 steve Exp $" -#endif # include # include @@ -35,12 +32,3 @@ handle acc_handle_simulated_net(handle obj) return obj; } - - -/* - * $Log: a_handle_simulated_net.c,v $ - * Revision 1.1 2003/10/10 02:57:46 steve - * Some PLI1 stubs. - * - */ - diff --git a/libveriuser/a_handle_tfarg.c b/libveriuser/a_handle_tfarg.c index c25eba401..9255dd6b2 100644 --- a/libveriuser/a_handle_tfarg.c +++ b/libveriuser/a_handle_tfarg.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_handle_tfarg.c,v 1.6 2004/10/04 01:10:56 steve Exp $" -#endif #include #include @@ -55,30 +52,3 @@ handle acc_handle_tfinst(void) { return vpi_handle(vpiSysTfCall, 0); } - -/* - * $Log: a_handle_tfarg.c,v $ - * Revision 1.6 2004/10/04 01:10:56 steve - * Clean up spurious trailing white space. - * - * Revision 1.5 2003/03/18 01:21:49 steve - * Fix warning about uninitialized variable. - * - * Revision 1.4 2003/03/14 04:58:50 steve - * Free the iterator when Im done. - * - * Revision 1.3 2003/02/17 06:39:47 steve - * Add at least minimal implementations for several - * acc_ functions. Add support for standard ACC - * string handling. - * - * Add the _pli_types.h header file to carry the - * IEEE1364-2001 standard PLI type declarations. - * - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/06/02 19:03:58 steve - * Add acc_handle_tfarg and acc_next_topmode - * - */ diff --git a/libveriuser/a_initialize.c b/libveriuser/a_initialize.c index 8f7c7209e..2a58ca728 100644 --- a/libveriuser/a_initialize.c +++ b/libveriuser/a_initialize.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_initialize.c,v 1.2 2002/08/12 01:35:02 steve Exp $" -#endif # include @@ -30,13 +27,3 @@ int acc_initialize() return 1; } - -/* - * $Log: a_initialize.c,v $ - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/05/23 03:46:42 steve - * Add the acc_user.h header file. - * - */ diff --git a/libveriuser/a_next_bit.c b/libveriuser/a_next_bit.c index 13ba06a5f..adf35057f 100644 --- a/libveriuser/a_next_bit.c +++ b/libveriuser/a_next_bit.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_next_bit.c,v 1.1 2003/10/10 02:57:46 steve Exp $" -#endif # include # include @@ -42,12 +39,3 @@ handle acc_next_bit(handle ref, handle bit) return 0; } - - -/* - * $Log: a_next_bit.c,v $ - * Revision 1.1 2003/10/10 02:57:46 steve - * Some PLI1 stubs. - * - */ - diff --git a/libveriuser/a_next_port.c b/libveriuser/a_next_port.c index dc08aeaec..feff27b22 100644 --- a/libveriuser/a_next_port.c +++ b/libveriuser/a_next_port.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_next_port.c,v 1.1 2003/10/10 02:57:46 steve Exp $" -#endif # include # include @@ -42,12 +39,3 @@ handle acc_next_port(handle ref, handle bit) return 0; } - - -/* - * $Log: a_next_port.c,v $ - * Revision 1.1 2003/10/10 02:57:46 steve - * Some PLI1 stubs. - * - */ - diff --git a/libveriuser/a_next_topmod.c b/libveriuser/a_next_topmod.c index f49506ec2..eec4b4176 100644 --- a/libveriuser/a_next_topmod.c +++ b/libveriuser/a_next_topmod.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_next_topmod.c,v 1.2 2002/08/12 01:35:02 steve Exp $" -#endif #include #include @@ -46,13 +43,3 @@ handle acc_next_topmod(handle prev_topmod) last = vpi_scan(mod_i); return last; } - -/* - * $Log: a_next_topmod.c,v $ - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/06/02 19:03:58 steve - * Add acc_handle_tfarg and acc_next_topmode - * - */ diff --git a/libveriuser/a_product_version.c b/libveriuser/a_product_version.c index 0ca267f90..5cbd15053 100644 --- a/libveriuser/a_product_version.c +++ b/libveriuser/a_product_version.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_product_version.c,v 1.2 2002/08/12 01:35:02 steve Exp $" -#endif # include # include @@ -31,13 +28,3 @@ char *acc_product_version(void) return info.version; } - -/* - * $Log: a_product_version.c,v $ - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/05/30 02:06:05 steve - * Implement acc_product_version. - * - */ diff --git a/libveriuser/a_version.c b/libveriuser/a_version.c index 9ec6f0e2e..f5187f22c 100644 --- a/libveriuser/a_version.c +++ b/libveriuser/a_version.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: a_version.c,v 1.2 2002/08/12 01:35:02 steve Exp $" -#endif # include # include @@ -31,13 +28,3 @@ char *acc_version(void) return info.version; } - -/* - * $Log: a_version.c,v $ - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/06/11 15:19:12 steve - * Add acc_fetch_argc/argv/version (mruff) - * - */ diff --git a/libveriuser/asynch.c b/libveriuser/asynch.c index 0273ed9d8..9ce699b18 100644 --- a/libveriuser/asynch.c +++ b/libveriuser/asynch.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: asynch.c,v 1.3 2003/04/23 15:01:29 steve Exp $" -#endif # include @@ -39,16 +36,3 @@ int tf_asynchoff(void) async_misctf_enable = 0; return 0; } - -/* - * $Log: asynch.c,v $ - * Revision 1.3 2003/04/23 15:01:29 steve - * Add tf_synchronize and tf_multiply_long. - * - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/06/04 01:40:03 steve - * Add asynchon and asynchoff - * - */ diff --git a/libveriuser/delay.c b/libveriuser/delay.c index f33fcb1e4..bf1081310 100644 --- a/libveriuser/delay.c +++ b/libveriuser/delay.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: delay.c,v 1.3 2003/06/17 16:55:07 steve Exp $" -#endif #include #include @@ -78,23 +75,3 @@ int tf_setdelay(PLI_INT32 delay) { return tf_isetdelay(delay, tf_getinstance()); } - -/* - * $Log: delay.c,v $ - * Revision 1.3 2003/06/17 16:55:07 steve - * 1) setlinebuf() for vpi_trace - * 2) Addes error checks for trace file opens - * 3) removes now extraneous flushes - * 4) fixes acc_next() bug - * - * Revision 1.2 2003/05/28 02:42:43 steve - * compiler warnings. - * - * Revision 1.1 2003/05/18 00:16:35 steve - * Add PLI_TRACE tracing of PLI1 modules. - * - * Add tf_isetdelay and friends, and add - * callback return values for acc_vcl support. - * - */ - diff --git a/libveriuser/exprinfo.c b/libveriuser/exprinfo.c index 1cd4f65d5..1b158794a 100644 --- a/libveriuser/exprinfo.c +++ b/libveriuser/exprinfo.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: exprinfo.c,v 1.1 2003/10/10 02:57:46 steve Exp $" -#endif # include # include @@ -41,13 +38,3 @@ struct t_tfexprinfo* tf_exprinfo(PLI_INT32 a, struct t_tfexprinfo*ip) } return 0; } - - - -/* - * $Log: exprinfo.c,v $ - * Revision 1.1 2003/10/10 02:57:46 steve - * Some PLI1 stubs. - * - */ - diff --git a/libveriuser/finish.c b/libveriuser/finish.c index 1f31ce4d6..8181d4fa9 100644 --- a/libveriuser/finish.c +++ b/libveriuser/finish.c @@ -16,14 +16,10 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: finish.c,v 1.2 2002/08/12 01:35:02 steve Exp $" -#endif # include # include - /* * Implement tf_dofinish and tf_dostop using vpi functions. */ @@ -38,14 +34,3 @@ int tf_dostop(void) vpi_control(vpiStop, 0); return 0; } - -/* - * $Log: finish.c,v $ - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/05/19 05:21:00 steve - * Start the libveriuser library. - * - */ - diff --git a/libveriuser/getcstringp.c b/libveriuser/getcstringp.c index a5786d26f..2506845be 100644 --- a/libveriuser/getcstringp.c +++ b/libveriuser/getcstringp.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: getcstringp.c,v 1.3 2003/03/13 04:35:09 steve Exp $" -#endif #include #include @@ -31,16 +28,3 @@ char *tf_getcstringp(int n) char*res = acc_fetch_tfarg_str(n); return res; } - -/* - * $Log: getcstringp.c,v $ - * Revision 1.3 2003/03/13 04:35:09 steve - * Add a bunch of new acc_ and tf_ functions. - * - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/06/07 02:58:59 steve - * Add a bunch of acc/tf functions. (mruff) - * - */ diff --git a/libveriuser/getinstance.c b/libveriuser/getinstance.c index dbd613b97..e37c0ac35 100644 --- a/libveriuser/getinstance.c +++ b/libveriuser/getinstance.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: getinstance.c,v 1.5 2005/09/20 18:34:01 steve Exp $" -#endif #include #include @@ -30,25 +27,3 @@ PLI_BYTE8* tf_getinstance(void) { return (PLI_BYTE8 *)vpi_handle(vpiSysTfCall, 0 /* NULL */); } - -/* - * $Log: getinstance.c,v $ - * Revision 1.5 2005/09/20 18:34:01 steve - * Clean up compiler warnings. - * - * Revision 1.4 2003/05/18 00:16:35 steve - * Add PLI_TRACE tracing of PLI1 modules. - * - * Add tf_isetdelay and friends, and add - * callback return values for acc_vcl support. - * - * Revision 1.3 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.2 2002/06/03 21:52:59 steve - * Fix return type of tf_getinstance. - * - * Revision 1.1 2002/06/02 18:54:59 steve - * Add tf_getinstance function. - * - */ diff --git a/libveriuser/io_print.c b/libveriuser/io_print.c index 575f6bfc5..03b45ca26 100644 --- a/libveriuser/io_print.c +++ b/libveriuser/io_print.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: io_print.c,v 1.4 2002/12/19 21:37:04 steve Exp $" -#endif # include # include @@ -70,22 +67,3 @@ PLI_INT32 tf_message(PLI_INT32 level, char*facility, vpi_printf("\n"); return 0; } - - -/* - * $Log: io_print.c,v $ - * Revision 1.4 2002/12/19 21:37:04 steve - * Add tf_message, tf_get/setworkarea, and - * ty_typep functions, along with defines - * related to these functions. - * - * Revision 1.3 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.2 2002/05/30 02:10:08 steve - * Add tf_error and tf_warning from mruff - * - * Revision 1.1 2002/05/23 03:35:42 steve - * Add the io_printf function to libveriuser. - * - */ diff --git a/libveriuser/math.c b/libveriuser/math.c index 7456873ca..43b5ac53e 100644 --- a/libveriuser/math.c +++ b/libveriuser/math.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: math.c,v 1.3 2003/06/13 19:23:42 steve Exp $" -#endif # include # include @@ -54,23 +51,3 @@ void tf_long_to_real(PLI_INT32 low, PLI_INT32 high, double *real) a = (a << 32) | low; *real = (double)a; } - -/* - * $Log: math.c,v $ - * Revision 1.3 2003/06/13 19:23:42 steve - * Add a bunch more PLI1 routines. - * - * Revision 1.2 2003/06/04 01:56:20 steve - * 1) Adds configure logic to clean up compiler warnings - * 2) adds acc_compare_handle, acc_fetch_range, acc_next_scope and - * tf_isetrealdelay, acc_handle_scope - * 3) makes acc_next reentrant - * 4) adds basic vpiWire type support - * 5) fills in some acc_object_of_type() and acc_fetch_{full}type() - * 6) add vpiLeftRange/RigthRange to signals - * - * Revision 1.1 2003/04/23 15:01:29 steve - * Add tf_synchronize and tf_multiply_long. - * - */ - diff --git a/libveriuser/mc_scan_plusargs.c b/libveriuser/mc_scan_plusargs.c index d92eb1844..8524a1c11 100644 --- a/libveriuser/mc_scan_plusargs.c +++ b/libveriuser/mc_scan_plusargs.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: mc_scan_plusargs.c,v 1.3 2002/08/12 01:35:02 steve Exp $" -#endif # include # include @@ -66,16 +63,3 @@ char *mc_scan_plusargs(char *plusarg) /* didn't find it yet */ return (char *)0; } - -/* - * $Log: mc_scan_plusargs.c,v $ - * Revision 1.3 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.2 2002/05/24 21:46:21 steve - * Only match plusargs. - * - * Revision 1.1 2002/05/24 20:29:07 steve - * Implement mc_scan_plusargs. - * - */ diff --git a/libveriuser/nodeinfo.c b/libveriuser/nodeinfo.c index 6f2736767..21b74a250 100644 --- a/libveriuser/nodeinfo.c +++ b/libveriuser/nodeinfo.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: nodeinfo.c,v 1.1 2003/10/10 02:57:46 steve Exp $" -#endif # include # include @@ -41,13 +38,3 @@ struct t_tfnoeinfo* tf_nodeinfo(PLI_INT32 a, struct t_tfnodeinfo*ip) } return 0; } - - - -/* - * $Log: nodeinfo.c,v $ - * Revision 1.1 2003/10/10 02:57:46 steve - * Some PLI1 stubs. - * - */ - diff --git a/libveriuser/nump.c b/libveriuser/nump.c index 61ac6d803..39f9e3f6d 100644 --- a/libveriuser/nump.c +++ b/libveriuser/nump.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: nump.c,v 1.3 2003/05/28 03:38:05 steve Exp $" -#endif #include #include @@ -46,16 +43,3 @@ int tf_nump(void) vpiHandle sys_h = vpi_handle(vpiSysTfCall, 0 /* NULL */); return tf_inump(sys_h); } - -/* - * $Log: nump.c,v $ - * Revision 1.3 2003/05/28 03:38:05 steve - * Implement tf_inump - * - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/05/30 02:12:17 steve - * Add tf_nump from mruff. - * - */ diff --git a/libveriuser/priv.c b/libveriuser/priv.c index cd3355617..da727e5c7 100644 --- a/libveriuser/priv.c +++ b/libveriuser/priv.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: priv.c,v 1.3 2003/05/18 00:16:35 steve Exp $" -#endif # include "priv.h" # include @@ -55,25 +52,3 @@ char* __acc_newstring(const char*txt) return res; } - -/* - * $Log: priv.c,v $ - * Revision 1.3 2003/05/18 00:16:35 steve - * Add PLI_TRACE tracing of PLI1 modules. - * - * Add tf_isetdelay and friends, and add - * callback return values for acc_vcl support. - * - * Revision 1.2 2003/03/13 05:07:46 steve - * Declaration warnings. - * - * Revision 1.1 2003/02/17 06:39:47 steve - * Add at least minimal implementations for several - * acc_ functions. Add support for standard ACC - * string handling. - * - * Add the _pli_types.h header file to carry the - * IEEE1364-2001 standard PLI type declarations. - * - */ - diff --git a/libveriuser/putlongp.c b/libveriuser/putlongp.c index 9d05bd4aa..803862ec2 100644 --- a/libveriuser/putlongp.c +++ b/libveriuser/putlongp.c @@ -1,4 +1,4 @@ -/* vi:sw=6 +/* * Copyright (c) 2002 Michael Ruff (mruff at chiaro.com) * * This source code is free software; you can redistribute it @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: putlongp.c,v 1.4 2004/09/10 23:13:05 steve Exp $" -#endif #include #include @@ -62,19 +59,3 @@ void tf_putlongp(int n, int lowvalue, int highvalue) vpi_free_object(sys_i); } - -/* - * $Log: putlongp.c,v $ - * Revision 1.4 2004/09/10 23:13:05 steve - * Compile cleanup of C code. - * - * Revision 1.3 2003/03/15 05:42:39 steve - * free argument iterators. - * - * Revision 1.2 2002/08/12 01:35:02 steve - * conditional ident string using autoconfig. - * - * Revision 1.1 2002/06/07 16:21:13 steve - * Add tf_putlongp and tf_putp. - * - */ diff --git a/libveriuser/spname.c b/libveriuser/spname.c index ff785177b..6732d3511 100644 --- a/libveriuser/spname.c +++ b/libveriuser/spname.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: spname.c,v 1.4 2003/06/17 16:55:08 steve Exp $" -#endif #include #include @@ -51,29 +48,3 @@ char *tf_mipname(void) { return tf_imipname(vpi_handle(vpiSysTfCall,0)); } - -/* - * $Log: spname.c,v $ - * Revision 1.4 2003/06/17 16:55:08 steve - * 1) setlinebuf() for vpi_trace - * 2) Addes error checks for trace file opens - * 3) removes now extraneous flushes - * 4) fixes acc_next() bug - * - * Revision 1.3 2003/05/29 03:46:21 steve - * Add tf_getp/putp support for integers - * and real valued arguments. - * - * Add tf_mipname function. - * - * Revision 1.2 2003/05/18 00:16:35 steve - * Add PLI_TRACE tracing of PLI1 modules. - * - * Add tf_isetdelay and friends, and add - * callback return values for acc_vcl support. - * - * Revision 1.1 2003/03/13 04:35:09 steve - * Add a bunch of new acc_ and tf_ functions. - * - */ - diff --git a/libveriuser/typep.c b/libveriuser/typep.c index 0ddb93a12..e9371fd16 100644 --- a/libveriuser/typep.c +++ b/libveriuser/typep.c @@ -16,9 +16,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef HAVE_CVS_IDENT -#ident "$Id: typep.c,v 1.2 2003/03/13 05:07:46 steve Exp $" -#endif #include #include