[Vm-dev] [commit][3197] Nuke obsolete RCS vrsion info

commits at squeakvm.org commits at squeakvm.org
Tue Dec 30 19:42:41 UTC 2014


Revision: 3197
Author:   eliot
Date:     2014-12-30 11:42:22 -0800 (Tue, 30 Dec 2014)
Log Message:
-----------
Nuke obsolete RCS vrsion info

Modified Paths:
--------------
    branches/Cog/platforms/win32/vm/sqWin32.h
    branches/Cog/platforms/win32/vm/sqWin32Alloc.c
    branches/Cog/platforms/win32/vm/sqWin32DirectInput.c
    branches/Cog/platforms/win32/vm/sqWin32Directory.c
    branches/Cog/platforms/win32/vm/sqWin32ExternalPrims.c
    branches/Cog/platforms/win32/vm/sqWin32HandleTable.h
    branches/Cog/platforms/win32/vm/sqWin32Heartbeat.c
    branches/Cog/platforms/win32/vm/sqWin32Prefs.c
    branches/Cog/platforms/win32/vm/sqWin32Service.c
    branches/Cog/platforms/win32/vm/sqWin32Stubs.c
    branches/Cog/platforms/win32/vm/sqWin32Threads.c
    branches/Cog/platforms/win32/vm/sqWin32Utils.c
    branches/Cog/platforms/win32/vm/sqWin32VMProfile.c
    branches/Cog/platforms/win32/vm/sqWin32Window.c

Property Changed:
----------------
    branches/Cog/platforms/Cross/vm/sqSCCSVersion.h


Property changes on: branches/Cog/platforms/Cross/vm/sqSCCSVersion.h
___________________________________________________________________
Modified: checkindate
   - Tue Dec 30 11:00:13 PST 2014
   + Tue Dec 30 11:42:09 PST 2014

Modified: branches/Cog/platforms/win32/vm/sqWin32.h
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32.h	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32.h	2014-12-30 19:42:22 UTC (rev 3197)
@@ -149,7 +149,6 @@
   /* Do not rely on stdio functions but rather pure Win32 stuff */
   #define WIN32_FILE_SUPPORT
   /* Take out the static strings */
-  #define NO_RCSID
   #define NO_WARNINGS
 #if 0
   /* Finally, override the warning functions containing static strings */

Modified: branches/Cog/platforms/win32/vm/sqWin32Alloc.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32Alloc.c	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32Alloc.c	2014-12-30 19:42:22 UTC (rev 3197)
@@ -6,9 +6,7 @@
 *   AUTHOR:  Andreas Raab (ar)
 *   ADDRESS: University of Magdeburg, Germany
 *   EMAIL:   raab at isg.cs.uni-magdeburg.de
-*   RCSID:   $Id: sqWin32Alloc.c 1394 2006-03-29 02:19:47Z andreas $
 *
-*
 *****************************************************************************/
 #include <windows.h>
 #include "sq.h"
@@ -24,10 +22,6 @@
 #define DO_NOT_SHRINK
 
 
-#ifndef NO_RCSID
-  static char RCSID[]="$Id: sqWin32Alloc.c 1394 2006-03-29 02:19:47Z andreas $";
-#endif
-
 static LPSTR  pageBase;     /* base address of allocated memory */
 static DWORD  pageMask;     /* bit mask for the start of a memory page */
 static DWORD  pageSize;     /* size of a memory page */

Modified: branches/Cog/platforms/win32/vm/sqWin32DirectInput.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32DirectInput.c	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32DirectInput.c	2014-12-30 19:42:22 UTC (rev 3197)
@@ -6,7 +6,6 @@
 *   AUTHOR:  Andreas Raab (ar)
 *   ADDRESS: Impara GmbH, Magdeburg, Germany
 *   EMAIL:   Andreas.Raab at impara.de
-*   RCSID:   $Id: sqWin32DirectInput.c 789 2003-11-12 22:36:55Z andreasraab $
 *
 *   NOTES:
 *     The function enclosed here provide direct support to the

Modified: branches/Cog/platforms/win32/vm/sqWin32Directory.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32Directory.c	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32Directory.c	2014-12-30 19:42:22 UTC (rev 3197)
@@ -6,20 +6,13 @@
 *   AUTHOR:  Andreas Raab (ar)
 *   ADDRESS: University of Magdeburg, Germany
 *   EMAIL:   raab at isg.cs.uni-magdeburg.de
