Index: ChangeLog =================================================================== diff -u -r3275889da30cebd5fbcf773906e2aa13e0d87471 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- ChangeLog (.../ChangeLog) (revision 3275889da30cebd5fbcf773906e2aa13e0d87471) +++ ChangeLog (.../ChangeLog) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,3 +1,8 @@ +2011-11-12 + * Removed obsolete CVS-$Ids + * Updated dates of Copyrights + * Removed unneeded c++ hints for Emacs + 2011-11-02 * Release of XOTcl 1.6.7 Index: generic/aolstub.c =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- generic/aolstub.c (.../aolstub.c) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ generic/aolstub.c (.../aolstub.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,14 +1,15 @@ -/* $Id: aolstub.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ - +/* This file provides the stubs needed for the AOL_SERVER, Please note, that you have to have to apply a small patch to the AOL server as well (available from www.xotcl.org) in order to get it working. - Authore: + Author: Zoran Vasiljevic Archiware Inc. + Various updates from Gustaf Neumann + */ #ifdef AOL_SERVER Index: generic/xotcl.c =================================================================== diff -u -r54e94c173f2244a285e3d42873c8ed2bbae947d5 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- generic/xotcl.c (.../xotcl.c) (revision 54e94c173f2244a285e3d42873c8ed2bbae947d5) +++ generic/xotcl.c (.../xotcl.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,8 +1,9 @@ -/* $Id: xotcl.c,v 1.51 2007/10/12 19:53:32 neumann Exp $ - * +/* * XOTcl - Extended Object Tcl * - * Copyright (C) 1999-2008 Gustaf Neumann (a), Uwe Zdun (a) + * Copyright (C) 1999-2011 Gustaf Neumann (a) (b) + * Copyright (C) 1999-2007 Uwe Zdun (a) (b) + * Copyright (C) 2007-2008 Martin Matuska (b) * * (a) Vienna University of Economics and Business Administration * Institute. of Information Systems and New Media Index: generic/xotcl.h =================================================================== diff -u -rc01d77d0c3bcc9f128edfab52a43f5b5557e3bda -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- generic/xotcl.h (.../xotcl.h) (revision c01d77d0c3bcc9f128edfab52a43f5b5557e3bda) +++ generic/xotcl.h (.../xotcl.h) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,10 +1,8 @@ -/* -*- Mode: c++ -*- - * - * $Id: xotcl.h,v 1.13 2007/09/18 19:27:33 neumann Exp $ - * +/* * Extended Object Tcl (XOTcl) * - * Copyright (C) 1999-2008 Gustaf Neumann, Uwe Zdun + * Copyright (C) 1999-2011 Gustaf Neumann + * Copyright (C) 1999-2007 Uwe Zdun * * This software is based upon MIT Object Tcl by David Wetherall and * Christopher J. Lindblad, that contains the following copyright Index: generic/xotclError.c =================================================================== diff -u -rf4b1378f3136bc998645f230af38847bcf76d96b -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- generic/xotclError.c (.../xotclError.c) (revision f4b1378f3136bc998645f230af38847bcf76d96b) +++ generic/xotclError.c (.../xotclError.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,11 +1,9 @@ -/* -*- Mode: c++ -*- - * $Id: xotclError.c,v 1.5 2006/09/27 08:12:40 neumann Exp $ - * +/* * Extended Object Tcl (XOTcl) * - * Copyright (C) 1999-2008 Gustaf Neumann, Uwe Zdun + * Copyright (C) 1999-2011 Gustaf Neumann + * Copyright (C) 1999-2007 Uwe Zdun * - * * xotclError.c -- * * error return functions for XOTcl Index: generic/xotclInt.h =================================================================== diff -u -r0f217e762a596e3fafcc66c8e2e040be96bcbae7 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- generic/xotclInt.h (.../xotclInt.h) (revision 0f217e762a596e3fafcc66c8e2e040be96bcbae7) +++ generic/xotclInt.h (.../xotclInt.h) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,8 +1,8 @@ -/* -*- Mode: c++ -*- - * $Id: xotclInt.h,v 1.27 2007/10/12 19:53:32 neumann Exp $ +/* * Extended Object Tcl (XOTcl) * - * Copyright (C) 1999-2008 Gustaf Neumann, Uwe Zdun + * Copyright (C) 1999-2011 Gustaf Neumann + * Copyright (C) 1999-2007 Uwe Zdun * * xotclInt.h -- * Index: generic/xotclMetaData.c =================================================================== diff -u -rf4b1378f3136bc998645f230af38847bcf76d96b -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- generic/xotclMetaData.c (.../xotclMetaData.c) (revision f4b1378f3136bc998645f230af38847bcf76d96b) +++ generic/xotclMetaData.c (.../xotclMetaData.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,11 +1,9 @@ -/* -*- Mode: c++ -*- - * $Id: xotclMetaData.c,v 1.5 2006/09/27 08:12:40 neumann Exp $ - * +/* * Extended Object Tcl (XOTcl) * - * Copyright (C) 1999-2008 Gustaf Neumann, Uwe Zdun + * Copyright (C) 1999-2011 Gustaf Neumann + * Copyright (C) 1999-2007 Uwe Zdun * - * * xotclReference.c -- * * XOTcl Object References Index: generic/xotclObjectData.c =================================================================== diff -u -rf4b1378f3136bc998645f230af38847bcf76d96b -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- generic/xotclObjectData.c (.../xotclObjectData.c) (revision f4b1378f3136bc998645f230af38847bcf76d96b) +++ generic/xotclObjectData.c (.../xotclObjectData.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,11 +1,9 @@ -/* -*- Mode: c++ -*- - * xotclObjectData.c - * +/* * Extended Object Tcl (XOTcl) * - * Copyright (C) 1999-2008 Gustaf Neumann, Uwe Zdun + * Copyright (C) 1999-2011 Gustaf Neumann + * Copyright (C) 1999-2007 Uwe Zdun * * - * * xotclObjectData.c -- * * XOTcl Object Data, needs XOTCL_OBJECTDATA to be compiled in Index: generic/xotclProfile.c =================================================================== diff -u -rf4b1378f3136bc998645f230af38847bcf76d96b -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- generic/xotclProfile.c (.../xotclProfile.c) (revision f4b1378f3136bc998645f230af38847bcf76d96b) +++ generic/xotclProfile.c (.../xotclProfile.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,11 +1,9 @@ -/* -*- Mode: c++ -*- - * $Id: xotclProfile.c,v 1.2 2006/02/18 22:17:33 neumann Exp $ - * +/* * Extended Object Tcl (XOTcl) * - * Copyright (C) 1999-2008 Gustaf Neumann, Uwe Zdun + * Copyright (C) 1999-2011 Gustaf Neumann + * Copyright (C) 1999-2007 Uwe Zdun * - * * xotclProfile.c -- * * Profiling information printout for XOTcl Index: generic/xotclShadow.c =================================================================== diff -u -ra976b7c6a116f584114d2612494aaaa8e8028387 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- generic/xotclShadow.c (.../xotclShadow.c) (revision a976b7c6a116f584114d2612494aaaa8e8028387) +++ generic/xotclShadow.c (.../xotclShadow.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,11 +1,9 @@ -/* -*- Mode: c++ -*- - * $Id: xotclShadow.c,v 1.10 2007/09/05 19:09:23 neumann Exp $ - * +/* * Extended Object Tcl (XOTcl) * - * Copyright (C) 1999-2008 Gustaf Neumann, Uwe Zdun + * Copyright (C) 1999-2011 Gustaf Neumann + * Copyright (C) 1999-2007 Uwe Zdun * - * * xotclShadow.c -- * * Shadowing (overloading) and accessing global tcl obj commands Index: generic/xotclTrace.c =================================================================== diff -u -rf4b1378f3136bc998645f230af38847bcf76d96b -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- generic/xotclTrace.c (.../xotclTrace.c) (revision f4b1378f3136bc998645f230af38847bcf76d96b) +++ generic/xotclTrace.c (.../xotclTrace.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,11 +1,9 @@ -/* -*- Mode: c++ -*- - * $Id: xotclTrace.c,v 1.8 2006/09/27 08:12:40 neumann Exp $ - * +/* * Extended Object Tcl (XOTcl) * - * Copyright (C) 1999-2008 Gustaf Neumann, Uwe Zdun + * Copyright (C) 1999-2011 Gustaf Neumann + * Copyright (C) 1999-2007 Uwe Zdun * - * * xotclTrace.c -- * * Tracing facilities for XOTcl Index: generic/xotclUtil.c =================================================================== diff -u -rf4b1378f3136bc998645f230af38847bcf76d96b -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- generic/xotclUtil.c (.../xotclUtil.c) (revision f4b1378f3136bc998645f230af38847bcf76d96b) +++ generic/xotclUtil.c (.../xotclUtil.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,11 +1,9 @@ -/* -*- Mode: c++ -*- - * $Id: xotclUtil.c,v 1.3 2006/02/18 22:17:33 neumann Exp $ - * +/* * Extended Object Tcl (XOTcl) * - * Copyright (C) 1999-2008 Gustaf Neumann, Uwe Zdun + * Copyright (C) 1999-2011 Gustaf Neumann + * Copyright (C) 1999-2007 Uwe Zdun * - * * xotclUtil.c -- * * Utility functions Index: library/store/XOTclSdbm/dllEntryPoint.c =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- library/store/XOTclSdbm/dllEntryPoint.c (.../dllEntryPoint.c) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/store/XOTclSdbm/dllEntryPoint.c (.../dllEntryPoint.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,6 +1,5 @@ /* * dllEntryPoint.c -- - * $Id: dllEntryPoint.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ * * This file implements the Dll entry point as needed by Windows. */ Index: library/store/XOTclSdbm/pair.c =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- library/store/XOTclSdbm/pair.c (.../pair.c) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/store/XOTclSdbm/pair.c (.../pair.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -7,10 +7,6 @@ * page-level routines */ -#ifndef lint -static char rcsid[] = "$Id: pair.c,v 1.3 2006/09/27 08:12:40 neumann Exp $"; -#endif - #include "sdbm.h" #include "tune.h" #include "pair.h" Index: library/store/XOTclSdbm/sdbm.c =================================================================== diff -u -r9a4096c393b0a94ea8d17f2fef3cdca0f1202fb8 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- library/store/XOTclSdbm/sdbm.c (.../sdbm.c) (revision 9a4096c393b0a94ea8d17f2fef3cdca0f1202fb8) +++ library/store/XOTclSdbm/sdbm.c (.../sdbm.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -7,11 +7,6 @@ * core routines */ -#ifndef lint -static char rcsid[] = "$Id: sdbm.c,v 1.1 2004/05/23 22:50:39 neumann Exp $"; -#endif - -/*#include "config.h"*/ #include "sdbm.h" #include "tune.h" #include "pair.h" Index: library/xml/TclExpat-1.1/dllEntryPoint.c =================================================================== diff -u -rc72f9f638677608fab1502cd696c8f2d6b2952f9 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- library/xml/TclExpat-1.1/dllEntryPoint.c (.../dllEntryPoint.c) (revision c72f9f638677608fab1502cd696c8f2d6b2952f9) +++ library/xml/TclExpat-1.1/dllEntryPoint.c (.../dllEntryPoint.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,6 +1,5 @@ /* * dllEntryPoint.c -- - * $Id: dllEntryPoint.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ * * This file implements the Dll entry point as needed by Windows. */ Index: library/xml/TclExpat-1.1/tclexpat.c =================================================================== diff -u -r92100cec19803eaec487334f92345e7a6339f348 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- library/xml/TclExpat-1.1/tclexpat.c (.../tclexpat.c) (revision 92100cec19803eaec487334f92345e7a6339f348) +++ library/xml/TclExpat-1.1/tclexpat.c (.../tclexpat.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -14,8 +14,6 @@ * all claims, expenses, losses, damages and costs any user may incur * as a result of using, copying or modifying the software. * - * $Id: tclexpat.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ - * */ #include Index: unix/tclAppInit.c =================================================================== diff -u -rbfeda566de60595825c75d78632d42458bb6cb05 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- unix/tclAppInit.c (.../tclAppInit.c) (revision bfeda566de60595825c75d78632d42458bb6cb05) +++ unix/tclAppInit.c (.../tclAppInit.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -11,7 +11,6 @@ * See the file "tcl-license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclAppInit.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ */ #include "tcl.h" Index: unix/tkAppInit.c =================================================================== diff -u -rbfeda566de60595825c75d78632d42458bb6cb05 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- unix/tkAppInit.c (.../tkAppInit.c) (revision bfeda566de60595825c75d78632d42458bb6cb05) +++ unix/tkAppInit.c (.../tkAppInit.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -1,6 +1,5 @@ /* * tkAppInit.c -- - * $Id: tkAppInit.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ * * Provides a default version of the Tcl_AppInit procedure for * use in wish and similar Tk-based applications. @@ -12,10 +11,6 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. */ -#ifndef lint -/* static char sccsid[] = "@(#) tkAppInit.c 1.12 94/12/17 16:30:56"; */ -#endif /* not lint */ - #include "tk.h" #include "locale.h" #include Index: win/winMain.c =================================================================== diff -u -rbfeda566de60595825c75d78632d42458bb6cb05 -rd67e188b5b82e7159b894baf96bcfd2b3605918c --- win/winMain.c (.../winMain.c) (revision bfeda566de60595825c75d78632d42458bb6cb05) +++ win/winMain.c (.../winMain.c) (revision d67e188b5b82e7159b894baf96bcfd2b3605918c) @@ -9,7 +9,6 @@ * See the file "tcl-license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: winMain.c,v 1.1 2004/05/23 22:50:39 neumann Exp $ */ #include