Tcl Library Source Code

Artifact [6211f72fa3]
Login

Artifact 6211f72fa380e0302d82f5e1bda326122394ea8b23874c7e491ca9d93dcd353f:

Attachment "tepam.tcl.patch" to ticket [a8218fdfc0] added by gjr.timmer 2017-09-01 09:46:20. (unpublished)
--- tepam.tcl	2016-02-04 06:14:14.000000000 +0100
+++ tepam.tcl	2017-09-01 11:42:38.232294900 +0200
@@ -1362,6 +1362,7 @@
          if {$NbrDescriptions>0} {
             ProcedureHelp_Append "DESCRIPTION"
             foreach ProcName $ProcNames {
+			    set PureProcName [PureProcName]
                if {[info exists ProcDef($ProcName,-description)]} {
                   if {[llength $ProcNames]>1} {
                      ProcedureHelp_Append "      $PureProcName"
@@ -1376,6 +1377,7 @@
          if {$NbrExamples>0} {
             ProcedureHelp_Append "EXAMPLE"
             foreach ProcName $ProcNames {
+			    set PureProcName [PureProcName]
                if {[info exists ProcDef($ProcName,-example)]} {
                   if {[llength $ProcNames]>1} {
                      ProcedureHelp_Append "      $PureProcName"
@@ -2709,7 +2711,7 @@
 }; # End namespace tepam
 
 # Specify the TEPAM version that is provided by this file:
-package provide tepam 0.5
+package provide tepam 0.5.1
 
 ##########################################################################
 # Id: tepam.tcl