-*   RCSID:   $Id: sqWin32Directory.c 1696 2007-06-03 18:13:07Z andreas $
 *
-*   NOTES:
-*
 *****************************************************************************/
 #include <windows.h>
 #include "sq.h"
 
 extern struct VirtualMachine *interpreterProxy;
 
-#ifndef NO_RCSID
-  static char RCSID[]="$Id: sqWin32Directory.c 1696 2007-06-03 18:13:07Z andreas $";
-#endif
-
 /***
 	The interface to the directory primitive is path based.
 	That is, the client supplies a Squeak string describing

Modified: branches/Cog/platforms/win32/vm/sqWin32ExternalPrims.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32ExternalPrims.c	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32ExternalPrims.c	2014-12-30 19:42:22 UTC (rev 3197)
@@ -6,7 +6,6 @@
 *   AUTHOR:  Andreas Raab (ar)
 *   ADDRESS: University of Magdeburg, Germany
 *   EMAIL:   raab at isg.cs.uni-magdeburg.de
-*   RCSID:   $Id: sqWin32ExternalPrims.c 1224 2005-06-22 07:31:28Z bernd $
 *
 *   NOTES:
 *     1) Currently, we're looking for DLLs named either sample.dll or sample32.dll

Modified: branches/Cog/platforms/win32/vm/sqWin32HandleTable.h
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32HandleTable.h	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32HandleTable.h	2014-12-30 19:42:22 UTC (rev 3197)
@@ -6,7 +6,6 @@
 *   AUTHOR:  Andreas Raab (ar)
 *   ADDRESS: 
 *   EMAIL:   andreas.raab at gmx.de
-*   RCSID:   $Id$
 *
 *   NOTES:
 *     1) This is a simple handle table which can be used to verify whether

Modified: branches/Cog/platforms/win32/vm/sqWin32Heartbeat.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32Heartbeat.c	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32Heartbeat.c	2014-12-30 19:42:22 UTC (rev 3197)
@@ -1,12 +1,9 @@
 /****************************************************************************
-*   PROJECT: Win32 time functions and heartbeat logic for Stack VM
+*   PROJECT: Squeak port for Win32 (NT / Win95)
 *   FILE:    sqWin32Heartbeat.c
-*   CONTENT: 
+*   CONTENT: Win32 time functions and heartbeat logic for Stack VM
 *
 *   AUTHOR:  Eliot Miranda
-*   ADDRESS: 
-*   EMAIL:   eliot at teleplace.com
-*   RCSID:   $Id$
 *
 *   NOTES: 
 *  August 3rd, 2008, EEM added heart-beat thread.

Modified: branches/Cog/platforms/win32/vm/sqWin32Prefs.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32Prefs.c	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32Prefs.c	2014-12-30 19:42:22 UTC (rev 3197)
@@ -6,7 +6,6 @@
 *   AUTHOR:  Andreas Raab (ar)
 *   ADDRESS: Walt Disney Imagineering, Glendale, CA
 *   EMAIL:   Andreas.Raab at disney.com
-*   RCSID:   $Id: sqWin32Prefs.c 1509 2006-05-11 20:02:03Z andreas $
 *
 *   NOTES:
 *****************************************************************************/

Modified: branches/Cog/platforms/win32/vm/sqWin32Service.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32Service.c	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32Service.c	2014-12-30 19:42:22 UTC (rev 3197)
@@ -6,9 +6,7 @@
 *   AUTHOR:  Andreas Raab (ar)
 *   ADDRESS: University of Magdeburg, Germany
 *   EMAIL:   raab at isg.cs.uni-magdeburg.de
-*   RCSID:   $Id: sqWin32Service.c 342 2002-05-04 23:20:28Z andreasraab $
 *
-*
 *   NOTES:   On Win95 the two "magic" entries in the registry are
 *
 *    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\\Run
@@ -20,10 +18,6 @@
 
 #ifndef NO_SERVICE
 
-#ifndef NO_RCSID
-  static char RCSID[] = "$Id: sqWin32Service.c 342 2002-05-04 23:20:28Z andreasraab $";
-#endif
-
 /****************************************************************/
 /* Imports from sqWin32Main.c                                  */
 /****************************************************************/

