From f108734b78d3608d68e30de588b0a29fdeb5b386 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Tue, 3 Sep 2013 21:23:14 -0400
Subject: [PATCH] updated tkpath to the latest known fork

---
 pd/tkpath/Makefile.in              | 2 +-
 pd/tkpath/configure                | 2 +-
 pd/tkpath/configure.in             | 2 +-
 pd/tkpath/generic/path.c           | 2 +-
 pd/tkpath/generic/tkCanvEllipse.c  | 2 +-
 pd/tkpath/generic/tkCanvGradient.c | 2 +-
 pd/tkpath/generic/tkCanvGroup.c    | 2 +-
 pd/tkpath/generic/tkCanvPath.c     | 2 +-
 pd/tkpath/generic/tkCanvPathUtil.c | 2 +-
 pd/tkpath/generic/tkCanvPathUtil.h | 2 +-
 pd/tkpath/generic/tkCanvPimage.c   | 2 +-
 pd/tkpath/generic/tkCanvPline.c    | 2 +-
 pd/tkpath/generic/tkCanvPpoly.c    | 2 +-
 pd/tkpath/generic/tkCanvPrect.c    | 2 +-
 pd/tkpath/generic/tkCanvPtext.c    | 2 +-
 pd/tkpath/generic/tkCanvStyle.c    | 2 +-
 pd/tkpath/generic/tkIntPath.h      | 2 +-
 pd/tkpath/generic/tkPath.c         | 2 +-
 pd/tkpath/generic/tkPath.h         | 2 +-
 pd/tkpath/generic/tkPathGradient.c | 2 +-
 pd/tkpath/generic/tkPathStyle.c    | 2 +-
 pd/tkpath/generic/tkPathStyle.h    | 2 +-
 pd/tkpath/generic/tkPathSurface.c  | 2 +-
 pd/tkpath/generic/tkPathTkDraw.c   | 2 +-
 pd/tkpath/generic/tkPathUtil.c     | 2 +-
 pd/tkpath/generic/tkp.h            | 2 +-
 pd/tkpath/generic/tkpCanvArc.c     | 2 +-
 pd/tkpath/generic/tkpCanvBmap.c    | 2 +-
 pd/tkpath/generic/tkpCanvImg.c     | 2 +-
 pd/tkpath/generic/tkpCanvLine.c    | 2 +-
 pd/tkpath/generic/tkpCanvPoly.c    | 2 +-
 pd/tkpath/generic/tkpCanvPs.c      | 2 +-
 pd/tkpath/generic/tkpCanvText.c    | 2 +-
 pd/tkpath/generic/tkpCanvUtil.c    | 2 +-
 pd/tkpath/generic/tkpCanvWind.c    | 2 +-
 pd/tkpath/generic/tkpCanvas.c      | 6 +++---
 pd/tkpath/generic/tkpCanvas.h      | 2 +-
 pd/tkpath/generic/tkpRectOval.c    | 2 +-
 pd/tkpath/generic/tkpTrig.c        | 2 +-
 pd/tkpath/generic/tkpUtil.c        | 2 +-
 pd/tkpath/library/tkpath.tcl       | 2 +-
 pd/tkpath/macosx/tkMacOSXPath.c    | 2 +-
 pd/tkpath/tests/all.tcl            | 2 +-
 pd/tkpath/tests/canvImg.test       | 2 +-
 pd/tkpath/tests/canvPs.test        | 2 +-
 pd/tkpath/tests/canvPsArc.tcl      | 2 +-
 pd/tkpath/tests/canvPsBmap.tcl     | 2 +-
 pd/tkpath/tests/canvPsGrph.tcl     | 2 +-
 pd/tkpath/tests/canvPsImg.tcl      | 2 +-
 pd/tkpath/tests/canvPsText.tcl     | 2 +-
 pd/tkpath/tests/canvRect.test      | 2 +-
 pd/tkpath/tests/canvText.test      | 2 +-
 pd/tkpath/tests/canvWind.test      | 2 +-
 pd/tkpath/tests/canvas.test        | 2 +-
 pd/tkpath/unix/tkUnixCairoPath.c   | 2 +-
 pd/tkpath/win/makefile.vc          | 2 +-
 pd/tkpath/win/nmakehlp.c           | 2 +-
 pd/tkpath/win/rules.vc             | 2 +-
 pd/tkpath/win/tkWinGDIPlusPath.cpp | 2 +-
 59 files changed, 61 insertions(+), 61 deletions(-)