Modified: branches/Cog/platforms/win32/vm/sqWin32Stubs.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32Stubs.c	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32Stubs.c	2014-12-30 19:42:22 UTC (rev 3197)
@@ -6,9 +6,7 @@
 *   AUTHOR:  Andreas Raab (ar)
 *   ADDRESS: University of Magdeburg, Germany
 *   EMAIL:   raab at isg.cs.uni-magdeburg.de
-*   RCSID:   $Id: sqWin32Stubs.c 2 2001-10-24 23:11:49Z rowledge $
 *
-*   NOTES:
 *****************************************************************************/
 #include "sq.h"
 

Modified: branches/Cog/platforms/win32/vm/sqWin32Threads.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32Threads.c	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32Threads.c	2014-12-30 19:42:22 UTC (rev 3197)
@@ -1,12 +1,9 @@
 /****************************************************************************
-*   PROJECT: Win32 thread support code for Cog & Stack VMs
+*   PROJECT: Squeak port for Win32 (NT / Win95)
 *   FILE:    sqWin32Threads.c
-*   CONTENT: 
+*   CONTENT: Win32 thread support code for Cog & Stack VMs
 *
 *   AUTHOR:  Eliot Miranda
-*   ADDRESS: 
-*   EMAIL:   eliot at teleplace.com
-*   RCSID:   $Id$
 *
 *   NOTES: See the comment of CogThreadManager in the VMMaker package for
 *          overall design documentation.

Modified: branches/Cog/platforms/win32/vm/sqWin32Utils.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32Utils.c	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32Utils.c	2014-12-30 19:42:22 UTC (rev 3197)
@@ -6,9 +6,7 @@
 *   AUTHOR:  Andreas Raab (ar)
 *   ADDRESS: University of Magdeburg, Germany
 *   EMAIL:   raab at isg.cs.uni-magdeburg.de
-*   RCSID:   $Id: sqWin32Utils.c 1394 2006-03-29 02:19:47Z andreas $
 *
-*   NOTES:
 *****************************************************************************/
 #include <windows.h>
 #include "sq.h"

Modified: branches/Cog/platforms/win32/vm/sqWin32VMProfile.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32VMProfile.c	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32VMProfile.c	2014-12-30 19:42:22 UTC (rev 3197)
@@ -1,13 +1,10 @@
 /****************************************************************************
-*   PROJECT: Win32 (CreateThread/WaitSingleObject/SetThreadAffinityMask)
-*			 profiling logic for statistical profiling of the VM
+*   PROJECT: Squeak port for Win32 (NT / Win95)
 *   FILE:    sqWin32VMProfile.c
-*   CONTENT: 
+*   CONTENT: Win32 (CreateThread/WaitSingleObject/SetThreadAffinityMask)
+*			 profiling logic for statistical profiling of the VM
 *
 *   AUTHOR:  Eliot Miranda
-*   ADDRESS: 
-*   EMAIL:   eliot at teleplace.com
-*   RCSID:   $Id$
 *
 *   NOTES: 
 *  August 15th, 2008, EEM wrote pc sampling code

Modified: branches/Cog/platforms/win32/vm/sqWin32Window.c
===================================================================
--- branches/Cog/platforms/win32/vm/sqWin32Window.c	2014-12-30 19:02:32 UTC (rev 3196)
+++ branches/Cog/platforms/win32/vm/sqWin32Window.c	2014-12-30 19:42:22 UTC (rev 3197)
@@ -6,7 +6,6 @@
 *   AUTHOR:  Andreas Raab (ar)
 *   ADDRESS: University of Magdeburg, Germany
 *   EMAIL:   raab at isg.cs.uni-magdeburg.de
-*   RCSID:   $Id: sqWin32Window.c 1693 2007-06-03 02:09:21Z andreas $
 *
 *   NOTES:
 *    1) Currently supported Squeak color depths include 1,4,8,16,32 bits
@@ -39,10 +38,6 @@
 #include "sqWin32Prefs.h"
 #include "sqSCCSVersion.h"
 
-#ifndef NO_RCSID
-static TCHAR RCSID[]= TEXT("$Id: sqWin32Window.c 1693 2007-06-03 02:09:21Z andreas $");
-#endif
-
 /****************************************************************************/
 /* General Squeak declarations and definitions                              */
 /****************************************************************************/



More information about the Vm-dev mailing list