diff --git a/pd/tkpath/Makefile.in b/pd/tkpath/Makefile.in
index 165106fb4..1e818751c 100644
--- a/pd/tkpath/Makefile.in
+++ b/pd/tkpath/Makefile.in
@@ -12,7 +12,7 @@
 # See the file "license.terms" for information on usage and redistribution
 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 #
-# RCS: @(#) $Id: Makefile.in,v 1.9 2012/07/04 18:49:06 petasis Exp $
+# RCS: @(#) $Id$
 
 #========================================================================
 # Add additional lines to handle any additional AC_SUBST cases that
diff --git a/pd/tkpath/configure b/pd/tkpath/configure
index a6b4babbb..f6120aceb 100755
--- a/pd/tkpath/configure
+++ b/pd/tkpath/configure
@@ -5586,7 +5586,6 @@ done
 	#TEA_BUGGY_STRTOD
     fi
 
-
 #--------------------------------------------------------------------
 # The code makes use of PTR2INT, ensure the correct definition is
 # picked from Tcl/Tk internal headers...
@@ -5702,6 +5701,7 @@ _ACEOF
 fi
 
 
+
 #-----------------------------------------------------------------------
 # Specify the C source files to compile in TEA_ADD_SOURCES,
 # public headers that need to be installed in TEA_ADD_HEADERS,
diff --git a/pd/tkpath/configure.in b/pd/tkpath/configure.in
index 3081bf5af..ca62abab0 100644
--- a/pd/tkpath/configure.in
+++ b/pd/tkpath/configure.in
@@ -3,7 +3,7 @@ dnl	This file is an input file used by the GNU "autoconf" program to
 dnl	generate the file "configure", which is run during Tcl installation
 dnl	to configure the system for the local environment.
 #
-# RCS: @(#) $Id: configure.in,v 1.19 2012/07/04 20:43:21 petasis Exp $
+# RCS: @(#) $Id$
 
 #-----------------------------------------------------------------------
 # Sample configure.in for Tcl Extensions.  The only places you should
diff --git a/pd/tkpath/generic/path.c b/pd/tkpath/generic/path.c
index 9a4e5060c..b4f1514ea 100644
--- a/pd/tkpath/generic/path.c
+++ b/pd/tkpath/generic/path.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: path.c,v 1.39 2012/07/05 06:41:15 petasis Exp $
+ * $Id$
  */
 
 #include "tkp.h"
diff --git a/pd/tkpath/generic/tkCanvEllipse.c b/pd/tkpath/generic/tkCanvEllipse.c
index 25f973149..520f13be3 100644
--- a/pd/tkpath/generic/tkCanvEllipse.c
+++ b/pd/tkpath/generic/tkCanvEllipse.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvEllipse.c,v 1.30 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvGradient.c b/pd/tkpath/generic/tkCanvGradient.c
index 429e57914..8f50c818e 100644
--- a/pd/tkpath/generic/tkCanvGradient.c
+++ b/pd/tkpath/generic/tkCanvGradient.c
@@ -7,7 +7,7 @@
  *
  * TODO: o Add tkwin option here and there so we can free stop colors!
  *
- * $Id: tkCanvGradient.c,v 1.3 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvGroup.c b/pd/tkpath/generic/tkCanvGroup.c
index 653fabdb4..f6d62ed1d 100644
--- a/pd/tkpath/generic/tkCanvGroup.c
+++ b/pd/tkpath/generic/tkCanvGroup.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2008  Mats Bengtsson
  *
- * $Id: tkCanvGroup.c,v 1.9 2008/07/23 07:08:37 matben Exp $
+ * $Id$
  */
 
 #include <float.h>
diff --git a/pd/tkpath/generic/tkCanvPath.c b/pd/tkpath/generic/tkCanvPath.c
index c770d2239..27e2712c0 100644
--- a/pd/tkpath/generic/tkCanvPath.c
+++ b/pd/tkpath/generic/tkCanvPath.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkCanvPath.c,v 1.55 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvPathUtil.c b/pd/tkpath/generic/tkCanvPathUtil.c
index dc10e0996..14bfe2f5f 100644
--- a/pd/tkpath/generic/tkCanvPathUtil.c
+++ b/pd/tkpath/generic/tkCanvPathUtil.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2008  Mats Bengtsson
  *
- * $Id: tkCanvPathUtil.c,v 1.34 2008/08/10 08:02:17 matben Exp $
+ * $Id$
  */
 
 #include "tkPathStyle.h"
diff --git a/pd/tkpath/generic/tkCanvPathUtil.h b/pd/tkpath/generic/tkCanvPathUtil.h
index 03d271001..8a055949c 100644
--- a/pd/tkpath/generic/tkCanvPathUtil.h
+++ b/pd/tkpath/generic/tkCanvPathUtil.h
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvPathUtil.h,v 1.24 2008/07/16 13:17:28 matben Exp $
+ * $Id$
  */
 
 #ifndef INCLUDED_TKCANVPATHUTIL_H
diff --git a/pd/tkpath/generic/tkCanvPimage.c b/pd/tkpath/generic/tkCanvPimage.c
index fdc7b1137..86e2de74a 100644
--- a/pd/tkpath/generic/tkCanvPimage.c
+++ b/pd/tkpath/generic/tkCanvPimage.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvPimage.c,v 1.27 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvPline.c b/pd/tkpath/generic/tkCanvPline.c
index b1f8ce7dc..4fd94a4c4 100644
--- a/pd/tkpath/generic/tkCanvPline.c
+++ b/pd/tkpath/generic/tkCanvPline.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvPline.c,v 1.25 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvPpoly.c b/pd/tkpath/generic/tkCanvPpoly.c
index e03f31eb4..cca26b657 100644
--- a/pd/tkpath/generic/tkCanvPpoly.c
+++ b/pd/tkpath/generic/tkCanvPpoly.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvPpoly.c,v 1.25 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvPrect.c b/pd/tkpath/generic/tkCanvPrect.c
index 514c577fb..1e157208a 100644
--- a/pd/tkpath/generic/tkCanvPrect.c
+++ b/pd/tkpath/generic/tkCanvPrect.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvPrect.c,v 1.28 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvPtext.c b/pd/tkpath/generic/tkCanvPtext.c
index ba79067ec..fd4fde7cc 100644
--- a/pd/tkpath/generic/tkCanvPtext.c
+++ b/pd/tkpath/generic/tkCanvPtext.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkCanvPtext.c,v 1.26 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkCanvStyle.c b/pd/tkpath/generic/tkCanvStyle.c
index 824ff7dda..cc5fff767 100644
--- a/pd/tkpath/generic/tkCanvStyle.c
+++ b/pd/tkpath/generic/tkCanvStyle.c
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2008  Mats Bengtsson
  *
- * $Id: tkCanvStyle.c,v 1.2 2008/06/05 12:51:58 matben Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkIntPath.h b/pd/tkpath/generic/tkIntPath.h
index 790942b3e..2c5901d6c 100644
--- a/pd/tkpath/generic/tkIntPath.h
+++ b/pd/tkpath/generic/tkIntPath.h
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkIntPath.h,v 1.52 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
 
 #ifndef INCLUDED_TKINTPATH_H
diff --git a/pd/tkpath/generic/tkPath.c b/pd/tkpath/generic/tkPath.c
index f84853162..64fdfbe5b 100644
--- a/pd/tkpath/generic/tkPath.c
+++ b/pd/tkpath/generic/tkPath.c
@@ -7,7 +7,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkPath.c,v 1.18 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkPath.h b/pd/tkpath/generic/tkPath.h
index f9c8e0eb7..a8c27946f 100644
--- a/pd/tkpath/generic/tkPath.h
+++ b/pd/tkpath/generic/tkPath.h
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkPath.h,v 1.32 2008/06/14 14:23:25 matben Exp $
+ * $Id$
  */
 
 #ifndef INCLUDED_TKPATH_H
diff --git a/pd/tkpath/generic/tkPathGradient.c b/pd/tkpath/generic/tkPathGradient.c
index 0102d2432..88057adf4 100644
--- a/pd/tkpath/generic/tkPathGradient.c
+++ b/pd/tkpath/generic/tkPathGradient.c
@@ -8,7 +8,7 @@
  *
  * TODO: o Add tkwin option here and there so we can free stop colors!
  *
- * $Id: tkPathGradient.c,v 1.4 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkPathStyle.c b/pd/tkpath/generic/tkPathStyle.c
index ef89e7bee..37e7ff1c9 100644
--- a/pd/tkpath/generic/tkPathStyle.c
+++ b/pd/tkpath/generic/tkPathStyle.c
@@ -14,7 +14,7 @@
  *       items are not notified. They will only notice any change when
  *       they need to redisplay.
  *
- * $Id: tkPathStyle.c,v 1.32 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkPathStyle.h b/pd/tkpath/generic/tkPathStyle.h
index 4a122c3a0..1721ab3e2 100644
--- a/pd/tkpath/generic/tkPathStyle.h
+++ b/pd/tkpath/generic/tkPathStyle.h
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkPathStyle.h,v 1.5 2008/06/03 08:08:17 matben Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkPathSurface.c b/pd/tkpath/generic/tkPathSurface.c
index 2e86d0f43..45131eee9 100644
--- a/pd/tkpath/generic/tkPathSurface.c
+++ b/pd/tkpath/generic/tkPathSurface.c
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 2007-2008  Mats Bengtsson
  *
- * $Id: tkPathSurface.c,v 1.28 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkPathTkDraw.c b/pd/tkpath/generic/tkPathTkDraw.c
index dc554d5a3..d4f0136f9 100644
--- a/pd/tkpath/generic/tkPathTkDraw.c
+++ b/pd/tkpath/generic/tkPathTkDraw.c
@@ -11,7 +11,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkPathTkDraw.c,v 1.25 2008/05/22 06:18:21 matben Exp $
+ * $Id$
  */
 
 #include "tkIntPath.h"
diff --git a/pd/tkpath/generic/tkPathUtil.c b/pd/tkpath/generic/tkPathUtil.c
index 07b309c27..d3dedbe03 100644
--- a/pd/tkpath/generic/tkPathUtil.c
+++ b/pd/tkpath/generic/tkPathUtil.c
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkPathUtil.c,v 1.30 2012/07/04 19:43:18 petasis Exp $
+ * $Id$
  */
 
 #include <float.h>
diff --git a/pd/tkpath/generic/tkp.h b/pd/tkpath/generic/tkp.h
index d61f796b3..90571c259 100644
--- a/pd/tkpath/generic/tkp.h
+++ b/pd/tkpath/generic/tkp.h
@@ -4,7 +4,7 @@
  *		This file includes stuff from tk.h which we need
  *		in a modified form and to make the tkp::canvas self contained.
  *
- * $Id: tkp.h,v 1.6 2008/07/16 13:17:33 matben Exp $
+ * $Id$
  */
 
 #ifndef INCLUDED_TKP_H
diff --git a/pd/tkpath/generic/tkpCanvArc.c b/pd/tkpath/generic/tkpCanvArc.c
index 1596540df..bb70a5c1f 100644
--- a/pd/tkpath/generic/tkpCanvArc.c
+++ b/pd/tkpath/generic/tkpCanvArc.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvArc.c,v 1.5 2008/07/22 09:41:35 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvBmap.c b/pd/tkpath/generic/tkpCanvBmap.c
index 24477f61e..230ae905b 100644
--- a/pd/tkpath/generic/tkpCanvBmap.c
+++ b/pd/tkpath/generic/tkpCanvBmap.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvBmap.c,v 1.2 2008/06/21 14:58:42 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvImg.c b/pd/tkpath/generic/tkpCanvImg.c
index 65485c63c..f18bc9505 100644
--- a/pd/tkpath/generic/tkpCanvImg.c
+++ b/pd/tkpath/generic/tkpCanvImg.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvImg.c,v 1.2 2008/06/21 14:58:42 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvLine.c b/pd/tkpath/generic/tkpCanvLine.c
index 799170b98..c0d12cf7f 100644
--- a/pd/tkpath/generic/tkpCanvLine.c
+++ b/pd/tkpath/generic/tkpCanvLine.c
@@ -10,7 +10,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvLine.c,v 1.5 2008/07/22 09:41:35 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvPoly.c b/pd/tkpath/generic/tkpCanvPoly.c
index 1d88f3a85..bfbc8312d 100644
--- a/pd/tkpath/generic/tkpCanvPoly.c
+++ b/pd/tkpath/generic/tkpCanvPoly.c
@@ -10,7 +10,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvPoly.c,v 1.6 2010/03/10 22:47:37 petasis Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvPs.c b/pd/tkpath/generic/tkpCanvPs.c
index 8023b83cd..8499c4ba8 100644
--- a/pd/tkpath/generic/tkpCanvPs.c
+++ b/pd/tkpath/generic/tkpCanvPs.c
@@ -13,7 +13,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvPs.c,v 1.3 2012/07/04 19:43:18 petasis Exp $
+ * RCS: @(#) $Id$
  */
 
 #include "tkInt.h"
diff --git a/pd/tkpath/generic/tkpCanvText.c b/pd/tkpath/generic/tkpCanvText.c
index 56cd99b48..eb3e94c32 100644
--- a/pd/tkpath/generic/tkpCanvText.c
+++ b/pd/tkpath/generic/tkpCanvText.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvText.c,v 1.8 2008/07/16 13:17:33 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvUtil.c b/pd/tkpath/generic/tkpCanvUtil.c
index 5f5f15574..0e928d6ce 100644
--- a/pd/tkpath/generic/tkpCanvUtil.c
+++ b/pd/tkpath/generic/tkpCanvUtil.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvUtil.c,v 1.13 2010/03/10 22:47:37 petasis Exp $
+ * RCS: @(#) $Id$
  */
 
 #include "tkInt.h"
diff --git a/pd/tkpath/generic/tkpCanvWind.c b/pd/tkpath/generic/tkpCanvWind.c
index 84be09510..12cda1150 100644
--- a/pd/tkpath/generic/tkpCanvWind.c
+++ b/pd/tkpath/generic/tkpCanvWind.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvWind.c,v 1.4 2008/07/14 08:21:26 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpCanvas.c b/pd/tkpath/generic/tkpCanvas.c
index 9c80e3ba4..f726280cd 100644
--- a/pd/tkpath/generic/tkpCanvas.c
+++ b/pd/tkpath/generic/tkpCanvas.c
@@ -13,7 +13,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvas.c,v 1.16 2012/07/04 19:43:18 petasis Exp $
+ * RCS: @(#) $Id$
  */
 
 /* #define USE_OLD_TAG_SEARCH 1 */
@@ -1074,8 +1074,8 @@ CanvasWidgetCmd(
 	char *arg;
 	int length;
 
-	if (objc < 2) {
-	    Tcl_WrongNumArgs(interp, 1, objv, "type ?arg arg ...?");
+	if (objc < 3) {
+	    Tcl_WrongNumArgs(interp, 2, objv, "type coords ?arg arg ...?");
 	    result = TCL_ERROR;
 	    goto done;
 	}
diff --git a/pd/tkpath/generic/tkpCanvas.h b/pd/tkpath/generic/tkpCanvas.h
index 2402e1c5f..061e290e1 100644
--- a/pd/tkpath/generic/tkpCanvas.h
+++ b/pd/tkpath/generic/tkpCanvas.h
@@ -11,7 +11,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpCanvas.h,v 1.10 2008/07/23 07:08:39 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #ifndef _TKPCANVAS
diff --git a/pd/tkpath/generic/tkpRectOval.c b/pd/tkpath/generic/tkpRectOval.c
index f53923cc7..3900aa68d 100644
--- a/pd/tkpath/generic/tkpRectOval.c
+++ b/pd/tkpath/generic/tkpRectOval.c
@@ -9,7 +9,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpRectOval.c,v 1.6 2008/07/22 09:41:35 matben Exp $
+ * RCS: @(#) $Id$
  */
 
 #include <stdio.h>
diff --git a/pd/tkpath/generic/tkpTrig.c b/pd/tkpath/generic/tkpTrig.c
index 35d8369b2..9d8faba56 100644
--- a/pd/tkpath/generic/tkpTrig.c
+++ b/pd/tkpath/generic/tkpTrig.c
@@ -11,7 +11,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpTrig.c,v 1.2 2008/06/05 14:39:49 matben Exp $
+ * RCS: @(#) $Id$
  */
  
 /*
diff --git a/pd/tkpath/generic/tkpUtil.c b/pd/tkpath/generic/tkpUtil.c
index bf0106458..d8ab9744e 100644
--- a/pd/tkpath/generic/tkpUtil.c
+++ b/pd/tkpath/generic/tkpUtil.c
@@ -10,7 +10,7 @@
  * See the file "license.terms" for information on usage and redistribution of
  * this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
- * RCS: @(#) $Id: tkpUtil.c,v 1.7 2012/07/04 19:43:18 petasis Exp $
+ * RCS: @(#) $Id$
  */
 
 #include "tkInt.h"
diff --git a/pd/tkpath/library/tkpath.tcl b/pd/tkpath/library/tkpath.tcl
index d0c780501..4e0fef79f 100644
--- a/pd/tkpath/library/tkpath.tcl
+++ b/pd/tkpath/library/tkpath.tcl
@@ -10,7 +10,7 @@
 #       
 #  Copyright (c) 2005-2008  Mats Bengtsson
 #  
-# $Id: tkpath.tcl,v 1.15 2008/06/04 14:08:21 matben Exp $
+# $Id$
 
 namespace eval ::tkp {}
 
diff --git a/pd/tkpath/macosx/tkMacOSXPath.c b/pd/tkpath/macosx/tkMacOSXPath.c
index 792f411ce..5c4c53c0a 100644
--- a/pd/tkpath/macosx/tkMacOSXPath.c
+++ b/pd/tkpath/macosx/tkMacOSXPath.c
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkMacOSXPath.c,v 1.62 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  *
  */
 
diff --git a/pd/tkpath/tests/all.tcl b/pd/tkpath/tests/all.tcl
index 7e0ad21ab..1710b4613 100644
--- a/pd/tkpath/tests/all.tcl
+++ b/pd/tkpath/tests/all.tcl
@@ -9,7 +9,7 @@
 # See the file "license.terms" for information on usage and redistribution
 # of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 #
-# RCS: @(#) $Id: all.tcl,v 1.1 2008/06/05 12:52:00 matben Exp $
+# RCS: @(#) $Id$
 
 # @@@ Anyone?
 
diff --git a/pd/tkpath/tests/canvImg.test b/pd/tkpath/tests/canvImg.test
index 498b7b735..22cfc701a 100644
--- a/pd/tkpath/tests/canvImg.test
+++ b/pd/tkpath/tests/canvImg.test
@@ -7,7 +7,7 @@
 # Copyright (c) 1998-1999 by Scriptics Corporation.
 # All rights reserved.
 #
-# RCS: @(#) $Id: canvImg.test,v 1.1 2008/05/21 13:55:57 matben Exp $
+# RCS: @(#) $Id$
 
 package require tcltest 2.1
 eval tcltest::configure $argv
diff --git a/pd/tkpath/tests/canvPs.test b/pd/tkpath/tests/canvPs.test
index 39949fd6f..e54b476b6 100644
--- a/pd/tkpath/tests/canvPs.test
+++ b/pd/tkpath/tests/canvPs.test
@@ -6,7 +6,7 @@
 # Copyright (c) 1998-1999 by Scriptics Corporation.
 # All rights reserved.
 #
-# RCS: @(#) $Id: canvPs.test,v 1.1 2008/05/21 13:55:58 matben Exp $
+# RCS: @(#) $Id$
 
 package require tcltest 2.1
 eval tcltest::configure $argv
diff --git a/pd/tkpath/tests/canvPsArc.tcl b/pd/tkpath/tests/canvPsArc.tcl
index 8dc0042ef..8e6388e94 100644
--- a/pd/tkpath/tests/canvPsArc.tcl
+++ b/pd/tkpath/tests/canvPsArc.tcl
@@ -2,7 +2,7 @@
 # for bitmaps in canvases.  It is part of the Tk visual test suite,
 # which is invoked via the "visual" script.
 #
-# RCS: @(#) $Id: canvPsArc.tcl,v 1.1 2008/05/21 13:55:58 matben Exp $
+# RCS: @(#) $Id$
 
 catch {destroy .t}
 toplevel .t
diff --git a/pd/tkpath/tests/canvPsBmap.tcl b/pd/tkpath/tests/canvPsBmap.tcl
index 318f5cf30..e01b89321 100644
--- a/pd/tkpath/tests/canvPsBmap.tcl
+++ b/pd/tkpath/tests/canvPsBmap.tcl
@@ -2,7 +2,7 @@
 # for bitmaps in canvases.  It is part of the Tk visual test suite,
 # which is invoked via the "visual" script.
 #
-# RCS: @(#) $Id: canvPsBmap.tcl,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 catch {destroy .t}
 toplevel .t
diff --git a/pd/tkpath/tests/canvPsGrph.tcl b/pd/tkpath/tests/canvPsGrph.tcl
index 26a9e6d56..7482942af 100644
--- a/pd/tkpath/tests/canvPsGrph.tcl
+++ b/pd/tkpath/tests/canvPsGrph.tcl
@@ -2,7 +2,7 @@
 # for some of the graphical objects in canvases.  It is part of the Tk
 # visual test suite, which is invoked via the "visual" script.
 #
-# RCS: @(#) $Id: canvPsGrph.tcl,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 catch {destroy .t}
 toplevel .t
diff --git a/pd/tkpath/tests/canvPsImg.tcl b/pd/tkpath/tests/canvPsImg.tcl
index edbb67356..4027aba76 100644
--- a/pd/tkpath/tests/canvPsImg.tcl
+++ b/pd/tkpath/tests/canvPsImg.tcl
@@ -2,7 +2,7 @@
 # for images in canvases.  It is part of the Tk visual test suite,
 # which is invoked via the "visual" script.
 #
-# RCS: @(#) $Id: canvPsImg.tcl,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 # Build a test image in a canvas
 proc BuildTestImage {} {
diff --git a/pd/tkpath/tests/canvPsText.tcl b/pd/tkpath/tests/canvPsText.tcl
index fd5ad3e7e..19cb897d0 100644
--- a/pd/tkpath/tests/canvPsText.tcl
+++ b/pd/tkpath/tests/canvPsText.tcl
@@ -2,7 +2,7 @@
 # for text in canvases.  It is part of the Tk visual test suite,
 # which is invoked via the "visual" script.
 #
-# RCS: @(#) $Id: canvPsText.tcl,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 catch {destroy .t}
 toplevel .t
diff --git a/pd/tkpath/tests/canvRect.test b/pd/tkpath/tests/canvRect.test
index f4e44ea54..a4b6913c0 100644
--- a/pd/tkpath/tests/canvRect.test
+++ b/pd/tkpath/tests/canvRect.test
@@ -6,7 +6,7 @@
 # Copyright (c) 1998-1999 by Scriptics Corporation.
 # All rights reserved.
 #
-# RCS: @(#) $Id: canvRect.test,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 package require tcltest 2.1
 eval tcltest::configure $argv
diff --git a/pd/tkpath/tests/canvText.test b/pd/tkpath/tests/canvText.test
index fb00eec5f..91a60d1bd 100644
--- a/pd/tkpath/tests/canvText.test
+++ b/pd/tkpath/tests/canvText.test
@@ -6,7 +6,7 @@
 # Copyright (c) 1998-1999 by Scriptics Corporation.
 # All rights reserved.
 #
-# RCS: @(#) $Id: canvText.test,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 package require tcltest 2.1
 eval tcltest::configure $argv
diff --git a/pd/tkpath/tests/canvWind.test b/pd/tkpath/tests/canvWind.test
index 26ec7d4a4..e705b92f9 100644
--- a/pd/tkpath/tests/canvWind.test
+++ b/pd/tkpath/tests/canvWind.test
@@ -6,7 +6,7 @@
 # Copyright (c) 1998-1999 by Scriptics Corporation.
 # All rights reserved.
 #
-# RCS: @(#) $Id: canvWind.test,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 package require tcltest 2.1
 eval tcltest::configure $argv
diff --git a/pd/tkpath/tests/canvas.test b/pd/tkpath/tests/canvas.test
index 6479e1355..9d824cb21 100644
--- a/pd/tkpath/tests/canvas.test
+++ b/pd/tkpath/tests/canvas.test
@@ -6,7 +6,7 @@
 # Copyright (c) 1998-2000 Ajuba Solutions.
 # All rights reserved.
 #
-# RCS: @(#) $Id: canvas.test,v 1.1 2008/05/21 13:56:02 matben Exp $
+# RCS: @(#) $Id$
 
 package require tcltest 2.1
 eval tcltest::configure $argv
diff --git a/pd/tkpath/unix/tkUnixCairoPath.c b/pd/tkpath/unix/tkUnixCairoPath.c
index 4202a3ec7..cf415f9c0 100644
--- a/pd/tkpath/unix/tkUnixCairoPath.c
+++ b/pd/tkpath/unix/tkUnixCairoPath.c
@@ -7,7 +7,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkUnixCairoPath.c,v 1.53 2010/04/30 10:16:00 ebrunel Exp $
+ * $Id$
  */
  
 /* This should go into configure.in but don't know how. */
diff --git a/pd/tkpath/win/makefile.vc b/pd/tkpath/win/makefile.vc
index f33cceea7..f3f01aef3 100755
--- a/pd/tkpath/win/makefile.vc
+++ b/pd/tkpath/win/makefile.vc
@@ -18,7 +18,7 @@
 # Copyright (c) 2003-2006 Pat Thoyts
 #
 #-------------------------------------------------------------------------
-# RCS: @(#)$Id: makefile.vc,v 1.3 2011/10/28 15:11:26 pspjuth Exp $
+# RCS: @(#)$Id$
 #-------------------------------------------------------------------------
 
 # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR)
diff --git a/pd/tkpath/win/nmakehlp.c b/pd/tkpath/win/nmakehlp.c
index 5db76bbc6..6f01d1139 100755
--- a/pd/tkpath/win/nmakehlp.c
+++ b/pd/tkpath/win/nmakehlp.c
@@ -10,7 +10,7 @@
  * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
  *
  * ----------------------------------------------------------------------------
- * RCS: @(#) $Id: nmakehlp.c,v 1.1 2007/01/24 10:48:16 ctasada Exp $
+ * RCS: @(#) $Id$
  * ----------------------------------------------------------------------------
  */
 
diff --git a/pd/tkpath/win/rules.vc b/pd/tkpath/win/rules.vc
index 2d43efe4e..9ec1a1ee7 100755
--- a/pd/tkpath/win/rules.vc
+++ b/pd/tkpath/win/rules.vc
@@ -14,7 +14,7 @@
 # Copyright (c) 2003-2006 Patrick Thoyts
 #
 #------------------------------------------------------------------------------
-# RCS: @(#) $Id: rules.vc,v 1.1 2007/01/24 10:48:16 ctasada Exp $
+# RCS: @(#) $Id$
 #------------------------------------------------------------------------------
 
 !ifndef _RULES_VC
diff --git a/pd/tkpath/win/tkWinGDIPlusPath.cpp b/pd/tkpath/win/tkWinGDIPlusPath.cpp
index 80a704952..a649ba2bb 100644
--- a/pd/tkpath/win/tkWinGDIPlusPath.cpp
+++ b/pd/tkpath/win/tkWinGDIPlusPath.cpp
@@ -5,7 +5,7 @@
  *
  * Copyright (c) 2005-2008  Mats Bengtsson
  *
- * $Id: tkWinGDIPlusPath.cpp,v 1.58 2012/07/04 18:49:06 petasis Exp $
+ * $Id$
  */
 
 /* This should go into configure.in but don't know how. */
-- 
GitLab